:root{--burgundy:#863d4b;--burgundy-light:#a85262;--burgundy-dim:#f5e8ea;--gold:#ddac5b;--gold-light:#f0d49a;--gold-dim:#fbf3e3;--warm-white:#faf8f6;--white:#fff;--charcoal:#2c2c2c;--sage:#6f9b7a;--sage-dim:#e8f2ea;--muted:#7a7a7a;--dimmed:#adadad;--border:#eae6e3;--surface:#f2efec;--danger:#d94040;--danger-dim:#fdeaea;--warning:#c07a1a;--warning-dim:#fef3e2;--success:#3d8b5e;--success-dim:#e6f4ed;--sidebar:248px;--bottom-nav:68px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 6px #2c2c2c0f;--shadow-md:0 2px 12px #2c2c2c17;--shadow-lg:0 8px 28px #2c2c2c21;--font:Inter, system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font);background:var(--warm-white);color:var(--charcoal);-webkit-font-smoothing:antialiased}button,input,textarea,select{font-family:inherit}a{color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}img{max-width:100%}.shell{background:var(--warm-white);min-height:100vh;display:flex}.sidebar{width:var(--sidebar);background:var(--white);border-right:1px solid var(--border);flex-shrink:0;height:100vh;padding:24px 16px;display:none;position:sticky;top:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:10px;padding:4px 8px 28px;display:flex}.sidebar-brand img{border-radius:8px;width:32px;height:32px}.sidebar-brand span{letter-spacing:-.3px;font-size:15px;font-weight:800}.nav-section{flex-direction:column;gap:4px;display:flex}.nav-label{letter-spacing:.4px;color:var(--muted);text-transform:uppercase;padding:16px 12px 6px;font-size:11px;font-weight:700}.nav-link{border-radius:var(--radius-md);color:var(--muted);align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.nav-link:hover{background:var(--surface);color:var(--charcoal)}.nav-link.active{background:var(--burgundy-dim);color:var(--burgundy)}.nav-link.active.clinician{background:var(--sage-dim);color:var(--sage)}.nav-link .badge{margin-left:auto}.sidebar-footer{margin-top:auto;padding-top:20px}.main{flex:1;min-width:0;padding:28px 32px 40px}.page{max-width:1080px;margin:0 auto}.page.wide{max-width:1200px}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page-title{letter-spacing:-.5px;margin:0;font-size:28px;font-weight:800}.page-sub{color:var(--muted);margin:6px 0 0;font-size:14px}.bottom-nav{height:var(--bottom-nav);background:var(--white);border-top:1px solid var(--border);z-index:40;padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--dimmed);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.bottom-nav a.active{color:var(--burgundy)}.bottom-nav a.active.clinician{color:var(--sage)}.mobile-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mobile-only{display:block}.desktop-only{display:none}@media (width>=900px){.sidebar{flex-direction:column;display:flex}.bottom-nav,.mobile-top,.mobile-only{display:none}.desktop-only{display:block}.shell.has-bottom-pad .main{padding-bottom:40px}}@media (width<=899px){.main{padding:16px 16px calc(var(--bottom-nav) + 24px)}.page-title{font-size:24px}}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px}.grid{gap:14px;display:grid}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}@media (width>=720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.btn{border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:8px;height:48px;padding:0 18px;font-size:15px;font-weight:700;transition:opacity .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--burgundy);color:var(--white)}.btn-sage{background:var(--sage);color:var(--white)}.btn-ghost{background:var(--surface);color:var(--charcoal)}.btn-danger{background:var(--danger-dim);color:var(--danger)}.btn-sm{border-radius:var(--radius-md);height:36px;padding:0 12px;font-size:13px}.input,.textarea{background:var(--surface);border-radius:var(--radius-md);width:100%;color:var(--charcoal);border:1px solid #0000;outline:none;padding:12px 14px;font-size:15px}.input:focus,.textarea:focus{border-color:var(--burgundy);background:var(--white)}.textarea{resize:vertical;min-height:96px}.label{letter-spacing:.3px;color:var(--muted);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.avatar{object-fit:cover;background:var(--surface);border-radius:50%;width:48px;height:48px}.avatar-sm{width:36px;height:36px}.avatar-lg{width:84px;height:84px}.pill{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.error{color:var(--danger);margin:8px 0;font-size:13px}.muted{color:var(--muted)}.spinner{border:3px solid var(--border);border-top-color:var(--burgundy);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.center{justify-content:center;align-items:center;min-height:40vh;display:flex}.empty{text-align:center;color:var(--muted);padding:40px 20px}.mood-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.mood-label{width:64px;color:var(--muted);font-size:13px}.mood-track{background:var(--surface);border-radius:3px;flex:1;height:6px;overflow:hidden}.mood-fill{border-radius:3px;height:6px}.auth-shell{grid-template-columns:1fr;min-height:100vh;display:grid}.auth-hero{background:linear-gradient(160deg, #5c2a34 0%, var(--burgundy) 55%, #a85262 100%);color:#fff;padding:56px;display:none;position:relative;overflow:hidden}.auth-hero:after{content:"";background:#ddac5b29;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-80px;right:-80px}.auth-hero-inner{z-index:1;max-width:420px;position:relative}.auth-panel{justify-content:center;align-items:center;padding:32px 20px;display:flex}.auth-card{width:100%;max-width:440px}@media (width>=960px){.auth-shell{grid-template-columns:1.05fr 1fr}.auth-hero{align-items:center;display:flex}}.chat-layout{background:var(--white);border-radius:var(--radius-xl);max-width:860px;height:calc(100vh - 56px);box-shadow:var(--shadow-sm);flex-direction:column;margin:0 auto;display:flex;overflow:hidden}@media (width<=899px){.chat-layout{height:calc(100dvh - var(--bottom-nav) - 16px);border-radius:var(--radius-lg)}}.chat-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 16px;display:flex}.chat-thread{background:var(--warm-white);flex-direction:column;flex:1;gap:12px;padding:18px;display:flex;overflow-y:auto}.bubble{border-radius:18px;max-width:78%;padding:12px 16px;font-size:15px;line-height:1.45}.bubble.mine{background:var(--burgundy);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.bubble.theirs{background:var(--white);box-shadow:var(--shadow-sm);border-bottom-left-radius:4px}.chat-input{border-top:1px solid var(--border);background:var(--white);gap:8px;padding:12px;display:flex}.msg-row{align-items:flex-end;gap:8px;display:flex}.msg-row.right{flex-direction:row-reverse}.modal-backdrop{z-index:50;background:#2c2c2c73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:24px}.row{align-items:center;gap:10px;display:flex}.space-between{justify-content:space-between}.stack{flex-direction:column;gap:12px;display:flex}.tabs{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.tab{white-space:nowrap;background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.tab.active{background:var(--burgundy);color:#fff}.tab.active.sage{background:var(--sage)}.dot-row{justify-content:space-between;display:flex}.dot{background:var(--border);border-radius:50%;width:22px;height:22px}.dot.on{transform:scale(1.15)}.linkish{color:var(--burgundy);font-weight:700;text-decoration:none}.frost{position:relative}.frost-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#faf8f6b8;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.switch{background:var(--border);border-radius:999px;flex-shrink:0;width:44px;height:26px;position:relative}.switch.on{background:#6f9b7acc}.switch span{background:var(--dimmed);border-radius:50%;width:20px;height:20px;transition:left .15s,background .15s;position:absolute;top:3px;left:3px}.switch.on span{background:var(--sage);left:21px}
