*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14.5px;line-height:1.6}a{color:var(--accent);text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}button:disabled{opacity:.35;cursor:not-allowed}input,select,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:.3125rem;height:.5rem}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background:#94a3b880}:focus-visible,button:focus-visible,.ibtn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.rh-root{--bg:#0a0e14;--bg2:#151b23;--card:#1a2029;--border:#2d3748;--text:#e2e8f0;--text-dim:#94a3b8;--accent:#dc2626;--accent-hover:#ef4444;--accent-soft:#dc262614;--user-bg:#1e2936;--therapist-bg:#1a2029;--system-bg:#2d1f0e;--danger:#f87171;--success:#34d399;--warn:#fbbf24;--radius:12px;--sidebar-w:clamp(14rem,18vw,20rem);--transition:.2s cubic-bezier(.4,0,.2,1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--msg-shadow:0 2px 4px #00000014,0 4px 12px #0000001f,0 1px 2px #00000029;--msg-shadow-hover:0 4px 8px #0000001f,0 8px 20px #00000029,0 2px 4px #0003;--glow:0 0 20px #dc26262e;--hover-bg:#ffffff0f;background:var(--bg);color:var(--text)}.rh-root[data-theme=light]{--bg:#fff;--bg2:#f6f8fa;--card:#fff;--border:#d0d7de;--text:#1f2328;--text-dim:#656d76;--accent:#c53030;--accent-hover:#9b2c2c;--accent-soft:#c530300f;--user-bg:#fef2f2;--therapist-bg:#f6f8fa;--system-bg:#fff8e1;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--msg-shadow:0 2px 4px #0000000a,0 4px 12px #0000000f;--msg-shadow-hover:0 4px 8px #0000000f,0 8px 20px #00000014;--glow:0 0 20px #c530301a;--hover-bg:#0000000d}.rh-root svg.ic{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px;height:16px}.rh-root svg.ic-s{width:14px;height:14px}.rh-root svg.ic-xs{width:12px;height:12px}.rh-root .app{background:var(--bg);height:100vh;display:flex;overflow:hidden}.rh-root .sidebar{width:var(--sidebar-w);background:var(--bg2);border-right:1px solid var(--border);min-width:0;transition:width var(--transition),min-width var(--transition);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.rh-root .sidebar.collapsed{border-right:none;width:0;min-width:0}.rh-root .sb-head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem .875rem;display:flex}.rh-root .sb-brand{letter-spacing:.02em;color:var(--text);text-transform:uppercase;text-shadow:0 2px 4px #00000059,0 8px 16px #00000038;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;display:flex}.rh-root .sb-brand .dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;flex-shrink:0}.rh-root .sb-brand span{color:var(--accent)}.rh-root .sb-actions{align-items:center;gap:.25rem;display:flex}.rh-root .btn-new{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;transition:background var(--transition),box-shadow var(--transition);letter-spacing:.03em;text-transform:uppercase;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.3rem .6rem;font-family:inherit;font-size:.7rem;font-weight:700;display:flex}.rh-root .btn-new:hover{background:var(--accent-hover);box-shadow:var(--glow)}.rh-root .ibtn{cursor:pointer;color:var(--text-dim);transition:all var(--transition);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;display:flex}.rh-root .ibtn:hover{background:var(--hover-bg);color:var(--text)}.rh-root .session-list{flex:1;padding:.375rem;overflow-y:auto}.rh-root .si{cursor:pointer;transition:all var(--transition);background:var(--card);border:1px solid #0000;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.625rem .875rem;font-size:.875rem;display:flex;position:relative;box-shadow:0 6px 14px #dc26261f}.rh-root .si:hover{background:var(--bg);border-color:var(--accent);box-shadow:var(--shadow-md)}.rh-root .si.active{background:var(--accent-soft);border-color:var(--accent);box-shadow:0 0 0 3px #dc26261f,var(--shadow-sm)}.rh-root .si.active .sn{color:var(--accent);font-weight:600}.rh-root .si.active .sic{color:var(--accent)}.rh-root .sic{color:var(--text-dim);opacity:.7;flex-shrink:0}.rh-root .si-info{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.rh-root .sn{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.8125rem;font-weight:500;line-height:1.3;overflow:hidden}.rh-root .sd{color:var(--text-dim);white-space:nowrap;font-size:.6rem;line-height:1}.rh-root .sdot{cursor:pointer;opacity:0;color:var(--text-dim);transition:opacity var(--transition);background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:.15rem;display:flex}.rh-root .si:hover .sdot,.rh-root .si.active .sdot{opacity:1}.rh-root .sdot:hover{background:var(--hover-bg);color:var(--text)}.rh-root .ctx-backdrop{z-index:299;position:fixed;inset:0}.rh-root .ctx{background:var(--bg2);border:1px solid var(--border);z-index:300;min-width:148px;box-shadow:var(--shadow-xl);border-radius:10px;padding:.25rem 0;position:fixed}.rh-root .cxi{cursor:pointer;color:var(--text);transition:background var(--transition);-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;padding:.425rem .7rem;font-size:.8rem;display:flex}.rh-root .cxi:hover{background:var(--card)}.rh-root .cxi.danger{color:var(--danger)}.rh-root .cxs{background:var(--border);height:1px;margin:.2rem 0}.rh-root .main{flex-direction:column;flex:1;min-width:0;display:flex;position:relative;overflow:hidden}.rh-root .top-bar{border-bottom:1px solid var(--border);background:var(--bg2);flex-shrink:0;justify-content:space-between;align-items:center;min-height:2.75rem;padding:.5rem 1.125rem;display:flex}.rh-root .tl{flex:1;align-items:center;gap:.625rem;min-width:0;display:flex}.rh-root .tr{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.rh-root .sbadge{color:var(--text-dim);background:var(--card);border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:180px;padding:.15rem .5rem;font-size:.6875rem;font-weight:500;overflow:hidden}.rh-root .sess-name-badge{color:var(--text);background:var(--accent-soft);text-overflow:ellipsis;white-space:nowrap;border:1px solid #e5383b33;border-radius:999px;max-width:200px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;overflow:hidden}.rh-root .tbrand{letter-spacing:.03em;flex-shrink:0;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:800;display:flex}.rh-root .tbrand .dot{background:var(--accent);width:7px;height:7px;box-shadow:0 0 8px var(--accent);border-radius:50%}.rh-root .tbrand span{color:var(--accent)}.rh-root .sw-btn{background:var(--card);border:1px solid var(--border);color:var(--text-dim);transition:all var(--transition);white-space:nowrap;border-radius:7px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.rh-root .sw-btn:hover{color:#3b82f6;background:#2563eb12;border-color:#2563eb66}.rh-root .theme-btn{background:var(--card);border:1px solid var(--border);cursor:pointer;color:var(--text-dim);transition:all var(--transition);border-radius:7px;align-items:center;padding:.28rem .4rem;display:flex}.rh-root .theme-btn:hover{color:var(--text);border-color:var(--accent)}.rh-root .chat-area{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.75rem;padding:1.5rem 3%;display:flex;overflow-y:auto}.rh-root .mw{flex-direction:column;max-width:80%;display:flex;position:relative}.rh-root .mw.user{align-self:flex-end}.rh-root .mw.therapist,.rh-root .mw.wmsg{align-self:flex-start;max-width:86%}.rh-root .mw.system{align-self:center;max-width:92%}.rh-root .mb{border-radius:var(--radius);word-wrap:break-word;white-space:pre-wrap;padding:.625rem .875rem;font-size:.875rem;line-height:1.65;box-shadow:0 8px 18px #dc26262e}.rh-root .mw.user .mb{background:var(--user-bg);border:1px solid #c530301f;border-bottom-right-radius:.125rem;box-shadow:0 8px 18px #dc26262e}.rh-root .mw.therapist .mb,.rh-root .mw.wmsg .mb{background:var(--therapist-bg);border:1px solid var(--border);border-bottom-left-radius:.125rem;box-shadow:0 8px 18px #dc26262e}.rh-root .mw.system .mb{background:var(--system-bg);color:var(--text-dim);text-align:center;border:1px solid #fbbf2426;border-radius:8px;font-size:.8rem}.rh-root .m-author{color:var(--text-dim);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.25rem;margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:flex}.rh-root .m-text p{text-align:left;margin:0 0 .45rem}.rh-root .m-text p:last-child{margin-bottom:0}.rh-root .m-text h1{letter-spacing:.03em;text-align:left;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:800;line-height:1.25}.rh-root .m-text h1 span.rh-hl{color:var(--accent)}.rh-root .m-text ul,.rh-root .m-text ol{margin:.25rem 0 .25rem 1.25rem;padding:0}.rh-root .m-text li{margin-bottom:.15rem}.rh-root .m-text strong{color:var(--text);font-weight:700}.rh-root .m-text em{color:var(--text-dim);font-style:italic}.rh-root .m-text code{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.1rem .3rem;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8125rem}.rh-root .m-acts{opacity:0;transition:opacity var(--transition);gap:.1rem;margin-top:.15rem;padding:0 .1rem;display:flex}.rh-root .mw:hover .m-acts{opacity:1}.rh-root .mw.user .m-acts{justify-content:flex-end}.rh-root .m-btn{cursor:pointer;color:var(--text-dim);transition:all var(--transition);background:0 0;border:none;border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .4rem;font-family:inherit;font-size:.6875rem;line-height:1;display:flex}.rh-root .m-btn:hover{background:var(--card);color:var(--text);border-color:var(--border)}.rh-root .m-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.rh-root .m-btn-revert:hover{color:var(--warn)}.rh-root .empty-state{color:var(--text-dim);text-align:center;pointer-events:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;min-height:200px;padding:2rem;display:flex}.rh-root .es-icon{opacity:.2;margin-bottom:.5rem;transform:scale(2.5)}.rh-root .es-title{color:var(--text-dim);opacity:.7;font-size:1rem;font-weight:600}.rh-root .es-sub{color:var(--text-dim);opacity:.5;max-width:260px;font-size:.8rem;line-height:1.5}.rh-root .think-ph{background:var(--therapist-bg);border:1px solid var(--border);border-radius:var(--radius);max-width:85%;box-shadow:var(--shadow-sm);border-bottom-left-radius:3px;align-self:flex-start;align-items:center;gap:.5rem;padding:.6rem .85rem;display:flex}.rh-root .dp{gap:.2rem;display:flex}.rh-root .dp span{background:var(--accent);opacity:.8;border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite dpA}.rh-root .dp span:nth-child(2){animation-delay:.2s}.rh-root .dp span:nth-child(3){animation-delay:.4s}@keyframes dpA{0%,80%,to{opacity:.25;transform:scale(.75)}40%{opacity:1;transform:scale(1)}}.rh-root .ac{background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-bottom:.35rem;overflow:hidden;box-shadow:0 4px 12px #0000002e}.rh-root .ac-h{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition);color:var(--text);align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.75rem;font-weight:700;display:flex}.rh-root .ac-h:hover{background:var(--card)}.rh-root .ac-h .arr{align-items:center;transition:transform .2s;display:flex}.rh-root .ac.open .ac-h .arr svg{transform:rotate(90deg)}.rh-root .ac-b{color:var(--text-dim);border-top:1px solid var(--border);background:var(--card);padding:.5rem .65rem;font-size:.75rem;line-height:1.6;display:none;overflow-x:auto}.rh-root .ac.open .ac-b{display:block}.rh-root .badge{background:var(--accent-soft);color:var(--accent);border:1px solid #e5383b1f;border-radius:999px;margin:.1rem;padding:.12rem .4rem;font-size:.65rem;display:inline-block}.rh-root .kv{grid-template-columns:auto 1fr;align-items:start;gap:.15rem .5rem;font-size:.73rem;display:grid}.rh-root .kv dt{color:var(--text);white-space:nowrap;font-weight:700}.rh-root .kv dd{color:var(--text-dim);white-space:normal;word-break:break-word;text-align:left;margin:0}.rh-root .pre{white-space:pre-wrap;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.5rem;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.6}.rh-root .xsi{color:var(--text-dim);flex-shrink:0;align-items:center;display:flex}.rh-root .metric-row{border-bottom:1px solid var(--border);margin-bottom:.6rem;padding-bottom:.4rem}.rh-root .metric-row:last-child{border-bottom:none;margin-bottom:0}.rh-root .goal-card{background:var(--bg);border:1px solid var(--border);border-radius:6px;margin-bottom:.35rem;padding:.5rem;box-shadow:0 6px 14px #00000038}.rh-root .goal-metrics,.rh-root .goal-completion{padding:4px 0}.rh-root .kv dd .kv{border-left:2px solid var(--border);margin:4px 0 4px 8px;padding-left:8px}.rh-root .think-tog{cursor:pointer;color:var(--text-dim);-webkit-user-select:none;user-select:none;transition:color var(--transition);align-items:center;gap:.3rem;margin-top:.3rem;padding:.15rem 0;font-size:.73rem;font-weight:600;display:flex}.rh-root .think-tog:hover{color:var(--accent)}.rh-root .think-body{margin-top:.25rem;display:none}.rh-root .think-body.open{display:block}.rh-root .elicit-tog{cursor:pointer;color:var(--accent);-webkit-user-select:none;user-select:none;transition:all var(--transition);background:#6366f10f;border:1px solid #6366f126;border-radius:6px;align-items:center;gap:.3rem;margin-top:.35rem;padding:.2rem .5rem;font-size:.73rem;font-weight:600;display:flex}.rh-root .elicit-tog:hover{background:#6366f11f;border-color:#6366f14d}.rh-root .elicit-body{color:var(--text);border-left:2px solid var(--accent);background:#6366f10a;border-radius:6px;margin-top:.25rem;padding:.3rem .5rem;font-size:.78rem;display:none}.rh-root .elicit-body.open{display:block}.rh-root .input-area{background:var(--bg);flex-shrink:0;padding:.625rem 1rem .875rem}.rh-root .disc-bar{color:#f87171;background:#f871710f;border:1px solid #f8717133;border-radius:6px;align-items:center;gap:.4rem;max-width:65%;margin:0 auto .4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:500;animation:.2s fadeIn;display:flex}.rh-root .edit-bar{max-width:65%;color:var(--warn);background:#fbbf240f;border:1px solid #fbbf2433;border-radius:6px;align-items:center;gap:.4rem;margin:0 auto .35rem;padding:.2rem .6rem;font-size:.7rem;font-weight:500;animation:.2s fadeIn;display:flex}.rh-root .edit-cancel{cursor:pointer;color:var(--text-dim);transition:color var(--transition);background:0 0;border:none;border-radius:4px;align-items:center;margin-left:auto;padding:.1rem;display:flex}.rh-root .edit-cancel:hover{color:var(--danger)}.rh-root .input-box{max-width:65%;margin:0 auto;position:relative}.rh-root .input-inner{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition);align-items:center;gap:.25rem;padding:.125rem .5rem .125rem 0;display:flex}.rh-root .input-inner:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #e5383b1a,var(--glow)}.rh-root .chat-ta{resize:none;color:var(--text);background:0 0;border:none;outline:none;flex:1;min-height:2.75rem;max-height:10rem;padding:.55rem .625rem;font-family:inherit;font-size:.9375rem;line-height:1.6}.rh-root .chat-ta::placeholder{color:var(--text-dim);opacity:.6}.rh-root .input-actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.rh-root .btn-send{background:var(--accent);color:#fff;cursor:pointer;transition:background var(--transition),box-shadow var(--transition);border:none;border-radius:9px;flex-shrink:0;align-items:center;padding:.4rem .65rem;display:flex}.rh-root .btn-send:hover{background:var(--accent-hover);box-shadow:var(--glow)}.rh-root .btn-send:disabled{opacity:.35;cursor:not-allowed}.rh-root .btn-send.btn-stop{background:#e74c3c}.rh-root .btn-send.btn-stop:hover{background:#c0392b}.rh-root .char-hint{color:var(--text-dim);opacity:.6;text-align:right;min-height:.75rem;font-size:.6rem;line-height:1;display:block}.rh-root .char-warn{color:var(--warn);opacity:.9;font-weight:700}.rh-root .input-hint{text-align:center;color:var(--text-dim);opacity:.45;letter-spacing:.01em;margin-top:.4rem;font-size:.6375rem}.rh-root .modal-bg{z-index:100;backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.rh-root .modal-bg.open{display:flex}.rh-root .modal{background:var(--bg2);border:1px solid var(--border);width:90%;min-width:300px;max-width:380px;box-shadow:var(--shadow-xl);border-radius:14px;padding:1.375rem}.rh-root .modal h3{letter-spacing:.01em;margin-bottom:.875rem;font-size:.9rem;font-weight:700}.rh-root .modal input{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);transition:border-color var(--transition);border-radius:9px;outline:none;margin-bottom:.875rem;padding:.45rem .7rem;font-family:inherit;font-size:.875rem}.rh-root .modal input:focus{border-color:var(--accent)}.rh-root .modal-btns{justify-content:flex-end;gap:.4rem;display:flex}.rh-root .modal-btns button{border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer;transition:all var(--transition);border-radius:8px;padding:.38rem .8rem;font-family:inherit;font-size:.8rem;font-weight:600}.rh-root .modal-btns button:hover{background:var(--border)}.rh-root .modal-btns button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.rh-root .modal-btns button.primary:hover{background:var(--accent-hover)}.rh-root .modal-btns button.danger{background:var(--danger);color:#fff;border-color:var(--danger)}.rh-root .mic-perm-modal-bg{z-index:200;backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.rh-root .mic-perm-modal{background:var(--bg2);border:1px solid var(--border);width:92%;max-width:420px;box-shadow:var(--shadow-xl);border-radius:14px;padding:1.5rem 1.75rem;animation:.2s fadeIn}.rh-root .mic-perm-icon{text-align:center;color:var(--danger);justify-content:center;margin-bottom:.5rem;font-size:2rem;line-height:1;display:flex}.rh-root .mic-perm-icon svg{width:2rem;height:2rem}.rh-root .mic-perm-modal h3{text-align:center;color:var(--text);margin:0 0 .5rem;font-size:1rem;font-weight:700}.rh-root .mic-perm-desc{color:var(--text-dim);text-align:center;margin:0 0 .75rem;font-size:.825rem;line-height:1.5}.rh-root .mic-perm-steps{color:var(--text);margin:0 0 1rem;padding-left:1.25rem;font-size:.8rem;line-height:1.8}.rh-root .mic-perm-steps li{margin-bottom:.25rem}.rh-root .mic-perm-steps strong{color:var(--accent);font-weight:600}.rh-root .mic-perm-actions{justify-content:center;display:flex}.rh-root .mic-perm-dismiss{background:var(--accent);color:#fff;cursor:pointer;transition:all var(--transition);border:none;border-radius:9px;padding:.45rem 1.5rem;font-family:inherit;font-size:.85rem;font-weight:600}.rh-root .mic-perm-dismiss:hover{background:var(--accent-hover);box-shadow:var(--glow)}.rh-root .toast{background:var(--card);border:1px solid var(--border);color:var(--text);z-index:200;opacity:0;pointer-events:none;box-shadow:var(--shadow-xl);border-radius:9px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .22s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(6px)}.rh-root .toast.show{opacity:1;pointer-events:auto;transform:translateY(0)}.rh-root .auth-loading{background:var(--bg);z-index:999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rh-root .auth-loading-inner{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.rh-root .auth-loading-brand{color:var(--text);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.rh-root .auth-loading-logo{background:var(--accent);border-radius:50%;width:.625rem;height:.625rem}.rh-root .auth-loading-spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite authSpin}.rh-root .auth-loading-text{color:var(--text-dim);letter-spacing:.04em;font-size:.8125rem}.rh-root .auth-loading-sub{color:var(--text-dim);margin-top:-.75rem;font-size:.8125rem}.rh-root .auth-loading-slow{color:var(--text-dim);opacity:0;font-size:.75rem;animation:.3s 8s forwards authFadeIn}.rh-root .auth-loading-slow a{color:var(--accent);text-decoration:underline}@keyframes authSpin{to{transform:rotate(360deg)}}@keyframes authFadeIn{to{opacity:1}}.rh-root .auth-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.rh-root .auth-screen:before{content:"";pointer-events:none;background:radial-gradient(700px 500px at 30% 40%,#e5383b12,#0000),radial-gradient(600px 400px at 70% 60%,#2563eb0d,#0000);position:absolute;inset:0}.rh-root .auth-card{background:var(--bg2);border:1px solid var(--border);width:100%;max-width:380px;box-shadow:var(--shadow-xl);border-radius:18px;padding:2.25rem 2rem}.rh-root .auth-brand{text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:flex}.rh-root .auth-sub{text-align:center;color:var(--text-dim);margin-bottom:1.5rem;font-size:.8125rem}.rh-root .auth-error{color:var(--danger);text-align:center;background:#f8717114;border:1px solid #f871714d;border-radius:8px;margin-bottom:.875rem;padding:.5rem .75rem;font-size:.8rem}.rh-root .auth-retry-btn{text-align:center;color:var(--accent);margin-top:.5rem;font-size:.8125rem;text-decoration:underline;display:block}.rh-root .auth-tabs{border:1px solid var(--border);background:var(--bg);border-radius:9px;gap:0;margin-bottom:1.25rem;display:flex;overflow:hidden}.rh-root .auth-tab{color:var(--text-dim);cursor:pointer;transition:all var(--transition);background:0 0;border:none;flex:1;padding:.45rem;font-family:inherit;font-size:.8125rem;font-weight:600}.rh-root .auth-tab.active{background:var(--accent);color:#fff}.rh-root .auth-form{flex-direction:column;gap:.625rem;display:flex}.rh-root .auth-form input{border:1px solid var(--border);background:var(--card);color:var(--text);transition:border-color var(--transition);border-radius:9px;outline:none;padding:.575rem .75rem;font-family:inherit;font-size:.875rem}.rh-root .auth-form input:focus{border-color:var(--accent)}.rh-root .auth-submit{background:var(--accent);color:#fff;cursor:pointer;transition:background var(--transition),box-shadow var(--transition);border:none;border-radius:9px;padding:.6rem;font-family:inherit;font-size:.875rem;font-weight:700}.rh-root .auth-submit:hover{background:var(--accent-hover);box-shadow:var(--glow)}.rh-root .auth-submit:disabled{opacity:.5;cursor:not-allowed}.rh-root .auth-divider{color:var(--text-dim);align-items:center;gap:.75rem;margin:1.125rem 0 1rem;font-size:.75rem;display:flex}.rh-root .auth-divider:before,.rh-root .auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.rh-root .oauth-btns{flex-direction:column;gap:.5rem;display:flex}.rh-root .oauth-btn{border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer;transition:all var(--transition);border-radius:9px;justify-content:center;align-items:center;gap:.5rem;padding:.55rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;display:flex}.rh-root .oauth-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.rh-root .oauth-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.rh-root .oauth-google{border-color:#4285f440}.rh-root .oauth-google:hover{background:#4285f40d;border-color:#4285f480}.rh-root .oauth-apple{border-color:#80808040}.rh-root .oauth-apple:hover{background:#8080800d;border-color:#80808080}.rh-root .pw-hint{color:var(--text-dim);padding:.2rem .1rem 0;font-size:.72rem;line-height:1.5;animation:.15s fadeIn}.rh-root .pw-mismatch{color:var(--danger);text-align:left;margin-top:-.25rem;font-size:.72rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.rh-root .conn-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .3s}.rh-root .conn-dot.ok{background:#34d399;box-shadow:0 0 6px #34d39980}.rh-root .conn-dot.err{background:#f87171;box-shadow:0 0 6px #f8717166}.rh-root .conn-dot.connecting{background:#fbbf24;animation:1.2s infinite connPulse}@keyframes connPulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes msgSlideInL{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes msgSlideInR{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes textReveal{0%{clip-path:inset(0 100% 0 0);opacity:.3}10%{opacity:1}to{clip-path:inset(0);opacity:1}}.rh-root .mw.therapist,.rh-root .mw.wmsg{animation:.22s ease-out both msgSlideInL}.rh-root .mw.therapist .m-text{animation:.8s ease-out .15s both textReveal}.rh-root .mw.user{animation:.22s ease-out both msgSlideInR}.rh-root .mw.system{animation:.2s ease-out both msgFadeIn}@media (width<=900px){.rh-root .sidebar{border-right:none;width:0;min-width:0}.rh-root .sidebar.sb-open{z-index:50;border-right:1px solid var(--border);width:clamp(14rem,75vw,20rem);min-width:14rem;box-shadow:var(--shadow-xl);position:fixed;top:0;bottom:0;left:0}.rh-root .input-box,.rh-root .disc-bar,.rh-root .edit-bar{max-width:96%}.rh-root .chat-area{padding:1rem 2.5%}.rh-root .mw{max-width:94%}}@media (width<=600px){.rh-root .input-box,.rh-root .disc-bar,.rh-root .edit-bar{max-width:100%}.rh-root .top-bar{padding:.4rem .6rem}.rh-root .sw-btn{display:none}.rh-root .chat-area{padding:.75rem 1.25%}.rh-root .mb{padding:.5rem .75rem;font-size:.8125rem}.rh-root .mw{max-width:100%}}.rh-root .btn-mic{border:1px solid var(--border);cursor:pointer;color:var(--text-dim);transition:all var(--transition);background:0 0;border-radius:9px;flex-shrink:0;align-items:center;padding:.4rem .55rem;display:flex}.rh-root .btn-mic:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.rh-root .btn-mic.btn-mic-active{background:var(--accent);color:#fff;border-color:var(--accent);animation:1.5s ease-in-out infinite micPulse}@keyframes micPulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 8px #dc262600}}.rh-root .btn-disabled{opacity:.35;pointer-events:none;cursor:not-allowed}.voice-popup-overlay{z-index:5000;-webkit-backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;animation:.25s voiceBackdropIn;display:flex;position:fixed;inset:0}@keyframes voiceBackdropIn{0%{opacity:0}to{opacity:1}}.voice-popup-card{background:var(--card);border:1px solid var(--border);width:380px;max-width:calc(100vw - 2rem);box-shadow:var(--shadow-xl);border-radius:24px;flex-direction:column;align-items:center;padding:2rem 1.75rem 1.75rem;animation:.3s cubic-bezier(.16,1,.3,1) voiceCardIn;display:flex;position:relative}@keyframes voiceCardIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.voice-popup-close{background:var(--accent-soft);width:44px;height:44px;color:var(--text-dim);cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .15s,color .2s;display:flex;position:absolute;top:.875rem;right:.875rem}.voice-popup-close:hover{color:var(--accent);background:#dc262626;transform:scale(1.08)}.voice-popup-close svg{stroke:currentColor;stroke-width:2.5px;fill:none;width:18px;height:18px}.voice-logo-container{justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:1.25rem;display:flex;position:relative}.voice-logo-ring{pointer-events:none;border-radius:50%;transition:box-shadow .4s;position:absolute;inset:-14px;box-shadow:0 0 25px 8px #ef444426,0 0 50px 15px #ef44440f}.voice-logo-ring.phase-listening{animation:1.8s ease-in-out infinite glowPulseRed;box-shadow:0 0 30px 10px #ef444466,0 0 60px 20px #ef444426}.voice-logo-ring.phase-thinking{animation:2.5s ease-in-out infinite glowPulseGreen;box-shadow:0 0 34px 12px #22c55e66,0 0 72px 24px #22c55e29}.voice-logo-ring.phase-speaking{animation:1.6s ease-in-out infinite glowPulseBlue;box-shadow:0 0 30px 10px #3b82f666,0 0 60px 20px #3b82f626}@keyframes glowPulseRed{0%,to{box-shadow:0 0 30px 10px #ef444466,0 0 60px 20px #ef444426}50%{box-shadow:0 0 45px 16px #ef44448c,0 0 80px 28px #ef444433}}@keyframes glowPulseGreen{0%,to{box-shadow:0 0 25px 8px #22c55e4d,0 0 55px 18px #22c55e1a}50%{box-shadow:0 0 40px 14px #22c55e73,0 0 70px 24px #22c55e29}}@keyframes glowPulseBlue{0%,to{box-shadow:0 0 30px 10px #3b82f666,0 0 60px 20px #3b82f626}50%{box-shadow:0 0 45px 16px #3b82f68c,0 0 80px 28px #3b82f633}}.voice-logo-img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1;width:80px;height:80px;position:relative}.voice-equalizer{justify-content:center;align-items:flex-end;gap:3px;height:40px;margin-bottom:1rem;display:flex}.voice-equalizer span{transform-origin:bottom;background:#ef4444;border-radius:2px;width:3.5px;height:4px;transition:height 80ms ease-out,background .3s,opacity .3s;display:block}.voice-equalizer.eq-idle span{opacity:.3;background:#d1d5db}.voice-equalizer.eq-listening span{background:#ef4444}.voice-equalizer.eq-thinking span{background:#22c55e;animation:2.2s ease-in-out infinite eqBarSlow}.voice-equalizer.eq-thinking span:first-child{animation-delay:0s}.voice-equalizer.eq-thinking span:nth-child(2){animation-delay:.18s}.voice-equalizer.eq-thinking span:nth-child(3){animation-delay:.36s}.voice-equalizer.eq-thinking span:nth-child(4){animation-delay:.55s}.voice-equalizer.eq-thinking span:nth-child(5){animation-delay:.73s}.voice-equalizer.eq-thinking span:nth-child(6){animation-delay:.91s}.voice-equalizer.eq-thinking span:nth-child(7){animation-delay:1.1s}.voice-equalizer.eq-thinking span:nth-child(8){animation-delay:1.28s}.voice-equalizer.eq-thinking span:nth-child(9){animation-delay:1.46s}.voice-equalizer.eq-thinking span:nth-child(10){animation-delay:1.65s}.voice-equalizer.eq-thinking span:nth-child(11){animation-delay:1.83s}.voice-equalizer.eq-thinking span:nth-child(12){animation-delay:2s}.voice-equalizer.eq-speaking span{background:#3b82f6}@keyframes eqBarSlow{0%,to{opacity:.5;height:15%}50%{opacity:.9;height:65%}}.voice-status{letter-spacing:.04em;text-transform:uppercase;text-align:center;max-width:290px;margin-bottom:.75rem;font-size:.85rem;font-weight:600;line-height:1.45;transition:color .3s}.voice-status.st-listening{color:#ef4444}.voice-status.st-thinking{color:#22c55e}.voice-status.st-speaking{color:#3b82f6}.voice-status.st-idle{color:#9ca3af}.voice-live-transcript{text-align:center;word-break:break-word;width:100%;min-height:2.6em;max-height:8em;line-height:1.5;overflow-y:auto}.voice-live-transcript .subtitle-therapist{color:#3b82f6;letter-spacing:.01em;font-size:.85rem;font-weight:500;transition:opacity .3s}.voice-live-transcript .subtitle-therapist.faded{opacity:.55}.voice-live-transcript .subtitle-phonemes{letter-spacing:.02em;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:1.6}.voice-live-transcript .subtitle-user{color:#ef4444;letter-spacing:.01em;font-size:.85rem;font-style:italic;font-weight:500}.voice-live-transcript .subtitle-placeholder{color:var(--text-dim);font-size:.82rem}@media (width<=480px){.voice-popup-card{border-radius:20px;width:calc(100vw - 1.5rem);padding:1.5rem 1.25rem 1.25rem}.voice-logo-container{width:90px;height:90px;margin-bottom:1rem}.voice-logo-ring{inset:-12px}.voice-logo-img{width:65px;height:65px}.voice-equalizer{gap:2.5px;height:32px}.voice-equalizer span{width:3px}.voice-status{font-size:.78rem}.voice-popup-close{width:44px;height:44px;top:.625rem;right:.625rem}}