:root{--surface-color:#f7f8fc;--surface-panel-color:#eef0f6}*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font:inherit}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fc;background:var(--surface-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:1919px){body{zoom:.95}}@media (max-width:1680px){body{zoom:.9}}@media (max-width:1536px){body{zoom:.85}}@media (max-width:1440px){body{zoom:.8}}@media (max-width:1366px){body{zoom:.77}}@media (max-width:1200px){body{zoom:.75}}.mobile-landing{display:none}@media (hover:none) and (pointer:coarse),(max-width:768px){.App{display:none!important}body{zoom:1;background:#111827;height:auto;overflow:auto}.mobile-landing{display:block}}.App{--scrollbar-track-color:#e5e7ebcc;--scrollbar-thumb-color:#6b7280d9;background:var(--surface-color);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:background-color .3s ease}.App.dark{--scrollbar-track-color:#1c2630;--scrollbar-thumb-color:#4b5563;background:#1f2937}.App,.App *{scrollbar-color:var(--scrollbar-thumb-color) #0000;scrollbar-width:thin}.App ::-webkit-scrollbar{height:10px;width:10px}.App ::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border-radius:999px}.App ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--scrollbar-thumb-color);border:2px solid #0000;border-radius:999px}.App-title{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem;transition:all .3s ease}.App.dark .App-title{border-bottom-color:#374151}.App-title-text{display:flex;flex-direction:column;gap:.15rem}.App-title h1{color:#1f2937;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;line-height:1.5;margin:0;transition:color .3s ease}.App.dark .App-title h1{color:#f9fafb}.App-subtitle{color:#4b5563;font-size:.95rem;line-height:1.2;margin:0}.App.dark .App-subtitle{color:#d1d5db}.title-actions{align-items:center;display:flex;gap:.75rem}.uoft-logo{display:block;height:60px;max-width:100%;object-fit:contain;width:345px}.App.dark .uoft-logo{filter:brightness(0) invert(1)}.collapse-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:16px;transition:transform .2s ease;width:16px}.menu-container{position:relative}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:18px;justify-content:space-between;padding:0;transition:all .2s ease;width:24px}.hamburger-menu span{background-color:#374151;border-radius:2px;height:2px;transition:all .2s ease;width:100%}.dark .hamburger-menu span{background-color:#9ca3af}.hamburger-menu:hover span{background-color:#111827}.dark .hamburger-menu:hover span{background-color:#f9fafb}.dropdown-menu{background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:180px;overflow:visible;position:absolute;right:0;top:calc(100% + 8px);transition:all .3s ease;z-index:1000}.dark .dropdown-menu{background:#111827;border-color:#374151;box-shadow:0 4px 12px #00000080}.menu-section{padding:.5rem 0}.menu-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;transition:color .3s ease}.dark .menu-label{color:#9ca3af}.menu-item{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.menu-icon{flex-shrink:0;height:16px;width:16px}.dark .menu-item{color:#d1d5db}.menu-item:hover{background-color:#f3f4f6}.dark .menu-item:hover{background-color:#374151}.menu-item.active{background-color:#e5e7eb;color:#111827;font-weight:600}.dark .menu-item.active{background-color:#4b5563;color:#f9fafb}.menu-item-with-submenu{position:relative}.language-submenu{background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:160px;overflow:hidden;position:fixed;z-index:9999}.dark .language-submenu{background:#111827;border-color:#374151;box-shadow:0 4px 12px #00000080}.App-layout{border-radius:0;display:grid;flex:1 1;grid-template-columns:310px 1fr 310px;min-height:0;overflow:hidden;position:relative;transition:grid-template-columns .3s ease}.App-layout.sidebar-collapsed{grid-template-columns:40px 1fr 340px}.App-layout.insights-collapsed{grid-template-columns:280px 1fr 40px}.App-layout.sidebar-collapsed.insights-collapsed{grid-template-columns:40px 1fr 40px}@media (max-width:1024px){.App-layout{grid-template-columns:270px 1fr 270px}.App-layout.sidebar-collapsed{grid-template-columns:40px 1fr 270px}.App-layout.insights-collapsed{grid-template-columns:270px 1fr 40px}.App-layout.sidebar-collapsed.insights-collapsed{grid-template-columns:40px 1fr 40px}}@media (max-width:768px){.App{height:auto;min-height:100vh;overflow:auto;padding-bottom:1.5rem}.App-title{align-items:flex-start;flex-direction:column;gap:.5rem;padding:1rem}.App-title h1{font-size:1.5rem}.App-subtitle{font-size:.8rem}.title-actions{justify-content:flex-end;width:100%}.uoft-logo{height:40px;width:230px}.App-layout,.App-layout.insights-collapsed,.App-layout.sidebar-collapsed,.App-layout.sidebar-collapsed.insights-collapsed{display:flex;flex-direction:column;gap:.75rem;grid-template-columns:none;grid-template-rows:none;height:auto;overflow:visible;padding:0 .75rem 1.5rem}.App-layout>*{height:auto;min-height:auto;width:100%}.App-layout .client-sidebar{order:1}.App-layout .chat-interface{min-height:60vh;order:2}.App-layout .report-panel{order:3}}.miti-chip{align-items:center;border:1px solid #0000;border-radius:12px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.03em;padding:2px 8px;white-space:nowrap}.miti-chip--Q{background:#4a9eff26;border-color:#4a9eff59;color:#4a9eff}.miti-chip--AF{background:#4caf8826;border-color:#4caf8859;color:#4caf88}.miti-chip--SR{background:#2f9e9e26;border-color:#2f9e9e59;color:#2f9e9e}.miti-chip--CR{background:#c97ef026;border-color:#c97ef059;color:#c97ef0}.miti-chip--Seek{background:#f0a84e26;border-color:#f0a84e59;color:#f0a84e}.miti-chip--GI{background:#38bdf826;border-color:#38bdf859;color:#38bdf8}.miti-chip--Persuade{background:#fb718526;border-color:#fb718559;color:#fb7185}.miti-chip--Persuade_with{background:#fb923c26;border-color:#fb923c59;color:#fb923c}.miti-chip--Emphasize{background:#34d39926;border-color:#34d39959;color:#34d399}.miti-chip--Confront{background:#ef444426;border-color:#ef444459;color:#ef4444}.miti-chip--NC{background:#9ca3af1f;border-color:#9ca3af4d;color:#9ca3af}.client-sidebar{background:var(--surface-panel-color);border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.guided-highlights-tooltip{background:#0f172af5;border-radius:10px;box-shadow:0 14px 40px #0f172a47;color:#f8fafc;font-size:.78rem;left:0;line-height:1.35;overflow-wrap:anywhere;padding:.6rem .75rem;pointer-events:none;position:absolute;right:0;transform:translateY(-100%);z-index:30}.dark .guided-highlights-tooltip{background:#020617f5;color:#f8fafc}.client-sidebar.collapsed{max-width:40px;min-width:40px}.dark .client-sidebar{background:#1c2630;border-right-color:#374151}.dark .client-sidebar.collapsed{background:#1f2937}.sidebar-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 1.25rem 1rem;transition:border-color .3s ease}.dark .sidebar-header{border-bottom-color:#374151}.sidebar-title{align-items:center;display:flex;gap:.35rem}.sidebar-header h3{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:1px;margin:0;text-transform:uppercase;transition:color .3s ease}.dark .sidebar-header h3{color:#9ca3af}.sidebar-info-btn{align-items:center;background:#0000;border:1.5px solid #9ca3af;border-radius:50%;color:#9ca3af;cursor:pointer;display:inline-flex;font-size:.75rem;font-style:italic;font-weight:600;height:20px;justify-content:center;padding:0;transition:all .2s ease;width:20px}.sidebar-info-btn:hover{transform:scale(1.1)}.dark .sidebar-info-btn,.sidebar-info-btn:hover{border-color:#6b7280;color:#6b7280}.dark .sidebar-info-btn:hover{border-color:#9ca3af;color:#9ca3af}.sidebar-settings{align-items:center;display:flex;position:relative}.sidebar-settings-btn{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:inline-flex;justify-content:center;padding:0;transition:all .2s ease}.sidebar-settings-btn:hover{color:#4b5563}.dark .sidebar-settings-btn{color:#9ca3af}.dark .sidebar-settings-btn:hover{color:#f9fafb}.sidebar-settings-btn svg{display:block}.sidebar-settings-dropdown{min-width:190px;right:0;top:calc(100% + .5rem);z-index:20}.sidebar-settings-dropdown .menu-note{color:#6b7280;font-size:.75rem;line-height:1.3;margin:.35rem 0 0}.dark .sidebar-settings-dropdown .menu-note{color:#d1d5db}.client-selector{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;padding:1.5rem 1.25rem}.client-selector--with-lecture{flex:1 1 auto;min-height:0}.selector-label{color:#1f2937;font-size:1.125rem;font-weight:700;text-align:center}.dark .selector-label{color:#f9fafb}.selector-description{color:#6b7280;font-size:.875rem;font-weight:400;line-height:1.5;margin:0;text-align:center}.dark .selector-description{color:#9ca3af}.client-wheel-picker{grid-row-gap:1.25rem;grid-column-gap:.5rem;align-items:center;column-gap:.5rem;display:grid;grid-template-columns:1fr 80px;padding-left:.25rem;position:relative;row-gap:1.25rem;width:100%}.custom-client-row,.random-client-row,.wheel-inline-row{display:contents}.wheel-inline-label{color:#111827;font-size:1rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .wheel-inline-label{color:#f9fafb}.wheel-horizontal-control{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end}.wheel-window{align-items:center;background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;display:flex;font-size:1.05rem;font-weight:600;height:40px;justify-content:center;padding:0 1.85rem 0 .25rem;position:relative;transition:border-color .2s ease,box-shadow .2s ease;width:80px}.wheel-window:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40;outline:none}.client-selection-cue .random-client-btn,.client-selection-cue .wheel-window{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1}.client-selection-cue .wheel-window .wheel-scroll-btn,.client-selection-cue .wheel-window .wheel-scroll-track{background:inherit;border-color:#3b82f675;color:#1d4ed8}.client-selection-cue .wheel-window .wheel-scroll-btn:focus-visible,.client-selection-cue .wheel-window .wheel-scroll-btn:hover{background:#3b82f638;color:#1e3a8a}.client-selection-cue .oars-dropdown-trigger:hover,.client-selection-cue .random-client-btn:hover{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f680,0 0 38px #3b82f6e6}.dark .wheel-window{background:#374151;border-color:#4b5563;color:#f9fafb}.dark .client-selection-cue .random-client-btn,.dark .client-selection-cue .wheel-window{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70}.dark .client-selection-cue .wheel-window .wheel-scroll-btn,.dark .client-selection-cue .wheel-window .wheel-scroll-track{background:inherit;border-color:#93c5fd6b;color:#dbeafe}.dark .client-selection-cue .wheel-window .wheel-scroll-btn:focus-visible,.dark .client-selection-cue .wheel-window .wheel-scroll-btn:hover{background:#93c5fd2e;color:#eff6ff}.dark .client-selection-cue .oars-dropdown-trigger:hover,.dark .client-selection-cue .random-client-btn:hover{background:#23466f;border-color:#93c5fd;box-shadow:0 0 0 3px #60a5fa61,0 0 34px #60a5fa8a}.wheel-window-number{flex:1 1;line-height:1;text-align:center}.wheel-scroll-track{background:var(--surface-color);border-left:1px solid #e5e7eb;border-radius:0 7px 7px 0;bottom:1px;display:flex;flex-direction:column;overflow:hidden;position:absolute;right:1px;top:1px;width:32px}.wheel-scroll-btn{align-items:center;background:#0000;border:none;color:#4b5563;cursor:pointer;display:flex;flex:1 1;font-size:.8rem;font-weight:700;justify-content:center;min-height:50%;position:relative;transition:background .15s ease,color .15s ease}.wheel-scroll-icon{height:11px;width:11px}.wheel-scroll-btn:first-child:after{background:#d1d5dbcc;bottom:0;content:"";height:1px;left:6px;position:absolute;right:6px}.wheel-scroll-btn:hover{background:#3b82f61a;color:#1f2937}.wheel-scroll-btn:focus-visible{background:#3b82f62e;color:#1f2937;outline:none}.dark .wheel-scroll-track{background:#374151;border-left-color:#4b5563}.dark .wheel-scroll-btn{color:#d1d5db}.dark .wheel-scroll-btn:first-child:after{background:#4b5563d9}.dark .wheel-scroll-btn:focus-visible,.dark .wheel-scroll-btn:hover{background:#60a5fa2e;color:#f9fafb}.client-mode-label{color:#6b7280;font-size:.8rem;font-weight:600;margin:0 0 -.25rem;text-align:center}.dark .client-mode-label{color:#d1d5db}.random-client-btn{align-items:center;background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;position:relative;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;width:80px}.random-client-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.random-client-btn:active{transform:scale(.98)}.random-client-btn:disabled{cursor:not-allowed;opacity:.6}.dark .random-client-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.dark .random-client-btn:hover{background-color:#4b5563;border-color:#6b7280}.dark .random-client-btn:disabled{background-color:#111827}.dice-icon{height:24px;width:24px}.random-client-spinner{animation:random-spin .7s linear infinite;border:2px solid #3b82f666;border-radius:50%;border-top-color:#3b82f6f2;height:18px;width:18px}@keyframes random-spin{to{transform:rotate(1turn)}}.custom-client-btn{align-items:center;background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;position:relative;transition:border-color .2s ease,background-color .2s ease,transform .2s ease;width:80px}.custom-client-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.custom-client-btn:active{transform:scale(.98)}.dark .custom-client-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.dark .custom-client-btn:hover{background-color:#4b5563;border-color:#6b7280}.upload-icon{height:24px;width:24px}.oars-sidebar-filters{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;margin-top:.5rem;min-height:0;padding:1.5rem 1.25rem}.sidebar-lecture-video{margin-top:auto;padding-top:.5rem}.sidebar-lecture-video-label{margin-bottom:.75rem;text-align:left}.sidebar-lecture-video-frame{aspect-ratio:16/9;background:#000;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:block;overflow:hidden;padding:0;position:relative;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.sidebar-lecture-video-frame:after{align-items:center;background:#f8fafceb;border:1px solid #94a3b873;border-radius:999px;box-shadow:0 8px 20px #0f172a29;color:#1f2937;content:"▶";display:flex;font-size:1.5rem;height:56px;justify-content:center;left:50%;line-height:1;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.9);transition:opacity .2s ease,transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;width:56px}.sidebar-lecture-video-frame:hover{border-color:#d1d5db;box-shadow:0 10px 24px #0f172a29}.sidebar-lecture-video-frame:focus-visible:after,.sidebar-lecture-video-frame:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.dark .sidebar-lecture-video-frame{border-color:#4b5563}.dark .sidebar-lecture-video-frame:after{background:#1c2630eb;border-color:#4b5563d9;box-shadow:0 8px 20px #0000004d;color:#f8fafc}.dark .sidebar-lecture-video-frame:hover{border-color:#6b7280;box-shadow:0 10px 24px #0206174d}.sidebar-lecture-video-frame img{display:block;height:100%;object-fit:cover;width:100%}.sidebar-lecture-modal-overlay{align-items:center;background:#0f172a99;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:70}.sidebar-lecture-modal-panel{background:var(--surface-color);border:1px solid #94a3b866;border-radius:16px;box-shadow:0 18px 40px #0f172a52;overflow:hidden;width:min(960px,100%)}.sidebar-lecture-modal-header{align-items:center;border-bottom:1px solid #94a3b84d;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem}.sidebar-lecture-modal-header h3{color:#111827;font-size:1rem;margin:0}.sidebar-lecture-modal-close{align-items:center;background:#94a3b826;border:none;border-radius:999px;color:#4b5563;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:background-color .2s ease,color .2s ease;width:34px}.sidebar-lecture-modal-close:hover{background:#94a3b847;color:#111827}.sidebar-lecture-modal-close svg{height:16px;width:16px}.sidebar-lecture-modal-video{aspect-ratio:16/9;background:#000;width:100%}.sidebar-lecture-modal-video iframe{border:0;display:block;height:100%;width:100%}.dark .sidebar-lecture-modal-panel{background:#1c2630;border-color:#263447;box-shadow:0 18px 40px #00000080}.dark .sidebar-lecture-modal-header{border-bottom-color:#4b556399}.dark .sidebar-lecture-modal-header h3{color:#f9fafb}.dark .sidebar-lecture-modal-close{background:#4b556373;color:#d1d5db}.dark .sidebar-lecture-modal-close:hover{background:#6b72808c;color:#f9fafb}.oars-skill-dropdown{position:relative}.oars-dropdown-trigger{cursor:pointer;-webkit-user-select:none;user-select:none}.oars-dropdown-trigger:hover{border-color:#d1d5db}.dark .oars-dropdown-trigger:hover{background-color:#4b5563;border-color:#6b7280}.oars-dropdown-trigger.open,.oars-dropdown-trigger:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40;outline:none}.dark .oars-dropdown-trigger.open,.dark .oars-dropdown-trigger:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.oars-dropdown-arrow{align-items:center;color:#4b5563;display:flex;flex:1 1;justify-content:center;pointer-events:none}.dark .oars-dropdown-arrow{color:#d1d5db}.oars-skill-dropdown-menu{background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;display:flex;flex-direction:column;gap:1px;min-width:170px;overflow:hidden;padding:.25rem;position:absolute;right:0;top:calc(100% + 4px);z-index:50}.dark .oars-skill-dropdown-menu{background:#1f2937;border-color:#374151;box-shadow:0 4px 16px #00000059,0 2px 6px #0003}.oars-skill-dropdown-option{align-items:center;background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;font-weight:500;gap:.5rem;padding:.45rem .65rem;text-align:left;transition:background .15s ease,color .15s ease;white-space:nowrap;width:100%}.oars-skill-dropdown-option:hover{background:#f3f4f6;color:#111827}.oars-skill-dropdown-option.selected{background:#2563eb14;color:#2563eb;font-weight:600}.dark .oars-skill-dropdown-option{color:#d1d5db}.dark .oars-skill-dropdown-option:hover{background:#374151;color:#f9fafb}.dark .oars-skill-dropdown-option.selected{background:#3b82f626;color:#60a5fa}.oars-skill-dropdown-option-letter{color:#9ca3af;flex-shrink:0;font-weight:700;width:1rem}.oars-skill-dropdown-option.selected .oars-skill-dropdown-option-letter{color:inherit}.sidebar-error,.sidebar-loading{color:#6e6e80;padding:2rem 1rem;text-align:center}.sidebar-error button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.5rem 1rem}.sidebar-error button:hover{background-color:#2980b9}@media (max-width:768px){.client-sidebar{background:#ffffff80;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:auto;max-height:none;overflow:visible;padding:0}.dark .client-sidebar{background:#1f293780}.client-sidebar.collapsed{max-width:none;min-width:auto}.sidebar-header{padding:.75rem 1rem}}.chat-interface{background:var(--surface-color);display:flex;flex-direction:column;height:100%;min-height:0;position:relative;transition:background-color .3s ease}.dark .chat-interface{background:#1f2937}.chat-empty-state{align-items:center;color:#6e6e80;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:3.75rem 2rem 2rem;text-align:center;transition:color .3s ease}.chat-empty-state.embedded{padding-top:3.25rem}.chat-empty-state.entrance{padding-top:5.5rem}.dark .chat-empty-state{color:#9ca3af}.chat-empty-state h2{color:#2c3e50;margin-bottom:.5rem;transition:color .3s ease}.dark .chat-empty-state h2{color:#f9fafb}.chat-empty-state p{max-width:35rem}.oars-messages--loading{padding-top:1.5rem}.oars-session-position-indicator--loading{margin-bottom:1rem}.oars-loading-message{opacity:1}.oars-loading-bubble{background:#eef2f7;border:1px solid #94a3b838;border-radius:18px;display:flex;flex-direction:column;gap:.62rem;min-width:min(33rem,78%);overflow:hidden;padding:1rem 1.05rem;position:relative}.oars-loading-bubble:after{animation:oarsLoadingSweep 1.8s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffffb3,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}.dark .oars-loading-bubble{background:#2a3445;border-color:#94a3b82e}.dark .oars-loading-bubble:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.oars-loading-bubble--wide{min-width:min(34rem,80%)}.oars-loading-bubble--client{background:#f5efe6;margin-right:auto;min-width:min(24rem,66%)}.dark .oars-loading-bubble--client{background:#3a3027}.oars-loading-line{background:#94a3b86b;border-radius:999px;display:block;height:.78rem}.dark .oars-loading-line{background:#cbd5e12e}.oars-loading-line--long{width:88%}.oars-loading-line--mid{width:64%}.oars-loading-line--short{width:42%}.oars-cut-indicator--loading{margin-top:1rem}@keyframes oarsLoadingSweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.chat-empty-logo{filter:drop-shadow(0 8px 20px rgba(0,0,0,.2));height:160px;margin-bottom:1.5rem;object-fit:contain;width:160px}.dark .chat-empty-logo{filter:drop-shadow(0 8px 20px rgba(0,0,0,.5))}.chat-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;min-height:5.5rem;padding:1.5rem 2rem;transition:border-color .3s ease}.dark .chat-header{border-bottom-color:#374151}.chat-header h3{color:#111827;font-size:1rem;font-weight:600;letter-spacing:-.3px;margin:0;transition:color .3s ease}.dark .chat-header h3{color:#f9fafb}.chat-mode-selector-shell{pointer-events:auto}.oars-exercise-counter{color:#6b7280;flex-shrink:0;font-size:.85rem;font-weight:500;white-space:nowrap}.dark .oars-exercise-counter{color:#9ca3af}.oars-header-meta{gap:.75rem;margin-left:auto}.oars-header-meta,.oars-selected-bar{align-items:center;display:flex;flex-shrink:0}.oars-selected-bar{border-bottom:1px solid #e5e7eb;gap:.6rem;padding:.5rem 2rem}.dark .oars-selected-bar{border-bottom-color:#374151}.oars-selected-label{color:#6b7280;font-size:.8rem;font-weight:500}.dark .oars-selected-label{color:#9ca3af}.oars-selected-chip{border:1px solid #0000;border-radius:999px;font-size:.78rem;font-weight:500;padding:.2rem .7rem}.oars-filter-btn{background:#0000;border:1px solid #d1d5db;border-radius:999px;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:500;padding:.3rem .85rem;transition:background .15s,color .15s,border-color .15s}.dark .oars-filter-btn{border-color:#374151;color:#9ca3af}.oars-filter-btn:hover:not(.active){background:#0000000d}.dark .oars-filter-btn:hover:not(.active){background:#ffffff0d}.oars-filter-btn--all.active{background:#6b728026;border-color:#6b728066;color:#374151}.dark .oars-filter-btn--all.active{background:#9ca3af26;border-color:#9ca3af66;color:#e5e7eb}.oars-filter-btn--o.active{background:#4a9eff1f;border-color:#4a9eff80;color:#4a9eff}.oars-filter-btn--a.active{background:#4caf881f;border-color:#4caf8880;color:#4caf88}.oars-filter-btn--r.active{background:#c97ef01f;border-color:#c97ef080;color:#c97ef0}.oars-filter-btn--s.active{background:#f0a84e1f;border-color:#f0a84e80;color:#f0a84e}.oars-change-goal-pill{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:10px;color:#374151;display:inline-flex;font-size:.8rem;font-weight:600;gap:.35rem;letter-spacing:.01em;padding:.42rem .8rem;white-space:nowrap}.oars-change-goal-pill__label{color:#6b7280}.oars-change-goal-pill__value{color:#374151}.dark .oars-change-goal-pill{background:#374151;border-color:#4b5563;color:#e5e7eb}.dark .oars-change-goal-pill__label,.dark .oars-change-goal-pill__value{color:#d1d5db}.counsellor-btn-group{align-items:stretch;display:flex;position:relative}.llm-mode-btn{background:var(--surface-color);border:1px solid #d1d5db;border-radius:6px 0 0 6px;border-right:none;color:#374151;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.dark .llm-mode-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.llm-mode-btn:hover{background:#f3f4f6;border-color:#9ca3af}.dark .llm-mode-btn:hover{background:#4b5563;border-color:#6b7280}.llm-mode-btn:disabled{cursor:not-allowed;opacity:.5}.llm-mode-btn:disabled:hover{background:var(--surface-color);border-color:#d1d5db;transform:none}.dark .llm-mode-btn:disabled:hover{background:#374151;border-color:#4b5563}.llm-mode-dropdown-btn{align-items:center;background:var(--surface-color);border:1px solid #d1d5db;border-radius:0 6px 6px 0;color:#374151;cursor:pointer;display:flex;font-size:.8rem;line-height:1;padding:.5rem .55rem;transition:all .2s ease}.dark .llm-mode-dropdown-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.llm-mode-dropdown-btn:hover{background:#f3f4f6;border-color:#9ca3af}.dark .llm-mode-dropdown-btn:hover{background:#4b5563;border-color:#6b7280}.llm-mode-dropdown-btn:disabled{cursor:not-allowed;opacity:.5}.counsellor-dropdown{background:var(--surface-color);border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #0000001f;min-width:160px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:200}.dark .counsellor-dropdown{background:#1f2937;border-color:#4b5563;box-shadow:0 4px 12px #0006}.counsellor-dropdown-item{background:none;border:none;color:#374151;cursor:pointer;display:block;font-size:.875rem;padding:.5rem 1rem;text-align:left;transition:background .15s ease;width:100%}.dark .counsellor-dropdown-item{color:#f9fafb}.counsellor-dropdown-item:hover{background:#f3f4f6}.dark .counsellor-dropdown-item:hover{background:#374151}.counsellor-dropdown-item.active{color:#2563eb;font-weight:600}.dark .counsellor-dropdown-item.active{color:#60a5fa}.oars-cut-indicator{align-items:center;color:#888;color:var(--text-muted,#888);display:flex;flex-shrink:0;font-size:.74rem;font-weight:500;gap:10px;margin:8px 0}.oars-cut-line{background:#ffffff1a;background:var(--border-color,#ffffff1a);flex:1 1;height:1px}.dark .oars-cut-indicator{color:#6b7280}.dark .oars-cut-line{background:#374151}.light .oars-cut-indicator{color:#9ca3af}.light .oars-cut-line{background:#0000001a}.messages-container.oars-messages{padding:.5rem 1.5rem 12rem}.oars-messages .message{align-items:flex-start;gap:.55rem}.oars-messages .message-bubble-shell{display:inline-flex;flex-direction:column;max-width:70%;position:relative;width:auto}.oars-messages .message-bubble-shell>.message-text,.oars-messages .message-bubble-shell>.message-text--markdown{max-width:none}.oars-messages .message-bubble-shell>.message-text-plain{width:auto}.oars-session-position-indicator{align-items:center;display:flex;font-size:.74rem;font-weight:600;gap:.45rem;justify-content:center;letter-spacing:.01em;margin:0 0 .9rem;text-align:center;width:100%}.light .oars-session-position-indicator{color:#64748b}.dark .oars-session-position-indicator{color:#cbd5e1}.oars-session-position-dots{align-items:center;display:inline-flex;flex-direction:column;flex-shrink:0;gap:2px}.oars-session-position-dots span{background:currentColor;border-radius:999px;height:4px;opacity:.9;width:4px}.oars-session-position-text{line-height:1.2}.oars-info-btn{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;padding:0;transition:color .15s;width:1.5rem}.dark .oars-info-btn,.oars-info-btn:hover{color:#6b7280}.dark .oars-info-btn:hover{color:#9ca3af}.oars-info-btn svg{height:1.1rem;width:1.1rem}.oars-info-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.oars-info-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;height:min(660px,calc(100vh - 2rem));max-width:660px;overflow:hidden;position:relative;width:100%}.dark .oars-info-modal{background:#1f2937;box-shadow:0 20px 60px #00000080}.oars-info-modal__close{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:flex;height:1.75rem;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:color .15s;width:1.75rem;z-index:1}.oars-info-modal__close:hover{color:#374151}.dark .oars-info-modal__close{color:#6b7280}.dark .oars-info-modal__close:hover{color:#e5e7eb}.oars-info-modal__close svg{height:1.1rem;width:1.1rem}.oars-info-modal__tabs{border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.25rem;padding:.75rem 1rem 0}.dark .oars-info-modal__tabs{border-bottom-color:#374151}.oars-info-tab{background:#0000;border:1px solid #0000;border-bottom:none;border-radius:6px 6px 0 0;color:#6b7280;cursor:pointer;font-size:.82rem;font-weight:500;margin-bottom:-1px;padding:.4rem .85rem;transition:background .15s,color .15s}.dark .oars-info-tab{color:#9ca3af}.oars-info-tab:hover:not(.active){background:#0000000d}.dark .oars-info-tab:hover:not(.active){background:#ffffff0d}.oars-info-tab.active{background:#fff;border-color:#e5e7eb #e5e7eb #fff;color:#111827}.dark .oars-info-tab.active{background:#1f2937;border-color:#374151 #374151 #1f2937;color:#f9fafb}.oars-info-tab--o.active{color:#4a9eff}.oars-info-tab--a.active{color:#4caf88}.oars-info-tab--r.active{color:#c97ef0}.oars-info-tab--s.active{color:#f0a84e}.oars-info-modal__body{color:#374151;flex:1 1;font-size:.9rem;line-height:1.65;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem}.dark .oars-info-modal__body{color:#d1d5db}.oars-info-modal__body h3{align-items:center;color:#111827;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0 0 .85rem}.dark .oars-info-modal__body h3{color:#f9fafb}.oars-info-manual-link{flex-shrink:0;margin-left:auto}.oars-info-modal__body p{margin:0 0 .75rem}.oars-info-modal__body p:last-child{margin-bottom:0}.oars-info-citation{border-top:1px solid #e5e7eb;color:#9ca3af!important;font-size:.78rem!important;font-style:italic;margin-top:1rem!important;padding-top:.75rem}.dark .oars-info-citation{border-top-color:#374151;color:#6b7280!important}.oars-info-chip{align-items:center;border-radius:999px;display:inline-flex;flex-shrink:0;font-size:.78rem;font-weight:700;height:1.5rem;justify-content:center;width:1.5rem}.oars-info-chip--o{background:#4a9eff26;color:#4a9eff}.oars-info-chip--a{background:#4caf8826;color:#4caf88}.oars-info-chip--r{background:#c97ef026;color:#c97ef0}.oars-info-chip--s{background:#f0a84e26;color:#f0a84e}.oars-skill-modal__footer{align-items:center;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.75rem 1.5rem}.oars-dismiss-label{align-items:center;color:#6b7280;cursor:pointer;display:flex;flex:1 1 auto;font-size:.82rem;gap:.5rem;justify-content:flex-start;min-width:0;text-align:left;-webkit-user-select:none;user-select:none}.dark .oars-dismiss-label{color:#9ca3af}.oars-dismiss-label input[type=checkbox]{accent-color:#6b7280;cursor:pointer;flex-shrink:0;height:.9rem;width:.9rem}.oars-modal-begin-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;padding:.45rem 1.2rem;transition:background .2s ease}.oars-modal-begin-btn:hover{background:#1d4ed8}.dark .oars-modal-begin-btn{background:#3b82f6}.dark .oars-modal-begin-btn:hover{background:#2563eb}@media (max-width:768px){.chat-interface{background:#ffffff80;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;min-height:50vh}.dark .chat-interface{background:#1f293780}.chat-header{align-items:flex-start;flex-direction:column;gap:.35rem;padding:.75rem 1rem}.chat-header h3{font-size:.9rem}.llm-mode-btn{font-size:.75rem;padding:.35rem .6rem}.llm-mode-dropdown-btn{font-size:.75rem;padding:.35rem .45rem}.chat-empty-state{padding:1.5rem 1rem}.chat-empty-state h2{font-size:1.25rem}.chat-empty-state p{font-size:.85rem}.chat-empty-logo{height:80px;width:80px}}.messages-container{flex:1 1 auto;max-height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1.5rem;scrollbar-color:#d1d5dbb3 #0000;scrollbar-width:thin}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background-color:#d1d5dbcc;border-radius:10px}.dark .messages-container{scrollbar-color:#4b5563b3 #0000}.dark .messages-container::-webkit-scrollbar-thumb{background-color:#4b5563e6}.message{align-items:flex-start;animation:fadeIn .3s ease-in;display:flex;gap:.55rem;margin-bottom:1.5rem}.message.client{justify-content:flex-start}.message.counsellor{justify-content:flex-end}.message-bubble-shell{display:inline-flex;flex-direction:column;max-width:70%;position:relative;width:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-text{word-wrap:break-word;background:#f3f4f6;border-radius:18px;color:#1f2937;line-height:1.6;max-width:70%;padding:1rem 1.25rem;transition:all .3s ease;white-space:pre-wrap}.message-bubble-shell>.message-text,.message-bubble-shell>.message-text--markdown{max-width:none}.dark .message-text{background:#374151;color:#f9fafb}.message-text.message-text--user{background:#e5e7eb;color:#1f2937}.dark .message-text.message-text--user{background:#4b5563;color:#f9fafb}.message-text--markdown>:first-child,.message-text-plain--markdown>:first-child{margin-top:0}.message-text--markdown>:last-child,.message-text-plain--markdown>:last-child{margin-bottom:0}.message-text--markdown p,.message-text-plain--markdown p{margin:0 0 .75rem}.message-text--markdown ol,.message-text--markdown ul,.message-text-plain--markdown ol,.message-text-plain--markdown ul{margin:0 0 .75rem;padding-left:1.25rem}.message-text--markdown li,.message-text-plain--markdown li{margin:.2rem 0}.message-text--markdown code,.message-text-plain--markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.95em}.message-text-plain{word-wrap:break-word;color:#1f2937;line-height:1.6;max-width:100%;padding:0;transition:color .3s ease;white-space:pre-wrap;width:100%}.message-bubble-shell>.message-text-plain,.message-bubble-shell>.message-text-plain--markdown{width:auto}.message-avatar{align-items:center;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;display:inline-flex;flex:0 0 auto;height:2rem;justify-content:center;margin-top:.7rem;overflow:hidden;pointer-events:none;width:2rem}.message-avatar--robot{transform:translateY(-.7rem)}.message-avatar--human{transform:translateY(.12rem)}.message-avatar svg{display:block;height:100%;width:100%}.message-text-plain--markdown{max-width:75%;width:-webkit-fit-content;width:fit-content}.dark .message-text-plain{color:#f9fafb}.typing-indicator{align-items:center;background-color:#f7f7f8;border-radius:8px;display:flex;gap:4px;padding:.75rem 1rem;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.dark .typing-indicator{background-color:#374151}.typing-indicator span{animation:typing 1.4s infinite;background-color:#95a5a6;border-radius:50%;height:8px;width:8px}.dark .typing-indicator span{background-color:#9ca3af}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.message-text--markdown.streaming:after,.message-text-plain--markdown.streaming:after,.message-text-plain.streaming:after,.message-text.streaming:after{animation:blinkCursor 1s step-end infinite;color:#6b7280;content:"|";display:inline-block;font-weight:500;margin-left:2px}.dark .message-text--markdown.streaming:after,.dark .message-text-plain--markdown.streaming:after,.dark .message-text-plain.streaming:after,.dark .message-text.streaming:after{color:#9ca3af}@keyframes blinkCursor{50%{opacity:0}}.contemplating{color:#9ca3af;display:inline-flex;font-size:inherit;font-style:italic;line-height:inherit}.contemplating__char{animation:contemplatingWave 1.8s ease-in-out infinite;white-space:pre}@keyframes contemplatingWave{0%,to{opacity:1}50%{opacity:.2}}.dark .contemplating{color:#6b7280}.message.message-faded{opacity:.4;transition:opacity .2s ease}.message.message-faded:hover{opacity:.65}@media (max-width:768px){.messages-container{padding:1rem}.message-bubble-shell,.message-text,.message-text-plain{font-size:.92rem;max-width:88%}}.mode-selector-container{pointer-events:none}.mode-selector-panel{align-items:center;background:#f3f4f6;border:1px solid #d9dde5;border-radius:8px;box-shadow:0 2px 7px #0f172a0f;color:#111827;display:flex;flex-direction:column;gap:.35rem;padding:.55rem 1rem .6rem;pointer-events:auto;position:relative;white-space:nowrap}.dark .mode-selector-panel{background:#1f2937;border-color:#3f4654;box-shadow:0 2px 7px #00000040;color:#f9fafb}.mode-bar-title{color:#4b5563;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}.dark .mode-bar-title{color:#cbd5e1}.mode-bar-buttons{align-items:center;display:flex;gap:.25rem}.mode-selector-divider{background:#d1d5db;flex-shrink:0;height:1.3rem;margin:0 .2rem;width:1px}.dark .mode-selector-divider{background:#4b5563}.mode-selector-divider--section{background:#c6cbd4;border-radius:1px;flex-shrink:0;height:1.5rem;margin:0 .5rem;width:1px}.dark .mode-selector-divider--section{background:#4b5563}.mode-tab{background:#0000;border:1px solid #0000;border-radius:6px;color:#4b5563;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.01em;padding:.45rem 1.1rem;transition:all .18s ease}.mode-tab:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;color:#111827}.mode-tab.mode-tab-active{background:#6b7280;border-color:#6b7280;color:#fff}.dark .mode-tab{color:#cbd5e1}.dark .mode-tab:hover:not(:disabled){background:#374151;border-color:#4b5563;color:#f9fafb}.dark .mode-tab.mode-tab-active{background:#e5e7eb;border-color:#e5e7eb;color:#111827}.mode-bar-toggle{align-items:center;background:#e5e7eb;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:.4rem;padding:0;pointer-events:auto;transition:all .2s ease;width:32px}.mode-bar-toggle:hover{background:#d1d5db;transform:scale(1.05)}.dark .mode-bar-toggle{background:#374151;color:#d1d5db}.dark .mode-bar-toggle:hover{background:#4b5563}.mode-bar-toggle-inline{background:#0000;border-radius:5px;color:#6b7280;height:22px;margin-left:0;opacity:.72;position:absolute;right:.3rem;top:.28rem;width:22px}.mode-bar-toggle-inline:hover{background:#6b728024;color:#374151;opacity:1;transform:none}.mode-bar-toggle-inline .collapse-icon{height:14px;width:14px}.dark .mode-bar-toggle-inline{background:#0000;color:#9ca3af}.dark .mode-bar-toggle-inline:hover{background:#9ca3af29;color:#e5e7eb}.mode-bar-toggle-collapsed{border-radius:7px;gap:.35rem;margin-left:0;min-height:32px;padding:0 .85rem 0 .7rem;width:auto}.mode-bar-toggle-label{font-size:.8rem;font-weight:600;line-height:1;white-space:nowrap}.chat-bottom-stack{flex-shrink:0}.chat-bottom-stack,.chat-overlay-stack{display:flex;flex-direction:column;gap:.5rem}.chat-overlay-stack{align-items:center;left:50%;padding:0 1.5rem;pointer-events:none;position:absolute;transform:translateX(-50%);z-index:10}.composer-limit-warning{background:#fee2e2f5;border:1px solid #ef44446b;border-radius:999px;box-shadow:0 0 0 2px #ef44441f,0 8px 20px #ef444429;color:#b91c1c;font-size:.82rem;font-weight:700;letter-spacing:.01em;padding:.45rem .9rem;pointer-events:none}.dark .composer-limit-warning{background:#4c1d1df5;border-color:#f871716b;box-shadow:0 0 0 2px #f871711f,0 8px 20px #0000004d;color:#fecaca}.llm-pause-container{pointer-events:none}.llm-pause-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;box-shadow:0 2px 8px #0000001a;color:#111827;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.4rem;padding:.45rem 1.05rem;pointer-events:auto;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.dark .llm-pause-btn{background:#111827;border-color:#374151;box-shadow:0 2px 8px #0f172a40;color:#f9fafb}.llm-pause-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;transform:translateY(-1px)}.dark .llm-pause-btn:hover{background:#1e3a8a;border-color:#3b82f6;color:#e5e7eb}.llm-pause-btn:active{transform:translateY(0)}.llm-pause-btn.paused{background:#10b981;border-color:#059669;color:#fff}.llm-pause-btn.paused:hover{background:#059669;transform:translateY(-1px)}.pause-icon{align-items:center;display:flex;font-size:1rem;line-height:1}.pause-text{font-size:.85rem;letter-spacing:.4px;text-transform:uppercase}.chat-input-container{align-items:center;background:var(--surface-color);border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.75rem;padding:1.25rem 1.5rem;transition:all .3s ease}.chat-input-container.disabled-preview{opacity:.4;pointer-events:none}.dark .chat-input-container{background:#1f2937;border-top-color:#374151}.chat-input{background:var(--surface-color);border:1px solid #d1d5db;border-radius:24px;color:#1f2937;flex:1 1;font-family:inherit;font-size:.95rem;line-height:1.5;max-width:100%;min-width:0;outline:none;overflow-wrap:anywhere;overflow-x:hidden;overflow-y:hidden;padding:.875rem 1.25rem;resize:none;transition:all .2s ease;white-space:pre-wrap;word-break:break-word}.dark .chat-input{background:#374151;color:#f9fafb}.chat-input:focus,.dark .chat-input:focus{box-shadow:none}.chat-input:disabled{background-color:initial;cursor:not-allowed}.dark .chat-input:disabled{background-color:initial;color:#6b7280}.chat-input-shell{align-items:center;background:var(--surface-color);border:1px solid #d1d5db;border-radius:24px;display:flex;flex:1 1;gap:.5rem;max-width:100%;min-height:48px;min-width:0;padding:0 .35rem 0 0;transition:all .2s ease}.chat-input-shell--selection-cue{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1}.dark .chat-input-shell{background:#374151;border-color:#4b5563}.dark .chat-input-shell--selection-cue{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70}.chat-input-shell--limit-flash{background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 3px #ef44443d,0 0 24px #ef444438}.dark .chat-input-shell--limit-flash{background:#4c1d1d;border-color:#f87171;box-shadow:0 0 0 3px #f871713d,0 0 24px #f8717133}.chat-input-shell:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-input-shell--selection-cue:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f680,0 0 34px #3b82f6e6}.dark .chat-input-shell:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.dark .chat-input-shell--selection-cue:focus-within{border-color:#93c5fd;box-shadow:0 0 0 3px #60a5fa61,0 0 32px #60a5fa8f}.chat-input-shell--limit-flash:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #ef444447,0 0 28px #ef44443d}.dark .chat-input-shell--limit-flash:focus-within{border-color:#fca5a5;box-shadow:0 0 0 3px #f8717147,0 0 28px #f8717138}.chat-input-shell:has(.chat-input:disabled){background-color:#f9fafb}.dark .chat-input-shell:has(.chat-input:disabled){background-color:#374151}.chat-input-shell .chat-input{background:#0000;border:none;border-radius:18px;max-height:calc(4.5em + 1.75rem);min-height:1.5em;min-width:0;padding-bottom:.875rem;padding-top:.875rem;width:100%}.keyboard-btn{align-items:center;align-self:center;background:var(--surface-color);border:1px solid #d1d5db;border-radius:999px;color:#6b7280;cursor:pointer;display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;transition:all .2s ease;width:48px}.dark .keyboard-btn{background:#374151;border-color:#4b5563;color:#d1d5db}.keyboard-btn:hover{background:#f3f4f6;border-color:#94a3b8;transform:translateY(-1px)}.dark .keyboard-btn:hover{background:#4b5563;border-color:#6b7280}.keyboard-btn:disabled{color:#9ca3af;cursor:not-allowed;opacity:1}.keyboard-btn:disabled,.keyboard-btn:disabled:hover{background:#f9fafb;border-color:#d1d5db;transform:none}.dark .keyboard-btn:disabled{color:#6b7280}.dark .keyboard-btn:disabled,.dark .keyboard-btn:disabled:hover{background:#374151;border-color:#4b5563}.keyboard-btn:focus-visible{box-shadow:0 0 0 3px #3b82f629;outline:none}.keyboard-icon{height:16px;width:16px}.send-btn{align-items:center;align-self:center;background:#2563eb;border:1px solid #1d4ed8;border-radius:24px;box-shadow:0 6px 16px #2563eb59;color:#f0f9ff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.4rem;justify-content:center;min-height:48px;padding:.875rem 2rem;transition:all .2s ease}.dark .send-btn{background:#2563eb;border-color:#1e3a8a;box-shadow:0 6px 18px #0f172aa6;color:#e0f2fe}.send-btn:hover:not(:disabled){box-shadow:0 10px 20px #2563eb73;transform:translateY(-2px)}.dark .send-btn:hover:not(:disabled){box-shadow:0 12px 24px #0f172ad9;transform:translateY(-2px)}.send-btn:disabled{background:#cbd5f5;border-color:#b4c3f0;box-shadow:none;color:#6b7280;cursor:not-allowed}.dark .send-btn:disabled{background:#1f2937;border-color:#374151;color:#4b5563}.send-icon{fill:currentColor;height:20px;transition:transform .2s ease;width:20px}.send-btn:hover:not(:disabled) .send-icon{transform:translateX(2px)}.session-control-btn{align-items:center;background:#e5e7eb;border:1px solid #d1d5db;border-radius:20px;color:#111827;cursor:pointer;display:flex;font-size:1.25rem;font-weight:400;justify-content:center;min-width:48px;padding:.875rem 1rem;transition:all .2s ease}.dark .session-control-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.session-control-btn:hover:not(:disabled){background:#cbd5e1;border-color:#94a3b8}.dark .session-control-btn:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.session-control-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.5}.dark .session-control-btn:disabled{background:#1f2937;border-color:#374151;color:#4b5563}.control-icon{fill:currentColor;height:20px;transition:transform .2s ease;width:20px}.session-control-btn:hover:not(:disabled) .control-icon{transform:translateY(-1px)}.consent-container{pointer-events:none}.consent-panel{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;box-shadow:0 2px 8px #0000001a;color:#111827;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.45rem .85rem;pointer-events:auto;white-space:nowrap}.dark .consent-panel{background:#111827;border-color:#374151;box-shadow:0 2px 8px #0f172a40;color:#f9fafb}.consent-panel--selection-cue{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1}.dark .consent-panel--selection-cue{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70}.consent-label{color:#6b7280;font-size:.8rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.dark .consent-label{color:#9ca3af}.consent-divider{background:#e5e7eb;height:1.1rem;margin:0 .25rem;width:1px}.dark .consent-divider{background:#374151}.consent-btn{border:1px solid #0000;border-radius:999px;cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.3px;padding:.3rem .85rem;transition:opacity .15s ease,transform .15s ease}.consent-btn:hover{opacity:.85;transform:translateY(-1px)}.consent-btn:active{transform:translateY(0)}.consent-btn-yes{background:#22c55e;border-color:#16a34a;color:#fff}.consent-btn-no{background:#ef4444;border-color:#dc2626;color:#fff}.voice-mode-btn--active{border-color:#c084fc;color:#a855f7}.voice-mode-btn--listening{animation:voice-pulse 1.5s ease-in-out infinite;background:#a855f71a}.voice-mode-btn--processing{background:#fbbf241a;border-color:#fbbf24;color:#d97706}.voice-mode-btn--speaking{background:#34d3991a;border-color:#34d399;color:#059669}.voice-mode-btn--connecting{animation:voice-pulse 1s ease-in-out infinite;opacity:.6}@keyframes voice-pulse{0%,to{box-shadow:0 0 0 0 #a855f766}50%{box-shadow:0 0 0 6px #a855f700}}.dark .voice-mode-btn--active{border-color:#a855f7;color:#c084fc}.dark .voice-mode-btn--listening{background:#a855f726}.dark .voice-mode-btn--processing{background:#fbbf241a;border-color:#d97706;color:#fbbf24}.dark .voice-mode-btn--speaking{background:#34d3991a;border-color:#059669;color:#34d399}@media (max-width:768px){.chat-input-container{flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:.75rem}.chat-overlay-stack{padding:0 .75rem}.session-control-btn{flex-shrink:0;height:36px;width:36px}.chat-input{flex:1 1;font-size:.9rem;min-width:0;padding:.5rem .75rem}.chat-input-shell,.send-btn{min-height:36px}.send-btn{flex-shrink:0;height:36px;width:36px}.llm-pause-container{padding:.5rem}.llm-pause-btn{font-size:.8rem;padding:.4rem .8rem}}.virtual-keyboard-floating{position:fixed;width:min(520px,calc(100vw - 16px));z-index:1200}.virtual-keyboard-header{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-bottom:none;border-radius:20px 20px 0 0;box-shadow:0 8px 24px #0f172a14;cursor:grab;display:flex;gap:.75rem;justify-content:space-between;padding:.75rem .9rem;-webkit-user-select:none;user-select:none}.virtual-keyboard-title-group{align-items:center;display:flex;gap:.65rem}.virtual-keyboard-title{color:#111827;font-size:.92rem;font-weight:600}.virtual-keyboard-layout{background:#e5e7eb;border-radius:999px;color:#475569;font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:.18rem .5rem}.virtual-keyboard-close{background:var(--surface-color);border:1px solid #d1d5db;border-radius:999px;color:#6b7280;cursor:pointer;font-size:1.1rem;height:32px;line-height:1;width:32px}.virtual-keyboard-panel{background:var(--surface-color);border:1px solid #d1d5db;border-radius:0 0 20px 20px;border-top:none;box-shadow:0 8px 24px #0f172a14;padding:.9rem}.dark .virtual-keyboard-header,.dark .virtual-keyboard-panel{background:#1f2937;border-color:#374151;box-shadow:0 10px 28px #00000047}.dark .virtual-keyboard-title{color:#f9fafb}.dark .virtual-keyboard-close,.dark .virtual-keyboard-layout{background:#374151;color:#d1d5db}.dark .virtual-keyboard-close{border-color:#4b5563}.virtual-keyboard-rows{display:flex;flex-direction:column;gap:.55rem}.virtual-keyboard-row{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.virtual-keyboard-key{background:#f8fafc;border:1px solid #d1d5db;border-radius:14px;color:#1f2937;cursor:pointer;font-size:.95rem;font-weight:500;height:40px;min-width:42px;padding:0 .8rem;transition:background .15s ease,border-color .15s ease,transform .15s ease}.virtual-keyboard-key:hover{background:#eef2f7;border-color:#94a3b8;transform:translateY(-1px)}.dark .virtual-keyboard-key{background:#374151;border-color:#4b5563;color:#f9fafb}.dark .virtual-keyboard-key:hover{background:#4b5563;border-color:#6b7280}.virtual-keyboard-key--action{min-width:100px}body.anonymous-landing-page,html.anonymous-landing-page{background:#1f2937;height:100%;overflow:hidden}.anonymous-landing{--landing-zoom-scale:1;--scrollbar-track-color:#1c2630;--scrollbar-thumb-color:#4b5563;background:#1f2937;box-sizing:border-box;color:#f7f4ec;display:flex;flex-direction:column;height:calc(100dvh/var(--landing-zoom-scale));overflow:hidden}.anonymous-landing__main,.anonymous-landing__main *{scrollbar-width:none}.anonymous-landing__main ::-webkit-scrollbar,.anonymous-landing__main::-webkit-scrollbar{display:none}.anonymous-landing__topbar{flex:0 0 auto;z-index:60}.anonymous-landing__header{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#1f2937eb;border-bottom:1px solid #ffffff14;display:flex;flex:0 0 auto;justify-content:space-between;padding:1.8rem 2.75rem 1.5rem}.anonymous-landing__research-banner{align-items:center;background:linear-gradient(180deg,#f4d35efa,#e7b737fa);border-bottom:1px solid #78520e38;box-shadow:inset 0 1px 0 #fff8d673;color:#4f3b0a;display:grid;font-size:clamp(.84rem,.96vw,.98rem);font-weight:700;grid-template-columns:1fr auto 1fr;letter-spacing:-.01em;line-height:1.25;padding:.48rem 1.5rem .52rem;text-align:center}.anonymous-landing__research-banner-text{grid-column:2}.anonymous-landing__research-banner-close{align-items:center;background:#0000;border:none;color:#4f3b0a;cursor:pointer;display:flex;grid-column:3;height:1.75rem;justify-content:center;justify-self:end;transition:color .15s ease,opacity .15s ease;width:1.75rem}.anonymous-landing__research-banner-close:hover{color:#4f3b0ab8}.anonymous-landing__research-banner-close svg{height:1.05rem;width:1.05rem}.anonymous-landing__header-left{align-items:center;display:flex;gap:1.9rem}.anonymous-landing__nav-btn{background:#0000;border:none;color:#f9fafb;cursor:pointer;font-size:clamp(1.25rem,1.6vw,1.8rem);font-weight:800;letter-spacing:-.06em;opacity:.6;padding:0 .2rem;transition:opacity .2s ease}.anonymous-landing__nav-btn:hover{opacity:1}.anonymous-landing__brand{color:#f9fafb;font-size:clamp(2.4rem,3vw,3.6rem);font-weight:800;letter-spacing:-.06em}.anonymous-landing__sign-in{background:#0000;border:none;color:#f4f0e9;cursor:pointer;font-size:clamp(1rem,1.2vw,1.75rem);font-weight:700;transition:opacity .2s ease}.anonymous-landing__sign-in:hover{opacity:.78}.anonymous-landing__main{display:flex;flex:1 1 auto;flex-direction:column;gap:4rem;min-height:0;overflow-x:hidden;overflow-y:auto}.anonymous-landing__hero{padding:2.5rem 1.5rem 0}.anonymous-landing__hero-inner{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:78rem;text-align:center}.anonymous-landing__hero-art{max-width:100%;object-fit:contain;width:min(24.8rem,46vw)}.anonymous-landing__hero-title{color:#f7f4ec;font-size:clamp(2.2rem,4.5vw,4.5rem);font-weight:800;letter-spacing:-.06em;line-height:.94;margin-top:.4rem;max-width:13ch}.anonymous-landing__cta{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:1.3rem;font-weight:700;gap:.6rem;justify-content:center;margin-top:2rem;min-width:15rem;padding:1rem 1.75rem;transition:transform .2s ease,filter .2s ease}.anonymous-landing__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.anonymous-landing__cta--primary,.anonymous-landing__cta--secondary{background:#4b858c;color:#f7f4ec}@media (max-width:1919px){.anonymous-landing{--landing-zoom-scale:0.95}}@media (max-width:1680px){.anonymous-landing{--landing-zoom-scale:0.9}}@media (max-width:1536px){.anonymous-landing{--landing-zoom-scale:0.85}}@media (max-width:1440px){.anonymous-landing{--landing-zoom-scale:0.8}}@media (max-width:1366px){.anonymous-landing{--landing-zoom-scale:0.77}}@media (max-width:1200px){.anonymous-landing{--landing-zoom-scale:0.75}}.anonymous-landing__partners{align-items:center;border-top:1px solid #ffffff14;display:flex;gap:2.5rem;justify-content:center;margin-top:1rem;padding:2.5rem 1.5rem 2rem}.anonymous-landing__partner-logo{height:3rem;object-fit:contain;opacity:.85;width:auto}.anonymous-landing__partner-logo--uoft{filter:brightness(0) invert(1)}.anonymous-landing__partner-logo--camh{filter:none}.anonymous-landing__intro-video{padding:0 1.5rem}.anonymous-landing__intro-video-trigger{background:#000;border:none;border-radius:1.8rem;cursor:pointer;display:block;margin:0 auto;max-width:1180px;overflow:hidden;padding:0;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:100%}.anonymous-landing__intro-video-trigger:hover{box-shadow:0 0 56px #fff9;transform:translateY(-2px)}.anonymous-landing__intro-video-thumb{aspect-ratio:16/9;display:block;object-fit:cover;opacity:.88;transition:opacity .2s ease;width:100%}.anonymous-landing__intro-video-trigger:hover .anonymous-landing__intro-video-thumb{opacity:.72}.anonymous-landing__intro-video-play{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.anonymous-landing__intro-video-play svg{height:5rem;width:5rem}.anonymous-landing__intro-video-modal{background:#1f2937;border-radius:1.5rem;box-shadow:0 28px 80px #00000080;overflow:hidden;width:min(1180px,100%)}.anonymous-landing__intro-video-modal-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:1rem 1.25rem .9rem}.anonymous-landing__intro-video-modal-header h3{color:#f7f4ec;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin:0}.anonymous-landing__intro-video-modal-frame{aspect-ratio:16/9;position:relative;width:100%}.anonymous-landing__intro-video-modal-frame iframe{border:none;display:block;height:100%;width:100%}.anonymous-landing__showcase{padding:0 1.5rem}.anonymous-landing__showcase-card{background:#e7d3ab;border:none;border-radius:2.2rem;box-shadow:0 18px 44px #0f172a2e;margin:2rem auto 0;max-width:1180px;padding:1.75rem}.anonymous-landing__showcase-visual{background:#ffffff61;border:1px solid #ffffff8c;border-radius:1.7rem;display:flex;height:28rem;overflow:hidden;padding:1.6rem}.anonymous-landing__demo{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);min-height:100%;width:100%}.anonymous-landing__demo--conversation-only{align-content:start;flex:1 1 auto;grid-template-columns:minmax(0,1fr);min-height:31rem}.anonymous-landing__demo-conversation{display:flex;flex-direction:column;gap:.85rem;min-height:100%;padding-bottom:1rem}.anonymous-landing__demo-turn{align-items:flex-start;display:flex;flex-direction:row;gap:.5rem}.anonymous-landing__demo-turn--enter{animation:anonymous-landing-demo-turn-enter 1.15s cubic-bezier(.16,1,.3,1)}.anonymous-landing__demo-turn-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.anonymous-landing__demo-avatar{align-items:center;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;display:inline-flex;flex:0 0 auto;height:2rem;justify-content:center;margin-top:1.6rem;overflow:hidden;width:2rem}.anonymous-landing__demo-avatar svg{display:block;height:100%;width:100%}.anonymous-landing__demo-speaker{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.anonymous-landing__demo-turn--speaker-client .anonymous-landing__demo-speaker{color:#364a5c80}.anonymous-landing__demo-turn--speaker-clinician .anonymous-landing__demo-speaker{color:#2563eb}.anonymous-landing__demo-bubble{border-radius:1.1rem;box-shadow:0 2px 8px #0f172a0f;font-size:.875rem;line-height:1.5;padding:.75rem .9rem}.anonymous-landing__demo-bubble--thinking{align-items:center;display:flex;min-height:3.95rem}.anonymous-landing__demo-bubble--streaming:after{animation:anonymous-landing-blink-cursor 1s step-end infinite;color:#6b7280;content:"|";display:inline-block;font-weight:500;margin-left:2px}.anonymous-landing__demo-turn--speaker-client .anonymous-landing__demo-bubble{background:#ede0c4;border:1px solid #364a5c2e;color:#364a5c}.anonymous-landing__demo-turn--speaker-clinician .anonymous-landing__demo-bubble{background:#2563eb21;border:1px solid #2563eb38;color:#364a5c}.anonymous-landing__demo-turn--highlight-motivation .anonymous-landing__demo-bubble{animation:anonymous-landing-simulation-motivation-flash .95s ease-out}.anonymous-landing__demo-turn--highlight-barrier .anonymous-landing__demo-bubble{animation:anonymous-landing-simulation-barrier-flash .95s ease-out}.anonymous-landing__demo-chips{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.45rem}.anonymous-landing__demo-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.18rem .5rem}.anonymous-landing__demo-chip--cr{background:#c97ef029;color:#c97ef0}.anonymous-landing__demo-chip--sr{background:#2f9e9e29;color:#2f9e9e}.anonymous-landing__demo-chip--q{background:#4a9eff29;color:#4a9eff}.anonymous-landing__demo-chip--af{background:#4caf8829;color:#4caf88}.anonymous-landing__demo-thinking{color:#364a5cc7;display:inline-flex;flex-wrap:nowrap;font-size:.84rem;font-style:italic}.anonymous-landing__demo-thinking-char{animation:anonymous-landing-contemplating-wave 1.8s ease-in-out infinite;display:inline-block;opacity:.35}@keyframes anonymous-landing-contemplating-wave{0%,to{opacity:.28}50%{opacity:1}}@keyframes anonymous-landing-blink-cursor{50%{opacity:0}}@keyframes anonymous-landing-demo-turn-enter{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes anonymous-landing-demo-feedback-enter{0%{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes anonymous-landing-simulation-motivation-flash{0%,to{background:#ede0c4;border-color:#364a5c2e}35%,70%{background:#10b9812e;border-color:#10b98166;box-shadow:0 0 0 4px #10b9811f}}@keyframes anonymous-landing-simulation-barrier-flash{0%,to{background:#ede0c4;border-color:#364a5c2e}35%,70%{background:#f8717129;border-color:#f871716b;box-shadow:0 0 0 4px #f871711f}}.anonymous-landing__demo-panels{display:flex;flex-direction:column;gap:.5rem;height:100%;min-height:100%}.anonymous-landing__demo-card{background:#ede0c4;border:1px solid #364a5c2e;border-radius:1.1rem;display:flex;flex-direction:column;gap:.45rem;padding:.75rem}.anonymous-landing__demo-card--metrics{flex:1 1 auto}.anonymous-landing__demo-automiti{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.anonymous-landing__demo-automiti-label,.anonymous-landing__demo-card-title{color:#364a5c80;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.anonymous-landing__demo-card-title{margin:0}.anonymous-landing__demo-feedback-text{color:#364a5c;font-size:.85rem;line-height:1.55;margin:0}.anonymous-landing__demo-panel-content--animated{animation:anonymous-landing-demo-feedback-enter .55s ease-out}.anonymous-landing__demo-feedback-na{color:#364a5c;font-size:1.1rem;font-weight:700;margin:0}.anonymous-landing__demo-scores-grid{grid-gap:.5rem .75rem;display:grid;gap:.5rem .75rem;grid-template-columns:1fr 1fr}.anonymous-landing__demo-score-item{display:flex;flex-direction:column;gap:.1rem}.anonymous-landing__demo-score-item span{color:#364a5c80;font-size:.63rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.anonymous-landing__demo-score-item strong{color:#364a5c;font-size:1.1rem;font-weight:700}.anonymous-landing__simulation{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);min-height:100%;width:100%}.anonymous-landing__simulation-conversation-shell,.anonymous-landing__simulation-profile-column{display:flex;flex-direction:column;min-width:0}.anonymous-landing__simulation-conversation-shell{gap:.7rem}.anonymous-landing__simulation-conversation-shell .anonymous-landing__demo-conversation{padding-right:.35rem}.anonymous-landing__simulation-profile-column{justify-content:stretch}.anonymous-landing__simulation-profile-stack{display:flex;flex-direction:column;gap:.6rem;height:100%}.anonymous-landing__simulation-section{background:#ffffff94;border:1px solid #94a3b866;border-radius:1rem;box-shadow:0 6px 14px #0f172a0f;display:flex;flex-direction:column;gap:.55rem;padding:.95rem 1rem}.anonymous-landing__simulation-section h4{color:#0f172abf;font-size:.78rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.anonymous-landing__simulation-list{display:flex;flex-direction:column;gap:.45rem}.anonymous-landing__simulation-list--numbered .anonymous-landing__simulation-list-item{gap:.5rem}.anonymous-landing__simulation-list-item{align-items:flex-start;color:#0f172a;display:flex;font-size:.9rem;gap:.45rem;line-height:1.45}.anonymous-landing__simulation-list-item--coded{grid-gap:.3rem;display:grid;gap:.3rem;grid-template-columns:4.8rem minmax(0,1fr)}.anonymous-landing__simulation-list-item--revealed{animation:anonymous-landing-demo-feedback-enter .55s ease-out}.anonymous-landing__simulation-list-item--highlight-motivation{animation:anonymous-landing-simulation-profile-motivation-flash .95s ease-out}.anonymous-landing__simulation-list-item--highlight-barrier{animation:anonymous-landing-simulation-profile-barrier-flash .95s ease-out}.anonymous-landing__simulation-list-item--pending{color:#475569d1;font-style:italic}.anonymous-landing__simulation-index{color:#0f172ab8;flex:0 0 auto;font-weight:700;min-width:1rem}.anonymous-landing__simulation-tag{background:#10b98126;border-radius:999px;color:#047857;flex-shrink:0;font-size:.7rem;font-weight:600;justify-self:start;letter-spacing:.04em;padding:.12rem .38rem;text-transform:uppercase}.anonymous-landing__simulation-tag--placeholder{visibility:hidden}.anonymous-landing__simulation-tag--barrier{background:#f871712e;color:#b91c1c}@keyframes anonymous-landing-simulation-profile-motivation-flash{0%,to{background:#0000}35%,70%{background:#10b9811f}}@keyframes anonymous-landing-simulation-profile-barrier-flash{0%,to{background:#0000}35%,70%{background:#f871711f}}.anonymous-landing__modes{padding:1rem 1.5rem 0}.anonymous-landing__eyebrow{color:#f7f4ec;font-size:clamp(2rem,4vw,4rem);font-weight:800;letter-spacing:-.05em;text-align:center}.anonymous-landing__section-title{color:#f7f4ec;font-size:clamp(1.15rem,2vw,1.7rem);font-weight:600;letter-spacing:-.02em;line-height:1.35;margin:.65rem auto 0;max-width:36rem;text-align:center}.anonymous-landing__mode-showcase-layout{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem auto 0;position:relative;width:100%}.anonymous-landing__mode-showcase-card{grid-gap:1.35rem;align-items:stretch;background:#e7d3ab;border:none;border-radius:2.2rem;box-shadow:0 18px 44px #0f172a2e;color:#364a5c;display:grid;gap:1.35rem;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.35fr);height:33.8rem;margin:0 auto;max-width:1180px;padding:1.4rem;width:100%}.anonymous-landing__mode-showcase-nav{display:flex;flex-direction:row;gap:1rem;justify-content:center;max-width:1180px;min-width:0;width:100%}.anonymous-landing__mode-showcase-option{background:#ffffff1f;border:none;border-radius:999px;color:#f7f4ecb3;cursor:pointer;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;line-height:1.05;min-width:12rem;padding:.75rem 1.1rem;text-align:center;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.anonymous-landing__mode-showcase-option:hover{background:#fff3;color:#f7f4ecf0;transform:translateY(-1px)}.anonymous-landing__mode-showcase-option--active{background:#e7d3ab;box-shadow:0 10px 24px #0f172a29;color:#364a5c;transform:translateY(-1px)}.anonymous-landing__mode-showcase-copy{align-items:flex-start;display:flex;flex-direction:column;gap:.72rem;justify-content:flex-start;min-height:0;min-width:0;overflow:hidden;padding:.35rem .2rem .15rem 0}.anonymous-landing__mode-showcase-copy h3{color:#364a5c;font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:.98;margin:0}.anonymous-landing__mode-showcase-copy p{color:#364a5c;font-size:1rem;line-height:1.58;margin:0;max-width:46ch}.anonymous-landing__mode-showcase-visual{background:#ffffff61;border:1px solid #ffffff8c;border-radius:1.7rem;display:flex;min-height:0;min-width:0;overflow:hidden;padding:1.3rem}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo,.anonymous-landing__showcase-visual>.anonymous-landing__simulation{flex:1 1 auto;height:100%;min-height:100%;width:100%}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo--conversation-only,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo{min-height:0}@media (max-width:900px){.anonymous-landing__simulation{grid-template-columns:minmax(0,1fr)}}.anonymous-landing__modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08101ab8;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:80}.anonymous-landing__modal{background:#e7d3ab;border-radius:2rem;box-shadow:0 28px 80px #00000059;color:#233548;padding:2.35rem 2.2rem 1.85rem;position:relative;transform:translateY(-.85rem);width:min(40rem,100%)}.anonymous-landing__modal--mode-large{min-height:34.5rem;width:min(76rem,100%)}.anonymous-landing__modal--mode-large:not(.anonymous-landing__modal--with-demo){align-items:flex-start;display:flex}.anonymous-landing__modal--with-demo{grid-gap:1.6rem;align-items:stretch;display:grid;gap:1.6rem;grid-template-columns:minmax(0,.95fr) minmax(22rem,1.05fr)}.anonymous-landing__modal-close{background:#0000;border:none;color:#233548;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1.1rem;top:.95rem}.anonymous-landing__modal-copy{display:flex;flex-direction:column;gap:.9rem;padding:.45rem 1rem .2rem .2rem}.anonymous-landing__modal-demo{align-items:stretch;display:flex;min-width:0;padding-top:.2rem}.anonymous-landing__modal-demo>.anonymous-landing__demo--conversation-only,.anonymous-landing__modal-demo>.anonymous-landing__skill-demo{flex:1 1 auto;min-height:100%;width:100%}.anonymous-landing__modal-copy h3{font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:.98;margin:0 0 1.4rem}.anonymous-landing__modal-copy p{font-size:1.1rem;line-height:1.65;margin:0;max-width:46ch}.anonymous-landing__skill-demo{display:flex;flex-direction:column;min-height:31rem;padding:0}.anonymous-landing__skill-demo-exercise,.anonymous-landing__skill-demo-loading,.anonymous-landing__skill-demo-loading-body{display:flex;flex-direction:column;gap:.85rem}.anonymous-landing__skill-demo-top{flex:0 0 17.4rem;padding-top:.6rem}.anonymous-landing__skill-demo-loading-row{display:flex}.anonymous-landing__skill-demo-loading-row--right{justify-content:flex-end}.anonymous-landing__skill-demo-loading-bubble{background:#ede0c4eb;border:1px solid #94a3b829;border-radius:1.15rem;display:flex;flex-direction:column;gap:.58rem;overflow:hidden;padding:.95rem 1rem;position:relative;width:min(100%,18.5rem)}.anonymous-landing__skill-demo-loading-bubble:after{animation:oarsLoadingSweep 1.8s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffffa6,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}.anonymous-landing__skill-demo-loading-bubble--wide{width:min(100%,20rem)}.anonymous-landing__skill-demo-loading-bubble--reply{background:#2563eb1a;width:min(100%,17rem)}.anonymous-landing__skill-demo-loading-line{background:#94a3b86b;border-radius:999px;display:block;height:.75rem}.anonymous-landing__skill-demo-loading-line--long{width:88%}.anonymous-landing__skill-demo-loading-line--mid{width:64%}.anonymous-landing__skill-demo-loading-line--short{width:42%}.anonymous-landing__skill-demo-message{align-items:flex-start;display:flex;gap:.55rem}.anonymous-landing__skill-demo-message--counsellor{justify-content:flex-end}.anonymous-landing__skill-demo-avatar{align-items:center;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;display:inline-flex;flex:0 0 auto;height:2rem;justify-content:center;margin-top:.55rem;overflow:hidden;width:2rem}.anonymous-landing__skill-demo-avatar svg{display:block;height:100%;width:100%}.anonymous-landing__skill-demo-bubble-shell{display:inline-flex;flex-direction:column;max-width:78%}.anonymous-landing__skill-demo-bubble{border-radius:1.15rem;box-shadow:0 2px 8px #0f172a0f;color:#364a5c;font-size:.93rem;line-height:1.55;padding:.95rem 1.05rem}.anonymous-landing__skill-demo-bubble--client{background:#ede0c4;border:1px solid #364a5c2e}.anonymous-landing__skill-demo-bubble--counsellor{background:#2563eb21;border:1px solid #2563eb38}.anonymous-landing__skill-demo-cut{align-items:center;color:#364a5c9e;display:flex;font-size:.73rem;font-weight:700;gap:.7rem;margin:-.85rem 0 0}.anonymous-landing__skill-demo-cut-line{background:#364a5c2e;flex:1 1;height:1px}.anonymous-landing__skill-demo-cut-label{line-height:1.2;text-align:center}.anonymous-landing__skill-demo-response{margin-top:.5rem}.anonymous-landing__skill-demo-response-slot{flex:0 0 auto;min-height:6.15rem}.anonymous-landing__skill-demo-response--placeholder{visibility:hidden}.anonymous-landing__footer-cta{align-items:center;display:flex;flex-direction:column;padding:1rem 1.5rem 0;text-align:center}.anonymous-landing__footer-title{font-size:clamp(2rem,4.3vw,4.5rem);font-style:italic;font-weight:800;letter-spacing:-.06em;line-height:.95;max-width:14ch}.anonymous-landing__cta:focus-visible,.anonymous-landing__sign-in:focus-visible{outline:3px solid #efe0bb;outline-offset:4px}@media (max-width:1024px){.anonymous-landing__demo,.anonymous-landing__mode-showcase-card{grid-template-columns:1fr}.anonymous-landing__mode-showcase-card{height:auto}.anonymous-landing__showcase-visual{height:19rem}.anonymous-landing__mode-showcase-copy{padding-right:0}.anonymous-landing__mode-showcase-nav{flex-wrap:wrap;gap:1rem;max-width:1180px;width:100%}}@media (hover:none) and (pointer:coarse),(max-width:768px){.anonymous-landing__cta--primary,.anonymous-landing__sign-in{display:none}}@media (max-width:768px){.anonymous-landing{height:100dvh}.anonymous-landing__header{align-items:center;flex-direction:row;gap:0;padding:.85rem .7rem .65rem}.anonymous-landing__research-banner{font-size:.66rem;line-height:1.2;padding:.42rem .7rem .45rem}.anonymous-landing__research-banner-close{height:1.45rem;width:1.45rem}.anonymous-landing__research-banner-close svg{height:.9rem;width:.9rem}.anonymous-landing__header-left{align-items:center;flex-wrap:nowrap;gap:.45rem;justify-content:space-between;width:100%}.anonymous-landing__brand{flex:0 0 auto;font-size:1.1rem;width:auto}.anonymous-landing__nav-btn{flex:0 1 auto;font-size:.62rem;font-weight:600;letter-spacing:0;min-width:0;padding:0 .05rem;white-space:nowrap}.anonymous-landing__main{gap:2.5rem;padding-bottom:0}.anonymous-landing__footer-cta,.anonymous-landing__hero,.anonymous-landing__modes,.anonymous-landing__showcase{padding-left:1rem;padding-right:1rem}.anonymous-landing__footer-title,.anonymous-landing__hero-title{max-width:none}.anonymous-landing__showcase-card{border-radius:1.5rem;padding:1rem}.anonymous-landing__showcase-visual{border-radius:1.2rem;height:24rem;min-height:24rem;padding:.6rem}.anonymous-landing__showcase-card--feedback .anonymous-landing__showcase-visual,.anonymous-landing__showcase-card--simulation .anonymous-landing__showcase-visual{height:38rem;min-height:38rem}.anonymous-landing__mode-showcase-card{border-radius:1.5rem;gap:.85rem;grid-template-rows:5rem 27rem;height:34rem;max-height:34rem;min-height:34rem;overflow:hidden;padding:.9rem}.anonymous-landing__mode-showcase-layout{margin-top:1.25rem}.anonymous-landing__mode-showcase-nav{gap:.5rem}.anonymous-landing__mode-showcase-option{flex:1 1 30%;font-size:.9rem;min-width:0;padding:.72rem .72rem .68rem}.anonymous-landing__mode-showcase-copy{-webkit-overflow-scrolling:touch;gap:.5rem;height:5rem;max-height:5rem;min-height:5rem;overflow-y:auto;overscroll-behavior:contain;padding:0}.anonymous-landing__mode-showcase-copy h3{font-size:1.6rem}.anonymous-landing__mode-showcase-copy p{font-size:.86rem;line-height:1.48}.anonymous-landing__mode-showcase-detail{display:none}.anonymous-landing__mode-showcase-visual{align-items:stretch;border-radius:1.2rem;display:flex;height:27rem;max-height:27rem;min-height:27rem;padding:.55rem}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo,.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo--conversation-only,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo,.anonymous-landing__showcase-visual>.anonymous-landing__simulation{flex:1 1 auto;height:100%;max-height:100%;min-height:100%;width:100%}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo{display:flex;flex-direction:column}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo .anonymous-landing__demo-conversation,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo{flex:1 1 auto}.anonymous-landing__mode-showcase-visual>.anonymous-landing__demo .anonymous-landing__demo-conversation,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo-response-slot,.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo-top{min-height:0}.anonymous-landing__demo{grid-template-columns:1fr}.anonymous-landing__demo-avatar{height:1.7rem;margin-top:1.2rem;width:1.7rem}.anonymous-landing__demo-speaker{font-size:.6rem}.anonymous-landing__demo-bubble{font-size:.78rem;line-height:1.42;padding:.62rem .78rem}.anonymous-landing__demo-chip{font-size:.62rem;padding:.2rem .48rem}.anonymous-landing__demo-panels{display:none}.anonymous-landing__demo--mobile-feedback{display:flex;flex-direction:column;gap:.7rem;height:100%;min-height:0}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-conversation{-webkit-overflow-scrolling:touch;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:0;padding-right:.2rem}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-panels{display:flex;flex:0 0 15rem;height:15rem;justify-content:flex-end;min-height:15rem}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-card{border-radius:.85rem;gap:.35rem;height:100%;padding:.68rem .72rem}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-card-title{font-size:.64rem;letter-spacing:.07em}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-feedback-text{font-size:.75rem;line-height:1.32}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-feedback-na{font-size:.92rem}.anonymous-landing__demo--mobile-feedback .anonymous-landing__demo-score-item strong{font-size:.88rem}.anonymous-landing__simulation{display:flex;flex-direction:column;gap:.7rem;height:100%;min-height:0}.anonymous-landing__simulation-conversation-shell{flex:1 1;gap:.55rem;min-height:0;overflow:hidden}.anonymous-landing__simulation-conversation-shell .anonymous-landing__demo-conversation{-webkit-overflow-scrolling:touch;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:0;padding-right:.2rem}.anonymous-landing__simulation-profile-stack{gap:.45rem;height:auto;justify-content:flex-end}.anonymous-landing__simulation-profile-column{flex:0 0 15rem;justify-content:flex-end;margin-top:auto}.anonymous-landing__simulation-profile-stack>.anonymous-landing__simulation-section:first-child{display:none}.anonymous-landing__simulation-section{border-radius:.85rem;gap:.35rem;padding:.68rem .72rem}.anonymous-landing__simulation-section h4{font-size:.64rem;letter-spacing:.07em}.anonymous-landing__simulation-list{gap:.28rem}.anonymous-landing__simulation-list--numbered .anonymous-landing__simulation-list-item{gap:.38rem}.anonymous-landing__simulation-list-item{font-size:.75rem;gap:.34rem;line-height:1.32}.anonymous-landing__simulation-list-item--coded{gap:.08rem;grid-template-columns:3rem minmax(0,1fr)}.anonymous-landing__simulation-index{font-size:.72rem;min-width:.8rem}.anonymous-landing__simulation-tag{font-size:.53rem;padding:.06rem .16rem}.anonymous-landing__footer-cta{padding-bottom:0;padding-top:0}.anonymous-landing__footer-title{margin:0}.anonymous-landing__cta--secondary{font-size:1rem;min-width:0;padding:.7rem 1.3rem}.anonymous-landing__modal{padding:1.2rem 1rem .95rem;transform:translateY(-.55rem);width:min(34rem,100%)}.anonymous-landing__modal--mode-large{min-height:26rem;width:min(42rem,100%)}.anonymous-landing__modal--mode-large:not(.anonymous-landing__modal--with-demo){display:flex}.anonymous-landing__modal--with-demo{gap:1rem;grid-template-columns:1fr}.anonymous-landing__demo--conversation-only{height:100%;min-height:100%}.anonymous-landing__modal-copy{padding:0}.anonymous-landing__skill-demo{height:100%;min-height:100%;padding:0;position:relative}.anonymous-landing__skill-demo-top{flex-basis:11rem}.anonymous-landing__skill-demo-bubble-shell{max-width:82%}.anonymous-landing__skill-demo-bubble{font-size:.78rem;padding:.68rem .78rem}.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo .anonymous-landing__skill-demo-top{flex-basis:auto;height:15.25rem;max-height:15.25rem;overflow:hidden}.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo .anonymous-landing__skill-demo-cut{left:0;margin:0;position:absolute;right:0;top:16.2rem}.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo .anonymous-landing__skill-demo-response-slot{left:0;margin:0;min-height:0;position:absolute;right:0;top:18.05rem}.anonymous-landing__mode-showcase-visual>.anonymous-landing__skill-demo .anonymous-landing__skill-demo-response{margin-top:0}.anonymous-landing__partners{gap:1.5rem;padding:2rem 1rem 1.5rem}.anonymous-landing__partner-logo{height:2rem;max-width:40vw}}.lectures-page{background:#1f2937;color:#f7f4ec;min-height:100svh;overflow-x:hidden;overflow-y:auto}.lectures-page__header{align-items:center;display:flex;justify-content:space-between;padding:1.8rem 2.75rem 1.5rem}.lectures-page__back{align-items:center;background:#0000;border:none;color:#f4f0e9;cursor:pointer;display:inline-flex;font-size:clamp(1rem,1.2vw,1.4rem);font-weight:600;gap:.4rem;transition:opacity .2s ease}.lectures-page__back:hover{opacity:.72}.lectures-page__back svg{height:1.1em;width:1.1em}.lectures-page__brand{color:#f9fafb;font-size:clamp(2.4rem,3vw,3.6rem);font-weight:800;letter-spacing:-.06em}.lectures-page__main{margin:0 auto;max-width:1180px;padding:1rem 2.75rem 5rem}.lectures-page__hero{margin-bottom:2.5rem}.lectures-page__eyebrow{color:#9ca3af;font-size:clamp(.9rem,1.1vw,1.1rem);font-weight:700;letter-spacing:.08em;margin:.5rem 0 0;text-transform:uppercase}.lectures-page__title{color:#f7f4ec;font-size:clamp(2.4rem,4.5vw,4.5rem);font-weight:800;letter-spacing:-.06em;line-height:.95;margin:0}.lectures-page__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.lectures-page__card{background:#e7d3ab;border:none;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:0;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.lectures-page__card:hover{box-shadow:0 0 48px #fffc;transform:translateY(-3px)}.lectures-page__thumbnail{aspect-ratio:16/9;overflow:hidden;position:relative;width:100%}.lectures-page__thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.lectures-page__play{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .2s ease}.lectures-page__card:hover .lectures-page__play{opacity:1}.lectures-page__play svg{height:3.5rem;width:3.5rem}.lectures-page__modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08101ad1;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:40}.lectures-page__modal{background:#1f2937;border-radius:1.5rem;box-shadow:0 28px 80px #00000080;overflow:hidden;width:min(860px,100%)}.lectures-page__modal-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:1rem 1.25rem .9rem}.lectures-page__modal-header h3{color:#f7f4ec;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin:0}.lectures-page__modal-close{background:#0000;border:none;color:#f7f4ec;cursor:pointer;font-size:1.8rem;line-height:1;opacity:.7;transition:opacity .2s ease}.lectures-page__modal-close:hover{opacity:1}.lectures-page__modal-frame{aspect-ratio:16/9;position:relative;width:100%}.lectures-page__modal-frame iframe{border:none;display:block;height:100%;width:100%}@media (max-width:900px){.lectures-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.lectures-page__header{padding:1.25rem 1.2rem}.lectures-page__main{padding:1rem 1rem 3rem}.lectures-page__grid{gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.client-profiles-explorer{border-top:1px solid #94a3b866;margin-top:2rem;padding-top:1.5rem}.client-profiles-header h3{font-size:1rem;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.client-profiles-header p{margin-bottom:1.25rem}.client-profiles-status{background:#3b82f614;border-radius:10px;color:#0f172a;font-weight:500;padding:.85rem 1rem}.client-profiles-status.error{background:#f8717126;color:#991b1b}.client-profiles-browser{display:flex;flex-direction:column;gap:1.25rem}.client-profile-tabs{display:flex;gap:.75rem;margin-top:1.1rem;overflow-x:auto;padding-bottom:.35rem;position:relative;scrollbar-color:#94a3b88c #0000;scrollbar-width:thin;z-index:10}.client-profile-tabs::-webkit-scrollbar{height:6px}.client-profile-tabs::-webkit-scrollbar-thumb{background:#94a3b899;border-radius:999px}.App.light .client-profile-tabs{scrollbar-color:#2563eb73 #0000}.App.light .client-profile-tabs::-webkit-scrollbar-thumb{background:#2563eb66}.App.dark .client-profile-tabs,.app-overlay-root.dark .client-profile-tabs{scrollbar-color:#94a3b859 #0000}.App.dark .client-profile-tabs::-webkit-scrollbar-thumb,.app-overlay-root.dark .client-profile-tabs::-webkit-scrollbar-thumb{background:#94a3b873}.client-profile-tab{align-items:center;background:#0000;border:1px solid #94a3b859;border-radius:999px;cursor:pointer;display:flex;flex:0 0 auto;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.client-profile-tab:hover{background:#0000;border-color:#2563eb;color:#1d4ed8}.client-profile-tab.active{background:#1d4ed8;border-color:#1d4ed8;color:#f9fafb}.App.light .client-profile-tab{background:#0000;border-color:#d1d5db;color:#1f2937;font-weight:600}.App.light .client-profile-tab:hover{background:#0000;border-color:#2563eb;color:#1d4ed8}.App.light .client-profile-tab.active{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#1d4ed8;color:#f9fafb}.client-profile-detail{background:#f9fafbb3;border:1px solid #94a3b880;border-radius:16px;display:flex;flex-direction:column;gap:2rem;overflow:hidden;padding:1.5rem;position:relative}.client-profile-content{transition:opacity .2s ease}.client-profile-number{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.client-profile-meta-note{color:#64748b;font-size:.82rem;font-style:italic;margin:0 0 .75rem}.client-profile-detail.obscured .client-profile-content{opacity:.1;pointer-events:none}.client-profile-mask{align-items:flex-start;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding-top:3rem;position:absolute;z-index:5}.client-profile-mask-content{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.client-profile-mask-title{color:#f8fafc;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px #0000004d}.client-profile-mask-subtitle{color:#f8fafcd9;font-size:.95rem;margin:0}.client-profile-reveal-btn{background:#f8fafc;border:none;border-radius:999px;box-shadow:0 12px 25px #00000040;color:#111827;cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem 1.75rem;transition:transform .2s ease,box-shadow .2s ease}.client-profile-reveal-btn:hover{box-shadow:0 14px 28px #0f172a59;transform:translateY(-2px)}.client-profile-grid{display:flex;flex-direction:column;gap:1rem}.profile-grid-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.profile-grid-row.full-width{grid-template-columns:1fr}.profile-grid-row.full-width .profile-section{width:100%}.profile-section{background:var(--surface-color);border:1px solid #94a3b866;border-radius:14px;box-shadow:0 6px 14px #0f172a0f;padding:1rem 1.25rem}.profile-section h4{color:#0f172abf;font-size:.85rem;letter-spacing:.08em;margin:0 0 .65rem;text-transform:uppercase}.profile-list{color:#0f172a;display:flex;flex-direction:column;font-size:.95rem;gap:.4rem;list-style:disc;margin:0;padding-left:1.1rem}.profile-list.numbered,ol.profile-list{list-style:decimal}.profile-list.compact{font-size:.9rem;gap:.3rem}.profile-flat-list{display:flex;flex-direction:column;gap:.5rem}.profile-flat-list.compact{gap:.35rem}.profile-flat-list.compact .profile-flat-item{font-size:.9rem}.profile-flat-item{align-items:flex-start;color:#0f172a;display:flex;font-size:.95rem;gap:.45rem}.profile-tag{background:#10b98126;border-radius:999px;color:#047857;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;padding:.15rem .55rem;text-transform:uppercase}.profile-tag.muted{background:#f871712e;color:#b91c1c}.profile-empty{color:#475569cc;font-size:.9rem;margin:0}.client-metadata-list{display:flex;flex-direction:column;gap:.5rem;margin:0}.metadata-row dt{color:#475569d9;font-size:.75rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.metadata-row dd{color:#0f172a;font-size:.95rem;font-weight:600;margin:0}.client-metadata-list .metadata-row{align-items:baseline;display:flex;gap:.5rem;justify-content:space-between}.client-metadata-list .metadata-row dt{font-size:.75rem}.client-metadata-list .metadata-row dd{font-size:.9rem;text-align:right}.metadata-section,.transcript-section{display:flex;flex-direction:column}.section-subtitle{color:#475569d9;font-size:.8rem;margin:0 0 .5rem}.transcript-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.transcript-header h4{margin:0}.transcript-length{background:#94a3b826;border-radius:999px;color:#475569d9;font-size:.7rem;font-weight:500;margin-left:.5rem;padding:.15rem .5rem}.meta-row,.persona-meta{border-radius:.25rem;cursor:pointer;margin:-.15rem -.25rem;padding:.15rem .25rem;transition:background-color .15s ease,outline .15s ease}.hl{outline:2px solid #0000001f}.hl-num_daily{background:#e0f2fe}.hl-first_cig{background:#dcfce7}.hl-pre_convo_quit_attempt_made{background:#ede9fe}.hl-confi_pre{background:#ffedd5}.hl-impor_pre{background:#ffe4e6}.hl-readi_pre{background:#ccfbf1}.client-transcript-scroll{max-height:420px;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin}.client-transcript-scroll::-webkit-scrollbar{width:8px}.client-transcript-scroll::-webkit-scrollbar-thumb{background:#94a3b8b3;border-radius:10px}.transcript-line{border-bottom:1px solid #94a3b84d;padding:.65rem 0}.transcript-line:last-child{border-bottom:none}.transcript-line .speaker-label{color:#475569;display:inline-block;font-size:.8rem;letter-spacing:.1em;margin-bottom:.25rem;text-transform:uppercase}.transcript-line p{font-size:.95rem;margin:0}.transcript-line.transcript-client{background:#10b98114;border-radius:8px;padding-left:.75rem}.transcript-line.transcript-counsellor{background:#3b82f614;border-radius:8px;padding-left:.75rem}.App.dark .client-profiles-status,.app-overlay-root.dark .client-profiles-status{background:#3b82f626;color:#bfdbfe}.App.dark .client-profiles-status.error,.app-overlay-root.dark .client-profiles-status.error{background:#f8717140;color:#fecaca}.App.dark .client-profile-tab,.app-overlay-root.dark .client-profile-tab{background:#ffffff0d;border-color:#94a3b840;color:#f3f4f6}.App.dark .client-profile-tab.active,.app-overlay-root.dark .client-profile-tab.active{background:#2563eb;border-color:#2563eb}.App.dark .client-profile-detail,.app-overlay-root.dark .client-profile-detail{background:#111827e6;border-color:#4b5563b3}.App.dark .client-profile-number,.app-overlay-root.dark .client-profile-number{color:#f1f5f9}.App.dark .client-profile-meta-note,.app-overlay-root.dark .client-profile-meta-note{color:#94a3b8}.App.dark .client-profile-mask,.app-overlay-root.dark .client-profile-mask{background:#0f172acc}.App.dark .client-profile-reveal-btn,.app-overlay-root.dark .client-profile-reveal-btn{background:#f3f4f6;color:#111827}.App.dark .profile-section,.app-overlay-root.dark .profile-section{background:#1f2937f2;border-color:#4b556399;box-shadow:none}.App.dark .profile-section h4,.app-overlay-root.dark .profile-section h4{color:#e2e8f0cc}.App.dark .profile-flat-item,.App.dark .profile-list,.app-overlay-root.dark .profile-flat-item,.app-overlay-root.dark .profile-list{color:#e5e7eb}.App.dark .profile-empty,.app-overlay-root.dark .profile-empty{color:#e2e8f0b3}.App.dark .profile-tag,.app-overlay-root.dark .profile-tag{background:#10b98140;color:#6ee7b7}.App.dark .profile-tag.muted,.app-overlay-root.dark .profile-tag.muted{background:#f8717140;color:#fecaca}.App.dark .metadata-row dt,.app-overlay-root.dark .metadata-row dt{color:#cbd5e1cc}.App.dark .metadata-row dd,.app-overlay-root.dark .metadata-row dd{color:#f3f4f6}.App.dark .section-subtitle,.app-overlay-root.dark .section-subtitle{color:#e2e8f0bf}.App.dark .transcript-length,.app-overlay-root.dark .transcript-length{background:#4b556366;color:#e2e8f0cc}.App.dark .hl,.app-overlay-root.dark .hl{outline:2px solid #fff3}.App.dark .hl-num_daily,.app-overlay-root.dark .hl-num_daily{background:#0ea5e940}.App.dark .hl-first_cig,.app-overlay-root.dark .hl-first_cig{background:#22c55e40}.App.dark .hl-pre_convo_quit_attempt_made,.app-overlay-root.dark .hl-pre_convo_quit_attempt_made{background:#8b5cf640}.App.dark .hl-confi_pre,.app-overlay-root.dark .hl-confi_pre{background:#fb923c40}.App.dark .hl-impor_pre,.app-overlay-root.dark .hl-impor_pre{background:#f43f5e40}.App.dark .hl-readi_pre,.app-overlay-root.dark .hl-readi_pre{background:#14b8a640}.App.dark .transcript-line .speaker-label,.app-overlay-root.dark .transcript-line .speaker-label{color:#cbd5f5}.App.dark .transcript-line.transcript-client,.app-overlay-root.dark .transcript-line.transcript-client{background:#10b9811f}.App.dark .transcript-line.transcript-counsellor,.app-overlay-root.dark .transcript-line.transcript-counsellor{background:#3b82f61f}@media (max-width:900px){.profile-grid-row{grid-template-columns:1fr}}@media (max-width:768px){.client-profiles-browser{flex-direction:column}.client-profile-tabs{flex-direction:row;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0}.client-profile-tab{flex:0 0 auto;font-size:.8rem;padding:.5rem .75rem}.client-profile-detail{padding:1rem}.client-profile-grid{gap:1rem}.profile-grid-row{gap:1rem;grid-template-columns:1fr!important}.profile-section h4{font-size:.95rem}.client-metadata-list,.profile-flat-list,.profile-list{font-size:.85rem}.client-transcript-scroll{max-height:300px}.transcript-line p{font-size:.85rem}}.app-overlay-root{inset:0;pointer-events:none;position:absolute;z-index:50}.app-overlay-root .client-info-overlay,.app-overlay-root .section-expanded-overlay{pointer-events:auto}.app-overlay-root--mobile-shell{display:none}.client-info-overlay{align-items:stretch;background:#0f172aa6;display:flex;inset:0;justify-content:center;padding:0;position:absolute;z-index:50}.client-info-panel{background:var(--surface-color);border-radius:0;box-shadow:0 20px 45px #0003;color:#1f2937;height:100%;line-height:1.6;max-width:none;overflow-y:auto;padding:2.5rem 3rem;position:relative;scrollbar-color:#94a3b880 #0000;scrollbar-width:thin;width:100%}.client-info-close-wrapper{height:0;position:-webkit-sticky;position:sticky;top:0;z-index:5}.client-info-panel::-webkit-scrollbar{width:9px}.client-info-panel::-webkit-scrollbar-track{background:#0000}.client-info-panel::-webkit-scrollbar-thumb{background-color:#94a3b8bf;border-radius:10px}.App.dark .client-info-panel,.app-overlay-root.dark .client-info-panel{background:#1f2937;color:#f9fafb;scrollbar-color:#4b5563b3 #0000}.App.dark .client-info-panel::-webkit-scrollbar-thumb,.app-overlay-root.dark .client-info-panel::-webkit-scrollbar-thumb{background-color:#4b5563e6}.client-info-close-btn{align-items:center;background:#0000;border:none;color:#475569b3;cursor:pointer;display:inline-flex;font-size:clamp(1rem,1.2vw,1.4rem);font-weight:600;gap:.4rem;justify-content:center;left:0;padding:.1rem 0;position:absolute;top:.75rem;transition:opacity .2s ease;z-index:5}.client-info-close-btn:hover{opacity:.72}.client-info-close-btn svg{height:1.1em;width:1.1em}.App.dark .client-info-close-btn,.app-overlay-root.dark .client-info-close-btn{color:#e2e8f099}.App.dark .client-info-close-btn:hover,.app-overlay-root.dark .client-info-close-btn:hover{opacity:.72}@media (max-width:768px){.App.app-overlay-root{display:block!important}.app-overlay-root{inset:auto;position:static;z-index:auto}.app-overlay-root--mobile-shell{display:block}.client-info-overlay{padding:0;position:fixed}.client-info-panel{border-radius:0;height:100%;max-height:100vh;max-width:100vw;padding:1rem;width:100%}.client-info-close-wrapper{background:inherit;padding-bottom:.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}}.overlay-figure{text-align:left;width:100%}.overlay-figure,.overlay-video{margin:0 auto 1.5rem;max-width:900px}.overlay-video{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}.overlay-video iframe,.overlay-video img{border:0;display:block;height:100%;object-fit:cover;width:100%}.overlay-video-trigger{border:1px solid #94a3b859;cursor:pointer;padding:0;position:relative;transition:border-color .2s ease,box-shadow .2s ease}.overlay-video-trigger:after{align-items:center;background:#f8fafceb;border:1px solid #94a3b873;border-radius:999px;box-shadow:0 8px 20px #0f172a29;color:#1f2937;content:"▶";display:flex;font-size:1.65rem;height:64px;justify-content:center;left:50%;line-height:1;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.9);transition:opacity .2s ease,transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;width:64px}.overlay-video-trigger:hover{border-color:#94a3b88c;box-shadow:0 12px 28px #0f172a2e}.overlay-video-trigger:focus-visible:after,.overlay-video-trigger:hover:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.App.dark .overlay-video-trigger,.app-overlay-root.dark .overlay-video-trigger{border-color:#4b5563cc}.App.dark .overlay-video-trigger:after,.app-overlay-root.dark .overlay-video-trigger:after{background:#1c2630eb;border-color:#4b5563d9;box-shadow:0 8px 20px #0000004d;color:#f8fafc}.App.dark .overlay-video-trigger:hover,.app-overlay-root.dark .overlay-video-trigger:hover{border-color:#6b7280e6;box-shadow:0 12px 28px #0000005c}.overlay-video-modal{align-items:center;background:#0f172a99;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:70}.overlay-video-modal-panel{background:var(--surface-color);border:1px solid #94a3b866;border-radius:16px;box-shadow:0 18px 40px #0f172a52;overflow:hidden;width:min(960px,100%)}.overlay-video-modal-header{align-items:center;border-bottom:1px solid #94a3b84d;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem}.overlay-video-modal-header h3{color:#111827;font-size:1rem;margin:0}.overlay-video-modal-close{align-items:center;background:#94a3b826;border:none;border-radius:999px;color:#4b5563;cursor:pointer;display:inline-flex;height:34px;justify-content:center;transition:background-color .2s ease,color .2s ease;width:34px}.overlay-video-modal-close:hover{background:#94a3b847;color:#111827}.overlay-video-modal-close svg{height:16px;width:16px}.overlay-video-modal-frame{aspect-ratio:16/9;background:#000;width:100%}.overlay-video-modal-frame iframe{border:0;display:block;height:100%;width:100%}.App.dark .overlay-video-modal-panel,.app-overlay-root.dark .overlay-video-modal-panel{background:#1c2630;border-color:#263447;box-shadow:0 18px 40px #00000080}.App.dark .overlay-video-modal-header,.app-overlay-root.dark .overlay-video-modal-header{border-bottom-color:#4b556399}.App.dark .overlay-video-modal-header h3,.app-overlay-root.dark .overlay-video-modal-header h3{color:#f9fafb}.App.dark .overlay-video-modal-close,.app-overlay-root.dark .overlay-video-modal-close{background:#4b556373;color:#d1d5db}.App.dark .overlay-video-modal-close:hover,.app-overlay-root.dark .overlay-video-modal-close:hover{background:#6b72808c;color:#f9fafb}.overlay-figure img{border-radius:12px;display:block;height:auto;margin:0 auto;max-width:900px;width:100%}.overlay-figure table{margin-top:0;width:100%}.overlay-figure-caption,.overlay-table-caption{color:#475569bf;font-size:.75rem;font-style:italic;margin-top:.5rem;text-align:center}.App.dark .overlay-figure-caption,.App.dark .overlay-table-caption,.app-overlay-root.dark .overlay-figure-caption,.app-overlay-root.dark .overlay-table-caption{color:#e2e8f0d9}.App.dark .overlay-figure img,.app-overlay-root.dark .overlay-figure img{filter:grayscale(1) invert(1) brightness(1.1) contrast(.95);mix-blend-mode:screen}.overlay-figure--with-popout{position:relative}.overlay-figure-popout-btn{position:absolute;right:.5rem;top:.5rem;z-index:1}.overlay-article{line-height:1.7;margin-left:auto;margin-right:auto;max-width:900px}.overlay-article>*{margin-bottom:1.5rem}.overlay-article section{border-top:1px solid #94a3b866;margin-top:.5rem;padding-top:1.25rem}.overlay-article section:first-of-type{border-top:none;margin-top:0;padding-top:0}.overlay-article .article-content>section:has(.account-access-card),.overlay-article .article-content>section:has(.account-history-carousel),.overlay-article .article-content>section:has(.account-history-nav-btn){border-top:none;margin-top:0;padding-top:0}.overlay-article .article-content>section:has(.account-access-card)+section,.overlay-article .article-content>section:has(.account-history-carousel)+section{margin-top:1.1rem}.overlay-article .article-intro{border-bottom:1px solid #94a3b859;margin-bottom:1.25rem;padding-bottom:1rem}.overlay-article .counsellors-intro-first{margin-bottom:.75rem}.overlay-article h3{font-size:1.05rem;letter-spacing:.08em;margin:0 0 .75rem;text-transform:uppercase}.lectures-overlay-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.lectures-overlay-card{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;display:block;min-width:0;outline:none;padding:0;text-align:left;transition:transform .18s ease,opacity .18s ease}.lectures-overlay-card:hover{opacity:.94;transform:translateY(-1px)}.lectures-overlay-card__thumb{aspect-ratio:16/9;background:#0000;border:1px solid #94a3b859;border-radius:12px;overflow:hidden;position:relative}.lectures-overlay-card__thumb img{border:none;box-shadow:none;display:block;height:100%;object-fit:cover;width:100%}.lectures-overlay-card__play{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.lectures-overlay-card__play svg{height:3.1rem;width:3.1rem}.sr-playground-card{background:var(--surface-panel-color);border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;overflow:hidden}.App.dark .sr-playground-card{background:#1c2630;border-color:#374151}.sr-playground-divider{background:#e5e7eb;height:1px}.App.dark .sr-playground-divider{background:#374151}.sr-playground-group-header{padding:1.25rem 1.5rem 1rem}.sr-playground-group-header h4{color:#111827;font-size:1rem;font-weight:700;margin:0 0 .5rem}.sr-playground-group-header h4:after{border-radius:2px;content:"";display:block;height:2px;margin-top:.35rem;width:6rem}.sr-playground-group--metadata .sr-playground-group-header h4:after{background:#374151}.sr-playground-group--motivations .sr-playground-group-header h4:after{background:#16a34a}.sr-playground-group--barriers .sr-playground-group-header h4:after{background:#dc2626}.sr-playground-group--actions .sr-playground-group-header h4:after{background:#2563eb}.App.dark .sr-playground-group-header h4{color:#f9fafb}.App.dark .sr-playground-group--metadata .sr-playground-group-header h4:after{background:#6b7280}.App.dark .sr-playground-group--motivations .sr-playground-group-header h4:after{background:#22c55e}.App.dark .sr-playground-group--barriers .sr-playground-group-header h4:after{background:#ef4444}.App.dark .sr-playground-group--actions .sr-playground-group-header h4:after{background:#3b82f6}.sr-playground-field-note,.sr-playground-group-desc,.sr-playground-selection-status,.sr-playground-support-note{color:#6b7280;font-size:.8rem;line-height:1.4;margin:0}.App.dark .sr-playground-field-note,.App.dark .sr-playground-group-desc,.App.dark .sr-playground-selection-status,.App.dark .sr-playground-support-note{color:#9ca3af}.sr-playground-controls{grid-gap:1.25rem 1.5rem;display:grid;gap:1.25rem 1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:0 1.5rem 1.5rem}.sr-playground-field{display:flex;flex-direction:column;gap:.45rem}.sr-playground-field label{color:#374151;font-size:.8rem;font-weight:600}.App.dark .sr-playground-field label{color:#d1d5db}.sr-playground-static-field{align-items:center;background:var(--surface-color);border:1px solid #e5e7eb;border-radius:7px;color:#111827;display:flex;font-size:.875rem;min-height:38px;padding:.55rem .75rem}.App.dark .sr-playground-static-field{background:#374151;border-color:#4b5563;color:#f9fafb}.sr-playground-turns{display:flex;flex-wrap:wrap;gap:.5rem}.sr-playground-turn-btn{background:var(--surface-color);border:1px solid #e5e7eb;border-radius:7px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.45rem .85rem;transition:background .15s ease,color .15s ease,border-color .15s ease}.sr-playground-turn-btn:hover{border-color:#d1d5db}.sr-playground-turn-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.App.dark .sr-playground-turn-btn{background:#374151;border-color:#4b5563;color:#d1d5db}.App.dark .sr-playground-turn-btn:hover{border-color:#6b7280}.App.dark .sr-playground-turn-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.sr-playground-theme-list{display:flex;flex-direction:column;gap:.6rem;padding:0 1.5rem 1.5rem}.sr-playground-theme-btn{align-items:flex-start;background:var(--surface-color);border:1px solid #e5e7eb;border-radius:10px;color:#111827;cursor:pointer;display:flex;gap:.55rem;padding:.75rem .85rem;text-align:left;transition:border-color .15s ease,background .15s ease,opacity .15s ease;width:100%}.sr-playground-theme-btn:hover:not(:disabled){border-color:#d1d5db}.sr-playground-theme-btn.selected.is-motivation{background:#f0fdf4f2;border-color:#16a34a80}.sr-playground-theme-btn.selected.is-barrier{background:#fef2f2f2;border-color:#dc26266b}.sr-playground-theme-btn:disabled{cursor:default;opacity:.42}.App.dark .sr-playground-theme-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.App.dark .sr-playground-theme-btn:hover:not(:disabled){border-color:#6b7280}.App.dark .sr-playground-theme-btn.selected.is-motivation{background:#14532d6b;border-color:#22c55e8c}.App.dark .sr-playground-theme-btn.selected.is-barrier{background:#7f1d1d61;border-color:#ef444485}.sr-playground-actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem}.sr-playground-generate-btn{background:#2563eb;border:1px solid #1d4ed8;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;height:40px;min-width:132px;padding:0 1rem;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.sr-playground-generate-btn:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.sr-playground-generate-btn:disabled{cursor:default;opacity:.45}.App.dark .sr-playground-generate-btn{background:#3b82f6;border-color:#3b82f6}.App.dark .sr-playground-generate-btn:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.sr-playground-error{color:#b91c1c;font-size:.84rem;margin:0;padding:0 1.5rem 1.5rem}.App.dark .sr-playground-error{color:#fca5a5}.sr-playground-result{background:#f8fafce0;border:1px solid #94a3b866;border-radius:12px;margin-top:1rem;padding:1.25rem 1.5rem}.sr-playground-result h4{color:#111827;font-size:.98rem;margin:0 0 .75rem}.sr-playground-result-vignette{color:#334155;margin:0}.sr-playground-vignette-card{background:#ffffffc7;border:1px solid #94a3b866;border-radius:10px;margin:0 0 1rem;padding:.9rem 1rem}.sr-playground-vignette-label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.sr-playground-conversation{display:flex;flex-direction:column;gap:0}.sr-playground-result-actions{display:flex;justify-content:flex-end;margin-top:1rem}.sr-playground-eye-btn{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:all .15s ease;width:28px}.sr-playground-eye-btn svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.light .sr-playground-eye-btn{color:#64748b}.light .sr-playground-eye-btn:hover{background:#64748b1f;color:#475569}.light .sr-playground-eye-btn.on{color:#2563eb}.light .sr-playground-eye-btn.on:hover{background:#2563eb1f;color:#1d4ed8}.App.dark .sr-playground-result{background:#1c2630f5;border-color:#475569b8}.App.dark .sr-playground-result h4{color:#f9fafb}.App.dark .sr-playground-result-vignette{color:#cbd5e1}.App.dark .sr-playground-vignette-card{background:#0f172a85;border-color:#475569b3}.App.dark .sr-playground-vignette-label{color:#94a3b8}.sr-playground-target-hidden{color:#64748b;font-size:.88rem}.App.dark .sr-playground-target-hidden{color:#94a3b8}.dark .sr-playground-eye-btn{color:#9ca3af}.dark .sr-playground-eye-btn:hover{background:#9ca3af26;color:#d1d5db}.dark .sr-playground-eye-btn.on{color:#60a5fa}.dark .sr-playground-eye-btn.on:hover{background:#60a5fa26;color:#93c5fd}@media (max-width:768px){.sr-playground-actions{align-items:stretch;flex-direction:column}.sr-playground-generate-btn{width:100%}}.section-header-with-popout{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.section-header-with-popout h4{margin:0}.section-popout-btn{background:#94a3b826;border:none;border-radius:4px;color:#475569b3;cursor:pointer;font-size:.85rem;line-height:1;padding:.2rem .4rem;transition:background-color .15s ease,color .15s ease}.section-popout-btn:hover{background:#94a3b84d;color:#475569}.App.dark .section-popout-btn,.app-overlay-root.dark .section-popout-btn{background:#4b556366;color:#e2e8f099}.App.dark .section-popout-btn:hover,.app-overlay-root.dark .section-popout-btn:hover{background:#4b556399;color:#e2e8f0e6}.client-info-panel .client-overlay-content{line-height:1.6;margin-left:auto;margin-right:auto;max-width:900px}.about-title,.client-info-panel h2,.client-title,.contact-title{margin-left:auto;margin-right:auto;max-width:900px;text-align:left}.client-info-panel h2{font-size:1.5rem;margin-bottom:1rem;margin-top:0}.client-info-panel p{font-size:.95rem;margin-bottom:1rem}.client-info-panel p:last-child{margin-bottom:0}.landing-overlay-content{padding-top:4.5rem}.account-intro{color:#475569;line-height:1.6;margin:0 auto 1.25rem;max-width:900px}.App.dark .account-intro{color:#e2e8f0d1}.account-history-carousel{grid-gap:1rem;display:grid;gap:1rem}.account-section-head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.account-section-head h3{margin-bottom:0}.account-filter-wrap{flex-shrink:0;position:relative}.account-filter-actions-row{align-items:center;display:inline-flex;flex-shrink:0;gap:.5rem}.account-filter-btn{align-items:center;background:#fffffff5;border:1px solid #d8dee8;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:.77rem;font-weight:600;gap:.45rem;padding:.34rem .62rem;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.account-filter-btn:hover{background:#f8fafc;border-color:#cbd5e1}.account-filter-btn:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb29;outline:none}.account-filter-btn svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;height:13px;width:13px}.account-filter-btn--clear{justify-content:center}.account-filter-btn-clear-mark{align-items:center;display:inline-flex;height:.9rem;justify-content:center;width:.9rem}.account-filter-btn-clear-mark svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;height:.8rem;width:.8rem}.account-filter-dropdown{grid-gap:.55rem;background:#fffffffa;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;display:grid;gap:.55rem;padding:.55rem;position:absolute;right:0;top:calc(100% + .45rem);width:min(14.75rem,calc(100vw - 4rem));z-index:4}.account-filter-field{grid-gap:.32rem;display:grid;gap:.32rem}.account-filter-field span{color:#64748b;font-size:.64rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.account-filter-choice{align-items:center;background:#0000;border:none;border-radius:0;color:#334155;cursor:pointer;display:flex;font-size:.8rem;gap:.45rem;padding:.18rem .05rem;transition:color .15s ease}.account-filter-choice input{accent-color:#2563eb;margin:0}.account-filter-choice input:checked+.account-filter-choice-copy{color:#0f172a;font-weight:600}.account-filter-type-dropdown{position:relative}.account-filter-type-trigger{align-items:center;background:#fffffff5;border:1px solid #d8dee8;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;gap:.5rem;justify-content:space-between;min-height:2.05rem;padding:.45rem .55rem;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.account-filter-type-trigger:hover{background:#f8fafc;border-color:#d1d5db}.account-filter-type-trigger.open,.account-filter-type-trigger:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb29;outline:none}.account-filter-type-trigger-copy{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-filter-type-trigger-arrow{color:#4b5563;flex-shrink:0}.account-filter-type-trigger-arrow svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:14px;width:14px}.account-filter-type-menu{background:var(--surface-color);border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001a,0 2px 6px #0000000f;display:flex;flex-direction:column;gap:1px;max-height:12rem;overflow-y:auto;padding:.25rem;position:absolute;right:0;top:calc(100% + .25rem);width:100%;z-index:5}.account-filter-type-option{background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:.45rem .6rem;text-align:left;transition:background .15s ease,color .15s ease;width:100%}.account-filter-type-option:hover{background:#f3f4f6;color:#111827}.account-filter-type-option.selected{background:#2563eb14;color:#2563eb;font-weight:600}.account-filter-actions{display:flex;justify-content:flex-end}.account-filter-apply-btn{background:#dbeafef2;border:1px solid #3b82f666;border-radius:7px;color:#1d4ed8;cursor:pointer;font-size:.76rem;font-weight:600;padding:.32rem .58rem}.account-history-carousel-controls{align-items:center;display:flex;gap:1rem;justify-content:space-between}.account-history-carousel-controls--card{margin-top:.85rem}.account-history-card-nav{align-items:flex-end;display:flex;flex-direction:column;gap:.45rem;margin-top:.9rem}.account-history-card-nav--inline{justify-self:end;margin-top:0}.account-history-card-nav-position{font-size:.85rem;opacity:.75}.account-history-card-nav-position--center{justify-self:center}.account-history-card-nav-buttons{align-items:center;display:flex;gap:1.1rem}.account-history-nav-btn{background:#0000;border:none;color:#475569;cursor:pointer;font-size:.95rem;letter-spacing:.01em;line-height:1;min-width:0;padding:.1rem 0;transition:color .18s ease,transform .18s ease,opacity .18s ease}.account-history-nav-btn:hover:not(:disabled){color:#0f172a;transform:translateY(-1px)}.account-history-nav-btn--action{font-size:.9rem;justify-self:start}.account-history-nav-btn:disabled{cursor:not-allowed;opacity:.28}.App.dark .account-history-nav-btn{background:#0000;color:#e2e8f0c7}.App.dark .account-history-nav-btn:hover:not(:disabled){color:#f8fafc}.App.dark .account-filter-btn{background:#1f2937f5;border-color:#374151;color:#f1f5f9e6}.App.dark .account-filter-btn:hover{background:#273244;border-color:#4b5563}.App.dark .account-filter-btn:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f638}.App.dark .account-filter-dropdown{background:#1f2937;border-color:#374151;box-shadow:0 4px 16px #00000059,0 2px 6px #0003}.App.dark .account-filter-field span{color:#e2e8f0b8}.App.dark .account-filter-choice{color:#f1f5f9e6}.App.dark .account-filter-choice input:checked+.account-filter-choice-copy{color:#f8fafc}.App.dark .account-filter-type-trigger{background:#1f2937f5;border-color:#374151;color:#f8fafc}.App.dark .account-filter-type-trigger:hover{background:#273244;border-color:#4b5563}.App.dark .account-filter-type-trigger.open,.App.dark .account-filter-type-trigger:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f638}.App.dark .account-filter-type-trigger-arrow{color:#d1d5db}.App.dark .account-filter-type-menu{background:#1f2937;border-color:#374151;box-shadow:0 4px 16px #00000059,0 2px 6px #0003}.App.dark .account-filter-type-option{color:#d1d5db}.App.dark .account-filter-type-option:hover{background:#374151;color:#f9fafb}.App.dark .account-filter-type-option.selected{background:#3b82f626;color:#60a5fa}.App.dark .account-filter-apply-btn{background:#1e40af57;border-color:#60a5fa73;color:#93c5fd}.account-history-position{font-size:.9rem;opacity:.75}.account-history-card{background:#f8fafcb3;border:1px solid #94a3b859;border-radius:12px;min-width:0;padding:1rem 1.1rem}.account-access-card{grid-gap:.65rem;display:grid;gap:.65rem;margin-top:.2rem}.account-status-layout{grid-gap:.85rem;align-items:stretch;display:grid;gap:.85rem;grid-template-columns:minmax(8.5rem,.3fr) minmax(0,.7fr);justify-content:end}.account-status-card{grid-gap:.7rem;align-self:stretch;display:grid;gap:.7rem;height:18rem;overflow:hidden}.account-status-card__body{grid-gap:.7rem;align-content:start;display:grid;gap:.7rem;min-height:0;overflow-y:auto;padding-right:.2rem}.account-avatar-panel{grid-gap:.7rem;display:grid;gap:.7rem;min-width:0;place-items:center}.account-avatar-panel__image-wrap{aspect-ratio:1;position:relative;width:clamp(8rem,17vw,10.5rem)}.account-avatar-panel__image{aspect-ratio:1;background:#fff;border-radius:999px;display:grid;height:100%;overflow:hidden;place-items:center;width:100%}.account-avatar-panel__change-btn{background:#eff6fffa;border:1px solid #2563eb38;border-radius:.72rem;bottom:.1rem;box-shadow:0 8px 18px #0f172a29;color:#1d4ed8;cursor:pointer;display:grid;height:2.35rem;padding:0;place-items:center;position:absolute;right:.1rem;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;width:2.35rem}.account-avatar-panel__change-btn:hover{background:#dbeafefa;border-color:#2563eb5c;transform:translateY(-1px)}.account-avatar-panel__change-btn svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block;height:1.2rem;width:1.2rem}.account-avatar-panel__name{color:#1f2937;font-size:1rem;line-height:1.25;max-width:100%;overflow-wrap:anywhere;text-align:center}.account-avatar-editor{grid-gap:.6rem;align-content:start;display:grid;gap:.6rem;grid-template-rows:auto auto auto}.account-avatar-editor__section{align-items:center;display:grid;min-width:0}.account-avatar-editor__subtitle{color:#475569;font-size:.82rem;font-weight:700;letter-spacing:.04em;margin:0 0 .35rem;text-transform:uppercase}.account-avatar-editor__grid{grid-gap:.5rem;display:grid;gap:.5rem}.account-avatar-editor__grid--avatars{gap:.4rem;grid-template-columns:repeat(5,minmax(0,1fr))}.account-avatar-editor__avatar-option,.account-avatar-editor__background-option{background:#0000;border:none;cursor:pointer;padding:0}.account-avatar-editor__avatar-option{display:grid;place-items:center}.account-avatar-editor__avatar-option svg{border-radius:50%;display:block;height:2.7rem;transition:box-shadow .18s ease,transform .18s ease;width:2.7rem}.account-avatar-editor__avatar-option:hover svg{box-shadow:0 0 0 3px #2563eb59;transform:translateY(-1px)}.account-avatar-editor__avatar-option.is-selected svg{box-shadow:0 0 0 3px #2563ebc7}.account-avatar-editor__error{color:#b91c1c;font-size:.9rem}.account-avatar-editor__actions{align-items:center;display:flex;gap:.8rem;justify-content:space-between}.account-avatar-editor__slider{flex:1 1 auto;min-width:0}.account-avatar-editor__slider input{accent-color:#2563eb;-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#fdd9d9,#fdfdd9,#d9fdd9,#d9fdfd,#d9d9fd,#fdd9fd,#fdd9d9);border-radius:999px;cursor:pointer;height:.7rem;margin:0;width:100%}.account-avatar-editor__slider input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2563eb;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0f172a3d;height:1rem;width:1rem}.account-avatar-editor__slider input::-moz-range-thumb{background:#2563eb;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0f172a3d;height:1rem;width:1rem}.account-avatar-editor__slider input::-moz-range-track{background:linear-gradient(90deg,#fdd9d9,#fdfdd9,#d9fdd9,#d9fdfd,#d9d9fd,#fdd9fd,#fdd9d9);border:none;border-radius:999px;height:.7rem}.account-avatar-editor__btn-group{display:flex;flex:0 0 auto;gap:.45rem;justify-content:flex-end}.account-avatar-editor__btn{border:1px solid #94a3b873;border-radius:.7rem;cursor:pointer;font-size:.9rem;font-weight:700;padding:.42rem .82rem}.account-avatar-editor__btn:disabled{cursor:not-allowed;opacity:.62}.account-avatar-editor__btn--ghost{background:#ffffffa3;color:#475569}.account-avatar-editor__btn--primary{background:#2563eb;border-color:#2563eb;color:#fff}.account-avatar-panel__image svg{display:block;height:100%;width:100%}.account-access-card p{margin:0}.account-access-copy{grid-gap:.55rem;display:grid;gap:.55rem;min-width:0}.account-access-status-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;position:relative}.account-access-status-row p{min-width:0}.account-access-status-row--hoverable{cursor:default}.account-access-hover-note{background:#f8fafcf5;border:1px solid #94a3b859;border-radius:10px;box-shadow:0 12px 28px #0f172a1f;color:#475569;font-size:.9rem;left:0;line-height:1.5;opacity:0;padding:.7rem .85rem;pointer-events:none;position:absolute;top:calc(100% + .45rem);transform:translateY(-.2rem);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;visibility:hidden;width:min(28rem,calc(100vw - 6rem));z-index:2}.account-access-status-row--hoverable:hover .account-access-hover-note{opacity:1;transform:translateY(0);visibility:visible}.account-access-key-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.account-access-key-row p{min-width:0}.account-access-note{color:#475569;font-size:.92rem;line-height:1.5}.App.dark .account-access-card{background:#0000;border-color:#0000}.App.dark .account-avatar-panel__image{background:#0f172adb}.App.dark .account-avatar-panel__change-btn{background:#0f172af5;border-color:#60a5fa42;box-shadow:0 10px 22px #0206175c;color:#bfdbfe}.App.dark .account-avatar-panel__change-btn:hover{background:#1e293bfa;border-color:#93c5fd6b}.App.dark .account-avatar-panel__name{color:#f9fafb}.App.dark .account-avatar-editor__avatar-option{background:#0000}.App.dark .account-avatar-editor__subtitle{color:#cbd5e1db}.App.dark .account-avatar-editor__slider input{accent-color:#93c5fd}.App.dark .account-avatar-editor__slider input::-webkit-slider-thumb{background:#93c5fd}.App.dark .account-avatar-editor__slider input::-moz-range-thumb{background:#93c5fd}.App.dark .account-avatar-editor__avatar-option:hover svg{box-shadow:0 0 0 3px #93c5fd85}.App.dark .account-avatar-editor__avatar-option.is-selected svg{box-shadow:0 0 0 3px #93c5fdd6}.App.dark .account-avatar-editor__error{color:#fca5a5}.App.dark .account-avatar-editor__btn--ghost{background:#0f172a99;color:#e2e8f0db}.App.dark .account-avatar-editor__btn--primary{background:#1d4ed8;border-color:#3b82f6;color:#eff6ff}.account-api-key-action-btn{align-items:center;background:#e2e8f0cc;border:1px solid #94a3b873;border-radius:999px;box-sizing:border-box;color:#64748b;cursor:not-allowed;display:inline-flex;flex-shrink:0;font-size:.9rem;height:2.35rem;justify-content:center;margin-left:auto;padding:.55rem .95rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;width:8.25rem}.account-api-key-action-btn.is-usable{cursor:pointer}.account-api-key-action-btn.is-add.is-usable{background:#dbeafef2;border-color:#60a5fab8;color:#1d4ed8}.account-api-key-action-btn.is-add.is-usable:hover{background:#bfdbfefa;border-color:#3b82f6d6}.account-api-key-action-btn.is-remove.is-usable{background:#fee2e2f2;border-color:#f87171a6;color:#b91c1c}.account-api-key-action-btn.is-remove.is-usable:hover{background:#fecacafa;border-color:#ef4444cc}.App.dark .account-access-note{color:#e2e8f0c7}.App.dark .account-api-key-action-btn{background:#334155b8;border-color:#4b5563e6;color:#94a3b8f2}.App.dark .account-api-key-action-btn.is-add.is-usable{background:#1e40af57;border-color:#60a5fa94;color:#93c5fd}.App.dark .account-api-key-action-btn.is-add.is-usable:hover{background:#2563eb6b;border-color:#93c5fdb8}.App.dark .account-api-key-action-btn.is-remove.is-usable{background:#7f1d1d66;border-color:#f871718c;color:#fca5a5}.App.dark .account-api-key-action-btn.is-remove.is-usable:hover{background:#991b1b85;border-color:#fca5a5b8}.App.dark .account-access-hover-note{background:#0f172af5;border-color:#4b5563cc;box-shadow:0 16px 34px #02061759;color:#e2e8f0db}.App.dark .account-history-card{background:#11182773;border-color:#4b5563cc}.account-history-card-head{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.account-history-card-head-main{grid-gap:.2rem;display:grid;gap:.2rem}.account-history-card-position{font-size:.82rem;opacity:.72}.account-history-card-head span{font-size:.85rem;opacity:.75}.account-history-card-footer{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:1fr auto 1fr;margin-top:.8rem}.account-history-card-date{font-size:.85rem;opacity:.75}.account-coding-chips{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.4rem;vertical-align:middle}.account-coding-chips .miti-chip{border-width:1px;font-weight:600;letter-spacing:.03em}.account-coding-chips .miti-chip--Q{background:#4a9eff3d;border-color:#4a9eff7a}.account-coding-chips .miti-chip--AF{background:#4caf883d;border-color:#4caf887a}.account-coding-chips .miti-chip--SR{background:#2f9e9e3d;border-color:#2f9e9e7a}.account-coding-chips .miti-chip--CR{background:#c97ef03d;border-color:#c97ef07a}.account-coding-chips .miti-chip--Seek{background:#f0a84e3d;border-color:#f0a84e7a}.account-coding-chips .miti-chip--GI{background:#38bdf83d;border-color:#38bdf87a}.account-coding-chips .miti-chip--Persuade{background:#fb71853d;border-color:#fb71857a}.account-coding-chips .miti-chip--Persuade_with{background:#fb923c3d;border-color:#fb923c7a}.account-coding-chips .miti-chip--Emphasize{background:#34d3993d;border-color:#34d3997a}.account-coding-chips .miti-chip--Confront{background:#ef44443d;border-color:#ef44447a}.account-coding-chips .miti-chip--NC{background:#9ca3af33;border-color:#9ca3af6b}.account-coding-chips--bubble{flex-shrink:0;justify-content:flex-end}.account-attempt-bubble{border:none;border-radius:18px;box-sizing:border-box;margin:.95rem 0;max-width:100%;min-width:0;padding:.95rem 1.1rem 1.05rem;position:relative;width:100%}.account-attempt-bubble--user{background:#d7dce3;border-bottom-right-radius:8px}.account-attempt-bubble--assistant{background:#e3e8ef;border-bottom-left-radius:8px}.account-attempt-bubble__label{color:#6b7280;display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:.45rem;text-transform:uppercase}.account-attempt-bubble__head{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.45rem}.account-attempt-bubble__head .account-attempt-bubble__label{margin-bottom:0}.account-attempt-bubble__text{color:#1f2937;display:block;line-height:1.58;margin:0;max-width:100%;min-width:0;white-space:pre-wrap;width:100%;word-break:break-word}.account-attempt-bubble__text--input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.account-attempt-bubble__text--feedback{height:11.06em;overflow-y:auto}.account-attempt-bubble__avatar{align-items:center;background:#fff;border:1px solid #d1d5dbf2;border-radius:999px;bottom:-.55rem;display:inline-flex;height:2rem;justify-content:center;overflow:hidden;position:absolute;width:2rem}.account-attempt-bubble__avatar svg{display:block;height:100%;width:100%}.account-attempt-bubble__avatar--user{right:.7rem}.account-attempt-bubble__avatar--assistant{left:.7rem}.account-session-end-reason{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f8fafcb8;border:1px solid #e2e8f0e6;border-radius:14px;margin:1rem 0 .65rem;padding:.95rem 1rem}.account-session-end-reason__label{align-items:center;background:#2563eb14;border:1px solid #3b82f629;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.68rem;font-weight:600;letter-spacing:.06em;margin-bottom:.6rem;padding:.24rem .5rem;text-transform:uppercase}.account-session-end-reason__value{color:#0f172a;font-size:.92rem;font-weight:500;letter-spacing:-.01em;line-height:1.55;margin:0}.account-session-metrics{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:.75rem 0}.account-session-metric{grid-gap:.28rem;display:grid;gap:.28rem;min-width:0}.account-session-metric__label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.account-session-metric__value{color:#0f172a;font-size:.98rem;font-weight:600;line-height:1.25}.account-download-btn{background:#ffffffd9;border:1px solid #94a3b873;border-radius:999px;color:#0f172a;cursor:pointer;font-size:.9rem;padding:.55rem .95rem}.account-download-btn--icon{font-size:1.05rem;line-height:1;min-width:2.4rem;padding:.5rem .7rem}.account-download-btn:disabled{cursor:wait;opacity:.6}.App.dark .account-download-btn{background:#1f2937d9;border-color:#4b5563e6;color:#f8fafc}.App.dark .account-session-end-reason{background:#0f172a9e;border-color:#334155f2}.App.dark .account-session-end-reason__label{background:#3b82f624;border-color:#60a5fa33;color:#93c5fd}.App.dark .account-session-end-reason__value{color:#f1f5f9f0}.App.dark .account-session-metric__label{color:#e2e8f0ad}.App.dark .account-session-metric__value{color:#f8fafc}.App.dark .account-attempt-bubble{border:none}.App.dark .account-attempt-bubble--user{background:#4b5563}.App.dark .account-attempt-bubble--assistant{background:#374151}.App.dark .account-attempt-bubble__label{color:#d1d5db}.App.dark .account-attempt-bubble__text{color:#f9fafb}.App.dark .account-attempt-bubble__avatar{background:#1f2937;border-color:#4b5563f2}.about-citation{color:#475569e6;font-size:.85rem}.about-citation,.about-citation a{overflow-wrap:anywhere;word-break:break-word}.about-citation a{color:#1d4ed8;text-decoration:none}.about-citation a:hover{text-decoration:underline}.App.dark .about-citation{color:#e2e8f0cc}.App.dark .about-citation a{color:#93c5fd}.App.dark .lectures-overlay-card,.app-overlay-root.dark .lectures-overlay-card{background:#0000}.App.dark .lectures-overlay-card:hover,.app-overlay-root.dark .lectures-overlay-card:hover{opacity:.94}.App.dark .lectures-overlay-card__thumb,.app-overlay-root.dark .lectures-overlay-card__thumb{border-color:#4b5563b8}.io-table,.profile-table{border-collapse:collapse;column-span:all;font-size:.92rem;margin-top:1rem;width:100%}.io-table td,.io-table th,.profile-table td,.profile-table th{border:1px solid #94a3b880;padding:.75rem;vertical-align:top}.io-table th,.profile-table th{background:#f9fafbcc;font-weight:600}.App.dark .io-table th,.App.dark .profile-table th{background:#374151cc}@media (max-width:768px){.section-popout-btn{font-size:.9rem;padding:.3rem .5rem}.lectures-overlay-grid{grid-template-columns:minmax(0,1fr)}.landing-overlay-content{padding-top:2.25rem}.client-info-panel h2{font-size:1.25rem}.client-info-panel p{font-size:.9rem;line-height:1.6}.account-status-layout{grid-template-columns:1fr}.account-status-card{height:19.25rem}.account-avatar-panel__image-wrap{width:clamp(6rem,32vw,8rem)}.account-avatar-editor__grid--avatars{grid-template-columns:repeat(5,minmax(0,1fr))}.account-avatar-editor__actions{flex-wrap:wrap;justify-content:flex-end}.account-avatar-editor__slider{flex-basis:100%}.account-access-key-row{align-items:flex-start;flex-direction:column}.account-api-key-action-btn{margin-left:0;width:100%}.account-session-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.api-key-gate-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.api-key-gate-panel{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;color:#0f172a;display:flex;flex-direction:column;height:min(660px,calc(100vh - 2rem));max-width:660px;overflow:hidden;position:relative;width:100%}.api-key-gate-close{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:flex;height:1.75rem;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:color .15s,opacity .15s;width:1.75rem;z-index:1}.api-key-gate-close:hover{color:#374151}.api-key-gate-close:disabled{cursor:not-allowed;opacity:.45}.api-key-gate-close svg{height:1.1rem;width:1.1rem}.api-key-gate-overlay.dark .api-key-gate-panel{background:#1f2937;box-shadow:0 20px 60px #00000080;color:#e5e7eb}.api-key-gate-overlay.dark .api-key-gate-close{color:#6b7280}.api-key-gate-overlay.dark .api-key-gate-close:hover{color:#e5e7eb}.api-key-gate-head{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem;padding:1.25rem 1.5rem 0}.api-key-gate-head h2{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.25;margin:0}.api-key-gate-overlay.dark .api-key-gate-head h2{color:#f9fafb}.api-key-gate-copy{color:#475569;font-size:.9rem;line-height:1.65;margin:0;padding:0 1.5rem 1rem}.api-key-gate-overlay.dark .api-key-gate-copy{color:#d1d5db}.api-key-gate-form{display:flex;flex:1 1;flex-direction:column;gap:.65rem;padding:0 1.5rem 1.5rem}.api-key-gate-form label{color:#334155;font-size:.9rem;font-weight:700}.api-key-gate-overlay.dark .api-key-gate-form label{color:#d1d5db}.api-key-gate-form input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;color:#0f172a;font-size:.95rem;padding:.75rem .85rem;width:100%}.api-key-gate-overlay.dark .api-key-gate-form input{background:#111827;border-color:#374151;color:#f9fafb}.api-key-gate-form input:focus{border-color:#60a5fa;outline:2px solid #3b82f647}.api-key-gate-error{color:#b91c1c;font-size:.88rem;line-height:1.4;margin:.15rem 0 0}.api-key-gate-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;justify-content:flex-end;margin-top:auto;padding-top:.85rem}.api-key-gate-primary,.api-key-gate-secondary{border-radius:8px;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;padding:.45rem 1.2rem}.api-key-gate-secondary{background:#f8fafc;border:1px solid #cbd5e1;color:#334155}.api-key-gate-primary{background:#111827;border:1px solid #111827;color:#fff}.api-key-gate-overlay.dark .api-key-gate-secondary{background:#1f2937;border-color:#374151;color:#e5e7eb}.api-key-gate-overlay.dark .api-key-gate-primary{background:#3b82f6;border-color:#3b82f6}.api-key-gate-primary:disabled,.api-key-gate-secondary:disabled{cursor:not-allowed;opacity:.55}@media (max-width:640px){.api-key-gate-overlay{padding:1rem}.api-key-gate-panel{height:min(660px,calc(100vh - 2rem))}.api-key-gate-actions{align-items:stretch;flex-direction:column}}.language-menu-item{align-items:center;display:flex;gap:.7rem}.language-badge{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.05em;min-width:2.2rem;padding:.18rem .45rem;text-align:center}.language-name{white-space:nowrap}.dark .language-badge{background:#374151;border-color:#4b5563;color:#d1d5db}.language-menu-item.active .language-badge{border-color:currentColor}.in-session-analytics{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 1rem 1rem}.oars-analytics-shell{display:flex;flex-direction:column;min-height:100%}.oars-analytics-content{flex:1 1;min-height:0}.analytics-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.35rem;padding-bottom:.55rem;text-align:center;transition:border-color .3s ease}.dark .analytics-header{border-bottom-color:#374151}.analytics-title{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .7rem;transition:color .3s ease}.dark .analytics-title{color:#f9fafb}.analytics-subtitle{color:#6b7280;font-size:.75rem;line-height:1.5;margin:0;transition:color .3s ease}.dark .analytics-subtitle{color:#9ca3af}.analytics-visibility-control{align-items:center;border-radius:6px;display:inline-flex;gap:.35rem;margin-top:.5rem;padding:.25rem .5rem}.light .analytics-visibility-control{background:#64748b14;border:1px solid #64748b26}.dark .analytics-visibility-control{background:#9ca3af14;border:1px solid #9ca3af26}.analytics-visibility-label{font-size:.8rem;font-weight:500}.light .analytics-visibility-label{color:#475569}.dark .analytics-visibility-label{color:#d1d5db}.analytics-toggle-icon{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;transition:all .15s ease;width:28px}.analytics-toggle-icon svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.light .analytics-toggle-icon{color:#64748b}.light .analytics-toggle-icon:hover{background:#64748b1f;color:#475569}.light .analytics-toggle-icon.on{color:#2563eb}.light .analytics-toggle-icon.on:hover{background:#2563eb1f;color:#1d4ed8}.dark .analytics-toggle-icon{color:#9ca3af}.dark .analytics-toggle-icon:hover{background:#9ca3af26;color:#d1d5db}.dark .analytics-toggle-icon.on{color:#60a5fa}.dark .analytics-toggle-icon.on:hover{background:#60a5fa26;color:#93c5fd}.analytics-sections{display:flex;flex-direction:column;gap:1rem}.analytics-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease}.dark .analytics-card{background:#1f2937;border-color:#374151}.analytics-card-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .3s ease}.dark .analytics-card-header{background:#1f2937;border-bottom-color:#374151}.analytics-card-title{color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase;transition:color .3s ease}.dark .analytics-card-title{color:#9ca3af}.feedback-report-icon{color:#dc2626}.feedback-report-icon svg{fill:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.light .feedback-report-icon:hover{background:#64748b1f;color:#dc2626}.light .feedback-report-icon.on{color:#dc2626}.light .feedback-report-icon.on:hover{background:#64748b1f;color:#dc2626}.dark .feedback-report-icon{color:#f87171}.dark .feedback-report-icon:hover{background:#9ca3af26;color:#f87171}.dark .feedback-report-icon.on{color:#f87171}.dark .feedback-report-icon.on:hover{background:#9ca3af26;color:#f87171}.analytics-card-content{min-height:60px;padding:.75rem 1rem 1rem}.analytics-message{align-items:flex-start;display:flex;font-size:.85rem;gap:.45rem;line-height:1.4;margin-bottom:.6rem;transition:all .3s ease}.analytics-message:last-child{margin-bottom:0}.analytics-bullet{color:#3b82f6;flex-shrink:0;font-weight:700;transition:color .3s ease}.dark .analytics-bullet{color:#60a5fa}.analytics-text{align-items:center;color:#374151;display:inline-flex;flex-wrap:wrap;font-size:.875rem;gap:4px;transition:color .3s ease}.dark .analytics-text{color:#d1d5db}.analytics-empty{color:#9ca3af;font-size:.875rem;font-style:italic;margin:0;padding:.5rem;text-align:center;transition:color .3s ease}.dark .analytics-empty{color:#6b7280}.analytics-hidden{border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;font-size:.875rem;padding:1rem;text-align:center}.dark .analytics-hidden{border-color:#374151;color:#9ca3af}.stage-metrics-card .stage-metrics-grid{grid-gap:.3rem .75rem;display:grid;gap:.3rem .75rem;grid-template-columns:repeat(2,1fr);padding:.4rem 1rem .6rem}.metric-item{align-items:baseline;display:flex;flex-direction:row;gap:.3rem}.metric-label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.dark .metric-label{color:#9ca3af}.metric-value{color:#1f2937;font-size:.82rem;font-weight:600;transition:color .3s ease}.dark .metric-value{color:#f3f4f6}.revealed-items-section{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:1rem;transition:border-color .3s ease}.dark .revealed-items-section{border-top-color:#374151}.revealed-items-title{color:#1f2937;font-size:.875rem;font-weight:600;margin:0 0 1rem;transition:color .3s ease}.dark .revealed-items-title{color:#f9fafb}.revealed-category{margin-bottom:1rem}.revealed-category:last-child{margin-bottom:0}.revealed-category-title{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase;transition:color .3s ease}.dark .revealed-category-title{color:#9ca3af}.revealed-list{list-style:none;margin:0;padding-left:1.25rem}.revealed-item{color:#374151;font-size:.875rem;line-height:1.5;margin-bottom:.5rem;padding-left:.5rem;position:relative;transition:color .3s ease}.revealed-item:last-child{margin-bottom:0}.revealed-item:before{color:#10b981;content:"✓";font-weight:700;left:-1rem;position:absolute;transition:color .3s ease}.dark .revealed-item{color:#d1d5db}.dark .revealed-item:before{color:#34d399}.revealed-category.motivations .revealed-item:before{color:#059669;content:"+"}.dark .revealed-category.motivations .revealed-item:before{color:#34d399}.revealed-category.barriers .revealed-item:before{color:#dc2626;content:"-"}.dark .revealed-category.barriers .revealed-item:before{color:#f87171}.panel-processing:has(.post-session-review){padding:0;text-align:left}.post-session-review{text-align:left}.back-to-metrics-container{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem}.dark .back-to-metrics-container{border-top-color:#374151}@media (max-width:768px){.in-session-analytics{padding:.5rem}}.app-confirm-overlay,.app-notification-overlay{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:60}.app-confirm-panel,.app-notification-panel{background:var(--surface-color);border:1px solid #94a3b866;border-radius:16px;box-shadow:0 15px 35px #0f172a40;color:#0f172a;max-width:520px;padding:1.75rem 2rem;width:100%}.app-dialog-head,.app-notification-panel{text-align:center}.app-dialog-head{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.app-dialog-label{color:#0f172a8c;font-size:.7rem;letter-spacing:.18em;margin:0;text-transform:uppercase}.app-dialog-title{color:#0f172a;font-size:1.15rem;margin:0}.app-notification-content{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:left}.app-notification-content p{margin:.75rem 0}.app-notification-close-btn{background:#e5e7eb;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:.95rem;font-weight:600;padding:.65rem 1.75rem;transition:background .2s ease,transform .2s ease}.app-notification-close-btn:hover{background:#d1d5db;transform:translateY(-1px)}.app-confirm-content{font-size:1rem;line-height:1.6;margin-bottom:1.75rem;text-align:left}.app-confirm-content p{margin:.6rem 0}.app-confirm-actions,.app-dialog-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.app-dialog-actions.single{justify-content:flex-end}.app-confirm-btn{border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;min-width:120px;padding:.6rem 1.5rem;transition:background .2s ease,transform .2s ease,color .2s ease}.app-confirm-btn.secondary{background:#f8fafc;border:1px solid #94a3b899;color:#1f2937}.app-confirm-btn.secondary:hover{background:#e2e8f0;transform:translateY(-1px)}.app-confirm-btn.primary{background:#e5e7eb;border:none;color:#1f2937}.app-confirm-btn.primary:hover{background:#d1d5db;transform:translateY(-1px)}.App.dark .app-confirm-panel,.App.dark .app-notification-panel{background:#1c2630;border-color:#263447;box-shadow:0 15px 35px #00000080;color:#e5e7eb}.App.dark .app-notification-close-btn{background:#374151;border-color:#4b5563;color:#f8fafc}.App.dark .app-dialog-label{color:#e2e8f0a6}.App.dark .app-dialog-title{color:#f1f5f9}.App.dark .app-confirm-btn.secondary{background:#1e293be6;border:1px solid #94a3b866;color:#e5e7eb}.App.dark .app-confirm-btn.secondary:hover{background:#334155}.App.dark .app-confirm-btn.primary{background:#374151;color:#f8fafc}@media (max-width:768px){.app-confirm-overlay,.app-notification-overlay{padding:1rem}.app-confirm-panel,.app-notification-panel{max-width:100%;width:100%}}.app-feedback-panel{max-width:640px;padding:2rem 2.2rem 1.9rem;position:relative}.app-feedback-panel .app-dialog-title{font-size:1.06rem}.app-feedback-panel .app-confirm-content{font-size:.92rem;line-height:1.55}.app-feedback-actions{justify-content:flex-end}.app-feedback-actions .app-confirm-btn{font-size:.82rem;min-width:86px;padding:.4rem 1rem}.app-feedback-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.2rem}.app-feedback-field-header{grid-column-gap:.75rem;align-items:baseline;column-gap:.75rem;display:grid;grid-template-columns:1fr auto}.app-feedback-question{gap:.75rem;padding:0}.app-feedback-question-text{color:#1e293b;font-size:.86rem;font-weight:600;line-height:1.5;margin:0}.app-feedback-label{color:#334155;font-size:.8rem;font-weight:600}.app-feedback-input{background:#f8fafc;border:1px solid #94a3b873;border-radius:12px;box-sizing:border-box;color:#0f172a;font:inherit;font-size:.9rem;line-height:1.5;min-height:7.5rem;overflow-y:auto;padding:.75rem .9rem;resize:none;width:100%}.app-feedback-word-count{align-self:flex-start;color:#64748b;font-size:.75rem;font-weight:500;line-height:1.2;margin-top:.15rem}.app-feedback-input::placeholder{color:#94a3b8}.app-feedback-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.app-likert-scale{grid-gap:.32rem;background:#e2e8f0b3;border-radius:999px;display:grid;gap:.32rem;grid-template-columns:repeat(5,minmax(0,1fr));padding:.18rem}.app-likert-option{align-items:center;background:#0000;border:1px solid #0000;border-radius:999px;cursor:pointer;display:flex;justify-content:center;min-height:1.75rem;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease}.app-likert-option input{opacity:0;pointer-events:none;position:absolute}.app-likert-option span{color:#334155;font-size:.76rem;font-weight:700}.app-likert-option.active{background:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb29}.app-likert-option.active span{color:#1d4ed8}.app-likert-scale-labels{color:#64748b;display:flex;font-size:.68rem;justify-content:space-between;margin-top:.1rem;padding:0 .1rem}.App.dark .app-feedback-label{color:#cbd5e1}.App.dark .app-feedback-question{background:#0000}.App.dark .app-feedback-question-text{color:#e2e8f0}.App.dark .app-feedback-input{background:#1c2630;border-color:#94a3b84d;color:#e2e8f0}.App.dark .app-feedback-input::placeholder{color:#64748b}.App.dark .app-feedback-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}.App.dark .app-feedback-word-count{color:#94a3b8}.App.dark .app-likert-option{background:#0000;border-color:#0000}.App.dark .app-likert-option span{color:#cbd5e1}.App.dark .app-likert-option.active{background:#1c2630;border-color:#60a5fa;box-shadow:0 2px 8px #60a5fa29}.App.dark .app-likert-option.active span{color:#93c5fd}.App.dark .app-likert-scale-labels{color:#94a3b8}.App.dark .app-likert-scale{background:#0f172aa6}.app-feedback-close{align-items:center;background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;height:2rem;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s ease,color .2s ease;width:2rem}.app-feedback-close svg{height:1rem;width:1rem}.app-feedback-close:hover{background:#94a3b829;color:#0f172a}.App.dark .app-feedback-close{color:#94a3b8}.App.dark .app-feedback-close:hover{background:#94a3b824;color:#f8fafc}.app-feedback-overlay{align-items:center;padding-top:1.5rem}.oars-context-panel{display:flex;flex-direction:column;gap:.35rem;padding:.5rem 1rem 1rem}.oars-context-body{color:#374151;font-size:.88rem;line-height:1.65;padding:0}.dark .oars-context-body{color:#d1d5db}.oars-attempt-entry{border-bottom:1px solid #2d3748;border-bottom:1px solid var(--border-color,#2d3748);display:flex;flex-direction:column;gap:.35rem;padding:.65rem 0}.oars-attempt-entry:last-child{border-bottom:none}.oars-label-row{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem}.oars-label-group-title{color:#6b7280;color:var(--text-muted,#6b7280);font-size:.67rem;font-weight:600;letter-spacing:.04em;margin-right:.15rem;text-transform:uppercase;white-space:nowrap}.oars-chip{border:1px solid;border-radius:999px;font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:.12rem .42rem}.oars-report-text{color:#1e293b;color:var(--text-primary,#1e293b);font-size:.86rem;line-height:1.55;margin:0;white-space:pre-wrap;word-break:break-word}.oars-feedback-context-card{display:flex;flex-direction:column;gap:.15rem;margin-bottom:1.2rem}.oars-report-response-box{margin-right:auto;max-width:100%;overflow:hidden;width:-webkit-fit-content;width:fit-content}.oars-report-response-scroll{margin-right:.25rem;max-height:4.65em;overflow-y:auto;padding-right:.1rem;scrollbar-color:#94a3b8 #0000;scrollbar-width:thin;width:calc(100% - .25rem)}.oars-report-response-scroll .oars-report-text{color:inherit}.oars-report-response-scroll::-webkit-scrollbar{width:10px}.oars-report-response-scroll::-webkit-scrollbar-track{background:#0000;margin:.2rem 0}.oars-report-response-scroll::-webkit-scrollbar-thumb{background:#94a3b8;background-clip:padding-box;border-left:3px solid #0000;border-radius:999px}.oars-report-feedback-card{border-radius:8px;overflow:hidden}.oars-report-feedback-content{min-height:0}.dark .oars-report-text{color:#e2e8f0}.dark .oars-report-response-scroll .oars-report-text{color:inherit}.dark .oars-report-response-scroll{scrollbar-color:#64748b #0000}.dark .oars-report-response-scroll::-webkit-scrollbar-thumb{background:#64748b}.oars-action-dock{background:var(--surface-color);border-top:1px solid #94a3b840;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1rem}.dark .oars-action-dock{background:#1c2630;border-top-color:#4b556366}.oars-action-bar{align-items:center;display:flex;flex-direction:column;gap:8px}.oars-next-exercise-wrap{position:relative;width:100%}.oars-next-exercise-tooltip{background:#fffffffa;border:1px solid #94a3b847;border-radius:10px;bottom:calc(100% + .55rem);box-shadow:0 10px 28px #0f172a1f;color:#475569;font-size:.75rem;left:50%;line-height:1.45;opacity:0;padding:.6rem .75rem;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .18s ease,visibility .18s ease;visibility:hidden;width:min(17rem,calc(100vw - 3rem));z-index:3}.oars-next-exercise-wrap:hover .oars-next-exercise-tooltip{opacity:1;visibility:visible}.dark .oars-next-exercise-tooltip{background:#0f172af5;border-color:#475569b3;box-shadow:0 14px 30px #02061759;color:#e2e8f0e0}.oars-btn{border:1.5px solid #0000;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:500;padding:7px 16px;transition:all .15s ease;width:100%}.oars-btn--selection-cue{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1;color:#111827}.oars-btn--secondary{background:#0000;border-color:#fff3;border-color:var(--border-color,#fff3);color:#ccc;color:var(--text-secondary,#ccc)}.oars-btn--secondary:hover{border-color:#ccc;border-color:var(--text-secondary,#ccc);color:#eee;color:var(--text-primary,#eee)}.oars-btn--primary{background:#4a9eff;background:var(--accent-color,#4a9eff);border-color:#4a9eff;border-color:var(--accent-color,#4a9eff);color:#fff}.oars-btn--primary:hover{opacity:.85}.dark .oars-btn--primary{background:#2563a8;border-color:#2563a8}.dark .oars-btn--selection-cue{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70;color:#fff}.oars-btn--primary.oars-btn--selection-cue,.oars-btn--secondary.oars-btn--selection-cue{background:#4a9eff;background:var(--accent-color,#4a9eff);border-color:#4a9eff;border-color:var(--accent-color,#4a9eff);color:#fff}.dark .oars-btn--primary.oars-btn--selection-cue,.dark .oars-btn--secondary.oars-btn--selection-cue{background:#2563a8;border-color:#2563a8;color:#fff}.dark .oars-btn--primary:hover{background:#1e4f8a;border-color:#1e4f8a;opacity:1}.dark .oars-btn--secondary{border-color:#374151;color:#d1d5db}.dark .oars-btn--secondary:hover{border-color:#9ca3af;color:#f9fafb}.light .oars-btn--secondary{border-color:#00000026;color:#374151}.light .oars-btn--secondary:hover{border-color:#374151;color:#111827}.loading-dots{align-items:center;display:inline-flex;gap:5px}.loading-dots span{animation:loading-dot-bounce 1.2s ease-in-out infinite;background:#6b7280;background:var(--text-secondary,#6b7280);border-radius:50%;height:6px;width:6px}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loading-dot-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.sr-feedback-text{color:#e5e7eb;color:var(--text-primary,#e5e7eb);font-size:.85rem;line-height:1.6;margin:0}.dark .sr-feedback-text{color:#e5e7eb}.light .sr-feedback-text{color:#1f2937}.oars-pass-animation{align-items:center;display:inline-flex;height:149px;justify-content:center;position:relative;width:139px}.oars-aimie-svg{animation:oarsAimieEnter .56s cubic-bezier(.2,.8,.2,1) both;height:100%;overflow:visible;width:100%}.oars-aimie-backdrop{fill:#10b9811f;stroke:#10b98142;stroke-width:2}.oars-aimie-arc{stroke:#10b981;stroke-width:2;stroke-linecap:round;stroke-dasharray:80;stroke-dashoffset:80;animation:oarsAimieArcDraw .88s ease-out .12s forwards;opacity:.45}.oars-aimie-arc--two{animation-delay:.24s}.oars-aimie-robot{animation:oarsAimieRobotRise .62s cubic-bezier(.2,.8,.2,1) both;transform-box:view-box;transform-origin:60px 86px}.oars-aimie-antenna,.oars-aimie-antenna-stem,.oars-aimie-body,.oars-aimie-chest,.oars-aimie-ear,.oars-aimie-head,.oars-aimie-neck,.oars-aimie-shoulder{fill:#8fa0a0;stroke:#1f2933;stroke-width:2}.oars-aimie-body,.oars-aimie-chest,.oars-aimie-ear,.oars-aimie-shoulder{fill:#788b8b}.oars-aimie-arm{animation:oarsAimieArmSweep .72s cubic-bezier(.2,.8,.2,1) .22s both;transform-box:fill-box}.oars-aimie-arm--left{transform-origin:34px 88px}.oars-aimie-arm--right{transform-origin:86px 88px}.oars-aimie-arm-fill{fill:#788b8b;stroke:#1f2933;stroke-width:2;stroke-linejoin:round}.oars-aimie-antenna{animation:oarsAimieAntennaPop .72s cubic-bezier(.2,.8,.2,1) .14s both;transform-box:fill-box;transform-origin:center}.oars-aimie-face-shine{stroke:#ffffff52;stroke-width:3;stroke-linecap:round}.oars-aimie-eye-outer{fill:#fef3c7;stroke:#1f2933;stroke-width:2}.oars-aimie-eye-inner{fill:#111827}.oars-aimie-eye{animation:oarsAimieEyePulse .9s ease-out .26s both;transform-box:fill-box;transform-origin:center}.oars-aimie-check,.oars-aimie-smile,.oars-aimie-spark{stroke-linecap:round;stroke-linejoin:round}.oars-aimie-smile{stroke:#111827;stroke-width:2.4}.oars-aimie-check{stroke:#10b981;stroke-width:3;stroke-dasharray:18;stroke-dashoffset:18;animation:oarsAimieCheckDraw .52s ease-out .76s forwards}.oars-aimie-spark{stroke:#10b981;stroke-width:2.4;animation:oarsAimieSpark 1.08s ease-out .52s forwards;opacity:0;transform-box:fill-box;transform-origin:center}.oars-aimie-spark--two{animation-delay:.64s}.oars-aimie-spark--three{animation-delay:.72s}.oars-aimie-banner{animation:oarsAimieBannerRise .62s cubic-bezier(.2,.8,.2,1) .36s both;transform-box:fill-box;transform-origin:center}.oars-aimie-banner-shape{fill:#fef3c7;stroke:#1f2933;stroke-width:2.4;stroke-linejoin:round}.oars-aimie-banner-text{fill:#111827;text-anchor:middle;dominant-baseline:middle;font-size:16px;font-weight:800;letter-spacing:0}.dark .oars-aimie-backdrop{fill:#34d3991f;stroke:#34d3994d}.dark .oars-aimie-arc,.dark .oars-aimie-check,.dark .oars-aimie-spark{stroke:#34d399}.dark .oars-aimie-antenna,.dark .oars-aimie-antenna-stem,.dark .oars-aimie-body,.dark .oars-aimie-chest,.dark .oars-aimie-ear,.dark .oars-aimie-head,.dark .oars-aimie-neck,.dark .oars-aimie-shoulder{fill:#7b8d8d;stroke:#e5e7eb}.dark .oars-aimie-body,.dark .oars-aimie-chest,.dark .oars-aimie-ear,.dark .oars-aimie-shoulder{fill:#667979}.dark .oars-aimie-arm-fill{fill:#667979;stroke:#e5e7eb}.dark .oars-aimie-eye-outer{fill:#fef3c7;stroke:#e5e7eb}.dark .oars-aimie-smile{stroke:#111827}.dark .oars-aimie-banner-shape{fill:#fef3c7;stroke:#e5e7eb}@keyframes oarsAimieEnter{0%{opacity:0;transform:translateY(10px) scale(.9)}65%{opacity:1;transform:translateY(-2px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oarsAimieArcDraw{to{stroke-dashoffset:0}}@keyframes oarsAimieRobotRise{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oarsAimieAntennaPop{0%{opacity:0;transform:translateY(6px) scale(.72)}60%{opacity:1;transform:translateY(-2px) scale(1.12)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oarsAimieArmSweep{0%{opacity:0;transform:translateY(8px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oarsAimieEyePulse{0%{transform:scale(.82)}45%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes oarsAimieCheckDraw{to{stroke-dashoffset:0}}@keyframes oarsAimieBannerRise{0%{opacity:0;transform:translateY(9px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oarsAimieSpark{0%{opacity:0;transform:scale(.4) rotate(0deg)}35%{opacity:1}to{opacity:0;transform:scale(1.35) rotate(18deg)}}@media (prefers-reduced-motion:reduce){.oars-aimie-antenna,.oars-aimie-arc,.oars-aimie-arm,.oars-aimie-banner,.oars-aimie-check,.oars-aimie-eye,.oars-aimie-robot,.oars-aimie-spark,.oars-aimie-svg{animation:none}.oars-aimie-arc,.oars-aimie-check{stroke-dashoffset:0}.oars-aimie-spark{opacity:.75}}.oars-pass-title{color:#e5e7eb;color:var(--text-primary,#e5e7eb);font-size:1.15rem;font-weight:700;line-height:1.3;margin:0}.light .oars-pass-title{color:#111827}.download-row{align-items:center;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem;padding:.625rem 1rem;width:100%}.download-row--selection-cue{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1}.dark .download-row{border-color:#374151}.dark .download-row--selection-cue{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70}.download-row-inner{align-items:center;display:flex;gap:.5rem;justify-content:center}.download-row-status{color:#9ca3af;font-size:.6875rem;font-style:italic}.dark .download-row-status{color:#6b7280}.download-icon-button.disabled{cursor:not-allowed;opacity:.35}.download-icon-button.disabled:hover{background-color:#e5e7eb;border-color:#d1d5db}.dark .download-icon-button.disabled:hover{background-color:#1e3a8a;border-color:#1e40af}.download-label{color:#4b5563;font-size:.8125rem;font-weight:500;white-space:nowrap}.dark .download-label{color:#9ca3af}.download-icon-button{align-items:center;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;display:inline-flex;flex-shrink:0;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.download-icon-button:hover{background-color:#d1d5db;border-color:#9ca3af}.dark .download-icon-button{background-color:#1e3a8a;border:1px solid #1e40af;color:#fff}.dark .download-icon-button:hover{background-color:#1e40af;border-color:#2563eb}.restart-session-container{margin-top:1rem}.restart-session-tooltip-wrap{position:relative;width:100%}.restart-session-tooltip{background:#fffffffa;border:1px solid #94a3b847;border-radius:10px;bottom:calc(100% + .55rem);box-shadow:0 10px 28px #0f172a1f;color:#475569;font-size:.75rem;left:50%;line-height:1.45;opacity:0;padding:.6rem .75rem;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .18s ease,visibility .18s ease;visibility:hidden;width:min(17rem,calc(100vw - 3rem));z-index:3}.restart-session-tooltip-wrap:hover .restart-session-tooltip{opacity:1;visibility:visible}.restart-session-button{background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:.375rem;color:#111827;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1rem;transition:all .2s ease;width:100%}.restart-session-button--selection-cue{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f66b,0 0 30px #3b82f6d1}.restart-session-button:hover{background-color:#d1d5db;border-color:#9ca3af}.dark .restart-session-button{background-color:#1e3a8a;border:1px solid #1e40af;color:#fff}.dark .restart-session-button--selection-cue{background:#1e3a5f;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa4d,0 0 28px #60a5fa70}.dark .restart-session-button:hover{background-color:#1e40af;border-color:#2563eb}.dark .restart-session-tooltip{background:#0f172af5;border-color:#475569b3;box-shadow:0 14px 30px #02061759;color:#e2e8f0e0}.end-reason-section{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#f8fafcb8;border:1px solid #e2e8f0e6;border-radius:14px;margin:1rem 0 .85rem;padding:.95rem 1rem}.dark .end-reason-section{background:#0f172a9e;border-color:#334155f2}.end-reason-label{align-items:center;background:#2563eb14;border:1px solid #3b82f629;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.68rem;font-weight:600;letter-spacing:.06em;margin:0 0 .6rem;padding:.24rem .5rem;text-transform:uppercase}.dark .end-reason-label{background:#3b82f624;border-color:#60a5fa33;color:#93c5fd}.end-reason-text{color:#0f172a;font-size:.92rem;font-weight:500;letter-spacing:-.01em;line-height:1.55;margin:0}.dark .end-reason-text{color:#f1f5f9f0}.review-analytics-container{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.dark .review-analytics-container{border-top-color:#374151}.review-analytics-button{background-color:initial;border:1px solid #3b82f6;border-radius:.375rem;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s ease;width:100%}.review-analytics-button:hover{background-color:#3b82f61a;border-color:#2563eb;color:#2563eb}.dark .review-analytics-button{border-color:#60a5fa;color:#60a5fa}.dark .review-analytics-button:hover{background-color:#60a5fa26;border-color:#93c5fd;color:#93c5fd}@media (max-width:768px){.restart-session-button{font-size:.85rem;padding:.5rem 1rem}}.report-metrics-summary-panel{margin-top:-.85rem}.report-metrics-summary-title{margin:0;text-align:center}.report-metrics-summary-content{padding-top:.5rem}.report-metrics-summary-section{margin-bottom:1rem}.report-metrics-summary-row{align-items:center;border-bottom:1px solid #374151;display:flex;gap:.75rem;justify-content:space-between;padding:.5rem 0}.report-metrics-summary-row--last{border-bottom:none}.report-metrics-summary-label{color:#9ca3af}.report-metrics-summary-value{color:#60a5fa;font-weight:600}.dark .report-metrics-summary-value{color:#93c5fd}.progress-placeholder{background-color:var(--surface-color);border:1px solid #e0e0e0;border-radius:6px;padding:1rem;transition:all .3s ease}.dark .progress-placeholder{background-color:#374151;border-color:#4b5563}.progress-placeholder-message{color:#3498db;font-size:.8rem;margin:0;transition:color .3s ease}.dark .progress-placeholder-message{color:#60a5fa}.progress-placeholder--error{border-color:#ef4444}.progress-placeholder-message--error{color:#ef4444}.report-panel{background:var(--surface-panel-color);border-left:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.dark .report-panel{background:#1c2630;border-left-color:#374151}.report-panel.collapsed{align-items:center;justify-content:center;max-width:40px;min-width:40px;padding:0}.dark .report-panel.collapsed{background:#1f2937}.panel-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:1.5rem 1.25rem 1rem;transition:border-color .3s ease}.dark .panel-header{border-bottom-color:#374151}.panel-header-actions{align-items:center;display:flex;gap:.75rem}.panel-content{flex:1 1;min-height:0;overflow-y:auto;padding:1rem;scrollbar-color:#d1d5dbb3 #0000;scrollbar-gutter:stable;scrollbar-width:thin}.panel-content::-webkit-scrollbar{width:8px}.panel-content::-webkit-scrollbar-track{background:#0000}.panel-content::-webkit-scrollbar-thumb{background-color:#d1d5dbcc;border-radius:10px}.dark .panel-content{scrollbar-color:#4b5563b3 #0000}.dark .panel-content::-webkit-scrollbar-thumb{background-color:#4b5563e6}.panel-info,.panel-processing{padding:2rem 1rem;text-align:center}.info-text{color:#2c3e50;font-weight:500;margin-bottom:.5rem;transition:color .3s ease}.dark .info-text{color:#f9fafb}.info-subtext{color:#6e6e80;font-size:.8rem;line-height:1.5;transition:color .3s ease}.dark .info-subtext{color:#9ca3af}.btc-counsellor-context-panel{padding-top:.5rem}.btc-counsellor-context-title{font-family:inherit;font-size:1rem;font-weight:600;letter-spacing:0;line-height:normal;text-transform:none}.btc-counsellor-pill{align-items:center;background:linear-gradient(135deg,#f8fafc,#eef4fb);border:1px solid #dbe3ee;border-radius:999px;color:#1f2937;display:inline-flex;gap:.35rem;justify-content:center;max-width:100%;padding:.35rem .6rem}.btc-counsellor-pill__label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.btc-counsellor-pill__value{color:#1f2937;font-size:.78rem;font-weight:700}.btc-counsellor-context-body{padding-top:.35rem;text-align:left}.btc-counsellor-context-body p{margin:0}.dark .btc-counsellor-pill{background:linear-gradient(135deg,#253244,#1f2a38);border-color:#374151;color:#e5e7eb}.dark .btc-counsellor-pill__label{color:#9ca3af}.dark .btc-counsellor-pill__value{color:#f9fafb}.btc-counsellor-info-btn{align-items:center;background:#0000;border:1.5px solid #9ca3af;border-radius:50%;color:#9ca3af;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.75rem;font-style:italic;font-weight:600;height:20px;justify-content:center;padding:0;transition:all .2s ease;width:20px}.btc-counsellor-info-btn:hover{transform:scale(1.1)}.btc-counsellor-info-btn:hover,.dark .btc-counsellor-info-btn{border-color:#6b7280;color:#6b7280}.dark .btc-counsellor-info-btn:hover{border-color:#9ca3af;color:#9ca3af}.panel-processing h4{color:#2c3e50;font-size:1rem;margin-bottom:.5rem;transition:color .3s ease}.dark .panel-processing h4{color:#f9fafb}.panel-processing p{color:#6e6e80;font-size:.875rem;margin-bottom:1rem;transition:color .3s ease}.dark .panel-processing p{color:#9ca3af}.turn-navigator-sticky{background:var(--surface-color);border-top:1px solid #94a3b840;bottom:0;display:flex;flex-direction:column;gap:.5rem;left:0;margin-top:auto;padding:.75rem 1rem;position:-webkit-sticky;position:sticky;right:0}.dark .turn-navigator-sticky{background:#1c2630;border-top-color:#4b556366}.turn-navigator-title{color:#475569cc;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}.dark .turn-navigator-title{color:#cbd5e1b3}.turn-navigator-controls{gap:.75rem}.turn-nav-btn,.turn-navigator-controls{align-items:center;display:flex;justify-content:center}.turn-nav-btn{background:var(--surface-color);border:1px solid #94a3b866;border-radius:6px;color:#64748b;cursor:pointer;height:28px;transition:all .15s ease;width:28px}.turn-nav-btn:hover:not(:disabled){background:#94a3b826;border-color:#94a3b899;color:#334155}.turn-nav-btn:disabled{cursor:not-allowed;opacity:.35}.dark .turn-nav-btn{background:#1f2937cc;border-color:#4b556380;color:#94a3b8}.dark .turn-nav-btn:hover:not(:disabled){background:#374151cc;border-color:#64748b99;color:#e2e8f0}.turn-indicator{align-items:center;color:#475569;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;justify-content:center;min-width:100px}.dark .turn-indicator{color:#cbd5e1}.turn-latest-badge{background:#22c55e26;border-radius:4px;color:#16a34a;font-size:.65rem;font-weight:600;letter-spacing:.05em;padding:.15rem .4rem;text-transform:uppercase}.dark .turn-latest-badge{background:#22c55e33;color:#4ade80}.turn-waiting{color:#64748bcc;font-style:italic}.dark .turn-waiting{color:#94a3b8b3}@media (max-width:768px){.report-panel{background:#ffffff80;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:auto}.dark .report-panel{background:#1f293780}.report-panel.collapsed{max-width:none;min-width:auto;padding:0}.panel-content,.panel-header{padding:.75rem 1rem}}
/*# sourceMappingURL=main.219283c4.css.map*/