:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#111213;--surface-1:#1a1c1e;--surface-2:#212427;--surface-3:#282c30;--hairline:#26292d;--hairline-strong:#34383d;--ink:#f4f1ea;--ink-muted:#c9c5bb;--ink-subtle:#8b8e96;--accent:#d9463a;--accent-soft:color-mix(in srgb, var(--accent) 18%, transparent);--success:#4f9d69;--warning:#d4a72c;--danger:#c0392b;--accent-text:color-mix(in srgb, var(--accent) 72%, white);--accent-hud:color-mix(in srgb, var(--accent) 85%, white);--danger-text:color-mix(in srgb, var(--danger) 62%, white);--success-text:color-mix(in srgb, var(--success) 62%, white);--warning-text:color-mix(in srgb, var(--warning) 88%, white);--t-display:32px;--t-title:24px;--t-card-title:17px;--t-body:15px;--t-body-sm:13.5px;--t-caption:12px;--t-label:11.5px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@supports (color:oklch(from red l c h)){:root{--accent-text:oklch(from var(--accent) max(l, .72) c h);--accent-hud:oklch(from var(--accent) max(l, .58) c h)}}*{box-sizing:border-box}html,body{overflow-x:clip}body{background:var(--canvas);color:var(--ink);padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);-webkit-text-size-adjust:100%;margin:0}main{max-width:480px;margin:0 auto;padding:1.5rem 1rem}.center{text-align:center;padding:3rem 1rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}a,button,[role=button],.switch-row{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a,button,[role=button]{-webkit-touch-callout:none}.stage,.stage-overlay,.stage-hud,.workshop-hud,.camcheck{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.stage input,.stage textarea,.stage-overlay input,.stage-overlay textarea{-webkit-user-select:text;user-select:text}input,textarea,select{font:inherit;font-size:var(--t-body);border:1px solid var(--hairline-strong);background:var(--surface-1);color:var(--ink);border-radius:8px;padding:10px 12px;transition:border-color .15s ease-out}textarea{width:100%}input::placeholder,textarea::placeholder{color:var(--ink-subtle)}input:focus,textarea:focus,select:focus{border-color:var(--accent)}button{font:inherit;background:var(--accent);color:var(--on-accent,#fff);border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600}a{color:var(--accent-text)}.muted{color:var(--ink-subtle);font-size:var(--t-body-sm)}.row-inline{flex-wrap:wrap;align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.btn-ghost{font:inherit;min-height:36px;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .15s ease-out,color .15s ease-out;display:inline-flex}.btn-ghost:disabled{opacity:.6;cursor:default}@media (hover:hover){.btn-ghost:hover{background:var(--surface-1);color:var(--ink)}.stage-card .btn-ghost:hover,.empty-state .btn-ghost:hover{background:var(--surface-2)}}.dot{background:var(--accent);border-radius:50%;width:.5rem;height:.5rem;margin-left:.5rem;display:inline-block}.feedback{border-left:3px solid var(--hairline-strong);background:var(--surface-1);margin:.5rem 0;padding:.75rem 1rem}.stills-strip{gap:12px;padding:4px 0 8px;display:flex;overflow-x:auto}.stills-strip figure{flex:none;width:7.5rem;margin:0}.stills-strip img{aspect-ratio:3/4;object-fit:cover;background:#000;border-radius:16px;width:100%}.stills-strip figcaption{font-size:var(--t-caption);color:var(--ink-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;overflow:hidden}.still-btn{background:0 0;border:0;width:100%;padding:0;display:block}.swatches{flex-wrap:wrap;gap:.6rem;margin:1rem 0;display:flex}.swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:2.6rem;height:2.6rem;padding:0}.swatch.active{border-color:var(--ink)}.swatch.custom{border:2px dashed var(--hairline-strong);place-items:center;display:grid}.swatch.custom input{opacity:0;cursor:pointer;width:100%;height:100%}.brand-preview{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:16px 20px;display:flex}.brand-preview .btn-primary{margin-top:0}.stage{background:var(--canvas);max-width:none;padding:0;position:fixed;inset:0}.stage-cam{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.stage-overlay{background:radial-gradient(120% 100% at 50% 8%, color-mix(in srgb, var(--canvas) 55%, transparent), color-mix(in srgb, var(--canvas) 88%, transparent));padding:calc(24px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));justify-content:center;align-items:safe center;display:flex;position:absolute;inset:0;overflow-y:auto}.stage-card{background:var(--surface-1);border:1px solid var(--hairline);text-align:left;border-radius:16px;flex-direction:column;width:100%;max-width:420px;padding:28px 24px 24px;display:flex}.stage-eyebrow{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--accent-text);margin:0;font-weight:600}.stage-title{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);text-wrap:balance;margin:.3rem 0 0;font-weight:650}.stage-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);margin:.5rem 0 1.25rem;line-height:1.5}.stage-card-status{text-align:left;align-items:flex-start}.stage-card-status .stage-sub{margin-bottom:.25rem}.stage-eyebrow-danger{color:var(--danger,var(--accent))}.stage-spinner{border:2.5px solid var(--hairline-strong);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;margin-bottom:.75rem;animation:.8s linear infinite stage-spin}@keyframes stage-spin{to{transform:rotate(360deg)}}.call-sheet-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.call-sheet-label{font-size:var(--t-label);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-subtle);font-weight:600}.call-sheet-count{font-size:var(--t-label);color:var(--ink-muted);background:var(--surface-3);font-variant-numeric:tabular-nums;border-radius:9999px;padding:2px 9px;font-weight:700}.call-sheet-wrap{margin:0 0 1.5rem;position:relative}.call-sheet{border:1px solid var(--hairline);border-radius:12px;flex-direction:column;max-height:220px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.call-sheet-wrap:after{content:"";pointer-events:none;background:linear-gradient(transparent, var(--surface-1));border-radius:0 0 11px 11px;height:34px;position:absolute;bottom:1px;left:1px;right:1px}.call-sheet-wrap[data-full=true]:after{display:none}.call-sheet-item{border-bottom:1px solid var(--hairline);align-items:center;gap:10px;padding:8px 12px;display:flex}.call-sheet-item:last-child{border-bottom:none}.call-sheet-num{background:var(--surface-3);width:20px;height:20px;color:var(--ink-muted);font-size:var(--t-label);font-variant-numeric:tabular-nums;border-radius:6px;flex:none;place-items:center;font-weight:700;display:grid}.call-sheet-name{min-width:0;font-size:var(--t-body-sm);color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.call-sheet-hold{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums;flex:none}.stage-toggles{flex-direction:column;gap:4px;margin-bottom:1.25rem;display:flex}.switch-row{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 4px;transition:background-color .15s ease-out;display:flex}@media (hover:hover){.switch-row:hover{background:var(--surface-2)}}.switch-row-btn{color:inherit}.switch-row-text{flex-direction:column;gap:2px;min-width:0;display:flex}.switch-row-label{font-size:var(--t-body);color:var(--ink);font-weight:600}.switch-row-hint{font-size:var(--t-caption);color:var(--ink-subtle)}.switch-row input[type=checkbox]{opacity:0;width:1px;height:1px;position:absolute}.switch-row .field-select-wrap{flex:none}.switch{background:var(--surface-3);border:1px solid var(--hairline-strong);border-radius:9999px;flex:none;width:40px;height:24px;transition:background-color .15s ease-out,border-color .15s ease-out;position:relative}.switch[data-on=true]{background:var(--accent);border-color:var(--accent)}.switch-knob{background:var(--ink);border-radius:50%;width:18px;height:18px;transition:transform .18s ease-out;position:absolute;top:2px;left:2px}.switch[data-on=true] .switch-knob{background:var(--on-accent,#fff);transform:translate(16px)}.switch-row:focus-within .switch,.switch-row:focus-visible .switch{outline:2px solid var(--accent);outline-offset:2px}.stage-start{width:100%;font-size:var(--t-body);padding:13px 16px}.stage-card .stage-start{bottom:calc(8px + env(safe-area-inset-bottom));box-shadow:0 0 0 10px var(--surface-1);position:sticky}.camcheck-open,.stage-camerr .btn-ghost{border:1px solid var(--hairline-strong);color:var(--ink);min-height:44px}.stage-cancel{text-align:center;color:var(--ink-subtle);font-size:var(--t-body-sm);background:0 0;border:none;min-height:44px;margin-top:10px;padding:12px 8px;transition:color .15s ease-out;display:block}@media (hover:hover){.stage-cancel:hover{color:var(--ink)}}.stage-hud{text-align:center;padding:1.5rem max(1.25rem, env(safe-area-inset-right)) max(2.75rem, calc(1.25rem + env(safe-area-inset-bottom))) max(1.25rem, env(safe-area-inset-left));background:linear-gradient(#00000059,#000000d9);position:absolute;inset:auto 0 0}.stage-pose{letter-spacing:-.02em;color:var(--ink);text-shadow:0 1px 6px #0009;text-wrap:balance;text-align:center;margin:0 auto;font-size:clamp(28px,8vw,40px);font-weight:800}.stage-count{letter-spacing:-.03em;color:var(--accent-hud);font-variant-numeric:tabular-nums;text-align:center;margin:4px auto 0;font-size:clamp(56px,18vw,88px);font-weight:800;line-height:1}.stage-next{font-size:var(--t-body-sm);color:var(--ink-subtle);text-align:center;margin:.5rem auto 0}.stage-cue{font-size:var(--t-caption);letter-spacing:.16em;text-transform:uppercase;text-align:center;color:var(--accent-hud);text-shadow:0 1px 4px #0009;margin:0 auto .25rem;font-weight:800}.stage-cue[data-phase=transition]{color:var(--ink-subtle)}.stage-pose-transition{color:var(--ink-subtle);text-shadow:none;font-size:clamp(20px,6vw,28px)}.stage-count-transition{color:var(--ink-subtle);font-size:clamp(32px,10vw,48px)}.stage-tips{font-size:var(--t-caption);color:var(--ink-subtle);margin:0 0 1rem;line-height:1.5}.stage-mute{top:max(16px, env(safe-area-inset-top));right:max(20px, env(safe-area-inset-right));z-index:2;border:1px solid var(--hairline-strong);background:color-mix(in srgb, var(--canvas) 55%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:9999px;place-items:center;padding:0;transition:border-color .15s ease-out,background-color .15s ease-out;display:grid;position:absolute}@media (hover:hover){.stage-mute:hover{border-color:var(--accent);background:color-mix(in srgb, var(--canvas) 75%, transparent)}}.stage-exit{top:max(16px, env(safe-area-inset-top));left:max(20px, env(safe-area-inset-left));z-index:2;border:1px solid var(--hairline-strong);background:color-mix(in srgb, var(--canvas) 55%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:9999px;place-items:center;padding:0;transition:border-color .15s ease-out,background-color .15s ease-out;display:grid;position:absolute}@media (hover:hover){.stage-exit:hover{border-color:var(--accent);background:color-mix(in srgb, var(--canvas) 75%, transparent)}}.stage-exit-confirm{top:max(16px, env(safe-area-inset-top));left:max(16px, env(safe-area-inset-left));right:max(16px, env(safe-area-inset-right));z-index:3;border:1px solid var(--hairline-strong);background:color-mix(in srgb, var(--canvas) 85%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:var(--t-body-sm);color:var(--ink);border-radius:9999px;align-items:center;gap:.5rem;padding:8px 8px 8px 14px;display:flex;position:absolute}.stage-exit-confirm span{flex:1}.stage-exit-confirm-yes,.stage-exit-confirm-no{min-height:44px;font-size:var(--t-body-sm);cursor:pointer;border:none;border-radius:9999px;padding:10px 14px;font-weight:600;transition:opacity .15s ease-out}.stage-exit-confirm-yes{background:var(--danger);color:#fff}.stage-exit-confirm-no{background:var(--surface-2);color:var(--ink-muted)}@media (hover:hover){.stage-exit-confirm-yes:hover,.stage-exit-confirm-no:hover{opacity:.85}}.stage-progress-track{justify-content:center;gap:4px;margin-bottom:.75rem;display:flex}.stage-progress-seg{background:var(--hairline-strong);border-radius:9999px;flex:1 1 0;max-width:28px;height:3px;transition:background-color .2s ease-out}.stage-progress-seg[data-state=done]{background:var(--accent);opacity:.55}.stage-progress-seg[data-state=active]{background:var(--accent)}.stage-progress-count{font-size:var(--t-caption);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);text-shadow:0 1px 4px #0009;margin-bottom:.5rem;font-weight:600}.compare-grid{gap:.75rem;margin:.75rem 0;padding-bottom:.25rem;display:flex;overflow-x:auto}.compare-row{flex:none;grid-template-columns:1fr 1fr;gap:.3rem;width:8.5rem;display:grid;position:relative}.compare-row figure{margin:0}.compare-row img{aspect-ratio:3/4;object-fit:cover;background:#000;border-radius:12px;width:100%}.compare-row figcaption{font-size:var(--t-caption);color:var(--ink-subtle);white-space:nowrap;text-overflow:ellipsis;grid-column:1/-1;overflow:hidden}.compare-missing{aspect-ratio:3/4;border:1px dashed var(--hairline);font-size:var(--t-caption);color:var(--ink-subtle);border-radius:12px;place-items:center;display:grid}.auth-shell,.auth-shell-embedded{flex-direction:column;align-items:stretch;max-width:380px;margin:0 auto;padding:4rem 1.25rem 2.5rem;display:flex}.auth-shell{justify-content:center;min-height:100dvh;position:relative}.auth-shell-embedded{max-width:none;margin:0;padding:0}.wordmark{z-index:1;justify-content:center;align-items:baseline;gap:.05em;max-width:100%;margin-bottom:2.75rem;display:flex;position:relative}.wordmark-mark,.wordmark-text{overflow-wrap:anywhere;min-width:0}.wordmark-mark{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink-muted);font-weight:400}.wordmark-text{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);font-weight:700}.auth-shell .wordmark-mark,.auth-shell .wordmark-text,.auth-shell-embedded .wordmark-mark,.auth-shell-embedded .wordmark-text{font-size:var(--t-title)}.auth-card{background:var(--surface-1);border:1px solid var(--hairline);z-index:1;border-radius:12px;padding:2rem 1.75rem;position:relative}.auth-title{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);margin:0 0 .4rem;font-weight:650}.auth-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);margin:0 0 1.75rem;line-height:1.5}.auth-form{flex-direction:column;gap:1.1rem;display:flex}.field{flex-direction:column;gap:.45rem;display:flex}.field-label{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-subtle);font-weight:600}.field-hint{font-size:var(--t-caption);color:var(--ink-subtle)}.field-optional{text-transform:none;letter-spacing:0;color:var(--ink-subtle);margin-left:.35em;font-weight:400}.role-toggle{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.4rem;display:grid}.role-toggle-btn{text-align:left;cursor:pointer;background:var(--surface-2);border:1px solid var(--hairline-strong);color:var(--ink);border-radius:12px;flex-direction:column;align-items:flex-start;gap:2px;padding:.7rem .9rem;transition:border-color .15s ease-out,background-color .15s ease-out;display:flex}.role-toggle-btn[aria-checked=true]{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 1px var(--accent) inset}.role-toggle-name{font-size:var(--t-body);font-weight:600}.role-toggle-hint{font-size:var(--t-caption);color:var(--ink-subtle)}.practice-row-solo{align-items:stretch;gap:.5rem;display:flex}.practice-row-solo .practice-card{flex:1;min-width:0}.practice-edit-btn{border:1px solid var(--hairline);background:var(--surface-1);width:44px;color:var(--ink-subtle);border-radius:12px;flex:none;justify-content:center;align-items:center;transition:color .15s ease-out,border-color .15s ease-out;display:inline-flex}.practice-edit-btn:focus-visible{color:var(--ink);border-color:var(--hairline-strong)}@media (hover:hover){.practice-edit-btn:hover{color:var(--ink);border-color:var(--hairline-strong)}}.stage-camerr{flex-direction:column;align-items:center;gap:.6rem;margin:.25rem 0 1rem;display:flex}.stage-camerr-text{font-size:var(--t-body-sm);color:var(--warning);margin:0}.field-input{font:inherit;font-size:var(--t-body);border:1px solid var(--hairline-strong);background:var(--surface-1);color:var(--ink);border-radius:8px;padding:10px 12px;transition:border-color .15s ease-out,box-shadow .15s ease-out}.field-input::placeholder{color:var(--ink-subtle)}@media (hover:hover){.field-input:hover{border-color:color-mix(in srgb, var(--hairline-strong) 60%, var(--ink-subtle))}}.field-input:focus{border-color:var(--accent)}.field-input.field-input-invalid{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 18%, transparent)}.field-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.field-forgot{font:inherit;font-size:var(--t-caption);color:var(--ink-subtle);cursor:pointer;text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--ink-subtle) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--ink-subtle) 45%, transparent);background:0 0;border:none;margin:-12px -4px;padding:12px 4px;font-weight:600;transition:color .15s ease-out}@media (hover:hover){.field-forgot:hover{color:var(--ink)}}.field-forgot:disabled{opacity:.5;cursor:default}.field-select-wrap{display:block;position:relative}.field-select-wrap:after{content:"";border-right:1.5px solid var(--ink-subtle);border-bottom:1.5px solid var(--ink-subtle);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:15px;transform:translateY(-70%)rotate(45deg)}.field-select{appearance:none;cursor:pointer;text-overflow:ellipsis;width:100%;height:44px;padding:0 40px 0 12px}.field-input-wrap{display:flex;position:relative}.field-input-wrap .field-input{flex:1;padding-right:2.75rem}.field-toggle{width:2.75rem;height:100%;color:var(--ink-subtle);cursor:pointer;background:0 0;border:none;place-items:center;padding:0;transition:color .15s ease-out;display:grid;position:absolute;top:0;right:0}@media (hover:hover){.field-toggle:hover{color:var(--ink)}}.field-toggle:focus-visible{outline-offset:-2px;border-radius:8px}.auth-error,.error{font-size:var(--t-body-sm);color:var(--danger-text);background:color-mix(in srgb, var(--danger) 12%, transparent);border:1px solid color-mix(in srgb, var(--danger) 32%, transparent);border-radius:8px;align-items:center;gap:.5rem;margin:-.15rem 0 0;padding:10px 12px;animation:.18s ease-out auth-error-in;display:flex}.auth-error-dot{background:var(--danger);border-radius:50%;flex:none;width:.4rem;height:.4rem}.auth-notice{font-size:var(--t-body-sm);color:var(--success-text);background:color-mix(in srgb, var(--success) 12%, transparent);border:1px solid color-mix(in srgb, var(--success) 32%, transparent);border-radius:8px;margin:-.15rem 0 0;padding:10px 12px;animation:.18s ease-out auth-error-in}@keyframes auth-error-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.btn-primary{font:inherit;background:var(--accent);color:var(--on-accent,#fff);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:44px;margin-top:.25rem;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:filter .15s ease-out,transform .1s ease-out,opacity .15s ease-out;display:flex;position:relative}@media (hover:hover){.btn-primary:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 85%, white)}}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-spinner{border:2px solid color-mix(in srgb, var(--on-accent,#fff) 35%, transparent);border-top-color:var(--on-accent,#fff);border-radius:50%;flex:none;width:1rem;height:1rem;animation:.6s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.auth-foot{text-align:center;font-size:var(--t-body-sm);color:var(--ink-subtle);z-index:1;margin:2rem 0 0;position:relative}.auth-foot-app{margin-top:.75rem}.auth-foot-app a{color:var(--ink-muted);text-underline-offset:3px;text-decoration:underline}@media (hover:hover){.auth-foot-app a:hover{color:var(--ink)}}.auth-link-btn{border:1px solid var(--hairline-strong);color:var(--ink);border-radius:9999px;margin-left:.4rem;padding:8px 14px;font-weight:600;text-decoration:none;transition:border-color .15s ease-out,background-color .15s ease-out;display:inline-block}@media (hover:hover){.auth-link-btn:hover{background:var(--surface-2);border-color:var(--accent)}}.dash{max-width:1040px;padding:1.5rem 1rem 3rem}@media (width>=860px){.dash{padding:2rem 2rem 4rem}}.dash-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.dash-title{font-size:var(--t-display);letter-spacing:-.02em;color:var(--ink);margin:0;font-weight:700}.dash-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);margin:.3rem 0 0}.btn-primary-compact{white-space:nowrap;margin-top:0}.stat-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:2rem;display:grid}.stat-row>:last-child:nth-child(odd){grid-column:1/-1}@media (width>=860px){.stat-row>:last-child:nth-child(odd){grid-column:auto}}.stat-tile{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;padding:16px;transition:border-color .15s ease-out}@media (width>=860px){.stat-tile{padding:20px}}.stat-tile-alert{border-color:color-mix(in srgb, var(--accent) 40%, var(--hairline))}.stat-label{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-subtle);margin:0;font-weight:600}.stat-number{letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums;margin:.4rem 0 0;font-size:28px;font-weight:700;line-height:1.1}.stat-tile-alert .stat-number{color:var(--accent)}.stat-meta{font-size:var(--t-caption);color:var(--ink-subtle);margin:.3rem 0 0}.invite-panel{background:var(--surface-1);border:1px solid var(--hairline-strong);border-radius:12px;margin-bottom:2rem;padding:20px;animation:.2s ease-out auth-error-in}.invite-panel-title{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);margin:0;font-weight:600}.invite-panel-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);margin:.3rem 0 1rem}.invite-panel .btn-primary{margin-top:0}.invite-result{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.invite-code{min-width:220px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--t-body-sm);background:var(--surface-2);border:1px solid var(--hairline);color:var(--ink-muted);word-break:break-all;border-radius:8px;flex:1;padding:10px 12px}.btn-copy{font:inherit;border:1px solid var(--hairline-strong);background:var(--surface-1);min-height:40px;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:10px 16px;font-size:14px;font-weight:600;transition:border-color .15s ease-out,background-color .15s ease-out,color .15s ease-out;display:inline-flex}@media (hover:hover){.btn-copy:hover{border-color:var(--accent)}}.btn-copy-done{border-color:var(--success);color:var(--success-text)}.empty-state{background:var(--surface-1);border:1px dashed var(--hairline-strong);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.empty-state-text{color:var(--ink-subtle);font-size:var(--t-body-sm);margin:0}.empty-state .btn-primary{margin-top:0}.empty-state-icon{background:var(--surface-2);width:48px;height:48px;color:var(--ink-subtle);font-size:var(--t-body);border-radius:9999px;flex:none;place-items:center;display:grid}.empty-state-icon svg{display:block}.roster{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;overflow:hidden}.roster-head{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-subtle);border-bottom:1px solid var(--hairline);grid-template-columns:1fr 160px 120px;gap:12px;padding:10px 20px;font-weight:600;display:grid}.roster-col-last,.roster-col-status{text-align:right}@media (width<=640px){.roster-head{display:none}}.roster-list{margin:0;padding:0;list-style:none}.roster-list li{border-bottom:1px solid var(--hairline)}.roster-list li:last-child{border-bottom:none}.roster-row{min-height:56px;color:inherit;grid-template-columns:1fr 160px 120px;align-items:center;gap:12px;padding:10px 20px;text-decoration:none;transition:background-color .15s ease-out;display:grid}@media (width<=640px){.roster-row{grid-template-columns:1fr auto;row-gap:4px}.roster-last{text-align:right;grid-column:2}.roster-status{text-align:left;grid-column:1/-1}}@media (hover:hover){.roster-row:hover{background:var(--surface-2)}}.roster-who{align-items:center;gap:12px;min-width:0;display:flex}.avatar-initials{background:var(--surface-2);width:32px;height:32px;color:var(--ink-muted);border-radius:9999px;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.roster-namestack{flex-direction:column;gap:3px;min-width:0;display:flex}.roster-name{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;display:block;overflow:hidden}.roster-meta{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.roster-meta-alert{color:var(--accent-text)}.roster-last{font-size:var(--t-body-sm);color:var(--ink-subtle);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.roster-status{text-align:right}.pill{font-size:var(--t-caption);white-space:nowrap;border-radius:9999px;padding:3px 10px;font-weight:400;display:inline-block}.pill-pending{background:var(--accent-soft);color:var(--accent-text)}.pill-reviewed{background:color-mix(in srgb, var(--success) 18%, transparent);color:var(--success-text)}.pill-idle{background:var(--surface-2);color:var(--ink-subtle)}@keyframes skel-pulse{0%,to{opacity:.55}50%{opacity:1}}.skel{background:var(--surface-2);border-radius:6px;animation:1.4s ease-in-out infinite skel-pulse}.skel-title{border-radius:8px;width:140px;height:32px}.skel-sub{width:190px;height:14px;margin-top:10px}.skel-label{width:90px;height:11px}.skel-number{border-radius:8px;width:48px;height:28px;margin-top:8px}.skel-meta{width:100px;height:12px;margin-top:8px}.roster-row-skel{cursor:default}.skel-avatar{border-radius:9999px;flex:none;width:32px;height:32px}.skel-name{width:130px;height:17px}.skel-last{justify-self:end;width:70px;height:13px}.skel-pill{border-radius:9999px;justify-self:end;width:64px;height:20px}@media (prefers-reduced-motion:reduce){.skel{animation:none}}.invite-hero{text-align:center;z-index:1;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex;position:relative}.invite-avatar{background:var(--surface-2);border:1px solid var(--hairline);width:4rem;height:4rem;color:var(--ink-muted);font-weight:700;font-size:var(--t-title);border-radius:50%;place-items:center;margin-bottom:1rem;display:grid}.invite-eyebrow{font-size:var(--t-label);text-transform:uppercase;letter-spacing:.06em;color:var(--ink-subtle);margin:0;font-weight:600}.invite-coach-name{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);text-wrap:balance;margin:.35rem 0 0;font-weight:650}.client-detail{max-width:1040px;padding:1.5rem 1rem 3rem}@media (width>=860px){.client-detail{padding:2rem 2rem 4rem}}.back-link{min-height:44px;font-size:var(--t-body-sm);color:var(--ink-subtle);align-items:center;margin:-13px 0 3px;padding:13px 0;text-decoration:none;transition:color .15s ease-out;display:inline-flex}@media (hover:hover){.back-link:hover{color:var(--ink)}}.skel-back{width:70px;height:13.5px;margin-bottom:1rem}.client-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.client-who{align-items:center;gap:14px;min-width:0;display:flex}.avatar-initials-lg{width:48px;height:48px;font-size:var(--t-card-title)}.skel-avatar-lg{border-radius:9999px;width:48px;height:48px}.client-who>div{min-width:0}.client-name{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);overflow-wrap:anywhere;margin:0;font-weight:650}.client-meta{font-size:var(--t-body-sm);color:var(--ink-subtle);font-variant-numeric:tabular-nums;margin:.25rem 0 0}.client-meta-alert{color:var(--accent-text)}.section-block{margin-bottom:2rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:.75rem;display:flex}.section-title{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);margin:0;font-weight:600}.section-count{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums}.empty-state-compact{text-align:left;align-items:flex-start;padding:1.5rem}.routine-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;margin-bottom:.85rem;display:grid}.routine-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;flex-direction:column;gap:5px;padding:16px;text-decoration:none;transition:border-color .15s ease-out,background-color .15s ease-out;display:flex}@media (hover:hover){.routine-card:hover{background:var(--surface-2);border-color:var(--hairline-strong)}}.routine-card-name{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);font-weight:600}.routine-card-meta{font-size:var(--t-caption);color:var(--ink-subtle)}.assign-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:.5rem;display:flex}.assign-select-wrap{flex:1;min-width:200px;position:relative}.assign-select-wrap:after{content:"";border-right:1.5px solid var(--ink-subtle);border-bottom:1.5px solid var(--ink-subtle);pointer-events:none;width:8px;height:8px;position:absolute;top:50%;right:14px;transform:translateY(-70%)rotate(45deg)}.assign-select{appearance:none;background:var(--surface-1);border:1px solid var(--hairline-strong);width:100%;color:var(--ink);font:inherit;font-size:var(--t-body);text-overflow:ellipsis;border-radius:8px;padding:10px 40px 10px 12px;transition:border-color .15s ease-out}@media (hover:hover){.assign-select:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--hairline-strong))}}.assign-new-link{min-height:44px;font-size:var(--t-body-sm);color:var(--ink-subtle);align-items:center;margin:-12px -2px;padding:12px 2px;text-decoration:none;transition:color .15s ease-out;display:inline-flex}@media (hover:hover){.assign-new-link:hover{color:var(--accent)}}.schedule-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}.schedule-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.schedule-summary{font-size:var(--t-body-sm);color:var(--ink-subtle)}.schedule-summary strong{color:var(--ink);font-weight:600}.weekday-chips{flex-wrap:wrap;gap:6px;display:flex}.weekday-chip{border:1px solid var(--hairline-strong);background:var(--surface-1);width:36px;height:36px;color:var(--ink-muted);font-size:var(--t-body-sm);cursor:pointer;border-radius:9999px;padding:0;font-weight:600;transition:background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out}@media (hover:hover){.weekday-chip:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--hairline-strong))}}.weekday-chip[data-on=true]{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-text)}.schedule-fields{flex-wrap:wrap;gap:14px;display:flex}.schedule-fields .field{flex:1;min-width:160px}.schedule-strip{background:var(--surface-1);border:1px solid var(--hairline);font-size:var(--t-body-sm);color:var(--ink-muted);border-radius:12px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:12px 16px;display:flex}.schedule-strip strong{color:var(--ink);font-weight:600}.schedule-active-btn{flex:none;width:auto;padding:6px 8px}.sub-list{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.sub-list li{border-bottom:1px solid var(--hairline)}.sub-list li:last-child{border-bottom:none}.sub-row{min-height:56px;color:inherit;grid-template-columns:44px minmax(0,1fr) auto auto auto;align-items:center;gap:14px;padding:10px 18px;text-decoration:none;transition:background-color .15s ease-out;display:grid}@media (hover:hover){.sub-row:hover{background:var(--surface-2)}.sub-row:hover .sub-review{color:var(--accent);opacity:1;transform:translate(0)}}.sub-thumb{background:var(--surface-2);border-radius:8px;flex:none;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.sub-thumb img{object-fit:cover;width:100%;height:100%;display:block}.sub-thumb-fallback{color:var(--ink-subtle);font-size:var(--t-body)}.sub-info{flex-direction:column;gap:2px;min-width:0;display:flex}.sub-routine{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sub-kind{font-size:var(--t-caption);color:var(--ink-subtle)}.sub-date{font-size:var(--t-body-sm);color:var(--ink-subtle);font-variant-numeric:tabular-nums;white-space:nowrap}.sub-review{font-size:var(--t-caption);color:var(--ink-subtle);white-space:nowrap;opacity:0;font-weight:600;transition:opacity .15s ease-out,transform .15s ease-out,color .15s ease-out;transform:translate(-4px)}@media (width<=640px){.sub-row{grid-template-columns:36px minmax(0,1fr) auto;row-gap:4px}.sub-thumb{width:36px;height:36px}.sub-review{display:none}.sub-date{font-size:var(--t-caption)}.sub-row>.pill{grid-column:3;justify-self:end}}.progress-page{max-width:1040px;padding:1.5rem 1rem 3rem}@media (width>=860px){.progress-page{padding:2rem 2rem 4rem}}.progress-title{font-size:var(--t-display);letter-spacing:-.02em;color:var(--ink);margin:.75rem 0 0;font-weight:700}@media (width<=640px){.dash-title,.progress-title{font-size:var(--t-title);letter-spacing:-.015em;font-weight:650}}.progress-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);max-width:46ch;margin:.35rem 0 2rem}.pose-track{margin-bottom:2rem}.pose-track-head{border-bottom:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:.85rem;padding-bottom:.6rem;display:flex}.pose-track-head-left{flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0;display:flex}.pose-track-head-right{align-items:baseline;gap:10px;display:flex}.pose-track-name{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);margin:0;font-weight:600}.pose-track-selected{font-size:var(--t-caption);color:var(--ink-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.pose-track-selected strong{color:var(--ink);font-weight:600}.pose-compare{grid-template-columns:1fr;gap:12px;margin-bottom:16px;display:grid}.pose-compare-two{grid-template-columns:1fr 1fr}.pose-compare-frame{flex-direction:column;gap:8px;text-decoration:none;display:flex}.pose-compare-media{border:1px solid var(--hairline);background:#000;border-radius:16px;transition:border-color .15s ease-out;display:block;overflow:hidden}.pose-compare-media img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.pose-compare-frame:focus-visible .pose-compare-media{border-color:var(--hairline-strong)}@media (hover:hover){.pose-compare-frame:hover .pose-compare-media{border-color:var(--hairline-strong)}}.pose-compare-frame-current .pose-compare-media{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pose-compare-date{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums;text-align:center}.pose-compare-frame-current .pose-compare-date{color:var(--ink);font-weight:600}@media (width>=900px){.pose-compare-two{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}}.pose-strip{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:16px;padding:4px 2px 6px;display:grid}@media (width>=640px){.pose-strip{grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:18px}}@media (width>=1100px){.pose-strip{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr))}}.pose-frame{cursor:pointer;color:inherit;font:inherit;font-weight:inherit;text-align:left;background:0 0;border:0;border-radius:0;flex-direction:column;gap:8px;padding:0;text-decoration:none;display:flex}.pose-frame-media{border:1px solid var(--hairline);background:#000;border-radius:16px;transition:border-color .15s ease-out,box-shadow .15s ease-out;display:block;overflow:hidden}.pose-frame-media img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.pose-frame:focus-visible .pose-frame-media{border-color:var(--hairline-strong)}@media (hover:hover){.pose-frame:hover .pose-frame-media{border-color:var(--hairline-strong)}}.pose-frame-selected .pose-frame-media{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pose-frame:focus-visible{outline:none}.pose-frame:focus-visible .pose-frame-media{outline:2px solid var(--accent);outline-offset:2px}.pose-frame-axis{align-items:center;gap:6px;padding-left:1px;display:flex}.pose-frame-dot{background:var(--ink-subtle);border-radius:50%;flex:none;width:6px;height:6px;transition:background-color .15s ease-out,transform .15s ease-out}.pose-frame-selected .pose-frame-dot{background:var(--accent);transform:scale(1.3)}.pose-frame-date{font-size:var(--t-caption);color:var(--ink-subtle);white-space:nowrap;font-variant-numeric:tabular-nums}.pose-frame-selected .pose-frame-date{color:var(--ink);font-weight:600}.skel-still{border-radius:16px;width:9.5rem;height:12.6667rem}.routine-group{margin-bottom:2rem}.routine-group .section-title{margin-bottom:.6rem}.routine-list{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.routine-list li{border-bottom:1px solid var(--hairline)}.routine-list li:last-child{border-bottom:none}.routine-row{align-items:center;gap:12px;min-height:56px;padding:10px 16px;transition:background-color .15s ease-out;display:flex}@media (hover:hover){.routine-row:hover{background:var(--surface-2)}}.routine-row-link{min-width:0;color:inherit;flex-direction:column;flex:1;gap:2px;text-decoration:none;display:flex}.routine-row-name{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.routine-row-meta,.routine-row-submeta{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums}.pill-assigned{background:var(--surface-2);color:var(--ink-muted);align-items:center;gap:6px;padding:3px 10px 3px 3px;display:inline-flex}.avatar-initials-tiny{width:20px;height:20px;font-size:var(--t-label)}.icon-btn{width:36px;height:36px;color:var(--ink-subtle);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;place-items:center;padding:0;font-size:14px;line-height:1;transition:border-color .15s ease-out,color .15s ease-out,background-color .15s ease-out;display:grid}@media (hover:hover){.icon-btn:hover{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 40%, transparent);background:color-mix(in srgb, var(--danger) 10%, transparent)}}.row-confirm{flex:none;align-items:center;gap:6px;display:flex}.btn-danger-outline{border-color:color-mix(in srgb, var(--danger) 45%, var(--hairline-strong));color:var(--danger-text)}@media (hover:hover){.btn-danger-outline:hover{border-color:var(--danger);background:color-mix(in srgb, var(--danger) 12%, transparent)}}.routine-row-skel{gap:12px}.skel-num{width:20px;height:15px}.editor-main{max-width:640px}.editor-section{margin:2rem 0}.editor-section-head{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.editor-total{align-items:baseline;gap:5px;display:flex}.editor-total-value{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);font-variant-numeric:tabular-nums;font-weight:700}.editor-total-label{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-subtle);font-weight:600}.pose-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pose-row{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;align-items:center;gap:10px;padding:8px 10px;transition:border-color .15s ease-out;display:flex}.pose-row:focus-within{border-color:var(--hairline-strong)}.pose-num{background:var(--surface-3);width:22px;height:22px;color:var(--ink-muted);font-size:var(--t-label);font-variant-numeric:tabular-nums;border-radius:6px;flex:none;place-items:center;font-weight:700;display:grid}.pose-name-input{min-width:0;font-size:var(--t-body);flex:14rem;padding:8px 10px}.pose-hold-wrap{flex:none;position:relative}.pose-hold-input{width:4.6rem;font-size:var(--t-body);font-variant-numeric:tabular-nums;-moz-appearance:textfield;padding:8px 22px 8px 10px}.pose-hold-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pose-hold-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pose-hold-suffix{font-size:var(--t-caption);color:var(--ink-subtle);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pose-reorder{border:1px solid var(--hairline-strong);border-radius:8px;flex-direction:column;flex:none;display:flex;overflow:hidden}.move-btn{background:var(--surface-3);width:32px;height:28px;color:var(--ink-subtle);cursor:pointer;border:none;place-items:center;padding:0;transition:background-color .15s ease-out,color .15s ease-out;display:grid}.move-btn-up{border-bottom:1px solid var(--hairline-strong)}@media (hover:hover){.move-btn:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}}.move-btn:active:not(:disabled){background:color-mix(in srgb, var(--accent) 20%, var(--surface-2));color:var(--ink)}.move-btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;z-index:1;position:relative}.move-btn:disabled{opacity:.3;cursor:default}.add-pose-btn{font:inherit;font-size:var(--t-body-sm);color:var(--ink-subtle);border:1px dashed var(--hairline-strong);cursor:pointer;background:0 0;border-radius:12px;width:100%;margin-top:8px;padding:10px;font-weight:600;transition:border-color .15s ease-out,color .15s ease-out,background-color .15s ease-out}@media (hover:hover){.add-pose-btn:hover{border-color:var(--accent);color:var(--ink);background:var(--surface-1)}}.review-page{max-width:1160px;padding:1.5rem 1rem 4rem}@media (width>=860px){.review-page{padding:2rem 2rem 4rem}}.review-head{margin-bottom:1.5rem}.review-page-empty{flex-direction:column;min-height:calc(100dvh - 3rem);display:flex}.empty-state-center{flex:1;justify-content:center;align-items:center;padding:1rem 0 3rem;display:flex}.empty-state-center .empty-state{max-width:360px}.review-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin:.5rem 0 0;display:flex}.review-title{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);margin:0;font-weight:650}.review-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);font-variant-numeric:tabular-nums;margin:.3rem 0 0}.review-grid{grid-template-columns:1fr;grid-template-areas:"media""extra""feedback";align-items:start;gap:2rem;display:grid}.review-media{grid-area:media;min-width:0}.review-extra{grid-area:extra;min-width:0}.review-feedback{grid-area:feedback;min-width:0}@media (width>=900px){.review-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-template-areas:"media feedback""extra extra";gap:1.75rem 2.5rem}.review-feedback{position:sticky;top:1.5rem}}.player-frame{background:var(--surface-1);border:1px solid var(--hairline);border-radius:16px;position:relative;overflow:hidden}.player{aspect-ratio:16/9;object-fit:contain;background:#000;width:100%;max-height:46vh;display:block}.player-placeholder{aspect-ratio:16/9;background:radial-gradient(120% 90% at 50% 0%, var(--surface-2), var(--surface-1));flex-direction:column;justify-content:center;align-items:center;gap:.6rem;width:100%;max-height:46vh;display:flex}.player-placeholder-icon{background:var(--surface-3);width:52px;height:52px;color:var(--ink-subtle);border-radius:9999px;place-items:center;font-size:16px;display:grid}.player-placeholder-text{font-size:var(--t-body-sm);color:var(--ink-subtle);margin:0}.scrub-rail{background:var(--surface-1);border:1px solid var(--hairline);border-radius:8px;height:34px;margin-top:12px;position:relative;overflow:hidden}.scrub-mark{cursor:pointer;border:none;border-right:1px solid var(--canvas);background:0 0;padding:0;transition:background-color .15s ease-out;position:absolute;top:0;bottom:0}@media (hover:hover){.scrub-mark:hover{background:var(--surface-2)}}.scrub-mark-fill{width:100%;height:100%;display:block}.scrub-mark-active{background:var(--accent-soft)}.scrub-mark-active .scrub-mark-fill{box-shadow:inset 0 -2px 0 var(--accent)}.scrub-legend{justify-content:space-between;align-items:baseline;gap:8px;margin-top:6px;display:flex}.scrub-legend-time{font-size:var(--t-label);color:var(--ink-subtle);font-variant-numeric:tabular-nums;flex:none}.scrub-legend-name{font-size:var(--t-body-sm);color:var(--ink);text-align:center;flex:1;font-weight:600}.review-extra{flex-direction:column;gap:1.5rem;margin-top:.25rem;display:flex}@media (width>=900px){.review-extra{flex-direction:row;gap:2rem}.review-extra .section-block-tight{flex:1 1 0;min-width:0}}.section-block-tight{min-width:0;margin-bottom:0}.compare-legend{font-size:var(--t-caption);color:var(--ink-subtle);margin:0 0 .5rem}.compare-legend span{color:var(--ink-muted);font-weight:600}.compare-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;min-width:0;padding:1.25rem}@media (width>=900px){.review-extra .compare-card{flex:1 1 0}}.compare-card .section-head{margin-bottom:.85rem}.compare-card .assign-select-wrap{flex:none;min-width:180px}.compare-empty{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:1.5rem 1rem;display:flex}.compare-empty-slot{aspect-ratio:3/4;border:1px dashed var(--hairline-strong);background:var(--surface-2);border-radius:12px;width:100%;max-width:220px}.compare-empty .empty-state-text{margin:0}.stills-strip figure{cursor:pointer}.stills-strip figure.still-active img{outline:2px solid var(--accent);outline-offset:2px}.stills-strip figure.still-active figcaption{color:var(--ink);font-weight:600}.feedback-panel{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;padding:1.25rem}.note-add{gap:8px;margin:.5rem 0 0;display:flex}.note-add input{flex:1;min-width:0}.notes-list{flex-direction:column;gap:6px;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.note-item{background:var(--surface-2);border-left:2px solid var(--hairline-strong);border-radius:8px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.note-time{font:inherit;font-size:var(--t-caption);font-variant-numeric:tabular-nums;color:var(--accent-text);cursor:pointer;background:0 0;border:none;flex:none;align-items:center;min-height:44px;margin:-12px -6px;padding:12px 6px;font-weight:600;display:inline-flex}@media (hover:hover){.note-time:hover{text-decoration:underline}}.note-text{font-size:var(--t-body-sm);color:var(--ink-muted);flex:1;line-height:1.4}.feedback-panel textarea{resize:vertical;width:100%;margin-top:.5rem}.feedback-panel .btn-primary{width:100%}.voice-recorder{margin:.5rem 0 0}.voice-record-btn{font:inherit;font-size:var(--t-body-sm);color:var(--ink);background:var(--surface-1);border:1px solid var(--hairline-strong);cursor:pointer;border-radius:9999px;align-items:center;gap:8px;min-height:40px;padding:10px 16px;font-weight:600;transition:border-color .15s ease-out,color .15s ease-out;display:inline-flex}@media (hover:hover){.voice-record-btn:hover{border-color:var(--accent);color:var(--accent-text)}}.voice-record-btn-active{border-color:var(--accent);color:var(--accent-text);cursor:default}.voice-record-dot{background:var(--danger);border-radius:9999px;flex:none;width:8px;height:8px}.voice-record-dot-pulse{animation:1.1s ease-in-out infinite voice-pulse}@keyframes voice-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.voice-record-dot-pulse{animation:none}}.voice-recording-row,.voice-preview-row{background:var(--surface-2);border:1px solid var(--hairline);border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;display:flex}.voice-elapsed{font-size:var(--t-body-sm);color:var(--ink-muted);font-variant-numeric:tabular-nums;font-weight:600}.voice-audio{flex:220px;min-width:0;height:36px}.voice-existing-label{font-size:var(--t-body-sm);color:var(--ink-muted);flex:1}.voice-demo-note{font-size:var(--t-caption);color:var(--ink-subtle);margin:.5rem 0 0}.voice-player-card{background:var(--surface-1);border:1px solid var(--hairline);border-radius:12px;flex-direction:column;gap:8px;margin-bottom:1rem;padding:12px;display:flex}.voice-player-label{font-size:var(--t-body-sm);color:var(--ink-muted);font-weight:600}.voice-player-placeholder{font-size:var(--t-caption);color:var(--ink-subtle);background:var(--surface-2);border-radius:8px;padding:10px 12px}.client-home{max-width:560px;padding:1.5rem 1rem 3.5rem}@media (width>=640px){.client-home{padding:2rem 1.5rem 4rem}}@media (width>=860px){.client-home{padding:2rem 2rem 4rem}}.client-nav{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.client-nav .wordmark{justify-content:flex-start;min-width:0;margin-bottom:0}.client-nav-action{width:44px;height:44px;color:var(--ink-subtle);border-radius:8px;flex:none;justify-content:center;align-items:center;transition:background-color .15s ease-out,color .15s ease-out;display:inline-flex}button.client-nav-action{cursor:pointer;background:0 0;border:none;padding:0}.client-nav-action:focus-visible{background:var(--surface-2);color:var(--ink)}@media (hover:hover){.client-nav-action:hover{background:var(--surface-2);color:var(--ink)}}.client-home-head{margin-bottom:2rem}.client-home-title{font-size:var(--t-title);letter-spacing:-.015em;color:var(--ink);margin:0;font-weight:650}.client-home-sub{font-size:var(--t-body-sm);color:var(--ink-subtle);max-width:32ch;margin:.3rem 0 0}.practice-stack{flex-direction:column;gap:10px;display:flex}.practice-card{background:var(--surface-1);border:1px solid var(--hairline);min-height:76px;color:inherit;border-radius:12px;align-items:center;gap:14px;padding:16px;text-decoration:none;transition:border-color .15s ease-out,background-color .15s ease-out,transform .1s ease-out;display:flex}@media (hover:hover){.practice-card:hover{background:var(--surface-2);border-color:var(--hairline-strong)}}.practice-card:active{transform:scale(.985)}.practice-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.practice-card-play{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border-radius:9999px;flex:none;place-items:center;transition:background-color .15s ease-out;display:grid}@media (hover:hover){.practice-card:hover .practice-card-play{background:color-mix(in srgb, var(--accent) 28%, transparent)}}.practice-card-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.practice-card-name{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.practice-card-meta{font-size:var(--t-body-sm);color:var(--ink-subtle);font-variant-numeric:tabular-nums}.practice-card-chevron{font-size:var(--t-title);color:var(--ink-subtle);flex:none;line-height:1}.practice-card-skel{cursor:default;flex-direction:column;justify-content:center;align-items:flex-start}.sub-list-compact .sub-row-compact{align-items:center;gap:12px;min-height:60px;padding:10px 16px;display:flex}.sub-dot{background:var(--hairline-strong);border-radius:50%;flex:none;width:8px;height:8px}.sub-dot-ready{background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.sub-row-unread{background:var(--surface-2);border-radius:12px}.sub-row-unread .sub-routine{color:var(--ink);font-weight:700}.sub-list-compact .sub-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sub-list-compact .sub-routine{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sub-list-compact .sub-kind{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums}.sub-list-compact .pill{flex:none}.pill-warning{background:color-mix(in srgb, var(--warning) 16%, transparent);color:var(--warning-text);border-color:color-mix(in srgb, var(--warning) 40%, transparent)}.upload-progress{margin-bottom:1rem}.upload-progress-track{background:var(--surface-2);border:1px solid var(--hairline);border-radius:9999px;height:6px;overflow:hidden}.upload-progress-fill{background:var(--accent);border-radius:9999px;height:100%;transition:width .35s ease-out}.upload-progress-fill-indeterminate{transition:none;animation:1.4s ease-in-out infinite upload-sweep}@keyframes upload-sweep{0%{transform:translate(-100%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){.upload-progress-fill-indeterminate{opacity:.55;width:100%;animation:none}}.upload-progress-label{font-size:var(--t-caption);color:var(--ink-subtle);font-variant-numeric:tabular-nums;margin-top:.4rem;display:block}.review-rerecord{text-align:center;margin-top:.6rem;display:block}.review-rerecord-disabled{opacity:.45;pointer-events:none}.voice-pick{gap:.4rem;display:flex}.voice-pick .voice-active{border-color:var(--accent);color:var(--accent-text)}.client-note-field{flex-direction:column;gap:.45rem;margin:0 0 1rem;display:flex}.client-note-field textarea{resize:vertical}.client-note-panel{background:var(--surface-2);border:1px solid var(--hairline);border-radius:12px;flex-direction:column;gap:6px;margin-bottom:1.25rem;padding:12px 14px;display:flex}.client-note-panel p{font-size:var(--t-body-sm);color:var(--ink-muted);margin:0;line-height:1.5}.wordmark-preview{font-size:var(--t-card-title);letter-spacing:-.01em;color:var(--ink);font-weight:600}.pose-strip-swipe{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;display:flex;overflow-x:auto}.pose-strip-swipe .pose-frame{scroll-snap-align:start;flex:0 0 9.5rem}@media (width>=640px){.pose-strip-swipe .pose-frame{flex-basis:11.5rem}}.pose-strip-swipe .pose-frame-media img,.pose-compare-media img{object-position:top center}.overlay-toggle{font-size:var(--t-caption);background:var(--surface-1);border:1px solid var(--hairline-strong);min-height:36px;color:var(--ink-muted);cursor:pointer;border-radius:8px;padding:8px 12px;font-weight:600;transition:border-color .15s ease-out,color .15s ease-out,background-color .15s ease-out}@media (hover:hover){.overlay-toggle:hover{color:var(--ink);border-color:var(--ink-subtle)}}.overlay-toggle-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-text)}.pose-compare-overlay{grid-template-columns:1fr;max-width:22rem}.pose-overlay-frame{flex-direction:column;gap:8px;display:flex}.pose-overlay-media{aspect-ratio:3/4;border:1px solid var(--accent);box-shadow:0 0 0 1px var(--accent);background:#000;border-radius:16px;position:relative;overflow:hidden}.pose-overlay-media img{object-fit:cover;object-position:top center;width:100%;height:100%;position:absolute;inset:0}.pose-overlay-under{opacity:1}.pose-overlay-over{opacity:.5}@media (pointer:coarse){input,select,textarea,.field-input,.assign-select,.pose-name-input,.pose-hold-input{font-size:16px}.btn-ghost,.btn-copy,.overlay-toggle,.auth-link-btn,.voice-record-btn,.add-pose-btn,.schedule-active-btn{min-height:44px}.icon-btn,.swatch{width:44px;height:44px}.move-btn{width:44px;height:32px}.weekday-chip{flex:36px;width:auto;min-width:36px;max-width:48px;height:44px}}.workshop-hud{padding:max(2.5rem, env(safe-area-inset-top)) 1.25rem calc(1.25rem + env(safe-area-inset-bottom));text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;display:flex;position:absolute;inset:0}.workshop-seg-title{letter-spacing:.1em}.workshop-everyone{min-height:44px;color:var(--ink-subtle);font-size:var(--t-body);align-items:center;margin:0;display:flex}.workshop-numbers{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:480px;min-height:44px;display:flex}.workshop-num{background:var(--accent);min-width:44px;height:44px;color:var(--on-accent,#fff);font-size:var(--t-title);letter-spacing:-.02em;border-radius:12px;justify-content:center;align-items:center;padding:0 .6rem;font-weight:800;display:inline-flex}.workshop-call{font-size:clamp(34px,10vw,56px)}.workshop-count-paused{color:var(--ink-subtle)}.workshop-controls{gap:.5rem;width:100%;max-width:440px;margin-top:1rem;display:flex}.workshop-ctl{font-weight:700;font-size:var(--t-body);background:var(--surface-2);color:var(--ink);border:1px solid var(--hairline-strong);border-radius:12px;flex:1 1 0;padding:.9rem .25rem}.workshop-ctl-main{background:var(--accent);color:var(--on-accent,#fff);border-color:#0000;flex:1.4 1 0}.workshop-plan{background:var(--surface-2);color:var(--ink-muted);font-size:var(--t-body-sm);text-align:center;border-radius:12px;margin:1rem 0 0;padding:.6rem .8rem}.camcheck-open{margin-top:.35rem}.camcheck{position:absolute;inset:0}.camcheck-status{top:max(1rem, env(safe-area-inset-top));justify-content:center;padding:0 1rem;display:flex;position:absolute;left:0;right:0}.camcheck-pill{font-size:var(--t-body);color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1.5px solid var(--hairline-strong);text-align:center;background:#0000008c;border-radius:9999px;padding:.5rem .9rem;font-weight:700}.camcheck-pill[data-state=good]{border-color:var(--success);color:var(--success-text)}.camcheck-pill[data-state=ok]{border-color:var(--warning);color:var(--warning)}.camcheck-pill[data-state=bad]{border-color:var(--danger);color:var(--danger-text)}.camcheck-line{border-top:1.5px dashed color-mix(in srgb, var(--ink) 55%, transparent);height:0;position:absolute;left:8%;right:8%}.camcheck-line:after{font-size:var(--t-label);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, var(--ink) 75%, transparent);text-shadow:0 1px 3px #000c;font-weight:700;position:absolute;top:3px;right:0}.camcheck-line-head{top:12%}.camcheck-line-head:after{content:"head"}.camcheck-line-feet{top:90%}.camcheck-line-feet:after{content:"feet";top:auto;bottom:3px}.camcheck-line-center{border-left:1.5px dashed color-mix(in srgb, var(--ink) 30%, transparent);width:0;position:absolute;top:12%;bottom:10%;left:50%}.camcheck-bubble{border:2px solid var(--hairline-strong);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border-radius:50%;width:88px;height:88px;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.camcheck-bubble:after{content:"";border:1.5px solid color-mix(in srgb, var(--ink) 40%, transparent);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.camcheck-bubble[data-state=good]{border-color:var(--success)}.camcheck-bubble[data-state=ok]{border-color:var(--warning)}.camcheck-bubble[data-state=bad]{border-color:var(--danger)}.camcheck-dot{background:var(--ink);border-radius:50%;width:14px;height:14px;transition:transform .15s ease-out;position:absolute;top:calc(50% - 7px);left:calc(50% - 7px)}.camcheck-foot{padding:1rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));text-align:center;background:linear-gradient(#0000,#000c);flex-direction:column;gap:.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.camcheck-hint{color:var(--ink-muted);font-size:var(--t-body-sm);text-shadow:0 1px 3px #000000b3;margin:0}.camcheck-actions{justify-content:center;gap:.6rem;display:flex}.camcheck-actions .btn-primary{flex:auto;max-width:280px}.cam-level-warn{top:max(1rem, env(safe-area-inset-top));font-size:var(--t-body-sm);background:color-mix(in srgb, var(--danger) 30%, #0009);border:1.5px solid var(--danger);color:var(--danger-text);border-radius:9999px;padding:.4rem .8rem;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.workshop-setup-fields{flex-direction:column;gap:1.1rem;margin-bottom:1.25rem;display:flex}.field-pair{align-items:stretch}.field-pair>.field{flex:1 1 0;min-width:0}.camcheck-actions .btn-ghost{background:color-mix(in srgb, var(--canvas) 55%, transparent);border:1px solid var(--hairline-strong);color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}a[href="/account/delete"]{color:var(--danger-text);font-weight:600}@media (hover:hover){a[href="/account/delete"]:hover{color:color-mix(in srgb, var(--danger-text) 80%, white)}}.delete-list{padding-left:1.1rem;line-height:1.7}.delete-account .editor-section{flex-direction:column;gap:.9rem;display:flex}.delete-account .editor-section>.btn-copy{align-self:flex-start}.tele-stage{position:relative}.tele-canvas{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.tele-canvas-armed{pointer-events:auto;touch-action:none;cursor:crosshair}.tele-canvas-readonly{pointer-events:none}.tele-tools{border-top:1px solid var(--hairline);background:var(--surface-1);-webkit-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;gap:8px 10px;padding:12px;display:flex}.tele-group{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.tele-tool,.tele-undo,.tele-clear,.tele-step{min-height:36px;color:var(--ink-muted);background:0 0;border-color:#0000;padding:8px 10px}@media (hover:hover){.tele-tool:hover:not(:disabled),.tele-undo:hover:not(:disabled),.tele-clear:hover:not(:disabled),.tele-step:hover:not(:disabled),.tele-done:hover{background:var(--surface-2);color:var(--ink);border-color:#0000}}.tele-tool[aria-pressed=true],.tele-tool[aria-pressed=true]:hover{background:var(--accent-soft);color:var(--accent-text)}.tele-tool:disabled,.tele-undo:disabled,.tele-clear:disabled,.tele-step:disabled{opacity:.45;cursor:default}.tele-step{width:36px;padding:0;font-size:11px;line-height:1}.tele-swatches{gap:4px}.tele-swatch{border:4px solid var(--surface-1);width:36px;height:36px}.tele-swatch.active{border-color:var(--surface-1);outline:2px solid var(--ink);outline-offset:-2px}.tele-swatch.active:focus-visible{outline-color:var(--accent)}.tele-swatch:disabled{opacity:.45;cursor:default}.tele-pin{width:auto;min-height:36px;margin-top:0;margin-left:auto;padding:8px 14px}.tele-hint{flex-basis:100%;min-height:1.4em;margin:0;line-height:1.4}@media (pointer:coarse){.tele-tool,.tele-undo,.tele-clear,.tele-step,.tele-pin{min-height:44px}.tele-step{width:44px}.tele-swatches{gap:0}.tele-swatch{border-width:6px;width:44px;height:44px}.tele-swatch.active{outline-offset:-4px}}@media (width<=640px){.tele-tools{gap:8px}.tele-tool{padding:8px 6px}.tele-pin{padding:8px 12px}}.scrub-tick{cursor:pointer;z-index:1;background:0 0;border:none;width:24px;margin-left:-12px;padding:0;position:absolute;top:0;bottom:0}.scrub-tick:before{content:"";background:var(--ink-muted);width:2px;margin-left:-1px;transition:background-color .15s ease-out;position:absolute;top:0;bottom:0;left:50%}.scrub-tick-active:before{background:var(--accent)}@media (hover:hover){.scrub-tick:hover:before{background:var(--ink)}}.scrub-tick:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (pointer:coarse){.scrub-tick{width:32px;margin-left:-16px}}.drawings-block{margin-top:.75rem}.drawings-title{font-size:var(--t-label);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-subtle);margin:0;font-weight:600}.drawings-list{margin-top:.5rem}.drawing-item{align-items:center}.drawing-item-active{border-left-color:var(--accent)}.drawing-edit{font-size:var(--t-body-sm);padding:8px 10px}@media (hover:hover){.drawing-edit:hover{background:var(--surface-3)}}@media (width<=640px){.routine-row{flex-wrap:wrap;row-gap:8px}.routine-row-link{flex:1 0 100%}.pose-row{flex-wrap:wrap;row-gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.stage-spinner,.btn-spinner{opacity:.7;border-top-color:currentColor}}.desk{grid-template-columns:1fr;min-height:100dvh;display:grid}.desk-main{min-width:0}.desk-rail{background:var(--surface-1);border-bottom:1px solid var(--hairline);scrollbar-width:none;align-items:center;gap:.75rem;padding:.6rem 1rem;display:flex;overflow-x:auto}.desk-rail::-webkit-scrollbar{display:none}.desk-brand{flex-direction:column;flex:none;gap:1px;padding-right:.5rem;display:flex}.desk-brand .wordmark{justify-content:flex-start;margin-bottom:0}.desk-brand-sub{font-size:var(--t-label);letter-spacing:.04em;color:var(--ink-subtle);display:none}.desk-nav{flex:auto;gap:2px;min-width:0;display:flex}.desk-link{color:var(--ink-muted);font-size:var(--t-body-sm);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;transition:background-color .15s ease-out,color .15s ease-out;display:flex}.desk-link.active{background:var(--surface-2);color:var(--ink);font-weight:600}@media (hover:hover){.desk-link:hover{background:var(--surface-2);color:var(--ink)}}.desk-badge{font-size:var(--t-label);background:var(--accent-soft);color:var(--accent-text);font-variant-numeric:tabular-nums;border-radius:9999px;padding:1px 7px;font-weight:650}.desk-foot{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 10px;display:none}.desk-foot .avatar-initials{width:28px;height:28px;font-size:var(--t-label)}.desk-foot-name{min-width:0;font-size:var(--t-body-sm);overflow-wrap:anywhere;font-weight:600}.desk-signout{font-size:var(--t-caption);grid-column:2;justify-self:start;margin-left:-1px;padding:2px 0}@media (width>=900px){.desk{grid-template-columns:232px minmax(0,1fr)}.desk-rail{border-bottom:0;border-right:1px solid var(--hairline);flex-direction:column;align-items:stretch;gap:1.5rem;height:100dvh;padding:1.25rem .85rem 1rem;position:sticky;top:0;overflow:visible}.desk-brand{padding:0 .5rem}.desk-brand-sub{display:block}.desk-nav{flex-direction:column;flex:none}.desk-link{font-size:var(--t-body);padding:9px 10px}.desk-link-label{flex:auto}.desk-foot{border-top:1px solid var(--hairline);margin-top:auto;padding:.85rem .5rem 0;display:grid}.desk-main .dash,.desk-main .client-detail,.desk-main .progress-page{max-width:1160px}}.queue{margin-bottom:2.25rem}.queue-list{border:1px solid var(--hairline);background:var(--surface-1);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.queue-list li+li{border-top:1px solid var(--hairline)}.queue-row{color:inherit;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background-color .15s ease-out;display:flex}.queue-row .roster-namestack{flex:auto}.queue-row .dot{margin:0}.queue-wait{font-size:var(--t-body-sm);color:var(--accent-text);white-space:nowrap;font-variant-numeric:tabular-nums}.queue-go{font-size:var(--t-body-sm);color:var(--ink-subtle);white-space:nowrap}@media (hover:hover){.queue-row:hover{background:var(--surface-2)}.queue-row:hover .queue-go{color:var(--ink)}}@media (width<=640px){.queue-go{display:none}}.roster-block .section-head{margin-bottom:.75rem}.desk-keys{font-size:var(--t-caption);color:var(--ink-subtle);flex-wrap:wrap;gap:1rem;margin:.5rem 0 0;display:none}@media (hover:hover) and (width>=900px){.desk-keys{display:flex}}.desk-keys kbd{font:inherit;font-size:var(--t-label);background:var(--surface-3);border:1px solid var(--hairline-strong);color:var(--ink-muted);border-radius:4px;margin-right:4px;padding:0 5px}
