:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--success:#10b981;--warning:#f59e0b;--info:#3b82f6;--danger:#ef4444;--recording:#ef4444;--recording-hover:#dc2626}:root,[data-theme=light]{--background:#fff;--foreground:#09090b;--primary:#18181b;--primary-foreground:#fafafa;--secondary:#f4f4f5;--secondary-foreground:#18181b;--accent:#e4e4e7;--accent-foreground:#18181b;--muted:#71717a;--muted-foreground:#52525b;--border:#e4e4e7;--surface-1:#fff;--surface-2:#fafafa;--surface-3:#f4f4f5;--panel:#00000005;--panel-strong:#0000000a;--ring:#0000000f;--success-soft:#10b9811a;--warning-soft:#f59e0b1a;--info-soft:#3b82f61a;--danger-foreground:#dc2626;--danger-bg:#ef444414;--scrollbar-track:transparent;--scrollbar-thumb:#0000001f;--scrollbar-thumb-hover:#0003;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014}[data-theme=dark]{--background:#09090b;--foreground:#fafafa;--primary:#fafafa;--primary-foreground:#09090b;--secondary:#18181b;--secondary-foreground:#fafafa;--accent:#27272a;--accent-foreground:#fafafa;--muted:#71717a;--muted-foreground:#a1a1aa;--border:#27272a;--surface-1:#0c0c0f;--surface-2:#111113;--surface-3:#18181b;--panel:#ffffff05;--panel-strong:#ffffff0a;--ring:#ffffff0f;--success-soft:#10b9811f;--warning-soft:#f59e0b1f;--info-soft:#3b82f61f;--danger-foreground:#fecaca;--danger-bg:#ef44441a;--scrollbar-track:transparent;--scrollbar-thumb:#ffffff14;--scrollbar-thumb-hover:#ffffff26;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"cv02", "cv03", "cv04", "cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;overflow-x:hidden}html.theme-transitioning *,html.theme-transitioning :before,html.theme-transitioning :after{transition:none!important}a{color:inherit;text-decoration:none}body,.sidebar,.chat-list,.call-thread,.simple-thread{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}body::-webkit-scrollbar{width:6px;height:6px}.sidebar::-webkit-scrollbar{width:6px;height:6px}.chat-list::-webkit-scrollbar{width:6px;height:6px}.call-thread::-webkit-scrollbar{width:6px;height:6px}.simple-thread::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-track{background:0 0}.chat-list::-webkit-scrollbar-track{background:0 0}.call-thread::-webkit-scrollbar-track{background:0 0}.simple-thread::-webkit-scrollbar-track{background:0 0}body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full)}.sidebar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full)}.chat-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full)}.call-thread::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full)}.simple-thread::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-full)}body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.chat-list::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.call-thread::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.simple-thread::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.flex{display:flex}.block{display:block}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.md-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.h-full{height:100%}.h-40{height:10rem}.flex-1{flex:1}.text-center{text-align:center}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.p-3{padding:.75rem}.p-4{padding:1rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-muted{color:var(--muted)}.font-medium{font-weight:500}.text-primary{color:var(--primary)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.opacity-70{opacity:.7}.uppercase{text-transform:uppercase}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header{border-bottom:1px solid var(--border)}.footer{border-top:1px solid var(--border);color:var(--muted)}.hero-title{max-width:800px;margin-left:auto;margin-right:auto;font-size:3rem;font-weight:800;line-height:1.2}.hero-subtitle{color:var(--muted);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.btn{border-radius:var(--radius-full);letter-spacing:-.01em;cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--primary)}.btn-sm{padding:6px 14px;font-size:.8125rem}.btn-lg{padding:14px 28px;font-size:.9375rem}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.85}.btn-primary:active{opacity:.75;transform:scale(.98)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-secondary{background-color:var(--surface-3);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--accent);border-color:var(--accent)}.btn-ghost{color:var(--muted-foreground);background:0 0}.btn-ghost:hover{background:var(--surface-3);color:var(--foreground)}.btn-recording{background-color:var(--recording);color:#fff}.btn-recording:hover{background-color:var(--recording-hover)}.logo{font-size:1.5rem;font-weight:700}.auth-container{width:100%;max-width:28rem}.auth-card{background-color:var(--secondary);border:1px solid var(--border);border-radius:.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.form-group{margin-bottom:1.5rem}.form-label{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.form-input{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;display:block;box-shadow:0 1px 2px #0000000d}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);outline:none}.error-alert{background-color:var(--danger-bg);border:1px solid var(--danger);color:var(--danger-foreground);border-radius:.25rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.sidebar{background:var(--surface-1);border-right:1px solid var(--border);flex-direction:column;gap:14px;width:280px;height:100vh;padding:14px 16px;display:flex}.sidebar-compact{background:var(--surface-1)}.sidebar-top{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;display:flex}.sidebar-brand-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.sidebar-nav-item{border-radius:var(--radius-md);width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:8px 10px;font-size:.875rem;font-weight:500;transition:background-color .1s,border-color .1s,opacity .1s;display:flex}.sidebar-nav-item:hover{background:var(--surface-3);border-color:var(--border)}.sidebar-nav-item:disabled{opacity:.45;cursor:not-allowed}.sidebar-nav-icon{width:18px;height:18px;color:var(--muted-foreground);justify-content:center;align-items:center;display:inline-flex}.sidebar-new-scenario-btn{white-space:nowrap;flex-shrink:0;padding-left:10px}.sidebar-new-scenario-btn:disabled{opacity:.45;cursor:not-allowed}.sidebar-account-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);flex-direction:column;gap:8px;padding:6px 10px;display:flex}.sidebar-account-divider{background:var(--border);height:1px;margin:0 -10px}.sidebar-upgrade{justify-content:space-between;align-items:center;gap:12px;padding-block:6px;display:flex}.sidebar-upgrade-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-upgrade-title{color:var(--foreground);letter-spacing:-.01em;font-size:.75rem;font-weight:600}.sidebar-upgrade-subtitle{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.sidebar-brand-compact{letter-spacing:-.03em;color:var(--foreground);align-items:center;font-size:1.125rem;font-weight:700;line-height:1;display:inline-flex}.error-inline{background:var(--danger-bg);color:var(--danger-foreground);border-radius:var(--radius-md);padding:10px 12px;font-size:.8125rem}.success-inline{background:var(--success-soft);color:var(--success);border-radius:var(--radius-md);padding:10px 12px;font-size:.8125rem}.chat-list{scrollbar-gutter:stable both-edges;flex-direction:column;flex:1;gap:4px;margin:0 -8px;padding:10px 8px 12px;display:flex;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0,#000 10px calc(100% - 12px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 10px calc(100% - 12px),#0000 100%)}.chat-list::-webkit-scrollbar{width:4px;height:4px}.chat-group{flex-direction:column;gap:2px;display:flex}.chat-group+.chat-group{margin-top:16px}.chat-group-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);padding:4px 10px;font-size:.625rem;font-weight:400}.chat-list-item{border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:4px;padding:10px;transition:background-color .1s;display:flex;position:relative}.chat-list-item:hover,.chat-list-item.active{background:var(--surface-3)}.chat-list-title{letter-spacing:-.01em;color:var(--foreground);font-size:.875rem;font-weight:500}.chat-list-text{flex-direction:column;gap:2px;width:100%;display:flex}.chat-list-link{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0 14px 0 0;display:block}.chat-list-attempts{flex-wrap:wrap;gap:6px;display:flex;overflow:hidden}.chat-list-attempts-shell{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.2,0,0,1),opacity .2s,padding-top .28s cubic-bezier(.2,0,0,1),transform .28s cubic-bezier(.2,0,0,1);display:grid;overflow:hidden;transform:translateY(-4px)}.chat-list-attempts-shell.open{opacity:1;grid-template-rows:1fr;padding-top:2px;transform:translateY(0)}.chat-list-attempts-shell>.chat-list-attempts{min-height:0}.chat-list-attempts .attempt-pill{width:24px;height:24px;font-size:.6875rem}.chat-list-attempts .attempt-pill-new{width:auto;padding:0 10px;font-size:.6875rem}.chat-list-actions{opacity:0;pointer-events:none;transition:opacity .12s;position:absolute;top:8px;right:2px}.chat-list-item:hover .chat-list-actions,.chat-list-item:focus-within .chat-list-actions,.chat-list-item.active .chat-list-actions,.chat-list-actions.open{opacity:1;pointer-events:auto}.chat-list-overflow.icon-button{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--muted-foreground);background:0 0}.chat-list-overflow.icon-button:hover,.chat-list-overflow.icon-button[aria-expanded=true]{background:var(--surface-3);color:var(--foreground)}.chat-list-menu{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);min-width:112px;box-shadow:var(--shadow-sm);z-index:50;transform-origin:0 0;padding:4px;position:fixed}[data-theme=dark] .chat-list-menu{background:#161618;border-color:#ffffff14}.chat-list-menu .dropdown-option{border-radius:var(--radius-sm);color:var(--foreground);padding:7px 8px;font-size:.8125rem;font-weight:400;transition:background .12s,color .12s}.chat-list-menu .dropdown-option:hover{background:var(--surface-3)}[data-theme=dark] .chat-list-menu .dropdown-option:hover{background:#ffffff0f}.chat-list-menu-delete,.chat-list-menu .dropdown-option.chat-list-menu-delete{color:var(--danger-foreground)}.chat-list-menu .dropdown-option.chat-list-menu-delete:hover{background:var(--danger-bg);color:var(--danger-foreground)}.chat-list-meta{color:var(--muted);align-items:center;gap:6px;font-size:.75rem;display:flex}.chat-list-persona{color:var(--muted-foreground);font-weight:400}.persona-name{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.persona-tooltip{text-align:left;text-transform:none;letter-spacing:0;gap:.6rem;font-size:.78rem;line-height:1.45;display:grid}.persona-tooltip-section{gap:.3rem;display:grid}.persona-tooltip-name{color:var(--foreground);text-transform:none;letter-spacing:0;font-size:.82rem;font-weight:600}.persona-tooltip-meta{color:var(--muted-foreground);text-transform:none;letter-spacing:0;font-size:.72rem}.persona-tooltip-divider{background:color-mix(in srgb, var(--foreground) 12%, transparent);height:1px;margin:.1rem 0;display:block}.persona-tooltip-description{color:color-mix(in srgb, var(--foreground) 82%, var(--muted));text-transform:none;letter-spacing:0;font-size:.78rem;line-height:1.55}.chat-list-time{color:var(--muted);font-size:.75rem}.chat-list-empty{color:var(--muted);text-align:center;padding:8px 10px;font-size:.8125rem}.difficulty-badge{text-transform:capitalize;opacity:.8}.badge.ghost.difficulty-easy{color:#bbf7d0;background:#22c55e12}.badge.ghost.difficulty-medium{color:#fef3c7;background:#f59e0b12}.badge.ghost.difficulty-hard{color:#fecdd3;background:#ef444412}[data-theme=light] .badge.ghost.difficulty-easy{color:#166534;background:#22c55e14}[data-theme=light] .badge.ghost.difficulty-medium{color:#92400e;background:#f59e0b14}[data-theme=light] .badge.ghost.difficulty-hard{color:#991b1b;background:#ef444414}.difficulty-text{opacity:.75}.difficulty-text.difficulty-easy{color:#bbf7d0}.difficulty-text.difficulty-medium{color:#fef3c7}.difficulty-text.difficulty-hard{color:#fecdd3}[data-theme=light] .difficulty-text.difficulty-easy{color:#166534}[data-theme=light] .difficulty-text.difficulty-medium{color:#92400e}[data-theme=light] .difficulty-text.difficulty-hard{color:#991b1b}.call-thread,.simple-thread{scrollbar-gutter:stable both-edges}.call-thread::-webkit-scrollbar{width:10px}.simple-thread::-webkit-scrollbar{width:10px}.call-thread::-webkit-scrollbar-track{background:0 0}.simple-thread::-webkit-scrollbar-track{background:0 0}.call-thread::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:999px}.simple-thread::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:999px}.call-thread::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);border-color:#0000}.simple-thread::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);border-color:#0000}.sidebar-bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar-bottom-stacked{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px}.sidebar-footer-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar-bottom-stacked .sidebar-upgrade{margin-bottom:0}.sidebar-email{min-width:0;color:var(--muted);word-break:break-all;flex:1;font-size:.8125rem}.sidebar-account-menu-wrap{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.sidebar-account-menu-button{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .1s,color .1s;display:inline-flex}.sidebar-account-menu-button:hover,.sidebar-account-menu-button[aria-expanded=true]{background:var(--surface-3);color:var(--foreground)}.sidebar-account-menu{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);width:140px;box-shadow:var(--shadow-sm);z-index:20;padding:4px;position:absolute;bottom:calc(100% + 8px);right:0}.sidebar-account-menu-item{border-radius:var(--radius-sm);width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:7px 8px;font-size:.8125rem;transition:background-color .1s;display:flex}.sidebar-account-menu-item:hover,.sidebar-account-menu-item:focus-visible{background:var(--surface-3)}.sidebar-account-menu-icon{color:currentColor;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.sidebar-account-menu-icon svg{display:block}.link-button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.8125rem;font-weight:500;transition:color .1s}.link-button:hover{color:var(--foreground)}.icon-button{border-radius:var(--radius-md);background:var(--surface-3);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background-color .1s,color .1s;display:inline-flex}.icon-button:hover{background:var(--accent);color:var(--foreground)}.desktop-theme-toggle{display:block}.mobile-shell{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.mobile-shell-main{flex:1;justify-content:center;align-items:center;padding:24px 16px;display:flex}.mobile-notice-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:420px;padding:18px 16px}.mobile-shell-footer{border-top:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.mobile-account-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.8125rem;overflow:hidden}.pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.8rem;line-height:1.1;display:inline-flex}.pill-ghost{color:#e5e7eb;background:#ffffff05;border-color:#ffffff14}.pill-subtle{color:var(--foreground);background:#ffffff05;border-color:#ffffff0f}.clamp-two{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.app-shell{background:var(--background);min-height:100vh;display:flex}.app-main{background:var(--background);flex-direction:column;flex:1;gap:16px;height:100vh;padding:16px 16px 0;display:flex;overflow:hidden}.center-shell{flex:1;justify-content:center;align-items:center;padding:32px 24px;display:flex}.card-tight{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xl);gap:20px;width:min(440px,100%);padding:28px;display:grid}.page-title{letter-spacing:-.02em;font-size:clamp(1.5rem,2vw,1.75rem);font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes zoomIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sidebar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-in{animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.zoom-in{animation-name:zoomIn}.slide-in-from-bottom-2{animation-name:slideInFromBottom}.rounded-lg{border-radius:.5rem}.call-shell{background:var(--background);flex-direction:column;width:100%;height:100%;display:flex}.simple-shell{flex:1;width:100%;max-width:900px;min-height:0;margin:0 auto;padding:20px 24px 0}.simple-call-shell{align-content:start;gap:24px;display:grid}.simple-call-topbar{padding-top:8px;padding-bottom:0}.simple-call-header{text-align:center;gap:8px;width:100%;max-width:720px;margin:0 auto;display:grid}.simple-call-kicker{letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem}.simple-call-title{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:650;line-height:1}.simple-call-goal{margin:0;font-size:.9375rem;line-height:1.5}.simple-call-description{max-width:640px;margin:0 auto;font-size:.9375rem;line-height:1.6}.simple-call-status{letter-spacing:.08em;text-transform:uppercase;margin:4px 0 0;font-size:.75rem}.call-stage-card{border:1px solid var(--border);background:radial-gradient(circle at top, color-mix(in srgb, var(--primary) 10%, transparent), transparent 55%), var(--surface-2);text-align:center;border-radius:28px;gap:10px;width:100%;max-width:760px;margin:0 auto;padding:28px 24px;display:grid}.call-stage-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.75rem}.call-stage-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.1}.call-stage-copy{max-width:540px;color:var(--muted);margin:0 auto;font-size:.9375rem;line-height:1.6}.call-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.call-center-stage{width:100%;transition:max-width .32s cubic-bezier(.2,.8,.2,1),margin .32s cubic-bezier(.2,.8,.2,1);display:grid}.call-center-stage-active{max-width:520px;margin:0 auto}.call-center-stage-inactive{max-width:none;margin:0}.call-recorder-center{justify-content:center;width:100%;animation:.28s call-recorder-fade-in;display:flex}.call-recorder-preview .recorder-button{cursor:default}@keyframes call-recorder-fade-in{0%{opacity:0}to{opacity:1}}.call-layout{flex:1;grid-template-rows:minmax(0,0fr) minmax(0,1fr) minmax(0,0fr);min-height:0;transition:grid-template-rows .52s cubic-bezier(.22,1,.36,1);display:grid}.call-layout-static{transition:none}.call-layout-centered{grid-template-rows:minmax(0,1fr) auto minmax(0,1fr)}.call-layout-spacer{min-height:0}.call-layout-content{grid-template-rows:auto minmax(0,1fr);align-content:start;gap:0;width:100%;min-height:0;display:grid;position:relative}.call-layout-content-reviewed:after{content:"";background:linear-gradient(to bottom, transparent, var(--background));pointer-events:none;z-index:2;height:16px;position:absolute;bottom:0;left:0;right:0}.call-body-content{gap:24px;width:100%;transition:opacity .2s;display:grid}.call-body-content.content-fading{opacity:0;transition:opacity .16s}.call-layout-centered .call-layout-content{grid-template-rows:auto auto;justify-items:center}.call-layout-centered .call-body-content{justify-items:center}.call-layout-centered .call-topbar,.call-layout-centered .call-center-stage{width:min(520px,100%)}.call-topbar-chat{background:var(--background);z-index:2;border-bottom:none;flex-shrink:0;justify-content:center;padding:0 0 8px;position:relative}.call-topbar-chat-reviewed:after{content:"";background:linear-gradient(to bottom, var(--background), transparent);pointer-events:none;height:12px;position:absolute;bottom:-12px;left:0;right:0}.call-conversation-shell{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.2,0,0,1),opacity .22s;display:grid;overflow:hidden}.call-conversation-shell.open{opacity:1;grid-template-rows:1fr}.call-conversation-shell>.call-conversation-stack{min-height:0;overflow:hidden}.call-conversation-stack{gap:20px;display:grid}.call-topbar-content{text-align:center;justify-items:center;gap:6px;width:100%;transition:opacity .28s;display:grid}.call-topbar-details{text-align:center;max-width:680px;font-size:.9375rem;line-height:1.6}.call-topbar-details .info-tooltip-wrapper{margin-left:6px;transform:translateY(-2px)}.call-simple-title{letter-spacing:-.02em;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}.call-goal{color:var(--muted);max-width:600px;margin-top:4px;font-size:.9375rem;line-height:1.5}.call-turns{color:var(--muted);font-size:.8125rem}.call-thread{background:var(--background);flex:1;min-height:0;padding-right:12px;position:relative;overflow:hidden auto}.simple-thread{flex-direction:column;gap:16px;padding:16px 16px 0;display:flex}.call-row{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--radius-lg);gap:8px;width:fit-content;max-width:600px;padding:14px;display:grid}.call-row.from-user{background:var(--surface-3);margin-left:auto}.call-row.from-persona{margin-right:auto}.call-row-head{color:var(--muted);justify-content:space-between;font-size:.8125rem;display:flex}.call-label{font-weight:500}.call-row-text{font-size:.9375rem;line-height:1.6}.call-empty.minimal{border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;color:var(--muted);max-width:600px;margin:0 auto;padding:20px;font-size:.875rem}.call-footer{border-top:1px solid var(--border);padding-top:16px}.attempt-pills{justify-content:center;gap:6px;margin-top:8px;display:flex}.attempt-pill{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface-1);width:28px;height:28px;color:var(--muted);cursor:pointer;place-items:center;font-size:.75rem;font-weight:500;transition:all .15s;display:grid}.attempt-pill:hover{background:var(--surface-2);border-color:var(--muted)}.attempt-pill-active{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.attempt-pill-active:hover{background:var(--foreground);border-color:var(--foreground)}.attempt-pill-scored:hover:not(.attempt-pill-active){background:color-mix(in srgb, currentColor 12%, transparent)}.attempt-pills .attempt-pill-new{border-radius:var(--radius-full);width:auto;padding:0 12px}.attempt-pill-new:disabled{opacity:.5;cursor:not-allowed}.call-footer-note{text-align:center;color:var(--muted);margin-top:8px;font-size:.75rem}.feedback-simple{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;gap:8px;padding:10px;display:grid}.feedback-simple-head{align-items:center;gap:10px;display:flex}.feedback-score{color:#000;background:#fff;border-radius:10px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.feedback-card-title-row{align-items:center;gap:8px;display:inline-flex}.score-badge{align-items:center;display:inline-flex}.score-ring{--ring-size:22px;width:var(--ring-size);height:var(--ring-size);place-items:center;display:grid;position:relative}.score-ring:before{content:"";background:conic-gradient(#ffffff2e calc((var(--score,0) / 10) * 1turn), var(--accent,#f4f1ea) 0);border-radius:50%;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px))}.score-ring-label{letter-spacing:.01em;font-size:.65rem;font-weight:600}.score-ring-empty{color:var(--muted)}.metric-list-simple{gap:8px;display:grid}.metric-simple{grid-template-columns:100px 1fr auto;align-items:center;gap:8px;display:grid}.metric-label{color:var(--muted);font-size:.9rem}.metric-track{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.metric-fill-simple{background:linear-gradient(90deg,#fff,#ccc);height:100%}.metric-score{font-weight:600}.feedback-inline-meta{color:var(--muted);gap:10px;font-size:.9rem;display:flex}.feedback-list{gap:6px;padding-left:16px;display:grid}.feedback-list li{list-style:outside}.scorecard{background:var(--surface-3);width:min(520px,75%);max-width:75%;color:var(--foreground);border:1px solid var(--border);border-radius:20px;margin-left:auto;padding:14px 18px;transition:all .2s;position:relative}.scorecard-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.scorecard-badges{flex-wrap:wrap;gap:6px;display:flex}.badge-pill{border-radius:var(--radius-full);background:var(--surface-3);color:var(--muted-foreground);border:none;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.badge-helper{opacity:.7;font-weight:400}.badge-good{background:var(--success-soft);color:var(--success)}.badge-warning{background:var(--warning-soft);color:var(--warning)}.badge-bad{background:var(--danger-bg);color:var(--danger)}.scorecard-time{color:var(--muted);letter-spacing:.02em;font-size:.8125rem}.scorecard-topline{align-items:center;gap:10px;display:flex}.scorecard-body{gap:10px;display:grid}.scorecard-compact-header{align-items:baseline;gap:2px;display:flex}.scorecard-score{color:var(--foreground);font-size:1.5rem;font-weight:600;line-height:1}.scorecard-score-label{color:var(--muted);font-size:.75rem}.scorecard-tips{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.scorecard-tips li{color:var(--muted);padding-left:12px;font-size:.8125rem;line-height:1.4;position:relative}.scorecard-tips li:before{content:"";background:var(--border);border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}.scorecard-text{color:inherit;margin:0;font-size:.9375rem;font-weight:400;line-height:1.55}.scorecard-hud{gap:8px;display:grid}.scorecard-analysis{color:var(--muted-foreground);flex-wrap:wrap;gap:8px;font-size:.8125rem;display:flex}.scorecard-analysis span{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0f;padding:4px 10px}.scorecard-details{opacity:0;margin-top:8px;transition:opacity .2s}.scorecard-details.open{opacity:1}.feedback-grid{grid-template-columns:1fr;gap:10px;margin-top:6px;display:grid}.feedback-card{background:0 0;border:none;border-radius:0;gap:6px;padding:0;display:grid}.feedback-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.feedback-card-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.75rem;font-weight:500}.feedback-gist{font-size:.9375rem;font-weight:500;line-height:1.5}.feedback-list-clean{color:inherit;opacity:.85;gap:4px;margin:0;padding-left:0;font-size:.8125rem;line-height:1.45;list-style:none;display:grid}.feedback-list-clean li{padding-left:10px;position:relative}.feedback-list-clean li:before{content:"·";opacity:.6;position:absolute;left:0}.segment-list{gap:6px;display:grid}.segment-row{align-items:start;gap:6px;display:grid}.segment-desc{color:var(--muted);font-size:.9375rem}.tag{border:1px solid var(--border);background:#ffffff0a;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.8125rem;line-height:1.1;display:inline-flex}.tag-good{color:#bbf7d0;background:#22c55e1f;border-color:#22c55e80}.tag-warning{color:#fef3c7;background:#f59e0b1f;border-color:#f59e0b8c}.tag-bad{color:#fecdd3;background:#ef44441f;border-color:#ef44448c}.badge.ghost{color:inherit;background:#ffffff1f;border:none;border-radius:999px;padding:3px 8px;font-size:.75rem;font-weight:500}.badge.ghost.score-badge{background:0 0;padding:0}[data-theme=light] .badge.ghost{background:#00000014}.scorecard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.metric-pill{background:#ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.8125rem;display:flex}.metric-pill strong{font-size:.9375rem}.scorecard-footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.scorecard-overall{color:#000;background:#fff;border-radius:12px;padding:6px 10px;font-size:.8125rem;font-weight:800}.scorecard-meta{color:var(--muted);gap:10px;font-size:.8125rem;display:flex}.scorecard-tone-neutral{background:var(--surface-3)}.waveform-placeholder{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-3);align-items:center;gap:8px;padding:12px;display:inline-flex}.waveform-placeholder.minimal{background:var(--surface-2)}.dot-pulse{background:var(--info);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite dotPulse}.typing-dots{align-items:center;gap:6px;display:inline-flex}.typing-dot{background:var(--muted-foreground);opacity:.75;border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite typingDot}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.persona-bubble-thinking{border-radius:var(--radius-full);background:var(--surface-2);border:1px solid var(--border);box-shadow:var(--shadow-sm);align-items:center;max-width:fit-content;padding:10px 12px;display:inline-flex}@keyframes typingDot{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.waveform-autopsy{-webkit-user-select:none;user-select:none;flex-direction:column;gap:8px;width:100%;max-width:100%;display:flex}.waveform-autopsy-pending .waveform-shell{cursor:default}.waveform-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.waveform-header-main{align-items:center;gap:6px;min-width:0;display:flex}.waveform-play-btn{background:var(--surface-2);border:1px solid var(--border);width:28px;height:28px;color:var(--foreground);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.waveform-play-btn:hover{background:var(--surface-3);border-color:var(--muted)}.waveform-play-btn-disabled{cursor:default;pointer-events:none;opacity:.45}.waveform-download-btn{border:1px solid var(--border);height:30px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.waveform-download-btn:hover{background:var(--surface-3);border-color:var(--muted)}.waveform-download-btn:disabled{cursor:default;opacity:.55}.waveform-download-error{color:var(--danger,#dc2626);font-size:.75rem}.waveform-time{font-variant-numeric:tabular-nums;color:var(--muted);font-size:.8125rem}.waveform-time-sep{color:var(--border);font-size:.8125rem}.waveform-shell{background:var(--surface-2);cursor:pointer;border-radius:8px;width:100%;height:48px;position:relative;overflow:hidden}.waveform-loading{background:repeating-linear-gradient(90deg, transparent 0, transparent 2px, color-mix(in srgb, var(--foreground) 8%, transparent) 2px, color-mix(in srgb, var(--foreground) 8%, transparent) 3px);opacity:.45;position:absolute;inset:0}.waveform-loading-band{background:linear-gradient(90deg,#0000 0%,#ffffff04 45%,#ffffff08 50%,#ffffff04 55%,#0000 100%);animation:2.4s ease-in-out infinite waveform-loading-sweep;position:absolute;inset:0;transform:translate(-100%)}.waveform-bars{pointer-events:none;border-radius:8px;align-items:center;gap:0;padding:0;display:grid;position:absolute;inset:0;overflow:hidden}.waveform-bar{background:var(--muted);border-radius:1px;place-self:center stretch;width:100%;min-width:0;transition:background-color .2s,opacity .15s,filter .15s}.waveform-bar-spotlight{filter:brightness(1.3)}.waveform-segments{position:absolute;inset:0}.waveform-segment-zone{cursor:pointer;z-index:3;appearance:none;opacity:.2;border:none;border-radius:4px;min-width:12px;margin:0;padding:0;transition:opacity .15s,box-shadow .15s;position:absolute;top:6px;bottom:6px}@keyframes waveform-loading-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.waveform-segment-zone:hover{opacity:.32}.waveform-segment-active{opacity:.45;box-shadow:inset 0 0 0 1px #ffffff2e}.waveform-playhead{background:var(--foreground);width:2px;box-shadow:0 0 0 1px color-mix(in srgb, var(--background) 65%, transparent);will-change:left;z-index:4;pointer-events:none;opacity:.9;border-radius:999px;position:absolute;top:4px;bottom:4px;transform:translate(-50%)}.waveform-tooltip{background:var(--surface-3);border:1px solid var(--border);pointer-events:none;z-index:10;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;gap:6px;max-width:260px;padding:6px 10px;display:flex;position:absolute;bottom:calc(100% + 8px);overflow:hidden;transform:translate(-50%);box-shadow:0 2px 8px #00000040}.waveform-tooltip-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.waveform-tooltip-text{color:var(--foreground);text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.waveform-segment-list{background:var(--surface-2);border-radius:8px;flex-direction:column;gap:1px;display:flex}.waveform-segment-row{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:.9375rem;line-height:1.35;transition:background .12s,filter .12s;display:flex}.waveform-segment-row:hover{background:color-mix(in srgb, var(--foreground) 8%, transparent)}.waveform-segment-row-active{background:color-mix(in srgb, var(--foreground) 12%, transparent)}.waveform-segment-row-active:hover,.waveform-segment-row-active:focus-visible{background:color-mix(in srgb, var(--foreground) 18%, transparent);filter:brightness(1.06)}.waveform-segment-row:focus-visible{background:color-mix(in srgb, var(--foreground) 10%, transparent);outline:none}.waveform-segment-row-dot-slot{flex-shrink:0;justify-content:center;align-items:center;width:16px;display:inline-flex}.waveform-segment-row-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.waveform-segment-row-time{font-variant-numeric:tabular-nums;color:var(--muted);flex-shrink:0;min-width:28px;font-size:.8125rem}.waveform-segment-row-text{flex:1;min-width:0}.waveform-empty-state{color:var(--muted);text-align:center;padding:12px 0;font-size:.875rem}.wave-text{color:var(--muted);margin:0;font-size:.75rem}.coach-toast{z-index:5;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);align-items:center;gap:10px;margin:0 auto 12px;padding:10px 14px;display:inline-flex;position:sticky;top:0}.coach-toast-chip{background:var(--warning-soft);color:var(--warning);border-radius:var(--radius-full);padding:3px 8px;font-size:.75rem;font-weight:500}.persona-bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);max-width:80%;padding:14px 16px}.persona-bubble.minimal{max-width:80%;padding:12px 14px}.persona-chip{background:var(--surface-3);border-radius:var(--radius-full);color:var(--muted);align-items:center;gap:5px;margin-bottom:8px;padding:3px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.recorder-shell{gap:8px;width:100%;max-width:760px;margin:0 auto;display:grid}.recorder-button-stack{justify-items:center;gap:8px;display:grid;position:relative}.recorder-stopwatch{border-radius:var(--radius-full);background:var(--background);letter-spacing:0;min-width:48px;height:20px;color:var(--muted);opacity:0;pointer-events:none;visibility:hidden;justify-content:center;align-items:center;padding:0 8px;font-size:.9375rem;font-weight:500;transition:opacity .12s;display:inline-flex;position:absolute;top:-28px;left:50%;transform:translate(-50%)}.recorder-stopwatch-visible{opacity:1;visibility:visible}.recorder-stopwatch-ringing{animation:1.4s ease-in-out infinite recorder-stopwatch-ringing-pulse}@keyframes recorder-stopwatch-ringing-pulse{0%,to{opacity:.55}50%{opacity:1}}.recorder-button{color:#fff;cursor:pointer;border:1px solid #0000;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:64px;height:64px;min-height:64px;padding:0;transition:all .15s;display:inline-flex}.recorder-button:hover,.recorder-button:active{transform:none}.recorder-button-idle{background:#16a34a}.recorder-button-live{background:#dc2626}.recorder-button-ending{background:#ea580c}.recorder-button-icon{color:#fff;transform-box:fill-box;transform-origin:50%;width:34px;height:34px}.recorder-button-icon-start{transform:rotate(0)}.recorder-button-icon-end{transform:rotate(135deg)}.recorder-label-text{text-align:center;letter-spacing:.01em;color:var(--muted);font-size:.8125rem;font-weight:400;display:block}.vad-meter-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:color-mix(in srgb, var(--surface-2) 92%, var(--background));gap:8px;width:360px;max-width:100%;margin:0 auto;padding:12px 14px;display:grid}.vad-meter-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.vad-meter-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.vad-meter-badge{border-radius:var(--radius-full);background:color-mix(in srgb, var(--surface-3) 80%, transparent);min-height:22px;color:var(--muted);align-items:center;padding:0 9px;font-size:.75rem;font-weight:500;display:inline-flex}.vad-meter-badge-active{background:var(--success-soft);color:var(--success)}.vad-meter-track{border-radius:var(--radius-full);background:color-mix(in srgb, var(--surface-3) 88%, var(--background));height:12px;position:relative;overflow:hidden}.vad-meter-fill{border-radius:inherit;background:linear-gradient(90deg,#22c55e 0%,#84cc16 48%,#f97316 100%);height:100%;transition:width .1s linear}.vad-meter-fill-hot{background:linear-gradient(90deg,#22c55e 0%,#f59e0b 52%,#dc2626 100%)}.vad-meter-threshold{background:color-mix(in srgb, var(--foreground) 84%, transparent);width:2px;box-shadow:0 0 0 1px color-mix(in srgb, var(--background) 82%, transparent);margin-left:-1px;position:absolute;top:-2px;bottom:-2px}.vad-meter-threshold-start{background:#dc2626}.vad-meter-threshold-end{background:#2563eb}.vad-meter-values-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.vad-meter-value-card{border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface-3) 86%, transparent);gap:4px;min-width:0;padding:8px 9px;display:grid}.vad-meter-value-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.vad-meter-value-number{font-variant-numeric:tabular-nums;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;overflow:hidden}.vad-meter-caption{color:var(--muted);font-size:.8125rem;line-height:1.4}.vad-silence-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.vad-silence-remaining{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:.8125rem}.vad-silence-track{height:10px}.vad-silence-fill{border-radius:inherit;background:color-mix(in srgb, var(--surface-3) 90%, var(--background));height:100%;transition:width 70ms linear}.vad-silence-fill-active{background:linear-gradient(90deg,#2563eb 0%,#38bdf8 100%)}.recorder-hint{text-align:center;color:var(--muted);margin:0;font-size:.9375rem;line-height:1.5}.recorder-button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.recorder-error{background:var(--danger-bg);color:var(--danger-foreground);border-radius:var(--radius-md);text-align:center;padding:10px 14px;font-size:.9375rem}.recorder-warning{background:color-mix(in srgb, #f59e0b 14%, var(--surface-2));color:color-mix(in srgb, #92400e 86%, var(--foreground));border:1px solid color-mix(in srgb, #f59e0b 36%, var(--border));border-radius:var(--radius-md);text-align:center;opacity:0;visibility:hidden;min-height:44px;padding:10px 14px;font-size:.9375rem}.recorder-warning-visible{opacity:1;visibility:visible}.call-analysis-banner{text-align:center;justify-items:center;gap:6px;width:100%;padding:4px 0;display:grid}.call-analysis-status{justify-content:center;align-items:center;gap:10px;display:inline-flex}.call-analysis-status-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:700}.review-surface{border:1px solid var(--border);background:var(--surface-2);border-radius:var(--radius-lg);text-align:left;gap:16px;width:100%;max-width:800px;margin:0 auto;padding:16px;display:grid}.review-hero{align-items:center;gap:12px;display:flex}.review-hero-head{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.review-hero-status,.review-hero-score{display:none}.review-hero-pending{align-items:center}.review-hero-status-pending{display:none}.review-hero-summary{color:var(--foreground);flex:1;min-width:0;margin:0;font-size:.9375rem;line-height:1.6}.review-surface-breakdown{border-top:1px solid var(--border);padding-top:14px}.call-review-expanded-grid{gap:0;display:grid}.call-review-expanded-section{align-items:center;gap:10px;padding:6px 0;display:flex}.call-review-expanded-section-content{flex:1;gap:2px;min-width:0;display:grid}.call-review-expanded-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:700}.call-review-expanded-text{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:.9375rem;line-height:1.5}.bucket-score-ring{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.bucket-score-ring-label{color:var(--foreground);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;inset:0}.score-ring-wrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.score-ring-svg{display:block}.score-ring-label{color:var(--foreground);justify-content:center;align-items:center;font-size:.8125rem;font-weight:800;display:flex;position:absolute;inset:0}.score-ring-label-pending{color:var(--muted);font-weight:600}.score-ring-spin{animation:1.6s linear infinite score-ring-rotate}@keyframes score-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.review-progress-steps{flex:1;gap:4px;min-width:0;display:grid}.review-progress-step{align-items:center;display:inline-flex}.review-progress-step-text{color:var(--foreground);font-size:.875rem;font-weight:500}.review-progress-detail{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.4}.spacebar-key{vertical-align:middle;height:22px;box-shadow:none;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-shadow:none;background:#000;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75em;font-weight:600;line-height:1;display:inline-flex}.recorder-label{justify-content:center;align-items:center;gap:10px;display:inline-flex}.recorder-label-text{justify-self:center}.spacebar-key.spacebar-key-ghost{visibility:hidden}@media (max-width:768px){.spacebar-key{display:none}}@media (max-width:1024px){.app-shell{flex-direction:column}.sidebar,.desktop-theme-toggle{display:none}.app-main{gap:0;height:auto;min-height:100vh;padding:0;overflow:visible}.simple-shell{max-width:100%;padding:16px 16px 0}.call-topbar{text-align:center;flex-direction:column}.call-thread{padding-right:8px}.simple-thread{padding-bottom:0;padding-right:8px}.scorecard{width:min(520px,88%);max-width:88%;margin-left:auto}.persona-bubble,.persona-bubble.minimal{max-width:100%}.scorecard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.call-footer{background:var(--background);border-top:1px solid var(--border);padding:16px 0 20px;position:sticky;bottom:0}.metric-simple{grid-template-columns:1fr}}@media (max-width:640px){.scorecard{width:min(520px,92%);max-width:92%;padding:12px 14px}.scorecard-metrics{grid-template-columns:1fr}.call-thread{padding-right:4px}.simple-shell{padding:12px 12px 0}.recorder-shell{max-width:100%}}.relative{position:relative}.absolute{position:absolute}.z-0{z-index:0}.z-10{z-index:10}.top-1\/2{top:50%}.left-1\/2{left:50%}.transform-center{transform:translate(-50%,-50%)}.pointer-events-none{pointer-events:none}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.rounded-full{border-radius:9999px}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.landing-title{letter-spacing:-.04em;background:linear-gradient(180deg, var(--foreground) 0%, var(--muted) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,4.7vw,3.75rem);font-weight:600;line-height:1.1}.site-footer{width:100%;padding-left:2rem;padding-right:2rem}.site-footer-row{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.site-footer-copyright{justify-self:start}.site-footer-links{flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:.5rem;display:flex}.site-footer-link{border-radius:var(--radius-sm);opacity:.7;align-items:center;padding:.25rem .5rem;transition:background-color .15s,opacity .15s;display:inline-flex}.site-footer-link:hover{background:var(--panel-strong);opacity:.85}.site-footer-separator{opacity:.4}.site-footer-spacer{justify-self:end}@media (max-width:640px){.site-footer{padding-left:1rem;padding-right:1rem}.site-footer-row{grid-template-columns:1fr;gap:.5rem}.site-footer-copyright{text-align:center;justify-self:center}.site-footer-links{justify-self:center}}.glow-bg{background:radial-gradient(circle, var(--panel-strong) 0%, transparent 70%)}.nav-link{color:var(--muted);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--foreground)}@media (min-width:640px){.sm-flex-row{flex-direction:row}}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.2}.bg-background{background-color:var(--background)}.text-foreground{color:var(--foreground)}.tracking-tighter{letter-spacing:-.05em}.min-w-200{min-width:200px}.glow-container{width:600px;height:600px}.landing-page{position:relative}.landing-page>header,.landing-page>.site-footer{position:absolute;left:0;right:0}.landing-page>header{top:0}.landing-page>.site-footer{bottom:0}.landing-main{min-height:100vh}.flip-line{justify-content:center;width:100%;margin-top:.2rem;display:flex}.flip-wrapper{perspective:900px;place-items:center;min-height:1.2em;display:grid;position:relative}.flip-chunk{color:var(--muted);transform-origin:0 100%;will-change:transform, opacity;-webkit-text-fill-color:currentColor;opacity:0;pointer-events:none;grid-area:1/1;justify-content:center;align-items:center;transition:opacity .25s;display:inline-flex}.flip-chunk.cycle{animation:14.4s ease-in-out infinite flipCycle;animation-delay:calc(var(--i,0) * 1.6s);animation-fill-mode:both}@keyframes flipUp{0%{opacity:0;transform:rotateX(-80deg)translateY(6px)}55%{opacity:1;transform:rotateX(12deg)translateY(0)}to{opacity:1;transform:rotateX(0)}}@keyframes flipCycle{0%{opacity:0;transform:rotateX(-80deg)translateY(6px)}5%{opacity:1;transform:rotateX(10deg)translateY(0)}20%{opacity:1;transform:rotateX(0)}30%{opacity:0;transform:rotateX(70deg)translateY(-6px)}to{opacity:0}}.flip-chunk.active{color:var(--foreground);opacity:1;animation:.7s flipUp}.flip-chunk:not(.active):not(.cycle){opacity:0;animation:none}.modern-input{border-radius:var(--radius-full);border:1px solid var(--border);background-color:var(--surface-3);width:100%;color:var(--foreground);outline:none;padding:12px 20px;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:border-color .15s,background-color .15s;display:block}.modern-input:focus{border-color:var(--muted);background-color:var(--surface-2)}.modern-input-invalid,.modern-input-invalid:focus{border-color:var(--danger)}.share-email-row{position:relative}.share-email-remove{opacity:.5;flex-shrink:0;width:28px;height:28px;padding:0;transition:opacity .12s}.share-email-row:hover .share-email-remove,.share-email-row:focus-within .share-email-remove,.share-email-remove:hover,.share-email-remove:focus{opacity:1}.modern-input::placeholder{color:var(--muted);font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;opacity:1}textarea.modern-input{border-radius:var(--radius-lg);padding:12px 16px}textarea.modern-input::placeholder{white-space:normal;overflow-wrap:break-word}.new-scenario-details-input{resize:none;height:calc(4.5em + 26px);min-height:calc(4.5em + 26px);max-height:calc(4.5em + 26px);overflow:hidden auto}.new-scenario-details-input::placeholder{white-space:normal;text-overflow:clip;overflow:visible}.dropdown-option{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 12px;font-size:14px;transition:background .1s;display:block}.dropdown-option:hover{background:var(--surface-1)}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;width:min(560px,100%);max-height:min(760px,100dvh - 160px);animation:.2s slideInFromBottom;display:flex;overflow:hidden;box-shadow:0 18px 60px #00000059}.new-scenario-dialog{max-height:min(860px,100dvh - 40px)}.new-scenario-dialog .modal-body{overflow:hidden auto}.new-scenario-dialog .modal-footer{background:var(--surface-2);border-top:1px solid var(--border)}.new-scenario-dialog .info-tooltip-wrapper[data-open=true]{z-index:101}.modal-title{letter-spacing:-.015em;margin:0;font-size:1.25rem;font-weight:700}.modal-description{color:var(--muted);margin:0;font-size:.875rem;line-height:1.4}.share-context-note{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--muted);background:var(--surface-2);margin:10px 0 0;padding:9px 11px;font-size:.8125rem;line-height:1.35}.modal-form{gap:16px;display:grid}.modal-field{gap:8px;display:grid}.modal-field-label{color:var(--foreground);font-size:.875rem;font-weight:600;line-height:1.2}.modal-field-label-with-tooltip{align-items:baseline;gap:6px;display:inline-flex}.modal-field-label-with-tooltip .info-tooltip-wrapper{transform:translateY(-1.5px)}.account-settings-dialog{width:min(520px,100%);max-height:min(720px,100vh - 48px)}.account-settings-dialog .modal-title{font-size:1.125rem}.account-settings-header-copy{gap:4px;min-width:0;display:grid}.account-settings-subtitle{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.35}.account-settings-body{gap:16px;display:grid}.account-context-field{gap:6px;display:grid}.account-context-textarea{min-height:112px;max-height:220px;padding:11px 14px;font-size:.875rem;line-height:1.45;overflow-y:auto!important}.account-context-hint{color:var(--muted);font-size:.8125rem;line-height:1.35}.account-context-readonly{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:var(--surface-3);color:var(--foreground);white-space:pre-wrap;word-break:break-word;min-height:112px;max-height:220px;padding:11px 14px;font-size:.875rem;line-height:1.45;overflow-y:auto}.account-context-readonly-empty{color:var(--muted)}.account-settings-footer{justify-content:flex-end;gap:8px;display:flex}.account-settings-footer .btn{min-width:84px;padding:9px 18px;font-size:.875rem}.modal-copy-row{align-items:flex-start;gap:10px;display:flex}.modal-copy-row .modern-input{flex:1}.modal-copy-button{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-3);width:48px;min-height:48px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.modal-copy-button:hover{background:var(--surface-2)}.modal-copy-button.copied{background:var(--success-soft);color:var(--success);border-color:#10b98159}.scenario-picker{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-3);overflow:hidden}.scenario-picker-scroll{max-height:280px;overflow:auto}.scenario-picker-empty{padding:12px;font-size:.875rem}.scenario-picker-item{cursor:pointer;border-top:1px solid var(--border);background:0 0;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.scenario-picker-item:first-child{border-top:none}.scenario-picker-item.selected{background:var(--surface-2)}.scenario-picker-content{flex:1;min-width:0}.scenario-picker-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.scenario-picker-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.scenario-picker-updated{flex:none;font-size:.75rem}.scenario-picker-meta{align-items:center;gap:8px;margin-top:4px;display:flex}.scenario-picker-persona{font-size:.75rem}.share-member-count{color:var(--muted-foreground);font-weight:400}.share-member-list{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:2px;max-height:260px;padding:4px;display:flex;overflow-y:auto}.share-member-row{cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background-color .12s;display:flex;position:relative}.share-member-row:hover{background:var(--panel)}.share-member-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.share-member-input:focus-visible~.share-member-email{outline:2px solid var(--foreground);outline-offset:2px;border-radius:4px}.share-member-email{min-width:0;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;overflow:hidden}.share-member-check{border:1.5px solid var(--border);background:var(--surface-1);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .12s,border-color .12s,color .12s;display:flex}.share-member-check svg{opacity:0;transition:opacity .12s,transform .12s;transform:scale(.6)}.share-member-row.selected .share-member-check{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.share-member-row.selected .share-member-check svg{opacity:1;transform:scale(1)}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px 14px;display:flex}.modal-body{flex:auto;min-height:0;padding:14px 22px 16px;overflow:hidden auto}.modal-footer{background:var(--surface-2);flex-shrink:0;padding:14px 22px 18px}.modal-close-button{border-radius:var(--radius-md);width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.modal-close-button:hover{background:var(--surface-3);color:var(--foreground);border-color:var(--border)}.modal-close-button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.billing-modal-dialog{width:min(480px,100%);max-height:min(780px,100vh - 32px)}.billing-modal-dialog .btn{border-radius:10px;padding:9px 18px}.billing-price{color:var(--foreground);letter-spacing:-.005em;margin:0;font-size:.9375rem;font-weight:600}.billing-price-unit{color:var(--muted);margin-left:2px;font-size:.8125rem;font-weight:500}.billing-helper-text-warning{color:var(--warning)}.billing-modal-header{align-items:center;gap:10px;padding:10px 22px}.billing-modal-header .modal-title{letter-spacing:-.01em;font-size:1.0625rem}.billing-modal-header-copy{flex:auto;gap:4px;min-width:0;display:grid}.billing-modal-body{gap:8px;min-height:0;display:grid}.billing-modal-loading{text-align:center;color:var(--muted);margin:0;padding:20px;font-size:.875rem}.billing-section{gap:12px;min-width:0;display:grid}.billing-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.billing-section-title{letter-spacing:-.005em;margin:0;font-size:.9375rem;font-weight:600;line-height:1.25}.billing-section-actions{margin-top:4px}.billing-chip{border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.billing-chip-success{background:var(--success-soft);color:var(--success);border-color:#10b98159}.billing-chip-warning{color:color-mix(in srgb, var(--warning) 80%, var(--muted));background:0 0;border-color:#0000;padding:0;font-weight:500}.billing-chip-subtle{color:color-mix(in srgb, var(--foreground) 75%, transparent);background:0 0;border-color:#0000;padding:0;font-weight:500}.billing-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0;display:grid}.billing-metric{gap:4px;display:grid}.billing-metric dt{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.6875rem;font-weight:700}.billing-metric dd{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600}.billing-section-copy{color:var(--muted);margin:-2px 0 0;font-size:.8125rem;line-height:1.4}.billing-helper-text{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.5}.billing-upgrade-button{justify-self:start;min-width:150px}.billing-action-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.billing-action-row .btn{min-width:0}@media (max-width:640px){.billing-action-row .btn{flex:100%}}.billing-usage-bar-wrapper{gap:6px;display:grid}.billing-usage-bar{background:color-mix(in srgb, var(--foreground) 16%, transparent);border-radius:999px;height:6px;overflow:hidden}.billing-usage-fill{background:var(--primary);border-radius:999px;min-width:6px;height:100%;transition:width .2s}.billing-usage-fill-empty{background:0 0;min-width:0}.billing-usage-fill-warning{background:var(--warning)}.billing-usage-label{color:var(--muted);font-variant-numeric:tabular-nums;align-items:baseline;gap:3px;font-size:.75rem;display:inline-flex}.billing-usage-label-separator{opacity:.5}.billing-usage-label-suffix{margin-left:0}.billing-member-form{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.billing-member-input{border:1px solid var(--border);background:var(--surface-2);width:100%;min-width:0;height:38px;color:var(--foreground);border-radius:10px;padding:0 12px;font-size:.875rem;line-height:1.35}.billing-member-input:focus{border-color:var(--border);box-shadow:none;outline:none}.billing-member-list{border-top:1px solid color-mix(in srgb, var(--border) 60%, transparent);gap:0;max-height:220px;margin-top:4px;padding-right:2px;display:grid;overflow-y:auto}.billing-member-row{border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);justify-content:space-between;align-items:center;gap:8px;padding:8px 2px;display:flex}.billing-summary-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.8125rem;line-height:1.35;display:inline-flex}.billing-summary-meta-separator{opacity:.5}.billing-summary-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.billing-summary-meta-inline{white-space:nowrap;flex-shrink:0;align-self:center}.billing-member-email{color:var(--foreground);overflow-wrap:anywhere;font-size:.8125rem}.billing-member-remove{width:24px;height:24px;color:var(--muted);cursor:pointer;opacity:.65;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s,color .15s,background-color .15s;display:inline-flex}.billing-member-row:hover .billing-member-remove,.billing-member-row:focus-within .billing-member-remove,.billing-member-remove:focus-visible{opacity:1}.billing-member-remove:hover:not(:disabled){color:var(--foreground);background:color-mix(in srgb, var(--muted) 14%, transparent)}.billing-member-remove:disabled{opacity:.8;cursor:not-allowed}.billing-member-remove-spinner{animation:.9s linear infinite sidebar-spin}@media (hover:none){.billing-member-remove{opacity:.8}}.billing-section-divider{border:0;border-top:1px solid color-mix(in srgb, var(--border) 60%, transparent);width:100%;margin:0}.billing-leave-row{justify-content:flex-end;gap:8px;margin-top:2px;display:flex}.billing-leave-row .btn{color:var(--muted);padding:6px 14px;font-size:.8125rem}.billing-leave-row .btn:hover:not(:disabled){color:var(--foreground)}.billing-leave-confirm{gap:8px;margin-top:2px;display:grid}.billing-leave-confirm-text{color:var(--muted);text-align:right;margin:0;font-size:.8125rem;line-height:1.4}.billing-leave-row .btn.billing-leave-danger,.billing-leave-row .btn.billing-leave-danger:hover:not(:disabled){color:var(--danger,#e06262);border-color:color-mix(in srgb, var(--danger,#e06262) 40%, var(--border))}.billing-workspace-pane{gap:14px;min-width:0;display:grid}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.billing-skeleton-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.billing-skeleton-line,.billing-skeleton-bar,.billing-skeleton-chip{background:linear-gradient(90deg, var(--border) 0%, var(--surface-2) 50%, var(--border) 100%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite billing-skeleton-shimmer}.billing-skeleton-line{width:100%;height:10px}.billing-skeleton-line-title{width:55%;height:14px}.billing-skeleton-line-helper{width:80%;height:10px}.billing-skeleton-line-short{width:40%;height:10px}.billing-skeleton-bar{border-radius:999px;width:100%;height:6px}.billing-skeleton-chip{border-radius:999px;width:68px;height:20px}@keyframes billing-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.billing-skeleton-line,.billing-skeleton-bar,.billing-skeleton-chip{animation:none}}.billing-feature-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.billing-feature-item{color:color-mix(in srgb, var(--foreground) 85%, transparent);align-items:baseline;gap:8px;font-size:.8125rem;line-height:1.5;display:flex}.billing-feature-bullet{color:var(--muted);flex-shrink:0;line-height:1}@media (max-width:640px){.billing-metric-grid,.billing-member-form{grid-template-columns:1fr}}.dropdown-option[data-active=true]{background:var(--surface-2)}.auth-shell{flex-direction:column;min-height:100vh;display:flex}.auth-header-bar{z-index:20;justify-content:space-between;align-items:center;padding:24px 32px;display:flex;position:absolute;top:0;left:0;right:0}.auth-hero{flex:1;justify-content:center;align-items:center;padding:100px 24px 60px;display:flex;position:relative;overflow:hidden}.auth-panel{border-radius:var(--radius-xl);background:var(--surface-2);border:1px solid var(--border);z-index:10;width:100%;max-width:400px;padding:32px;position:relative}.auth-subtitle{color:var(--muted);font-size:.875rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.6875rem}.auth-divider{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);justify-content:center;align-items:center;gap:12px;font-size:.6875rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.google-button-spotlight{-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;background:0 0;border:none;border-radius:999px;justify-content:center;align-self:center;align-items:center;width:100%;max-width:340px;height:76px;margin:0 auto;padding:6px 0;display:flex;overflow:visible}.google-button-spotlight>div{justify-content:center;align-items:center;width:100%;display:flex}.google-button-spotlight iframe{margin:0 auto;display:block;width:100%!important;max-width:340px!important;height:64px!important}.auth-orb{filter:blur(90px);opacity:.35;z-index:0;position:absolute}.auth-orb-1{background:radial-gradient(circle,#ffffff24,#0000 65%);width:520px;height:520px;top:12%;left:20%}.auth-orb-2{background:radial-gradient(circle,#ffffff1f,#0000 70%);width:460px;height:460px;bottom:-6%;right:16%}.auth-grid{opacity:.4;z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:120px 120px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 70%);mask-image:radial-gradient(circle,#000,#0000 70%)}@media (max-width:640px){.auth-hero{padding:110px 16px 48px}.auth-panel{border-radius:18px;padding:24px}}.login-shell{background:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex;position:relative;overflow:hidden}.login-glow{background:radial-gradient(circle, var(--panel-strong) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-header{z-index:1;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.login-main{z-index:1;flex:1;justify-content:center;align-items:center;padding:32px 20px 48px;display:flex}.login-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;gap:20px;width:100%;max-width:380px;padding:32px;display:flex}.login-card-head{text-align:center;flex-direction:column;gap:4px;display:flex}.login-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:12px;font-size:.75rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.login-input{padding:10px 18px;font-size:.9375rem}@media (max-width:640px){.login-header{padding:20px 18px}.login-card{padding:22px}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-animate{opacity:0;animation:.8s ease-out forwards hero-fade-up}.hero-animate-delay-1{animation-delay:.1s}.hero-animate-delay-2{animation-delay:.2s}.hero-animate-delay-3{animation-delay:.35s}.hero-animate-delay-4{animation-delay:.5s}.hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-size:.875rem;font-weight:500}.proof-bar{color:var(--muted);opacity:.7;justify-content:center;align-items:center;gap:8px;margin-top:2.5rem;font-size:.8125rem;display:flex}.proof-dot{background:var(--muted);opacity:.5;border-radius:50%;width:4px;height:4px}.btn-hero{box-shadow:0 12px 30px var(--ring);padding:15px 32px;font-size:1rem;font-weight:600}@keyframes glow-pulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.75;transform:translate(-50%,-50%)scale(1.08)}}.glow-animated{animation:8s ease-in-out infinite glow-pulse}@media (prefers-reduced-motion:reduce){.hero-animate{opacity:1;animation:none}.btn-hero:before,.glow-animated{animation:none}}.info-tooltip-wrapper{align-items:center;display:inline-flex;position:relative}.info-tooltip-icon{width:14px;height:14px;color:inherit;appearance:none;cursor:pointer;opacity:.6;background:0 0;border:1px solid;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.5rem;font-weight:600;transition:opacity .15s;display:inline-flex}.info-tooltip-icon-glyph{line-height:1;display:block}.info-tooltip-wrapper:hover .info-tooltip-icon,.info-tooltip-wrapper[data-open=true] .info-tooltip-icon{opacity:1}.info-tooltip-content{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);white-space:normal;overscroll-behavior:contain;text-align:left;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;width:max-content;max-width:min(320px,100vw - 24px);max-height:calc(100vh - 24px);padding:8px 10px;font-size:.75rem;font-weight:400;line-height:1.4;transition:opacity .15s,visibility .15s;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.info-tooltip-content[data-open=true]{opacity:1;visibility:visible;pointer-events:auto}.pricing-header{background:var(--background);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0}.pricing-glow{opacity:1;width:720px;height:720px}.pricing-title{letter-spacing:-.04em;background:linear-gradient(180deg, var(--foreground) 0%, var(--muted) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:650;line-height:1.1}.pricing-subtitle{font-size:1.0125rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;max-width:52rem;margin:0 auto;display:grid}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:linear-gradient(180deg, var(--surface-2) 0%, var(--surface-1) 70%);border:1px solid var(--ring);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:2rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.pricing-card:hover{border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.pricing-card-head{gap:.5rem;margin-bottom:1.25rem;display:grid}.pricing-price{align-items:baseline;gap:.5rem;display:flex}.pricing-price-amount{letter-spacing:-.03em;font-size:2.75rem;font-weight:750}.pricing-price-unit{color:var(--muted);font-size:.95rem}.pricing-feature-list{gap:.75rem;margin:0 0 1.5rem;padding-left:1.25rem;list-style:outside;display:grid}.pricing-feature-item{color:var(--muted);line-height:1.5}.pricing-legal{max-width:36rem;margin:3rem auto 0}.text-success{color:var(--success)}.prose-content h2{color:var(--foreground)}.prose-content p{color:var(--muted)}.admin-share-page{background:var(--surface-2);grid-template-columns:minmax(0,1fr);align-content:start;gap:18px;min-height:100vh;padding:24px;display:grid}.admin-tab-nav{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);width:min(1360px,100%);box-shadow:var(--shadow-sm);align-items:center;gap:6px;margin:0 auto;padding:6px;display:flex}.admin-tab-link{border-radius:var(--radius-sm);color:var(--muted);padding:8px 14px;font-size:.9rem;font-weight:600;text-decoration:none}.admin-tab-link:hover,.admin-tab-link.active{background:var(--surface-2);color:var(--foreground)}.admin-tab-back{border-radius:var(--radius-sm);color:var(--muted);margin-left:auto;padding:8px 14px;font-size:.9rem;font-weight:600;text-decoration:none}.admin-tab-back:hover{background:var(--surface-2);color:var(--foreground)}.admin-template-form{gap:14px;margin-top:12px;display:grid}.admin-template-list{gap:14px;margin-top:18px;display:grid}.admin-template-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);padding:16px}.admin-template-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.admin-template-actions-row{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:.84rem;display:flex}.admin-template-card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-template-delete-button:hover:not(:disabled){border-color:color-mix(in srgb, var(--danger) 24%, transparent);background:var(--danger-bg);color:var(--danger-foreground)}.admin-template-card-head h2{margin:0;font-size:1.05rem}.admin-template-card-head small{color:var(--muted);font-size:.8rem}.admin-template-content-grid span{color:var(--muted);font-size:.76rem;font-weight:650}.admin-template-content-grid{grid-template-columns:minmax(220px,.7fr) minmax(260px,1fr);gap:12px;display:grid}.admin-template-content-grid>div{gap:6px;display:grid}.admin-template-content-grid p{color:var(--foreground);margin:0;font-size:.9rem;line-height:1.45}.admin-template-version-body{white-space:pre-wrap;word-break:break-word;font:inherit;color:var(--muted);margin:0;font-size:.85rem}.admin-template-delete-dialog{max-width:480px}.admin-template-delete-summary{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);gap:8px;padding:12px;display:grid}.admin-template-delete-summary span{color:var(--muted);font-size:.82rem}.admin-template-delete-summary strong{font-size:.94rem;line-height:1.45}.admin-template-delete-footer{justify-content:flex-end;gap:10px;display:flex}.admin-template-confirm-delete-button{border-color:var(--danger);background:var(--danger);color:#fff}.admin-share-mode-tabs{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);gap:2px;margin:4px 0 14px;padding:3px;display:inline-flex}.admin-share-mode-tab{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:600}.admin-share-mode-tab.active{background:var(--surface-1);color:var(--foreground);box-shadow:var(--shadow-sm)}.admin-share-paste-block{gap:10px;margin-bottom:14px;display:grid}.admin-share-paste-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-share-paste-actions small{color:var(--muted);font-size:.78rem}.admin-share-rows-list{gap:12px;margin-bottom:12px;display:grid}.admin-share-row-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1);gap:12px;padding:14px;display:grid}.admin-share-row-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-share-row-card-index{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.admin-share-row-card-remove{border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;background:0 0;border:none;margin:-4px -8px;padding:4px 8px;font-size:.85rem}.admin-share-row-card-remove:hover{color:var(--danger-foreground);background:var(--danger-bg)}.admin-share-row-card-fields{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}@media (max-width:640px){.admin-share-row-card-fields{grid-template-columns:1fr}}.admin-share-row-field{gap:4px;min-width:0;display:grid}.admin-share-row-field>span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:700}.admin-share-row-field>span>small{text-transform:none;letter-spacing:0;color:var(--muted);opacity:.85;margin-left:6px;font-weight:500;display:inline}.admin-share-row-field input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-0,var(--surface-1));width:100%;height:36px;color:var(--foreground);font:inherit;padding:0 10px}.admin-share-row-context{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-0,var(--surface-1));width:100%;min-height:76px;color:var(--foreground);font:inherit;resize:vertical;padding:8px 10px;line-height:1.4}.admin-share-rows-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-share-failures{border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger-foreground);border:1px solid #ef444452;margin-top:16px;padding:12px 14px}.admin-share-failures strong{margin-bottom:6px;font-size:.9rem;display:block}.admin-share-failures ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.admin-share-failures li{flex-wrap:wrap;gap:8px;font-size:.85rem;display:flex}.admin-share-failures li small{color:var(--danger-foreground);opacity:.85;font-size:.8rem}.admin-share-panel{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);width:min(1360px,100%);min-width:0;box-shadow:var(--shadow-sm);margin:0 auto;padding:22px}.admin-share-heading,.admin-share-list-heading,.admin-share-summary{align-items:center;gap:12px;display:flex}.admin-share-heading,.admin-share-list-heading{justify-content:space-between}.admin-share-heading{margin-bottom:18px}.admin-share-list-heading{margin-bottom:16px}.admin-share-heading h1,.admin-share-list-heading h2,.admin-share-panel h1{margin:0 0 6px;font-size:1.5rem;line-height:1.2}.admin-share-heading p,.admin-share-list-heading p,.admin-share-panel p{color:var(--muted);margin:0;line-height:1.5}.admin-share-error{border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger-foreground);border:1px solid #ef444438;margin-bottom:18px;padding:10px 12px;font-size:.9rem}.admin-share-error-text{color:var(--danger-foreground);margin-top:6px;font-size:.78rem;line-height:1.35;display:block}.admin-share-form-grid{grid-template-columns:minmax(260px,1.2fr) minmax(220px,1fr);align-items:start;gap:14px;margin-bottom:14px;display:grid}.admin-share-field,.admin-share-submit-field{color:var(--foreground);gap:8px;font-size:.9rem;font-weight:600;display:grid}.admin-share-submit-field>span{visibility:hidden}.admin-share-field select,.admin-share-field input,.admin-share-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);width:100%;color:var(--foreground);font:inherit;font-weight:400}.admin-share-field input,.admin-share-field select{height:42px;padding:0 12px}.admin-scenario-picker{position:relative}.admin-scenario-picker input{padding-right:34px}.admin-scenario-picker-trigger{border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:32px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;position:absolute;top:1px;right:1px}.admin-scenario-picker-trigger:before{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;position:absolute;top:15px;left:10px;transform:rotate(45deg)}.admin-scenario-picker-trigger:disabled{cursor:not-allowed}.admin-scenario-picker-menu{z-index:20;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);max-height:244px;box-shadow:var(--shadow-sm);padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.admin-scenario-picker-option{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;gap:2px;padding:7px 9px;display:grid}.admin-scenario-picker-option:hover,.admin-scenario-picker-option:focus-visible,.admin-scenario-picker-option.selected{background:var(--surface-2);outline:none}.admin-scenario-picker-title{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.25;overflow:hidden}.admin-scenario-picker-meta,.admin-scenario-picker-empty{color:var(--muted);font-size:.75rem;font-weight:400;line-height:1.3}.admin-scenario-picker-empty{padding:10px}.admin-share-field textarea{resize:vertical;min-height:148px;padding:12px;line-height:1.5}.button-primary,.button-secondary{border-radius:var(--radius-sm);min-height:42px;font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:0 14px;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex}.button-primary{border:1px solid var(--primary);background:var(--primary);color:var(--primary-foreground)}.button-secondary,.admin-share-delete-button{border:1px solid var(--border);background:var(--surface-1);color:var(--foreground)}.button-primary:disabled,.button-secondary:disabled,.admin-share-delete-button:disabled{opacity:.55;cursor:not-allowed}.admin-share-summary{grid-template-columns:1fr;gap:12px;margin-bottom:16px;display:grid}.admin-share-summary-group{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);gap:10px;padding:12px;display:grid}.admin-share-summary-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-share-summary-header>div{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);gap:4px;min-width:108px;padding:8px 10px;display:grid}.admin-share-summary-group h3{color:var(--muted);text-transform:uppercase;margin:0;font-size:.78rem;font-weight:750}.admin-share-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.admin-share-status-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px 12px 16px;display:flex;position:relative}.admin-share-status-card:before{content:"";background:var(--border);border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.admin-share-status-card.pending:before{background:var(--muted);opacity:.4}.admin-share-status-card.expired:before{background:var(--warning)}.admin-share-status-card.imported:before{background:var(--success)}.admin-share-status-card strong{font-variant-numeric:tabular-nums;text-align:right;flex:none;font-size:1.5rem;font-weight:700;line-height:1}.admin-share-status-card-copy{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.admin-share-status-card-copy span{color:var(--foreground);font-size:.82rem;font-weight:700;line-height:1.2}.admin-share-status-card-copy small{color:var(--muted);font-size:.72rem;font-weight:500;line-height:1.35}.admin-share-table-wrap{overflow-x:auto}.admin-share-table{border-collapse:collapse;width:100%;min-width:1200px}.admin-share-table th,.admin-share-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:14px 12px;font-size:.9rem}.admin-share-table th{color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:.74rem;font-weight:700}.admin-share-sort-button{color:inherit;font:inherit;font-weight:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.admin-share-sort-arrow{width:8px;height:12px;color:var(--muted);opacity:.55;position:relative}.admin-share-sort-arrow:before,.admin-share-sort-arrow:after{content:"";border-left:3px solid #0000;border-right:3px solid #0000;position:absolute;left:1px}.admin-share-sort-arrow:before{border-bottom:4px solid;top:1px}.admin-share-sort-arrow:after{border-top:4px solid;bottom:1px}.admin-share-sort-arrow.active{color:var(--foreground);opacity:1}.admin-share-sort-arrow.active.ascending:after,.admin-share-sort-arrow.active.descending:before{opacity:.25}.admin-share-primary-text{color:var(--foreground);white-space:nowrap;font-weight:500}.admin-share-email-content-cell{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.admin-share-email-content-cell small{color:var(--muted);font-size:.76rem;line-height:1.35}.admin-share-email-copy-button{border:1px solid var(--border);min-width:62px;height:26px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.78rem;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.admin-share-email-copy-button:hover{color:var(--foreground);border-color:var(--foreground)}.admin-share-email-copy-button.copied{color:var(--success);background:var(--success-soft);border-color:#10b9814d}.admin-share-email-copy-button small{border-left:1px solid var(--border);font-variant-numeric:tabular-nums;opacity:.7;margin-left:6px;padding-left:6px;font-size:.72rem;font-weight:500}.admin-share-open-breakdown,.admin-share-timeline{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-share-open-breakdown span,.admin-share-timeline span{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);min-height:28px;color:var(--muted);white-space:nowrap;align-items:center;gap:5px;padding:0 8px;font-size:.8rem;line-height:1;display:inline-flex}.admin-share-open-breakdown strong,.admin-share-timeline strong{color:var(--foreground);font-size:.84rem;font-weight:700;line-height:1}.admin-share-timeline{max-width:520px}.admin-share-delete-button{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.admin-share-delete-button:hover:not(:disabled){border-color:color-mix(in srgb, var(--danger) 24%, transparent);background:var(--danger-bg);color:var(--danger-foreground)}.admin-share-delete-button svg{width:16px;height:16px}.admin-share-status{border-radius:var(--radius-sm);white-space:nowrap;align-items:center;min-height:26px;padding:0 9px;font-size:.82rem;font-weight:700;display:inline-flex}.admin-share-status-cell{flex-direction:column;align-items:center;gap:5px;display:inline-flex}.admin-share-roleplay-duration{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:5px;font-size:.76rem;line-height:1;display:inline-flex}.admin-share-roleplay-duration svg{opacity:.85;width:11px;height:11px}.admin-share-status.imported{background:var(--success-soft);color:var(--success)}.admin-share-status.pending{background:var(--surface-2);color:var(--muted)}.admin-share-status.expired,.admin-share-status.expired_opened{background:var(--warning-soft);color:var(--warning)}.admin-share-empty{color:var(--muted);text-align:center}.admin-share-empty-cell{color:var(--muted);font-size:.82rem}@media (max-width:760px){.admin-share-page{padding:16px}.admin-share-panel{padding:18px}.admin-share-heading,.admin-share-list-heading{flex-direction:column;align-items:flex-start}.admin-share-form-grid,.admin-share-summary,.admin-template-content-grid{grid-template-columns:1fr}.admin-share-summary-header{flex-direction:column;align-items:flex-start}.admin-share-summary-header>div{width:100%}.admin-share-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-template-card-head,.admin-template-actions-row{flex-direction:column;align-items:flex-start}.admin-template-card-actions{width:100%}.admin-template-card-actions .button-secondary{flex:150px}.admin-share-table-wrap{overflow-x:visible}.admin-share-table{border-collapse:separate;border-spacing:0 10px;min-width:0}.admin-share-table thead{display:none}.admin-share-table,.admin-share-table tbody,.admin-share-table tr,.admin-share-table td{width:100%;display:block}.admin-share-table tr{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);overflow:hidden}.admin-share-table td{border-bottom:1px solid var(--border);grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;display:grid}.admin-share-table td:last-child{border-bottom:0}.admin-share-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:750;line-height:1.4}.admin-share-table td[colspan]{display:block}.admin-share-table td[colspan]:before{content:none}.admin-share-open-breakdown,.admin-share-timeline{align-items:flex-start}}
