:root{--bg:#f7f4ee;--ink:#212b28;--ink-soft:#57635f;--blue:#0089eb;--blue-deep:#006bb8;--sage:#4c6a63;--line:#ded7c8;--white:#fff}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Karla,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px}.panel{width:100%;max-width:420px;text-align:center}.logo{height:96px;width:auto;margin:0 auto 24px;display:block}.headline{font-family:Fraunces,Georgia,serif;font-size:2rem;font-weight:500;line-height:1.2;margin:0 0 8px}.subtext{color:var(--ink-soft);font-size:1rem;line-height:1.5;margin:0 0 36px}.therapist-list{display:flex;flex-direction:column;gap:12px}.therapist-button{font-family:Karla,sans-serif;font-size:1.05rem;font-weight:600;color:var(--ink);background:var(--white);border:1.5px solid var(--line);border-radius:10px;padding:18px 20px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .1s ease}.therapist-button:hover{border-color:var(--blue);background:var(--blue);color:var(--white)}.therapist-button:active{transform:scale(.98)}.therapist-button:disabled{opacity:.5;cursor:default}.therapist-button.selected{border-color:var(--blue);background:var(--blue);color:var(--white)}.status-line{margin-top:28px;font-size:.95rem;color:var(--ink-soft);min-height:1.4em}.status-line.error{color:#b3452f}.confirm-icon{width:56px;height:56px;border-radius:50%;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.6rem}.retry-button{margin-top:24px;font-family:Karla,sans-serif;font-weight:600;font-size:.95rem;color:var(--blue-deep);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}