@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--bg:#f3f8fa;--bg-2:#eaf4f7;--ink:#143643;--muted:#5d7380;--line:#d4e5ec;--gold:#0f8a98;--gold-2:#2bb3c0;--gold-deep:#0a6d79;--clay:#164955;--card:#ffffffeb;--on-deep:#f2fbfd;--surface-soft:#e8f4f7;--danger:#c2410c;--shadow:0 20px 48px #14465414;--radius:28px;--sans:"Plus Jakarta Sans", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100dvh}body{font-family:var(--sans);color:var(--ink);background:radial-gradient(circle at 12% 0%, #2bb3c01a, transparent 42%), radial-gradient(circle at 88% 8%, #0f766e0d, transparent 40%), var(--bg);letter-spacing:-.01em;margin:0}button,input,a{font-family:inherit}button,a,.bento-card{cursor:pointer}img{max-width:100%}.brand img{width:auto;height:42px;display:block}.brand-compact img{height:34px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold-deep);margin:0 0 12px;font-size:12px;font-weight:700}.lede{color:var(--muted);max-width:46ch;margin:0;line-height:1.65}.auth-shell{min-height:100svh;padding:20px 16px max(24px, env(safe-area-inset-bottom));background:radial-gradient(circle at top,#2bb3c01f,#0000 42%),linear-gradient(#eef7f9 0%,#f7fbfd 40%,#fff 100%);place-items:center;display:grid}.auth-shell--form-only{grid-template-columns:1fr}.auth-panel{width:min(420px,100%);min-width:0}.auth-card{border:1px solid var(--line);background:#fff;border-radius:24px;width:100%;padding:28px 22px;animation:.48s both authRise;box-shadow:0 18px 40px #0f465414}.auth-brand{margin-bottom:14px;display:inline-flex}.auth-brand .brand img{height:36px}.auth-kicker{color:var(--gold-deep);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.auth-card-head h2{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(24px,5vw,28px)}.auth-card-head p,.auth-switch,.field small{color:var(--muted)}.auth-card-head>p{margin:0;line-height:1.5}.auth-form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.auth-form .btn-primary,.auth-form .btn-quiet{width:100%}.otp-boxes{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;display:grid}.otp-box{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);text-align:center;background:#fff;border-radius:12px;outline:none;font-size:1.25rem;font-weight:700;transition:border-color .16s,box-shadow .16s}.otp-box:focus{border-color:var(--gold);box-shadow:0 0 0 4px #0f8a9829}.otp-box:disabled{opacity:.6;cursor:not-allowed}.auth-name-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@keyframes authRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=560px){.auth-shell{padding:12px 12px max(20px, env(safe-area-inset-bottom));align-items:stretch}.auth-panel{width:100%;max-width:100%}.auth-card{box-shadow:none;background:0 0;border:0;border-radius:20px;padding:20px 4px}.auth-name-row{grid-template-columns:1fr}.otp-boxes{gap:6px}.otp-box{min-height:44px;font-size:1.1rem}.field input{min-height:48px;font-size:16px}}@media (width>=561px){.auth-card{padding:32px 28px}}.field{text-align:left;flex-direction:column;gap:8px;display:flex}.field span{font-size:14px;font-weight:600}.field input{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:16px;outline:none;padding:0 16px;font-size:16px;transition:border-color .18s,box-shadow .18s}.field input:focus{border-color:var(--gold);box-shadow:0 0 0 4px #0f8a982e}.input-wrap{position:relative}.input-wrap input{padding-right:48px}.ghost-icon{width:40px;height:40px;color:var(--muted);background:0 0;border:0;place-items:center;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ghost-icon svg{width:18px;height:18px}.btn-primary,.btn-quiet{white-space:nowrap;cursor:pointer;box-sizing:border-box;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-weight:700;text-decoration:none;transition:transform .16s,opacity .16s,background .16s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(90deg,#0d6572,#1aa3b0)}.btn-primary:hover,.btn-quiet:hover,.bento-card:hover{transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-quiet{color:var(--ink);border:1px solid var(--line);background:0 0;padding:0 14px}.btn-quiet svg{width:16px;height:16px}.form-success{color:#0f766e;background:#e7f7ef;border-radius:14px;margin:0 0 16px;padding:12px 14px;font-size:14px}.form-alert{color:#9a3412;background:#fff1eb;border:1px solid #fdba74;border-radius:14px;margin:0 0 16px;padding:12px 14px;font-size:14px}.profile-icon{background:var(--surface-soft);color:var(--gold-deep);margin-bottom:0}.profile-page{width:min(980px,100% - 40px);padding-bottom:max(48px, env(safe-area-inset-bottom))}.profile-page .profile-hero{margin-bottom:8px}.profile-page .hero-band h1{margin-bottom:8px;font-size:clamp(1.6rem,4.5vw,2.4rem);line-height:1.1}.profile-page .lede{max-width:46ch;margin:0}.profile-status{align-items:center;gap:8px;margin:8px 0 0;display:inline-flex}.profile-layout{flex-direction:column;gap:16px;width:100%;min-width:0;margin-top:20px;display:flex}.profile-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-photo-field{border:1px solid var(--line);background:var(--surface-soft);border-radius:20px;flex-wrap:wrap;align-items:center;gap:16px;padding:16px;display:flex}.profile-photo-actions{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.profile-photo-wrap{border:1px solid var(--line);background:#fff;border-radius:22px;flex-shrink:0;place-items:center;width:88px;height:88px;display:grid;overflow:hidden}.profile-photo-wrap.is-lg{border-radius:26px;width:104px;height:104px}.profile-photo{object-fit:cover;width:100%;height:100%;display:block}.health-optional-image{flex-direction:column;gap:10px;margin-top:8px;display:flex}.profile-card{border:1px solid var(--line);box-sizing:border-box;background:#fff;border-radius:24px;width:100%;min-width:0;padding:clamp(16px,2.5vw,24px)}.profile-summary-card{padding:clamp(18px,3vw,28px)}.profile-panel{flex-direction:column;gap:14px;height:100%;display:flex}.profile-panel h3{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:.95rem}.profile-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.profile-form-head{margin-bottom:4px}.profile-identity{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.profile-identity-copy{flex-direction:column;gap:8px;min-width:0;display:flex}.profile-identity-copy h2{letter-spacing:-.03em;overflow-wrap:anywhere;margin:0;font-size:clamp(1.25rem,3vw,1.6rem)}.profile-identity-copy>.chat-muted{text-transform:capitalize;margin:0}.profile-card-head h2{letter-spacing:-.03em;margin:0 0 6px;font-size:clamp(1.15rem,3vw,1.35rem)}.profile-edit-btn{flex-shrink:0}.profile-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.profile-details div{background:var(--surface-soft);border:0;border-radius:14px;gap:4px;min-width:0;padding:12px;display:grid}.profile-details div.is-wide{grid-column:1/-1}.profile-details dt{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px;font-weight:700}.profile-details dd{text-transform:capitalize;overflow-wrap:anywhere;margin:0;font-size:.98rem;font-weight:600;line-height:1.35}.profile-form{flex-direction:column;gap:18px;margin-top:20px;display:flex}.profile-edit-layout{flex-direction:column;gap:16px;width:100%;min-width:0;margin-top:20px;display:flex}.profile-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.profile-form-section-wide{grid-column:1/-1}.profile-fields{flex-direction:column;gap:14px;display:flex}.profile-fields-medical{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-fields-medical .profile-fields-row,.profile-fields-medical .field-span-2{grid-column:1/-1}.profile-fields-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-edit-layout .field,.profile-form .field,.profile-wizard .field{min-width:0}.profile-edit-layout .field select,.profile-edit-layout .field input,.profile-edit-layout .field textarea,.profile-form .field select,.profile-form .field input,.profile-form .field textarea,.profile-wizard .field select,.profile-wizard .field input,.profile-wizard .field textarea{border:1px solid var(--line);width:100%;min-height:48px;font-family:var(--sans);color:var(--ink);box-sizing:border-box;appearance:none;background:#fff;border-radius:16px;outline:none;padding:0 16px;font-size:16px;font-weight:500;line-height:1.45}.profile-edit-layout .field input[type=number],.profile-form .field input[type=number],.profile-wizard .field input[type=number]{appearance:textfield}.profile-edit-layout .field input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.profile-edit-layout .field input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.profile-form .field input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.profile-form .field input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.profile-wizard .field input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.profile-wizard .field input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.profile-edit-layout .field textarea,.profile-form .field textarea,.profile-wizard .field textarea{resize:none;border-radius:16px;min-height:110px;padding:14px 16px}.profile-edit-layout .field select:focus,.profile-edit-layout .field input:focus,.profile-edit-layout .field textarea:focus,.profile-form .field select:focus,.profile-form .field input:focus,.profile-form .field textarea:focus,.profile-wizard .field select:focus,.profile-wizard .field input:focus,.profile-wizard .field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #0f8a982e}.profile-wizard .field textarea::placeholder,.profile-form .field textarea::placeholder,.profile-edit-layout .field textarea::placeholder{color:#7f93a0;font-family:var(--sans);font-weight:500}.profile-textarea{border:1px solid var(--line);width:100%;min-height:110px;color:var(--ink);resize:none;box-sizing:border-box;background:#fff;border-radius:16px;outline:none;padding:14px 16px;font-weight:500;line-height:1.5;display:block;font-family:var(--sans)!important;font-size:16px!important}.profile-textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #0f8a982e}.profile-textarea::placeholder{color:#7f93a0;font-family:var(--sans);font-weight:500}.profile-form-section{flex-direction:column;gap:14px;display:flex}.profile-edit-layout .profile-form-section{border:1px solid var(--line);background:#fff;margin:0}.profile-form-section h3{letter-spacing:-.02em;margin:0;font-size:.95rem}.profile-edit-layout .profile-identity-copy .chat-muted{text-transform:none}.profile-edit-layout .profile-photo-actions{margin-top:2px}.profile-edit-layout .health-upload-btn{width:fit-content}.profile-tag-row{flex-wrap:wrap;gap:8px;display:flex}.profile-tag{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.profile-tag.is-clay{color:var(--clay);background:#0f8a981f;border-color:#0f8a983d}.profile-note{color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.chip-select{flex-wrap:wrap;gap:8px;display:flex}.option-select{flex-wrap:wrap;gap:10px;display:flex}.option-chip{min-height:44px;color:var(--ink);text-align:left;background:#fff;border:1px solid #cfe0e6;border-radius:14px;align-items:center;gap:8px;padding:0 14px 0 10px;font-size:.92rem;font-weight:600;line-height:1.2;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.option-chip:hover{background:#f7fbfd;border-color:#9ec9d4}.option-chip-check{color:#0000;background:#f3f8fa;border:1px solid #d4e5ec;border-radius:8px;flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.option-chip.is-selected{color:#0a5f6a;background:#eef8fa;border-color:#7ebec9;box-shadow:0 0 0 3px #0f8a981f}.option-chip.is-selected .option-chip-check{color:#fff;background:#0f8a98;border-color:#0f8a98}.profile-wizard{flex-direction:column;gap:16px;width:100%;min-width:0;margin-top:20px;display:flex}.profile-stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profile-step{border:1px solid var(--line);min-height:64px;color:var(--ink);text-align:left;background:#fff;border-radius:16px;align-items:center;gap:10px;padding:10px 12px;display:flex}.profile-step-index{width:28px;height:28px;color:var(--muted);background:#eef4f7;border-radius:999px;flex-shrink:0;place-items:center;font-size:13px;font-weight:700;display:grid}.profile-step-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-step-copy strong{font-size:.92rem}.profile-step-copy small{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.profile-step.is-current{background:#f2fafb;border-color:#8fc8d2;box-shadow:0 0 0 3px #0f8a981a}.profile-step.is-current .profile-step-index{color:#fff;background:#0f8a98}.profile-step.is-done .profile-step-index{color:#0a6d79;background:#d8f0f3}.profile-wizard-card{flex-direction:column;gap:18px;display:flex}.profile-wizard-head h2{letter-spacing:-.03em;align-items:center;gap:10px;margin:4px 0 6px;font-size:clamp(1.2rem,3vw,1.45rem);display:inline-flex}.profile-wizard-head h2 svg{color:#0f8a98;flex-shrink:0}.profile-wizard-head .chat-muted{margin:0}.profile-wizard-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-wizard-nav{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}.profile-wizard-nav .btn-primary,.profile-wizard-nav .btn-quiet{justify-content:center;min-width:120px}.toggle-field{background:#fff;border:1px solid #cfe0e6;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:12px 14px;font-weight:600;display:flex}.toggle-field input{accent-color:#0f8a98;width:18px;height:18px}.profile-actions{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#fffffff5;border-radius:18px;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px;padding:12px;display:flex;position:sticky;bottom:12px}.profile-actions .btn-quiet,.profile-actions .btn-primary{min-height:48px}.therapy-hero{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.therapy-page{width:min(880px,100% - 40px);padding-bottom:max(40px, env(safe-area-inset-bottom))}.therapy-app-hero{margin-bottom:8px}.therapy-app-hero h1{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(1.6rem,5vw,2.35rem);line-height:1.08}.therapy-app-hero .lede{max-width:40ch;margin:0}.therapy-upload{flex-direction:column;gap:14px;max-width:640px;margin:20px 0;display:flex}.therapy-upload h2{margin:0}.therapy-filters{margin:0 0 8px}.therapy-match-card{border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;gap:10px;margin-top:16px;padding:14px 16px;display:flex}.therapy-match-copy h2{letter-spacing:-.03em;margin:2px 0 0;font-size:1.15rem}.therapy-chip-scroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.therapy-chip-scroll::-webkit-scrollbar{display:none}.therapy-segment{border:1px solid var(--line);background:#e7f1f5;border-radius:16px;grid-template-columns:1fr 1fr;gap:6px;margin:16px 0 12px;padding:6px;display:grid}.therapy-segment button{min-height:44px;color:var(--muted);background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.therapy-segment button.is-active{color:#0a5f6a;background:#fff;box-shadow:0 6px 16px #0f465414}.therapy-pill{border:1px solid var(--line);min-height:38px;color:var(--ink);white-space:nowrap;background:#fff;border-radius:999px;flex:none;padding:0 14px;font-weight:600}.therapy-pill.is-active{color:#fff;background:#0f8a98;border-color:#0f8a98}.filter-chip{border:1px solid var(--line);min-height:40px;color:var(--ink);background:#fff;border-radius:999px;padding:0 14px;font-weight:600}.filter-chip.is-active{background:var(--clay);color:var(--on-deep);border-color:var(--clay)}.therapy-status,.therapy-empty{color:var(--muted);flex-direction:column;align-items:flex-start;gap:12px;margin:18px 0;display:flex}.therapy-feed,.therapy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}.therapy-card{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 28px #0f46540d}.therapy-thumb{aspect-ratio:16/9;background:#12343f;border:0;width:100%;padding:0;display:block;position:relative}.therapy-thumb img{object-fit:cover;width:100%;height:100%;display:block}.therapy-play{color:#fff;background:#0f8a98f0;border-radius:50%;place-items:center;width:54px;height:54px;padding-left:3px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 10px 24px #0a465447}.therapy-card-body{flex-direction:column;flex:1;gap:8px;padding:14px 14px 16px;display:flex}.therapy-card-body h2{letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;line-height:1.35;display:-webkit-box;overflow:hidden}.therapy-age{color:var(--muted);margin:0;font-size:13px}.therapy-cat{text-transform:uppercase;letter-spacing:.08em;color:#0a6d79;margin:0;font-size:11px;font-weight:700}.therapy-watch-btn{color:#fff;background:#0f8a98;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:auto;font-weight:700;text-decoration:none;display:inline-flex}.therapy-watch-btn.is-ghost{color:#0a5f6a;background:#eef7f9}.therapy-pager{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.therapy-player{z-index:80;background:#0b1216;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.therapy-player-scrim{display:none}.therapy-player-sheet{z-index:1;width:100%;height:100%;max-height:none;box-shadow:none;background:#fff;border-radius:0;flex-direction:column;gap:0;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.therapy-player-stage{z-index:2;aspect-ratio:16/9;background:#000;border-radius:0;flex-shrink:0;width:100%;position:relative;overflow:hidden}.therapy-player-stage iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.therapy-player-stage .therapy-close-btn{top:max(10px, env(safe-area-inset-top));z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a10149e;border:0;border-radius:999px;width:40px;height:40px;position:absolute;right:10px}.therapy-player-info{padding:16px 16px max(20px, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;background:#fff;border-radius:0;flex-direction:column;flex:1;gap:14px;min-height:0;display:flex;overflow:auto}.therapy-player-bar{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.therapy-player-copy{min-width:0}.therapy-player-copy .eyebrow{color:#0f8a98}.therapy-player-copy h2{letter-spacing:-.02em;color:var(--ink);margin:4px 0 0;font-size:clamp(1.05rem,4vw,1.35rem);line-height:1.3}.therapy-close-btn{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.therapy-player-loading{color:#d7e8ee;place-content:center;justify-items:center;gap:10px;font-weight:600;display:grid;position:absolute;inset:0}.therapy-player-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.therapy-player-meta p{color:var(--muted);margin:0;font-size:14px}.therapy-player-meta .therapy-watch-btn{width:auto;min-width:160px;margin-top:0}@media (width>=901px){.therapy-player{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#081218b8;justify-content:center;align-items:center;padding:28px}.therapy-player-sheet{background:#fff;border-radius:24px;width:min(920px,100%);height:auto;max-height:min(90dvh,900px);overflow:hidden;box-shadow:0 24px 60px #00000059}.therapy-player-stage{border-radius:0;padding-top:0;position:relative;top:auto}.therapy-player-stage iframe{height:100%;top:0}.therapy-player-stage .therapy-close-btn{top:12px;right:12px}.therapy-player-info{border-radius:0}}@media (width<=900px){.therapy-page{width:min(880px,100% - 24px)}.therapy-feed,.therapy-grid{grid-template-columns:1fr}.therapy-hero{flex-direction:column;align-items:flex-start}}@media (width<=560px){.therapy-page{width:100%}.therapy-app-hero,.therapy-match-card,.therapy-segment,.therapy-filters,.therapy-status,.therapy-empty,.therapy-pager,.therapy-page>.form-alert{margin-left:14px;margin-right:14px}.therapy-feed{gap:12px}.therapy-card{box-shadow:none;border-left:0;border-right:0;border-radius:0}.therapy-card-body{padding:14px 14px 18px}}.auth-switch{text-align:center;margin:20px 0 0}.auth-switch a{color:var(--gold-deep);font-weight:700;text-decoration:none}.spin{width:16px;height:16px;animation:.8s linear infinite spin}.boot{text-align:center;min-height:100dvh;color:var(--muted);place-content:center;gap:12px;display:grid}.portal-shell{background:radial-gradient(circle at top right, #2bb3c024, transparent 30%), radial-gradient(circle at bottom left, #0f766e0f, transparent 36%), var(--bg);grid-template-columns:280px 1fr;min-height:100svh;transition:grid-template-columns .22s;display:grid}.portal-shell.is-collapsed{grid-template-columns:88px 1fr}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;gap:20px;height:100svh;padding:20px 16px;transition:padding .22s,width .22s,transform .24s;display:flex;position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:0 4px;display:flex}.logo-dock{place-items:center;min-width:48px;min-height:48px;display:grid;position:relative}.sidebar-close,.sidebar-collapse,.sidebar-open-btn,.menu-btn{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:#fff;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.sidebar-close{display:none}.sidebar-close svg,.sidebar-collapse svg,.sidebar-open-btn svg,.menu-btn svg{width:18px;height:18px}.sidebar-collapse:hover,.sidebar-open-btn:hover,.menu-btn:hover{background:var(--clay);color:var(--on-deep)}.sidebar-open-btn{opacity:0;pointer-events:none;background:var(--clay);color:var(--on-deep);box-shadow:var(--shadow);transition:opacity .18s;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.logo-dock:hover .sidebar-open-btn,.logo-dock:focus-within .sidebar-open-btn{opacity:1;pointer-events:auto}.sidebar.is-collapsed{align-items:center;padding:16px 10px}.sidebar.is-collapsed .sidebar-top{justify-content:center;width:100%}.sidebar.is-collapsed .brand img{object-fit:contain;max-width:56px;height:28px}.sidebar.is-collapsed .sidebar-label,.sidebar.is-collapsed .sidebar-link span,.sidebar.is-collapsed .sidebar-user div,.sidebar.is-collapsed .sidebar-logout span{display:none}.sidebar.is-collapsed .sidebar-link,.sidebar.is-collapsed .sidebar-logout{justify-content:center;width:48px;min-height:48px;padding:0}.sidebar.is-collapsed .sidebar-user{justify-content:center;width:48px;padding:6px}.sidebar.is-collapsed .sidebar-nav,.sidebar.is-collapsed .sidebar-foot{align-items:center;width:100%}.sidebar-nav{flex-direction:column;flex:1;gap:6px;min-height:0;padding-right:2px;display:flex;overflow:auto}.sidebar-label{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 12px 8px;font-size:11px;font-weight:700}.sidebar-link{min-height:48px;color:var(--ink);border-radius:16px;align-items:center;gap:12px;padding:0 14px;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:flex}.sidebar-link svg{flex-shrink:0;width:18px;height:18px}.sidebar-link:hover{background:#0f8a981a}.sidebar-link.is-active{background:var(--clay);color:var(--on-deep)}.sidebar-foot{border-top:1px solid var(--line);flex-direction:column;gap:10px;margin-top:auto;padding-top:8px;display:flex}.sidebar-user{width:100%}.sidebar-logout{justify-content:flex-start;width:100%}.sidebar-scrim{display:none}.portal-content{flex-direction:column;min-width:0;min-height:100svh;display:flex;overflow:hidden}.portal-mobilebar{display:none}.portal-mobilebar-spacer{width:44px;height:44px}.portal-main{width:min(1120px,100% - 48px);margin:0 auto;padding:36px 0 64px}.home-dashboard{flex-direction:column;gap:20px;display:flex}.home-hero{color:#f7fcfd;background:radial-gradient(circle at 92% 12%, #2bb3c059, transparent 40%), linear-gradient(118deg, var(--clay) 0%, var(--gold-deep) 48%, var(--gold) 100%);border-radius:28px;grid-template-columns:minmax(0,1.35fr) minmax(220px,.75fr);align-items:end;gap:22px;padding:clamp(22px,3.5vw,34px);display:grid;position:relative;overflow:hidden;box-shadow:0 22px 50px #0c465029}.home-hero:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:280px;height:280px;position:absolute;inset:auto -8% -40% auto}.home-hero-copy{z-index:1;flex-direction:column;gap:12px;max-width:560px;display:flex;position:relative}.home-greeting-pill{color:#f4fbfd;background:#ffffff29;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin:0;padding:8px 14px;font-size:.88rem;font-weight:650;display:inline-flex}.home-hero h1{letter-spacing:-.035em;color:#fff;max-width:14ch;margin:0;font-size:clamp(1.7rem,4vw,2.55rem);font-weight:800;line-height:1.12}.home-hero-lede{color:#f7fcfde6;max-width:42ch;margin:0;font-size:.98rem;line-height:1.55}.home-hero-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.home-btn-primary,.home-btn-secondary,.home-btn-ghost{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:.94rem;font-weight:700;text-decoration:none;transition:transform .16s,background .16s,opacity .16s;display:inline-flex}.home-btn-primary{color:var(--ink);background:#fff;box-shadow:0 10px 24px #0828301f}.home-btn-secondary{color:#fff;cursor:pointer;font:inherit;background:#ffffff24;border:1px solid #ffffff47}.home-btn-ghost{color:#fff;cursor:pointer;font:inherit;background:0 0;border:0;padding-inline:10px}.home-btn-primary:hover,.home-btn-secondary:hover,.home-btn-ghost:hover{transform:translateY(-1px)}.home-hero-stats{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:10px;display:grid;position:relative}.home-stat-card{min-height:118px;color:var(--ink);background:#fff;border:1px solid #d4e5ece6;border-radius:18px;flex-direction:column;justify-content:space-between;gap:18px;padding:16px 14px;display:flex;box-shadow:0 12px 28px #0a28321a}.home-stat-card strong{letter-spacing:-.03em;color:var(--clay);font-size:1.55rem;line-height:1}.home-stat-card span{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:750}.home-stat-mood strong{color:var(--gold-deep);place-items:start;display:grid}.home-mood-glyph{width:40px;height:40px;color:var(--gold-deep);background:var(--surface-soft);border-radius:12px;place-items:center;display:grid}.home-latest{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:0;display:flex}.home-latest h2{margin:4px 0 6px;font-size:1.15rem}.home-doctor-link{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-top:0;display:flex}.home-doctor-link-copy{flex:1;min-width:min(100%,280px)}.home-doctor-link-copy h2{margin:4px 0 8px;font-size:1.15rem}.home-doctor-link-copy .eyebrow{align-items:center;gap:6px;display:inline-flex}.home-doctor-link-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.invite-modal-root{z-index:95;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.invite-modal-scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c28307a;border:0;position:absolute;inset:0}.invite-modal-sheet{z-index:1;-webkit-overflow-scrolling:touch;width:min(520px,100%);max-height:min(88dvh,720px);position:relative;overflow:auto}.invite-modal-panel{border:1px solid var(--line);background:#fff;border-radius:24px;margin:0;padding:22px;box-shadow:0 24px 60px #0a283238}.invite-modal-panel .health-share-head{align-items:flex-start}.invite-modal-panel .eyebrow,.invite-create-form .invite-field span{align-items:center;gap:6px;display:inline-flex}.invite-hint{color:var(--muted);margin:-4px 0 0;font-size:.88rem;line-height:1.45}.invite-success{flex-direction:column;gap:12px;display:flex}.invite-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.invite-info-card,.invite-link-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.invite-link-card{background:#fff}.invite-info-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:.75rem;font-weight:700;display:inline-flex}.invite-info-card strong{color:var(--ink);word-break:break-word;font-size:.98rem}.invite-link-card code{word-break:break-all;color:var(--clay);font-size:.85rem;line-height:1.45}.invite-actions{margin-top:4px}.home-doctor-link .invite-info-grid{margin:10px 0 12px}@media (width<=640px){.invite-info-grid{grid-template-columns:1fr}}@media (width<=900px){.home-hero{grid-template-columns:1fr}.home-hero h1{max-width:none}.home-hero-stats{width:100%}}@media (width<=560px){.home-hero-actions{flex-direction:column;align-items:stretch}.home-btn-primary,.home-btn-secondary,.home-btn-ghost{width:100%}.home-stat-card{gap:12px;min-height:100px;padding:14px 12px}.home-stat-card strong{font-size:1.3rem}}.user-chip{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;padding:6px 12px 6px 6px;display:flex}.user-chip strong,.user-chip small{display:block}.user-chip small{color:var(--muted);font-size:12px}.avatar{background:var(--clay);width:36px;height:36px;color:var(--on-deep);border-radius:50%;place-items:center;font-weight:700;display:grid}.hero-band h1{letter-spacing:-.06em;margin:0 0 12px;font-size:clamp(36px,6vw,64px);line-height:.98}.status-row,.bento{gap:16px;margin-top:32px;display:grid}.status-row{grid-template-columns:repeat(3,1fr)}.status-card,.bento-card{border:1px solid var(--line);background:#fff;border-radius:24px}.status-card{align-items:flex-start;gap:14px;padding:20px;display:flex}.status-card svg{width:22px;height:22px;color:var(--gold-deep)}.status-card p,.bento-card p{color:var(--muted);margin:0}.status-card strong,.bento-card h2{letter-spacing:-.03em;margin:4px 0;display:block}.bento{grid-template-columns:repeat(2,1fr)}.bento-card{text-align:left;flex-direction:column;align-items:flex-start;min-height:220px;padding:24px;transition:transform .18s,box-shadow .18s;display:flex}.bento-card:hover{box-shadow:var(--shadow)}.bento-icon{border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:18px;display:grid}.bento-icon svg{width:20px;height:20px}.gold .bento-icon{color:#0a6d79;background:#d8f3f6}.clay .bento-icon{color:#0f766e;background:#e7f7ef}.sand .bento-icon{color:#1d4f91;background:#e8f1fb}.mist .bento-icon{color:#334155;background:#eef2f6}.bento-link{color:var(--gold-deep);align-items:center;gap:4px;margin-top:auto;font-weight:700;display:inline-flex}.bento-link svg{width:16px;height:16px}.chat-page{flex-direction:column;flex:1;width:min(960px,100% - 40px);height:100dvh;min-height:0;max-height:100dvh;margin:0 auto;padding:20px 0 24px;display:flex}.portal-shell:not(.is-mobile) .chat-page{height:100dvh;max-height:100dvh;padding:24px 0}.portal-shell.is-mobile .chat-page{width:100%;height:calc(100dvh - 65px);max-height:calc(100dvh - 65px);padding:0}.chat-shell{border:1px solid var(--line);background:#fff;border-radius:28px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.portal-shell.is-mobile .chat-shell{border:0;border-top:1px solid var(--line);border-radius:0}.chat-muted,.chat-thread-head p,.bubble small{color:var(--muted)}.chat-thread-head{border-bottom:1px solid var(--line);background:linear-gradient(#f7fcfd 0%,#fff 100%);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 16px;display:flex}.chat-thread-copy{min-width:0}.chat-thread-head .eyebrow{margin:0 0 4px}.chat-thread-head h1{letter-spacing:-.03em;margin:0 0 4px;font-size:clamp(1.35rem,2.4vw,1.75rem);line-height:1.15}.chat-thread-head p{margin:0;font-size:13px;line-height:1.4}.chat-alert{flex-shrink:0;margin:12px 20px 0}.search-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border-radius:14px;flex-shrink:0;place-items:center;padding:0;transition:background .18s,color .18s,border-color .18s;display:grid}.search-toggle:hover:not(:disabled){background:#0f8a981a}.search-toggle:disabled{opacity:.55;cursor:not-allowed}.search-toggle.is-on{border-color:var(--clay);background:var(--clay);color:var(--on-deep)}.chat-messages{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:12px;min-height:0;padding:18px 20px;display:flex;overflow:auto}.chat-status{align-items:center;gap:8px;margin:0;display:inline-flex}.chat-load-more{align-self:center;margin-bottom:4px}.chat-empty{text-align:center;max-width:34ch;margin:auto;padding:24px 12px}.chat-empty h2{margin:0 0 8px;font-size:1.2rem}.chat-empty p{color:var(--muted);margin:0}.bubble{word-break:break-word;border-radius:18px;max-width:min(78%,560px);padding:12px 15px;line-height:1.55}.bubble.is-user{white-space:pre-wrap}.bubble p{margin:0}.bubble small{margin-top:8px;font-size:12px;display:block}.bubble.is-user{background:var(--clay);color:var(--on-deep);border-bottom-right-radius:6px;align-self:flex-end}.bubble.is-assistant{background:var(--surface-soft);border-bottom-left-radius:6px;align-self:flex-start}.bubble.is-pending{opacity:.88}.bubble.is-enter{animation:.28s bubble-in}.bubble.is-thinking,.bubble.is-loading{place-items:center;min-width:56px;min-height:44px;padding:12px 16px;display:grid}.thinking-orbit{width:28px;height:28px;animation:1.1s linear infinite orbit-spin;display:block;position:relative}.thinking-orbit i{background:var(--clay);border-radius:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;position:absolute;top:50%;left:50%}.thinking-orbit i:first-child{transform:rotate(0)translateY(-10px)}.thinking-orbit i:nth-child(2){transform:rotate(120deg)translateY(-10px)}.thinking-orbit i:nth-child(3){transform:rotate(240deg)translateY(-10px)}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.md-body{font-size:.98rem}.md-body>:first-child{margin-top:0}.md-body>:last-child{margin-bottom:0}.md-body p,.md-body ul,.md-body ol,.md-body pre,.md-body blockquote,.md-body table{margin:0 0 .75em}.md-body p:last-child,.md-body ul:last-child,.md-body ol:last-child,.md-body pre:last-child,.md-body blockquote:last-child,.md-body table:last-child{margin-bottom:0}.md-body h1,.md-body h2,.md-body h3,.md-body h4{letter-spacing:-.02em;margin:.2em 0 .45em;line-height:1.25}.md-body h1{font-size:1.2rem}.md-body h2{font-size:1.1rem}.md-body h3,.md-body h4{font-size:1rem}.md-body ul,.md-body ol{padding-left:1.25em}.md-body li+li{margin-top:.25em}.md-body a{color:var(--clay);font-weight:600}.md-body code{background:#0f36430f;border-radius:6px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.md-body pre{background:#0f36430f;border-radius:12px;padding:12px;overflow:auto}.md-body pre code{background:0 0;padding:0}.md-body blockquote{color:var(--muted);border-left:3px solid #0f8a9859;margin-left:0;padding-left:12px}.md-body table{border-collapse:collapse;width:100%;font-size:.92em;display:block;overflow:auto}.md-body th,.md-body td{border:1px solid var(--line);text-align:left;padding:6px 8px}.md-body th{background:#0f8a9814}.chat-composer{padding:14px 16px max(14px, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex-shrink:0;grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.chat-composer textarea{resize:none;border:1px solid var(--line);width:100%;min-height:48px;max-height:140px;font:inherit;color:var(--ink);background:var(--surface-soft);scrollbar-width:none;-ms-overflow-style:none;border-radius:16px;padding:12px 14px;line-height:1.45;overflow:hidden}.chat-composer textarea::-webkit-scrollbar{width:0;height:0;display:none}.chat-composer textarea:focus{border-color:var(--gold);background:#fff;outline:none;box-shadow:0 0 0 4px #0f8a982e}.chat-send{min-width:48px;min-height:48px;padding:0 16px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=960px){.status-row,.bento,.portal-shell,.portal-shell.is-collapsed{grid-template-columns:1fr}.sidebar-scrim{opacity:0;pointer-events:none;z-index:40;background:#0f364373;transition:opacity .22s;display:block;position:fixed;inset:0}.sidebar-scrim.is-open{opacity:1;pointer-events:auto}.sidebar,.sidebar.is-collapsed{width:min(320px,100vw - 48px);max-width:100%;height:100svh;padding:18px 16px max(18px, env(safe-area-inset-bottom));border-right:1px solid var(--line);z-index:50;border-radius:0 24px 24px 0;align-items:stretch;transition:transform .26s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;transform:translate(calc(-100% - 12px));box-shadow:0 24px 60px #0f46542e}.sidebar.is-open{transform:translate(0)}.sidebar.is-collapsed .sidebar-label,.sidebar.is-collapsed .sidebar-link span,.sidebar.is-collapsed .sidebar-user div,.sidebar.is-collapsed .sidebar-logout span{display:block}.sidebar.is-collapsed .sidebar-link,.sidebar.is-collapsed .sidebar-logout,.sidebar.is-collapsed .sidebar-user{justify-content:flex-start;width:100%;padding:0 14px}.sidebar.is-collapsed .sidebar-user{padding:6px 12px 6px 6px}.sidebar.is-collapsed .brand img{max-width:none;height:34px}.sidebar-close,.menu-btn{display:grid}.sidebar-collapse,.sidebar-open-btn{display:none!important}.portal-mobilebar{padding:10px 14px;padding-top:max(10px, env(safe-area-inset-top));border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#fffffff5;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;display:grid;position:sticky;top:0}.portal-mobilebar .brand{justify-self:center}.portal-main{width:min(1120px,100% - 28px);padding-top:20px;padding-bottom:max(24px, env(safe-area-inset-bottom))}.profile-page{width:min(980px,100% - 28px)}.profile-page .hero-band{margin-bottom:4px}.profile-panel-grid,.profile-edit-grid{grid-template-columns:1fr}.profile-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-section-wide{grid-column:auto}.profile-fields-medical{grid-template-columns:1fr}.profile-fields-medical .profile-fields-row,.profile-fields-medical .field-span-2{grid-column:auto}.profile-card-head{flex-wrap:wrap}.profile-card-head .btn-quiet,.profile-edit-btn{margin-left:auto}.profile-details{grid-template-columns:1fr}.profile-details div.is-wide{grid-column:auto}.profile-fields-row{grid-template-columns:1fr}.profile-photo-field{align-items:flex-start}.profile-identity{flex-direction:column;align-items:flex-start}.profile-actions,.profile-wizard-actions{flex-direction:column;align-items:stretch;position:sticky;bottom:8px}.profile-wizard-nav{width:100%;margin-left:0}.profile-wizard-nav .btn-primary,.profile-wizard-nav .btn-quiet,.profile-actions .btn-quiet,.profile-actions .btn-primary,.profile-photo-actions .btn-quiet,.profile-edit-layout .health-upload-btn{justify-content:center;width:100%}.option-chip{width:100%}.chat-page{width:100%;height:calc(100dvh - 65px);max-height:calc(100svh - 65px);padding:0}.chat-shell{border:0;border-top:1px solid var(--line);border-radius:0;min-height:0}.chat-thread-head,.chat-messages{padding:14px 16px}.bubble{max-width:min(88%,520px)}.chat-send span{display:none}.chat-send{width:48px;padding:0}.chat-composer{padding:12px 14px max(12px, env(safe-area-inset-bottom))}}.health-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.health-add-btn{flex-shrink:0;align-self:flex-end}.panel-block{border:1px solid var(--line);background:#ffffffe0;border-radius:24px;margin-top:24px;padding:22px}.panel-block h2{margin:4px 0 12px;font-size:1.25rem}.health-share-head,.health-list-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.health-share-row{flex-direction:column;gap:12px;display:flex}.health-share-url{border:1px dashed var(--line);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex;overflow:auto}.health-share-url code{word-break:break-all;font-size:.85rem}.health-date-filter{align-items:flex-end;gap:8px;display:flex}.health-date-filter input{border:1px solid var(--line);border-radius:12px;min-height:42px;padding:0 12px}.health-filter-bar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin:0 0 16px;display:flex}.health-log-tabs{margin:0 0 16px}.health-empty{color:var(--muted);justify-items:start;gap:12px;padding:18px 4px 8px;display:grid}.health-empty p{max-width:42ch;margin:0}.health-log-list{flex-direction:column;gap:12px;display:flex}.health-log-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;text-decoration:none;transition:transform .16s,border-color .16s;display:flex}.health-log-card:hover{border-color:var(--gold-2);transform:translateY(-1px)}.health-log-card.is-static{cursor:default;align-items:stretch;display:flex}.health-log-card.is-static:hover{transform:none}.health-log-main{flex:1;min-width:0}.health-log-title-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.health-log-card strong{margin-bottom:0;display:block}.health-log-time{color:var(--muted);font-size:.85rem}.health-log-meta{flex-wrap:wrap;gap:8px 14px;margin-bottom:6px;display:flex}.health-log-meta span{color:var(--ink);align-items:center;gap:6px;font-size:.92rem;display:inline-flex}.health-log-meta svg{color:var(--gold-2);flex-shrink:0}.health-log-card p,.health-log-card small{color:var(--muted);margin:2px 0;display:block}.health-log-actions{flex-direction:column;flex-shrink:0;justify-content:center;gap:8px;display:flex}.btn-quiet.is-danger{color:#b42318}.btn-quiet.is-danger:hover{background:#fff5f4;border-color:#f3b4ae}@media (width<=640px){.health-log-card.is-static{flex-direction:column;align-items:stretch}.health-log-actions{flex-flow:wrap}}.health-hero .eyebrow,.health-list-head .eyebrow{align-items:center;gap:6px;display:inline-flex}.health-form-card h2{align-items:center;gap:8px;display:inline-flex}.health-checkin-create,.health-form{flex-direction:column;gap:18px;display:flex}.health-form-section{border:1px solid var(--line);background:#ffffffe6;border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex}.health-form-section-head h3{letter-spacing:-.02em;margin:4px 0 6px;font-size:1.08rem}.health-form-section-head .chat-muted{margin:0}.health-date-locked{border:1px solid color-mix(in srgb, var(--gold-2) 35%, var(--line));background:color-mix(in srgb, var(--gold-2) 10%, #fff);border-radius:18px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.health-date-locked-icon{border:1px solid var(--line);width:40px;height:40px;color:var(--gold-deep);background:#fff;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.health-date-locked-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);align-items:center;gap:6px;margin:0 0 4px;font-size:.75rem;font-weight:700;display:inline-flex}.health-date-locked strong{margin-bottom:4px;font-size:1.02rem;display:block}.health-date-locked small{color:var(--muted);line-height:1.4}.health-form .field,.health-form-card .field{flex-direction:column;gap:6px;display:flex}.health-form .field span,.health-form-card .field span{color:var(--muted);font-size:.82rem;font-weight:600}.health-form input,.health-form textarea,.health-form-card input,.health-form-card textarea{border:1px solid var(--line);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:12px;padding:11px 12px}.health-form textarea,.health-form-card textarea{resize:vertical;min-height:84px}.health-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.health-choice,.health-symptoms{border:0;margin:0;padding:0}.health-choice legend,.health-symptoms legend{color:var(--ink);align-items:center;gap:8px;margin-bottom:10px;font-size:.86rem;font-weight:700;display:inline-flex}.health-req{letter-spacing:.04em;text-transform:uppercase;color:var(--gold-deep);background:color-mix(in srgb, var(--gold-2) 16%, #fff);border-radius:999px;margin-left:4px;padding:2px 8px;font-size:.68rem;font-weight:700}.health-choice-options,.health-symptom-list{flex-wrap:wrap;gap:8px;display:flex}.health-select-chip{border:1px solid var(--line);min-width:0;color:var(--ink);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;flex:calc(50% - 8px);align-items:flex-start;gap:2px;padding:12px 14px;transition:border-color .14s,background .14s,box-shadow .14s;display:inline-flex}.health-select-chip:hover{border-color:color-mix(in srgb, var(--gold-2) 55%, var(--line))}.health-select-chip.is-active{border-color:var(--gold-2);background:color-mix(in srgb, var(--gold-2) 12%, #fff);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--gold-2) 35%, transparent)}.health-select-chip-label{font-size:.95rem;font-weight:650}.health-select-chip-hint{color:var(--muted);font-size:.72rem;line-height:1.35}.health-symptom-list .health-select-chip{flex:0 auto;min-width:120px}.health-form-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.health-checkin-page{max-width:1080px;padding-bottom:96px}.health-checkin-top{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.health-back-btn{min-height:40px;padding:0 14px}.health-checkin-top-copy{width:100%}.health-checkin-top-copy h1{letter-spacing:-.03em;margin:4px 0 8px;font-size:clamp(1.55rem,3.5vw,2.1rem);line-height:1.15}.health-checkin-top-copy .lede{max-width:58ch}.health-checkin-loading{color:var(--muted);align-items:center;gap:10px;padding:24px 0;display:inline-flex}.health-checkin-shell{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:18px;display:grid}.health-checkin-main{flex-direction:column;gap:16px;min-width:0;display:flex}.health-checkin-aside{position:sticky;top:18px}.health-checkin-aside-card{border:1px solid var(--line);background:#ffffffe6;border-radius:20px;padding:18px}.health-checkin-aside-card h3{margin:4px 0 12px;font-size:1.05rem}.health-checkin-aside-card ul{color:var(--muted);gap:8px;margin:0;padding-left:18px;line-height:1.45;display:grid}.health-checkin-actions{z-index:5;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:18px;grid-column:1/-1;justify-content:flex-end;gap:10px;padding:12px 14px;display:flex;position:sticky;bottom:12px;box-shadow:0 10px 30px #14283214}@media (width<=960px){.health-checkin-shell{grid-template-columns:1fr}.health-checkin-aside{order:-1;position:static}}@media (width<=720px){.health-choice-grid{grid-template-columns:1fr}.health-select-chip{flex:calc(50% - 8px)}.health-select-chip-hint{display:none}.health-checkin-actions{border-radius:0;justify-content:stretch;margin:0 -4px;bottom:0;left:0;right:0}.health-checkin-actions .btn-primary,.health-checkin-actions .btn-quiet{flex:1;justify-content:center}.health-add-btn{width:100%}.health-hero{align-items:stretch}}.health-upload-btn{cursor:pointer}.health-image-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:12px;display:grid}.health-image-grid.compact{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}.health-image{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;text-decoration:none;display:block;overflow:hidden}.health-image img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.health-image small{color:var(--muted);padding:8px 10px;display:block}.health-note-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.health-note{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 16px}.health-note.compact{margin-top:10px;padding:10px 12px}.health-note strong{align-items:center;gap:6px;display:inline-flex}.health-note p{margin:6px 0}.health-note small{color:var(--muted)}.doctor-page{box-sizing:border-box;width:min(960px,100% - 28px);min-height:100vh;margin:0 auto;padding:24px 0 56px}.doctor-top{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.doctor-top-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.doctor-logout-btn{flex-shrink:0;min-height:42px}.doctor-top-copy h1{letter-spacing:-.03em;margin:4px 0 8px;font-size:clamp(1.5rem,4vw,2.1rem);line-height:1.15}.doctor-session-chip{border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);border-radius:999px;align-items:center;gap:8px;max-width:100%;margin-top:10px;padding:8px 12px;font-size:.88rem;font-weight:600;display:inline-flex}.doctor-session-chip span{overflow-wrap:anywhere;min-width:0}.doctor-tabs{flex-wrap:wrap;gap:8px;margin:0 0 16px;display:flex}.doctor-tab{border:1px solid var(--line);min-height:40px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:0 14px;font-weight:650}.doctor-tab.is-active{background:var(--clay);border-color:var(--clay);color:#fff}.doctor-journey-panel{margin-top:0}.doctor-today-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.doctor-today-head h2{letter-spacing:-.02em;margin:0 0 4px;font-size:1.2rem}.doctor-today-head .chat-muted{margin:0}.doctor-empty-today{justify-items:start;gap:12px;padding:8px 0 4px;display:grid}.doctor-log-card{gap:12px;display:grid}.doctor-form-lede{margin:-4px 0 14px}.doctor-footer-note{color:var(--muted);text-align:center;margin:20px 0 0}@media (width<=640px){.doctor-page{width:calc(100% - 20px);padding-top:16px}.doctor-today-head{flex-direction:column}.doctor-today-head .btn-primary{width:100%}.doctor-top-bar{align-items:flex-start}.doctor-logout-btn{padding:0 12px}.doctor-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.doctor-tab{flex:none}}.doctor-gate{box-sizing:border-box;width:100%;padding:max(16px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))}.doctor-gate .auth-panel{width:min(460px,100%);max-width:100%}.doctor-gate-card{box-sizing:border-box;border-radius:clamp(18px,3vw,24px);padding:clamp(20px,4vw,30px) clamp(16px,3.5vw,24px) clamp(18px,3vw,24px)}.doctor-gate-card .auth-card-head h2{font-size:clamp(1.35rem,5.2vw,1.75rem);line-height:1.2}.doctor-gate-card .auth-card-head>p{overflow-wrap:anywhere;font-size:clamp(.9rem,3.4vw,.98rem)}.doctor-gate-form{gap:14px;margin-top:20px}.doctor-gate-form .field span{align-items:center;gap:6px;display:inline-flex}.doctor-gate-form .field input{border:1px solid var(--line);width:100%;min-height:48px;font:inherit;color:var(--ink);box-sizing:border-box;background:#fff;border-radius:14px;padding:0 14px}.doctor-gate-hint{color:var(--muted);margin:-4px 0 0;font-size:.88rem;line-height:1.45}.doctor-gate-email-chip{border:1px solid var(--line);background:var(--surface-soft);color:var(--ink);box-sizing:border-box;border-radius:14px;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 12px;font-size:.92rem;font-weight:600;display:flex}.doctor-gate-email-chip>svg{color:var(--gold-deep);flex-shrink:0}.doctor-gate-email-chip span,.doctor-gate-email-text{overflow-wrap:anywhere;word-break:break-word;flex:auto;min-width:0;line-height:1.35}.doctor-gate-form .doctor-gate-change,.doctor-gate .doctor-gate-change{white-space:nowrap;flex:none;min-width:auto;min-height:36px;padding:0 12px;width:auto!important}.doctor-gate-footer{text-align:center;margin:18px 0 0}.doctor-gate .form-alert,.doctor-gate .form-success{overflow-wrap:anywhere;margin-top:16px}.doctor-gate-form .btn-primary,.doctor-gate-form>.btn-quiet{width:100%}.doctor-gate .otp-boxes{gap:clamp(4px,1.8vw,8px)}.doctor-gate .otp-box{border-radius:12px;min-height:clamp(44px,12vw,52px);padding:0;font-size:clamp(1.05rem,4.2vw,1.25rem)}@media (width<=560px){.doctor-gate{padding-top:max(12px, env(safe-area-inset-top));align-items:flex-start}.doctor-gate .auth-card.doctor-gate-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px 16px 18px;box-shadow:0 14px 32px #0f465414}.doctor-gate-email-chip{flex-wrap:wrap;align-items:flex-start}.doctor-gate-email-chip>svg{margin-top:2px}.doctor-gate-email-text{flex:calc(100% - 28px);order:1}.doctor-gate-form .doctor-gate-change,.doctor-gate .doctor-gate-change{order:2;margin-left:auto}.doctor-gate .otp-boxes{gap:4px}.doctor-gate .otp-box{border-radius:10px;min-height:46px;font-size:1.05rem}.doctor-gate-form .field input{font-size:16px}}@media (width<=360px){.doctor-gate .otp-boxes{gap:3px}.doctor-gate .otp-box{min-height:42px;font-size:.98rem}}@media (width<=760px){.health-choice-grid{grid-template-columns:1fr}.health-hero{align-items:stretch}.profile-page{width:calc(100% - 20px)}.profile-photo-wrap,.profile-photo-wrap.is-lg{border-radius:20px;width:84px;height:84px}.profile-form-section{padding:14px}.profile-stepper{grid-template-columns:1fr}.profile-step-copy small{white-space:normal}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}:focus-visible{outline:3px solid var(--gold-2);outline-offset:3px}.health-details{margin:0}.health-detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;width:100%;display:flex}
