:root{--bg-app:#030712;--bg-card:#111827;--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--border-color:#374151;--accent-primary:#3b82f6;--accent-primary-hover:#60a5fa;--action-primary:#2563eb;--action-primary-hover:#1d4ed8;--action-disabled:#1e3a8a;--action-disabled-text:#dbeafe;--accent-danger:#f87171;--accent-danger-hover:#ef4444;--accent-success:#34d399;--border-strong:#64748b;--text-helper:#9ca3af;--rating-inactive:#94a3b8;--focus-action:#6d28d9;--focus-action-hover:#5b21b6;--focus-action-disabled:#3b1f68;--focus-action-disabled-text:#ede9fe;--focus-action-border:#a78bfa;--day-action:#047857;--day-action-end:#0e7490;--day-action-hover:#065f46;--day-action-hover-end:#155e75;--day-action-disabled:#14532d;--day-action-disabled-end:#164e63;--day-action-disabled-text:#f0fdf4;--day-action-border:#4ade80;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--radius-sm:4px;--radius-md:6px;--border-width:1px}*{box-sizing:border-box}html,body{background:var(--bg-app);width:100%;min-width:0;color:var(--text-primary);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}a{color:var(--accent-primary);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{min-width:0;font-family:inherit;font-size:100%}button{cursor:pointer}main{max-width:1200px;padding:var(--space-lg);margin:0 auto}.checkmark-circle{border:2px solid var(--accent-success);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;animation:2s infinite pulse-border;display:flex;position:relative}.checkmark{border:solid var(--accent-success);opacity:0;border-width:0 2px 2px 0;width:10px;height:16px;margin-top:-2px;animation:.6s ease-in-out .2s forwards checkmark-appear;transform:rotate(45deg)}@keyframes checkmark-appear{0%{opacity:0;transform:rotate(45deg)scale(0)}50%{opacity:1;transform:rotate(45deg)scale(1.2)}to{opacity:1;transform:rotate(45deg)scale(1)}}@keyframes pulse-border{0%{box-shadow:0 0 #34d39933}70%{box-shadow:0 0 0 8px #34d39900}to{box-shadow:0 0 #34d39900}}.page-center{min-height:100vh;padding:var(--space-lg);justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}.card{background:var(--bg-card);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-lg)}.auth-header{align-items:center;gap:var(--space-sm);color:var(--text-primary);text-decoration:none;transition:opacity .2s;display:flex}.auth-header:hover{opacity:.8;text-decoration:none}.auth-header h1{margin:0;font-size:1.5rem;font-weight:700}.auth-card{background:var(--bg-card);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);width:100%;max-width:400px;padding:var(--space-xl)}.auth-card h2{margin:0 0 var(--space-sm);font-size:1.5rem}.auth-card p{margin:0 0 var(--space-lg);color:var(--text-secondary)}.auth-divider{color:var(--text-muted);align-items:center;gap:12px;margin:18px 0;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border-color);flex:1;height:1px}.form-grid{gap:var(--space-md);display:grid}.field{gap:var(--space-xs);display:grid}.field label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.field input,.field textarea,.field select{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:#1f2937;padding:8px 12px;font-size:1rem}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--accent-primary);border-color:#0000}.field textarea{resize:vertical;min-height:100px}.button{border-radius:var(--radius-sm);background:var(--action-primary);color:#fff;border:none;min-height:40px;padding:10px 16px;font-weight:600;transition:background .2s}.button:hover{background:var(--action-primary-hover)}.button.secondary{color:var(--text-primary);border:var(--border-width) solid var(--border-strong);background:#111827}.button.secondary:hover{background:#1f2937}.button.danger{background:var(--accent-danger);color:#111827}.button.danger:hover{background:var(--accent-danger-hover)}.button:disabled{border-color:var(--action-disabled);background:var(--action-disabled);color:var(--action-disabled-text);opacity:1;cursor:not-allowed}.button.secondary:disabled{border-color:var(--border-strong);color:#cbd5e1;background:#334155}.button.danger:disabled{color:#fecaca;background:#7f1d1d;border-color:#7f1d1d}.dashboard{padding:var(--space-lg)}.dashboard-header{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.dashboard-header h1{margin:0;font-size:1.75rem}.dashboard-sub{color:var(--text-secondary);overflow-wrap:anywhere;font-size:.875rem}.badges{gap:var(--space-sm);display:flex}.badge{border-radius:var(--radius-sm);border:var(--border-width) solid var(--border-color);background:#1f2937;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.grid{gap:var(--space-lg);display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card h2{margin:0 0 var(--space-md);font-size:1.25rem}.row{gap:var(--space-sm);align-items:center;display:flex}.row-wrap{flex-wrap:wrap}.row-end{justify-content:flex-end;gap:var(--space-sm);display:flex}.table-wrap{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md);-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:640px}th{color:var(--text-secondary);padding:var(--space-sm) var(--space-md);text-align:left;border-bottom:var(--border-width) solid var(--border-color);background:#1f2937;font-weight:600}td{padding:var(--space-sm) var(--space-md);border-bottom:var(--border-width) solid var(--border-color);vertical-align:top}.list{gap:var(--space-md);display:grid}.item{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);padding:var(--space-md);background:#1f2937}.item h3{margin:0 0 var(--space-xs);font-size:1rem}.item p{color:var(--text-secondary);overflow-wrap:anywhere;margin:0;font-size:.9rem}.muted{color:var(--text-muted)}.locked{border:1px dashed var(--border-color);border-radius:var(--radius-md);padding:var(--space-lg);color:var(--text-secondary);text-align:center;background:#030712}.success{color:var(--accent-success)}.error{color:var(--accent-danger);padding:var(--space-md);border:var(--border-width) solid #991b1b;border-radius:var(--radius-sm);margin-bottom:var(--space-md);background:#450a0a}.modal-overlay{width:100%;max-width:none;height:100dvh;max-height:none;padding:var(--space-md);color:var(--text-primary);z-index:1000;cursor:default;background:0 0;border:0;margin:0;position:fixed;inset:0;overflow:hidden}.modal-overlay[open]{justify-content:center;align-items:center;display:flex}.modal-overlay::backdrop{background:#000c}.modal-image{border-radius:var(--radius-md);max-width:100%;max-height:100%}.chat-form{gap:var(--space-sm);margin-top:12px;display:flex}.chat-input{border:var(--border-width) solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:#1f2937;flex:1;padding:10px 12px}.chat-input:focus{outline:2px solid var(--accent-primary);border-color:#0000}.focus-shell{--focus-accent:#8b5cf6;--focus-accent-soft:#8b5cf629;background:radial-gradient(circle at 50% -10%,#4f46e52e,#0000 34%),#030712;max-width:none;min-height:100vh;padding:0 28px 64px}.focus-shell.is-running{background:radial-gradient(circle at 50% 32%,#6d28d92e,#0000 34%),#02040b}.focus-header{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;width:min(1120px,100%);min-height:76px;margin:0 auto;display:flex}.focus-brand,.focus-nav button{color:var(--text-secondary);background:0 0;border:0}.focus-brand{color:var(--text-primary);padding:12px 0;font-weight:700}.focus-nav{gap:8px;display:flex}.focus-nav button{border-radius:999px;padding:10px 14px}.focus-nav button.active,.focus-nav button:hover{color:#fff;background:#ffffff12}.focus-nav button:disabled{opacity:.35;cursor:not-allowed}.focus-shell>.error{width:min(880px,100%);margin:18px auto 0}.focus-loading{min-height:70vh;color:var(--text-secondary);place-items:center;display:grid}.focus-setup,.focus-feedback-page,.focus-result-page,.focus-history{width:min(960px,100%);margin:0 auto}.focus-hero{text-align:center;padding:70px 0 42px}.focus-eyebrow{color:#a78bfa;letter-spacing:.22em;font-size:.72rem;font-weight:800;display:inline-block}.focus-hero h1,.focus-feedback-page h1,.focus-result-page h1,.focus-history h1{letter-spacing:-.04em;margin:14px 0;font-size:clamp(2rem,6vw,4rem);line-height:1.14}.focus-hero p,.focus-feedback-page>p,.focus-history-heading p{max-width:620px;color:var(--text-secondary);margin:0 auto}.focus-form-card,.focus-feedback-card,.focus-data-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#111827c7;border:1px solid #94a3b82e;border-radius:20px;box-shadow:0 30px 80px #0000003d}.focus-form-card{gap:20px;padding:clamp(20px,5vw,44px);display:grid}.focus-section-title{border-top:1px solid #94a3b821;align-items:flex-start;gap:14px;margin-top:18px;padding-top:26px;display:flex}.focus-section-title:first-child{border-top:0;margin-top:0;padding-top:0}.focus-section-title>span{color:#c4b5fd;background:var(--focus-accent-soft);border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:.72rem;font-weight:800;display:grid}.focus-section-title h2,.focus-section-title p{margin:0}.focus-section-title h2{font-size:1.14rem}.focus-section-title p{color:var(--text-helper);margin-top:3px;font-size:.84rem}.focus-choice-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.focus-choice-grid.character-grid,.focus-choice-grid.voice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.focus-choice-grid button{border:1px solid var(--border-color);min-height:116px;color:var(--text-primary);text-align:left;background:#111827;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:15px;display:flex}.focus-choice-grid button>span{font-size:1.5rem}.focus-choice-grid button strong{font-size:.9rem}.focus-choice-grid button small{color:var(--text-helper);line-height:1.35}.focus-choice-grid button:hover,.focus-choice-grid button.selected{background:var(--focus-accent-soft);border-color:#8b5cf6;box-shadow:inset 0 0 0 1px #8b5cf640}.focus-voice-preview{background:var(--focus-accent-soft);color:#ddd6fe;border:1px solid #8b5cf680;border-radius:9px;min-height:44px;padding:8px 18px;font-weight:700}.focus-voice-preview:disabled{opacity:.6;cursor:wait}.focus-voice-note{color:var(--text-helper);margin:-8px 0 0;font-size:.72rem}.focus-voice-error{color:#fca5a5;background:#7f1d1d38;border:1px solid #f8717159;border-radius:8px;margin-top:-8px;padding:10px 12px;font-size:.78rem}.focus-start{border:1px solid var(--focus-action-border);color:#fff;background:var(--focus-action);border-radius:12px;justify-content:center;align-items:center;gap:16px;min-height:56px;margin-top:12px;padding:13px 18px;font-weight:800;display:flex;box-shadow:0 12px 30px #4f46e54d}.focus-start:hover:not(:disabled){background:var(--focus-action-hover)}.focus-start:disabled{border-color:var(--focus-action-border);color:var(--focus-action-disabled-text);background:var(--focus-action-disabled);box-shadow:none;cursor:wait}.focus-start>span{font-size:1.4rem}.focus-session{flex-direction:column;align-items:center;width:min(780px,100%);min-height:calc(100vh - 76px);margin:0 auto;padding:34px 0 48px;display:flex}.focus-session-meta{color:var(--text-secondary);align-items:center;gap:10px;display:flex}.focus-session-meta span{color:#c4b5fd;border:1px solid #8b5cf66b;border-radius:999px;padding:5px 10px;font-size:.76rem;font-weight:700}.focus-timer-wrap{margin:26px 0 20px}.focus-ring{--progress:0deg;aspect-ratio:1;background:conic-gradient(#8b5cf6 var(--progress), #8b5cf61a 0);border-radius:50%;place-items:center;width:clamp(240px,52vw,340px);display:grid;position:relative;box-shadow:0 0 80px #6d28d933}.focus-ring:before{content:"";background:#050814;border-radius:50%;position:absolute;inset:7px}.focus-ring>div{z-index:1;flex-direction:column;align-items:center;display:flex}.focus-ring span,.focus-ring small{color:#a78bfa;letter-spacing:.2em;font-size:.7rem;font-weight:800}.focus-ring strong{font-variant-numeric:tabular-nums;letter-spacing:-.06em;margin:5px 0;font-size:clamp(3.1rem,12vw,5rem);line-height:1}.focus-ring small{color:var(--text-muted);letter-spacing:0;font-weight:500}.focus-goal{text-align:center;max-width:580px}.focus-goal span{color:var(--text-muted);font-size:.72rem;font-weight:700}.focus-goal p{margin:5px 0 0;font-size:1.08rem}.focus-coach-bubble{background:#8b5cf614;border:1px solid #8b5cf638;border-radius:14px;align-items:center;gap:12px;width:min(620px,100%);min-height:72px;margin:22px 0;padding:14px 18px;display:flex}.focus-coach-bubble>span{font-size:1.5rem}.focus-coach-bubble p{color:#ddd6fe;margin:0;font-size:.92rem}.focus-controls{grid-template-columns:2fr 1fr;gap:10px;width:min(620px,100%);display:grid}.focus-break-button,.focus-control-button{border:1px solid var(--border-color);color:#fff;background:#111827;border-radius:12px;min-height:60px;font-weight:700}.focus-break-button{flex-direction:column;justify-content:center;display:flex}.focus-break-button span{color:var(--text-muted);font-size:.7rem;font-weight:500}.focus-break-button:hover,.focus-control-button:hover{border-color:#8b5cf6}.focus-sound-panel{background:#1118279e;border-radius:12px;grid-template-columns:1fr 1.3fr auto auto;align-items:center;gap:12px;width:min(620px,100%);margin-top:12px;padding:12px 14px;display:grid}.focus-sound-panel>div{flex-direction:column;display:flex}.focus-sound-panel>div span{color:var(--text-muted);letter-spacing:.12em;font-size:.58rem}.focus-sound-panel label{color:var(--text-muted);flex-direction:column;font-size:.7rem;display:flex}.focus-sound-panel button{color:var(--text-secondary);background:#ffffff0f;border:0;border-radius:8px;padding:8px;font-size:.72rem}.focus-audio-debug{width:min(760px,100%);color:var(--text-secondary);background:#030712e6;border:1px solid #8b5cf647;border-radius:12px;margin-top:14px;padding:14px}.focus-audio-debug summary{cursor:pointer;color:#c4b5fd;font-size:.82rem;font-weight:700}.focus-audio-debug-assessment,.focus-audio-debug-error{margin:12px 0;font-size:.76rem;line-height:1.6}.focus-audio-debug-error{color:#fca5a5}.focus-audio-debug dl{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0;display:grid}.focus-audio-debug dl>div{background:#ffffff0a;border-radius:8px;min-width:0;padding:8px}.focus-audio-debug dt{color:var(--text-muted);text-transform:uppercase;font-size:.58rem}.focus-audio-debug dd{overflow-wrap:anywhere;color:#e5e7eb;margin:3px 0 0;font-size:.72rem}.focus-audio-debug-actions{align-items:center;gap:10px;margin-top:12px;display:flex}.focus-audio-debug-actions button{color:#fff;background:#6d28d9;border:0;border-radius:8px;padding:8px 10px;font-size:.72rem}.focus-audio-debug-actions span{color:var(--text-muted);font-size:.68rem}.focus-audio-debug pre{color:#a7f3d0;white-space:pre-wrap;overflow-wrap:anywhere;background:#020617;border-radius:8px;max-height:260px;margin:12px 0 0;padding:10px;font-size:.64rem;line-height:1.55;overflow:auto}.focus-end-early{color:var(--text-muted);background:0 0;border:0;margin-top:18px;font-size:.78rem;text-decoration:underline}.focus-end-confirm{color:#fde68a;background:#78350f33;border:1px solid #fbbf244d;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:min(620px,100%);margin-top:16px;padding:14px;font-size:.82rem;display:flex}.focus-end-confirm>div{gap:8px;display:flex}.focus-end-confirm button{border:1px solid var(--border-color);color:#fff;white-space:nowrap;background:#111827;border-radius:8px;padding:8px 12px}.focus-end-confirm button:last-child{background:#92400e;border-color:#f59e0b}.focus-feedback-page,.focus-result-page{text-align:center;padding-top:64px}.focus-complete-mark{color:#d1fae5;background:#10b9812e;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:1.8rem;display:grid}.focus-feedback-card{text-align:left;gap:18px;max-width:720px;margin:38px auto 0;padding:clamp(20px,5vw,38px);display:grid}.focus-rating-row{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;gap:16px;min-height:62px;display:flex}.focus-rating-row>div:first-child{flex-direction:column;display:flex}.focus-rating-row small{color:var(--text-helper)}.focus-rating{display:flex}.focus-rating button{width:42px;min-height:42px;color:var(--rating-inactive);background:0 0;border:0;font-size:1.75rem}.focus-rating button.active{color:#fbbf24}.focus-result-page{max-width:820px}.focus-result-grid,.focus-stat-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:34px 0;display:grid}.focus-result-grid>div,.focus-stat-grid>div{background:#111827b3;border:1px solid #94a3b829;border-radius:14px;flex-direction:column;padding:24px 18px;display:flex}.focus-result-grid span,.focus-stat-grid span{color:var(--text-muted);font-size:.78rem}.focus-result-grid strong,.focus-stat-grid strong{font-size:2rem}.focus-result-grid small,.focus-stat-grid small{color:var(--text-muted);margin-left:3px;font-size:.8rem}.focus-analysis{background:var(--focus-accent-soft);text-align:left;border:1px solid #8b5cf64d;border-radius:16px;gap:16px;padding:26px;display:flex}.focus-analysis>span{font-size:1.8rem}.focus-analysis h2,.focus-analysis p{margin:0}.focus-analysis h2{margin-bottom:8px;font-size:1rem}.focus-analysis p{color:#ddd6fe;line-height:1.8}.focus-result-actions{gap:10px;max-width:520px;margin:22px auto;display:grid}.focus-history{padding-top:54px}.focus-history-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.focus-history-heading h1,.focus-history-heading p{text-align:left;margin-left:0}.focus-history-heading h1{font-size:clamp(2rem,5vw,3.2rem)}.focus-period-tabs{background:#111827;border-radius:10px;padding:4px;display:flex}.focus-period-tabs button{color:var(--text-muted);background:0 0;border:0;border-radius:7px;padding:8px 16px}.focus-period-tabs button.active{color:#fff;background:#374151}.focus-data-card{box-shadow:none;padding:22px}.focus-data-card h2{margin:0 0 20px;font-size:1rem}.focus-bar-row{margin-bottom:15px}.focus-bar-row>div:first-child{justify-content:space-between;margin-bottom:6px;display:flex}.focus-bar-row small{color:var(--text-muted)}.focus-bar-row>div:last-child{background:#1f2937;border-radius:99px;height:8px;overflow:hidden}.focus-bar-row i{border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#60a5fa);height:100%;display:block}.focus-bgm-score{border-bottom:1px solid #94a3b81f;justify-content:space-between;padding:12px 0;display:flex}.focus-bgm-score strong{color:#fbbf24}.focus-history>.focus-data-card{margin-top:24px}.focus-session-list article{border-bottom:1px solid #94a3b81f;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:14px 0;display:grid}.focus-session-list time,.focus-session-list span{color:var(--text-muted);font-size:.78rem}.focus-session-list article>div{flex-direction:column;display:flex}.focus-session-list article>div:last-child{text-align:right}@media (max-width:768px){main,.dashboard,.card,.auth-card{padding:var(--space-md)}.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-header .row{align-items:stretch}.dashboard-header .button,.dashboard-header .badge{justify-content:center}.row,.row-end,.chat-form{flex-direction:column;align-items:stretch}.row-end .button,.row .button{width:100%}.grid-2{grid-template-columns:1fr}table{min-width:560px}.focus-shell{padding:0 16px 40px}.focus-hero{padding:44px 0 28px}.focus-choice-grid,.focus-choice-grid.character-grid,.focus-choice-grid.voice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-choice-grid button{width:auto}.focus-sound-panel{grid-template-columns:1fr 1fr}.focus-audio-debug dl{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-voice-preview{width:100%}.focus-history-heading{flex-direction:column;align-items:flex-start}}@media (max-width:480px){:root{--space-lg:18px;--space-xl:24px}.page-center{justify-content:flex-start;padding-top:48px}.dashboard-header h1{font-size:1.45rem}.button{width:100%}.focus-header{min-height:64px}.focus-nav button{width:auto;padding:8px 10px;font-size:.78rem}.focus-brand{width:auto;font-size:.78rem}.focus-hero h1,.focus-feedback-page h1,.focus-result-page h1{font-size:2.1rem}.focus-choice-grid button{min-height:108px;padding:12px}.focus-session{padding-top:22px}.focus-session-meta{flex-direction:column;align-items:flex-start}.focus-controls,.focus-result-grid,.focus-stat-grid,.focus-sound-panel{grid-template-columns:1fr}.focus-sound-panel button{width:100%}.focus-audio-debug dl{grid-template-columns:1fr}.focus-audio-debug-actions{flex-direction:column;align-items:stretch}.focus-audio-debug-actions button{width:100%}.focus-end-confirm{flex-direction:column;align-items:stretch}.focus-end-confirm>div,.focus-end-confirm button{width:100%}.focus-rating-row{flex-direction:column;align-items:flex-start;padding-bottom:14px}.focus-rating{justify-content:space-between;width:100%}.focus-rating button{width:20%}.focus-session-list article{grid-template-columns:58px 1fr}.focus-session-list article>div:last-child{text-align:left;grid-column:2}}.focus-hub-shell{background:radial-gradient(circle at 18% 8%,#0ea5e91f,#0000 30%),radial-gradient(circle at 82% 18%,#8b5cf629,#0000 32%),#030712}.focus-premium-label{color:#c4b5fd;letter-spacing:.12em;background:#8b5cf61a;border:1px solid #a78bfa59;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:800}.focus-hub-hero{text-align:center;width:min(900px,100%);margin:0 auto;padding:clamp(64px,9vw,112px) 0 46px}.focus-hub-hero h1{letter-spacing:-.055em;margin:18px 0;font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.08}.focus-hub-hero p{max-width:700px;color:var(--text-secondary);margin:0 auto;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.8}.focus-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(1080px,100%);margin:0 auto;display:grid}.focus-mode-card{background:linear-gradient(150deg,#ffffff0b,#0000 48%),#090e1ceb;border:1px solid #94a3b82e;border-radius:24px;flex-direction:column;min-height:470px;padding:clamp(24px,4vw,38px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000003d}.focus-mode-card.featured{background:radial-gradient(circle at 100% 0,#8b5cf638,#0000 42%),linear-gradient(150deg,#ffffff0e,#0000 48%),#0a0c1ef0;border-color:#8b5cf670}.focus-mode-card-top{color:#94a3b8;letter-spacing:.13em;align-items:center;gap:10px;font-size:.68rem;font-weight:800;display:flex}.focus-mode-icon{color:#93c5fd;background:#3b82f61a;border:1px solid #60a5fa42;border-radius:15px;place-items:center;width:48px;height:48px;margin-right:6px;font-size:1.4rem;display:grid}.focus-mode-card.featured .focus-mode-icon{color:#c4b5fd;background:#8b5cf621;border-color:#a78bfa4d}.focus-mode-card-top b{color:#ddd6fe;background:#8b5cf638;border-radius:999px;margin-left:auto;padding:4px 8px;font-size:.62rem}.focus-mode-card h2{letter-spacing:-.04em;margin:34px 0 12px;font-size:clamp(1.8rem,4vw,2.45rem)}.focus-mode-card>p{color:var(--text-secondary);margin:0;line-height:1.8}.focus-mode-card ul{gap:12px;margin:28px 0 34px;padding:0;list-style:none;display:grid}.focus-mode-card li{color:#dbeafe;align-items:center;gap:10px;font-size:.9rem;display:flex}.focus-mode-card li:before{content:"✓";color:#86efac;background:#22c55e1f;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.7rem;font-weight:900;display:grid}.focus-mode-card>:is(button,a){color:#fff;background:#2563eb29;border:1px solid #60a5fa47;border-radius:13px;justify-content:space-between;align-items:center;width:100%;min-height:54px;margin-top:auto;padding:0 18px;font-weight:750;display:flex}.focus-mode-card.featured>:is(button,a){border-color:var(--focus-action-border);background:var(--focus-action);box-shadow:0 14px 36px #4f46e547}.focus-mode-card>:is(button,a):hover{background:#2563eb47;transform:translateY(-1px)}.focus-mode-card.featured>:is(button,a):hover{color:#fff;background:var(--focus-action-hover)}.focus-hub-note{background:#0f172a99;border:1px solid #94a3b824;border-radius:16px;align-items:center;gap:14px;width:min(860px,100%);margin:28px auto 0;padding:18px 22px;display:flex}.focus-hub-note>span{color:#c4b5fd;background:#8b5cf626;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;font-size:.72rem;font-weight:900;display:grid}.focus-hub-note p{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.65}.day-focus-shell{--day-accent:#22c55e;--day-accent-soft:#22c55e1f;background:radial-gradient(circle at 12% 0,#22c55e17,#0000 28%),radial-gradient(circle at 90% 12%,#0ea5e914,#0000 26%),#030712;padding-bottom:90px}.day-focus-header{width:min(1240px,100%)}.day-error{width:min(1100px,100%)!important}.day-setup,.day-dashboard,.day-review,.day-report,.day-growth{width:min(1240px,100%);margin:0 auto}.day-setup{grid-template-columns:minmax(280px,.74fr) minmax(0,1.26fr);align-items:start;gap:clamp(32px,7vw,86px);padding-top:58px;display:grid}.day-setup-intro{padding-top:28px;position:sticky;top:30px}.day-setup-intro h1,.day-dashboard h1,.day-review h1,.day-report h1,.day-growth h1{letter-spacing:-.05em;margin:16px 0;font-size:clamp(2.35rem,5vw,4rem);line-height:1.08}.day-setup-intro>p{max-width:440px;color:var(--text-secondary);margin:0;line-height:1.8}.day-flow-preview{flex-wrap:wrap;align-items:center;gap:8px;margin-top:34px;display:flex}.day-flow-preview span{color:#cbd5e1;background:#0f172ab3;border:1px solid #94a3b829;border-radius:8px;padding:7px 10px;font-size:.72rem}.day-flow-preview i{color:#475569;font-style:normal}.day-setup-form{background:#090e1beb;border:1px solid #94a3b829;border-radius:24px;padding:clamp(22px,4vw,38px);box-shadow:0 28px 80px #0000003d}.day-form-heading{border-top:1px solid #94a3b81f;gap:13px;margin:34px 0 18px;padding-top:30px;display:flex}.day-form-heading:first-child{border-top:0;margin-top:0;padding-top:0}.day-form-heading>span{color:#86efac;background:var(--day-accent-soft);border-radius:9px;flex:none;place-items:center;width:31px;height:31px;font-size:.68rem;font-weight:900;display:grid}.day-form-heading h2,.day-form-heading p{margin:0}.day-form-heading h2{font-size:1.05rem}.day-form-heading p{color:var(--text-helper);margin-top:3px;font-size:.78rem}.day-task-list{gap:10px;display:grid}.day-task-row{grid-template-columns:minmax(100px,.42fr) minmax(180px,1fr) 36px;align-items:end;gap:9px;display:grid}.day-task-row label,.day-wide-field,.day-voice-select,.day-review form>label{color:#cbd5e1;gap:7px;font-size:.76rem;font-weight:700;display:grid}.day-task-row input,.day-wide-field textarea,.day-voice-select select,.day-review textarea{color:#fff;background:#0f172abd;border:1px solid #94a3b833;border-radius:11px;outline:none;width:100%}.day-task-row input,.day-voice-select select{min-height:48px;padding:0 13px}.day-task-row input:focus,.day-wide-field textarea:focus,.day-voice-select select:focus,.day-review textarea:focus{border-color:#4ade8094;box-shadow:0 0 0 3px #22c55e14}.day-task-row>button{color:#94a3b8;background:#94a3b814;border:0;border-radius:9px;width:36px;height:36px;margin-bottom:6px}.day-add-task{color:#86efac;background:0 0;border:1px dashed #94a3b83d;border-radius:11px;min-height:44px}.day-wide-field{margin-top:16px}.day-wide-field textarea,.day-review textarea{resize:vertical;min-height:104px;padding:13px}.day-duration-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.day-duration-grid button{color:#e2e8f0;background:#0f172ab3;border:1px solid #94a3b829;border-radius:11px;justify-content:center;align-items:baseline;gap:3px;min-height:68px;display:flex}.day-duration-grid button.selected{color:#dcfce7;background:#22c55e1f;border-color:#4ade808c}.day-duration-grid strong{font-size:1.5rem}.day-duration-grid span{color:#94a3b8;font-size:.72rem}.day-character-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.day-character-grid button{color:#fff;background:#0f172aa3;border:1px solid #94a3b829;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:102px;padding:12px 8px;display:flex}.day-character-grid button.selected{background:#22c55e1c;border-color:#4ade8080}.day-character-grid button>span{font-size:1.45rem}.day-character-grid small{color:var(--text-helper);font-size:.66rem}.day-voice-select{margin-top:14px}.day-create-plan{border:1px solid var(--day-action-border);color:#fff;background:linear-gradient(135deg, var(--day-action), var(--day-action-end));border-radius:13px;justify-content:space-between;align-items:center;width:100%;min-height:58px;margin-top:28px;padding:0 18px;font-weight:800;display:flex;box-shadow:0 16px 38px #05966933}.day-create-plan:hover:not(:disabled){background:linear-gradient(135deg, var(--day-action-hover), var(--day-action-hover-end))}.day-create-plan:disabled{border-color:var(--day-action-border);color:var(--day-action-disabled-text);background:linear-gradient(135deg, var(--day-action-disabled), var(--day-action-disabled-end));box-shadow:none;cursor:wait}.day-cancel-edit{color:#94a3b8;background:0 0;border:0;width:100%;min-height:44px;margin-top:8px}.day-dashboard,.day-growth{padding-top:46px}.day-dashboard-top,.day-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.day-dashboard-top h1,.day-section-heading h1{margin:10px 0 6px;font-size:clamp(2rem,4vw,3.35rem)}.day-dashboard-top p{color:#cbd5e1;margin:0}.day-dashboard-top>button{color:#cbd5e1;background:#0f172ab3;border:1px solid #94a3b833;border-radius:10px;min-height:42px;padding:0 14px}.day-overview-grid{grid-template-columns:2fr 1fr .8fr;gap:12px;margin-top:28px;display:grid}.day-overview-grid>article,.day-current-card,.day-side-column>article,.day-timeline-card,.day-subject-card,.day-growth-summary>article,.day-insight-card,.day-history-list,.day-report-subjects{background:#090e1bd1;border:1px solid #94a3b826;border-radius:17px}.day-overview-grid>article{flex-direction:column;justify-content:center;min-height:128px;padding:20px;display:flex}.day-overview-grid>article>span,.day-progress-card>div:first-child>span{color:#94a3b8;font-size:.72rem;font-weight:700}.day-overview-grid>article>strong{margin:7px 0 3px;font-size:1.45rem}.day-overview-grid>article>small{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.day-progress-card>div:first-child,.day-progress-card>div:last-child{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.day-progress-card>div:first-child strong{font-size:2rem}.day-progress-card>div:first-child small{font-size:.8rem}.day-main-progress{background:#172033;border-radius:99px;height:9px;margin:10px 0 12px;overflow:hidden}.day-main-progress i{border-radius:inherit;background:linear-gradient(90deg,#22c55e,#38bdf8);height:100%;display:block;box-shadow:0 0 20px #22c55e80}.day-progress-card>div:last-child span{color:#94a3b8;font-size:.7rem}.day-progress-card>div:last-child strong{color:#e2e8f0}.day-live-grid{grid-template-columns:minmax(0,1.7fr) minmax(260px,.65fr);align-items:stretch;gap:12px;margin-top:12px;display:grid}.day-current-card{padding:clamp(20px,4vw,32px)}.day-current-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.day-current-heading span,.day-card-title>span{color:#4ade80;letter-spacing:.14em;font-size:.65rem;font-weight:850}.day-current-heading h2{margin:8px 0 3px;font-size:clamp(1.25rem,3vw,1.75rem)}.day-current-heading p{color:#94a3b8;margin:0;font-size:.82rem}.day-status{white-space:nowrap;background:#94a3b81a;border-radius:999px;padding:6px 10px;color:#cbd5e1!important;letter-spacing:0!important;font-size:.66rem!important}.day-status.active{background:#22c55e24;color:#bbf7d0!important}.day-status.paused{background:#f59e0b24;color:#fde68a!important}.day-timer-area{grid-template-columns:minmax(220px,.75fr) minmax(230px,1fr);align-items:center;gap:clamp(20px,5vw,54px);padding:26px 0 20px;display:grid}.day-timer-ring{aspect-ratio:1;background:conic-gradient(#22c55e var(--day-progress), #33415561 0);border-radius:50%;place-items:center;width:min(250px,100%);margin:0 auto;padding:12px;display:grid;position:relative;box-shadow:0 0 70px #22c55e14}.day-timer-ring:before{content:"";background:#080d1b;border-radius:50%;position:absolute;inset:10px}.day-timer-ring>div{z-index:1;flex-direction:column;align-items:center;display:flex}.day-timer-ring span,.day-timer-ring small{color:#94a3b8;letter-spacing:.14em;font-size:.66rem;font-weight:800}.day-timer-ring strong{font-variant-numeric:tabular-nums;letter-spacing:-.06em;margin:7px 0;font-size:clamp(2.25rem,5vw,3.4rem)}.day-live-metrics{gap:15px;display:grid}.day-live-metrics>div{grid-template-columns:1fr auto;gap:5px 12px;display:grid}.day-live-metrics>div>span{color:#cbd5e1;font-size:.78rem}.day-live-metrics>div>strong{font-size:.82rem}.day-live-metrics i,.day-subject-progress i,.day-analysis-row i,.day-report-subject i{background:#1e293b;border-radius:99px;grid-column:1/-1;height:6px;overflow:hidden}.day-live-metrics i b,.day-subject-progress i b,.day-analysis-row i b,.day-report-subject i b{border-radius:inherit;background:linear-gradient(90deg,#22c55e,#38bdf8);height:100%;display:block}.day-live-metrics>small{color:var(--text-helper);font-size:.65rem}.day-current-actions{border-top:1px solid #94a3b81c;flex-wrap:wrap;gap:8px;padding-top:18px;display:flex}.day-current-actions button,.day-empty-current button,.day-report-actions button{color:#e2e8f0;background:#1e293b9e;border:1px solid #94a3b82e;border-radius:11px;min-height:46px;padding:0 16px;font-weight:700}.day-current-actions button.primary,.day-empty-current button.primary,.day-report-actions button.primary{background:linear-gradient(135deg,#16a34a,#0891b2);border-color:#0000}.day-current-actions button.attention{color:#fde68a;background:#78350f33;border-color:#fbbf2440}.day-side-column{grid-template-rows:1fr auto;gap:12px;display:grid}.day-side-column>article{padding:20px}.day-coach-card{flex-direction:column;display:flex;background:radial-gradient(circle at 100% 0,#8b5cf629,#0000 48%),#090e1bdb!important}.day-coach-card>div,.day-sound-card>div{align-items:center;gap:11px;display:flex}.day-coach-card>div>span,.day-sound-card>div>span{background:#8b5cf61f;border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.day-coach-card>div>div,.day-sound-card>div>div{flex-direction:column;display:flex}.day-coach-card small,.day-sound-card small{color:#94a3b8;letter-spacing:.12em;font-size:.58rem;font-weight:800}.day-coach-card p{color:#ede9fe;margin:22px 0;line-height:1.85}.day-coach-card>label{color:#94a3b8;align-items:center;gap:7px;margin-top:auto;font-size:.72rem;display:flex}.day-sound-card label{color:#94a3b8;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin-top:18px;font-size:.68rem;display:grid}.day-sound-card input{width:100%}.day-sound-card button{color:#bae6fd;background:#0ea5e914;border:1px solid #38bdf833;border-radius:9px;width:100%;min-height:38px;margin-top:12px;font-size:.72rem}.day-sound-error{color:#fca5a5;margin:8px 0 0;font-size:.68rem}.day-plan-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.7fr);align-items:start;gap:12px;margin-top:12px;display:grid}.day-timeline-card,.day-subject-card,.day-insight-card,.day-history-list,.day-report-subjects{padding:24px}.day-card-title h2{margin:5px 0 20px;font-size:1.1rem}.day-timeline{display:grid}.day-timeline-item{grid-template-columns:27px 1fr auto;align-items:center;gap:12px;min-height:76px;display:grid;position:relative}.day-timeline-item:not(:last-child):before{content:"";background:#283548;width:1px;position:absolute;top:50%;bottom:-50%;left:13px}.day-timeline-item>i{z-index:1;color:#64748b;background:#0b1220;border:1px solid #334155;border-radius:50%;place-items:center;width:27px;height:27px;font-size:.68rem;font-style:normal;display:grid}.day-timeline-item.active>i,.day-timeline-item.paused>i{color:#86efac;border-color:#22c55e;box-shadow:0 0 0 5px #22c55e14}.day-timeline-item.completed>i{color:#86efac;background:#22c55e24;border-color:#22c55e66}.day-timeline-item.skipped{opacity:.48}.day-timeline-item>div{flex-direction:column;min-width:0;display:flex}.day-timeline-item>div>span,.day-timeline-item>div>small{color:var(--text-helper);font-size:.66rem}.day-timeline-item>div>strong{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;margin:2px 0;font-size:.82rem;overflow:hidden}.day-timeline-item.active>div>strong,.day-timeline-item.paused>div>strong{color:#fff}.day-timeline-item>time{color:#94a3b8;font-size:.72rem}.day-subject-progress{gap:7px;margin-bottom:22px;display:grid}.day-subject-progress>div{justify-content:space-between;font-size:.8rem;display:flex}.day-subject-progress>div>span{color:#86efac;font-weight:800}.day-subject-progress>small{color:var(--text-helper);font-size:.66rem}.day-finish-area{justify-content:center;margin-top:20px;display:flex}.day-finish-area>button{color:#94a3b8;text-underline-offset:4px;background:0 0;border:0;text-decoration:underline}.day-finish-area>div{background:#78350f26;border:1px solid #fbbf243d;border-radius:12px;align-items:center;gap:10px;width:min(620px,100%);padding:16px;display:flex}.day-finish-area p{color:#fde68a;margin:0 auto 0 0;font-size:.78rem}.day-finish-area button{color:#fff;white-space:nowrap;background:#1e293b;border:1px solid #94a3b833;border-radius:8px;min-height:38px;padding:0 12px}.day-finish-area div button:last-child{background:#92400e;border-color:#fbbf2459}.day-empty-current{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:450px;display:flex}.day-empty-current>span,.day-complete-icon{color:#bbf7d0;background:#22c55e24;border-radius:50%;place-items:center;width:56px;height:56px;font-size:1.45rem;display:grid}.day-review,.day-report{text-align:center;padding-top:clamp(54px,8vw,90px)}.day-review>.day-complete-icon,.day-report-hero>.day-complete-icon{margin:0 auto 18px}.day-review>p,.day-report-hero>p{color:#94a3b8;max-width:680px;margin:0 auto;line-height:1.8}.day-review form{text-align:left;background:#090e1bdb;border:1px solid #94a3b826;border-radius:20px;width:min(720px,100%);margin:36px auto 0;padding:clamp(22px,4vw,36px)}.day-review-row{border-bottom:1px solid #94a3b81c;justify-content:space-between;align-items:center;gap:18px;min-height:74px;display:flex}.day-review-row>div:first-child{flex-direction:column;display:flex}.day-review-row span{color:var(--text-helper);font-size:.7rem}.day-rating{display:flex}.day-rating button{width:39px;height:44px;color:var(--rating-inactive);background:0 0;border:0;font-size:1.55rem}.day-rating button.active{color:#fbbf24}.day-review form>label{margin-top:22px}.day-report{max-width:980px}.day-report-stats,.day-growth-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.day-report-stats>article,.day-growth-summary>article{text-align:left;background:#090e1bd6;border:1px solid #94a3b826;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:138px;padding:22px;display:flex}.day-report-stats span,.day-growth-summary span{color:#94a3b8;font-size:.7rem}.day-report-stats strong,.day-growth-summary strong{margin:7px 0 2px;font-size:clamp(1.45rem,3vw,2rem)}.day-report-stats strong small,.day-growth-summary strong small{color:#94a3b8;margin-left:3px;font-size:.72rem}.day-report-stats article>small,.day-growth-summary article>small{color:var(--text-muted);font-size:.66rem}.day-report-analysis{text-align:left;background:linear-gradient(135deg,#8b5cf624,#0ea5e912);border:1px solid #8b5cf645;border-radius:18px;gap:18px;margin-top:12px;padding:clamp(22px,4vw,34px);display:flex}.day-report-analysis>span{font-size:1.8rem}.day-report-analysis small{color:#c4b5fd;letter-spacing:.13em;font-size:.65rem;font-weight:900}.day-report-analysis h2{margin:6px 0 10px;font-size:1.15rem}.day-report-analysis p{color:#ddd6fe;margin:0;line-height:1.9}.day-report-subjects{text-align:left;margin-top:12px}.day-report-subject{grid-template-columns:100px 1fr 46px;align-items:center;gap:14px;padding:10px 0;display:grid}.day-report-subject i{grid-column:auto}.day-report-subject>span{color:#86efac;text-align:right;font-weight:800}.day-report-actions{justify-content:center;gap:10px;margin-top:22px;display:flex}.day-section-heading h1{text-align:left}.day-period-tabs{background:#111827;border-radius:10px;padding:4px;display:flex}.day-period-tabs button{color:#94a3b8;background:0 0;border:0;border-radius:7px;min-height:36px;padding:0 14px}.day-period-tabs button.active{color:#fff;background:#334155}.day-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.day-analysis-row{gap:7px;margin-bottom:15px;display:grid}.day-analysis-row>div{justify-content:space-between;display:flex}.day-analysis-row span{color:#94a3b8;font-size:.72rem}.day-score-row{border-bottom:1px solid #94a3b81a;grid-template-columns:1fr auto 74px;align-items:center;gap:12px;min-height:50px;display:grid}.day-score-row>span{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.day-score-row strong{color:#86efac}.day-score-row strong small{font-size:.62rem}.day-score-row>small{color:var(--text-helper);text-align:right;font-size:.66rem}.day-ai-insight{align-items:flex-start;gap:14px;min-height:150px;display:flex}.day-ai-insight>span{color:#c4b5fd;font-size:1.5rem}.day-ai-insight p{color:#ddd6fe;margin:0;line-height:1.85}.day-history-list{margin-top:12px}.day-history-list h2{margin:0 0 12px;font-size:1rem}.day-history-list article{border-bottom:1px solid #94a3b81a;grid-template-columns:130px 1fr auto;align-items:center;gap:16px;min-height:64px;display:grid}.day-history-list time,.day-history-list span{color:#94a3b8;font-size:.72rem}.day-history-list article>div{flex-direction:column;min-width:0;display:flex}.day-history-list article>div:first-of-type strong,.day-history-list article>div:first-of-type span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.day-history-list article>div:last-child{text-align:right}.day-empty{color:var(--text-helper);font-size:.78rem;line-height:1.7}@media (max-width:980px){.day-setup{grid-template-columns:1fr;gap:28px}.day-setup-intro{text-align:center;padding-top:0;position:static}.day-setup-intro>p{margin:0 auto}.day-flow-preview{justify-content:center}.day-overview-grid{grid-template-columns:1.6fr 1fr}.day-overview-grid>article:last-child{grid-column:1/-1;min-height:90px}.day-live-grid,.day-plan-grid{grid-template-columns:1fr}.day-side-column{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.focus-mode-grid,.day-growth-grid{grid-template-columns:1fr}.focus-mode-card{min-height:430px}.day-dashboard-top,.day-section-heading{flex-direction:column;align-items:flex-start}.day-overview-grid,.day-side-column,.day-report-stats,.day-growth-summary{grid-template-columns:1fr}.day-overview-grid>article:last-child{grid-column:auto}.day-timer-area{grid-template-columns:1fr}.day-timer-ring{width:min(230px,82vw)}.day-current-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.day-current-actions button{width:100%}.day-finish-area>div{flex-direction:column;align-items:stretch}.day-review-row{flex-direction:column;align-items:flex-start;padding:16px 0}.day-rating{justify-content:space-between;width:100%}.day-rating button{width:20%}.day-report-analysis,.day-report-actions{flex-direction:column}.day-report-actions button{width:100%}}@media (max-width:520px){.focus-hub-hero{padding-top:48px}.focus-hub-hero h1{font-size:2.35rem}.focus-mode-card{border-radius:19px;min-height:0}.focus-hub-note{align-items:flex-start}.day-focus-shell{padding-inline:12px}.day-focus-header .focus-brand{text-overflow:ellipsis;white-space:nowrap;max-width:155px;overflow:hidden}.day-setup{padding-top:38px}.day-setup-intro h1,.day-review h1,.day-report h1{font-size:2.25rem}.day-task-row{grid-template-columns:1fr 36px}.day-task-row label:first-child{grid-column:1/-1}.day-task-row label:nth-child(2){grid-column:1}.day-task-row>button{grid-column:2}.day-duration-grid,.day-character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.day-overview-grid>article{min-height:105px}.day-current-card,.day-side-column>article,.day-timeline-card,.day-subject-card,.day-insight-card,.day-history-list,.day-report-subjects{padding:18px}.day-current-heading{flex-direction:column}.day-current-actions{grid-template-columns:1fr}.day-timeline-item{grid-template-columns:27px minmax(0,1fr) 38px}.day-timeline-item>div>small{display:none}.day-report-subject{grid-template-columns:74px 1fr 42px;gap:9px}.day-score-row{grid-template-columns:minmax(0,1fr) auto}.day-score-row>small{display:none}.day-history-list article{grid-template-columns:82px 1fr;gap:10px}.day-history-list article>div:last-child{text-align:left;grid-column:2}}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100dvh}img{max-width:100%}button,.button,summary{touch-action:manipulation;min-height:44px}.button{text-align:center;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.button:hover{text-decoration:none}:where(a,button,input,textarea,select,summary):focus-visible{outline-offset:3px;outline:3px solid #93c5fd}.field input,.field select{min-height:44px}.field-help{color:var(--text-muted);font-size:.78rem}.button-full{width:100%}.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}.skip-link{z-index:9999;color:#030712;background:#f9fafb;border-radius:8px;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.notice{overflow-wrap:anywhere;border:1px solid;border-radius:10px;padding:12px 14px;line-height:1.55}.notice-error{color:#fecaca;background:#7f1d1d73;border-color:#b91c1c}.notice-success{color:#a7f3d0;background:#064e3b73;border-color:#047857}.notice-info{color:#bfdbfe;background:#1e3a8a5c;border-color:#1d4ed8}.page-loader{border:3px solid #94a3b840;border-top-color:var(--accent-primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite app-spin}@keyframes app-spin{to{transform:rotate(360deg)}}.app-logo-label{color:var(--text-primary);letter-spacing:-.03em;font-size:1.35rem;font-weight:750}.auth-card h1{margin:0 0 var(--space-sm);font-size:1.5rem}.auth-footer{color:var(--text-secondary);text-align:center;margin-top:22px;font-size:.9rem}.auth-footer-split{justify-content:space-between;gap:16px;display:flex}.auth-consent{text-align:center;font-size:.78rem;margin:16px 0 0!important}.bot-challenge{width:100%;min-height:65px;overflow:hidden}.eyebrow{color:#93c5fd;letter-spacing:.14em;margin-bottom:8px;font-size:.72rem;font-weight:750;display:inline-block}.dashboard-identity,.dashboard-actions{align-items:center;gap:12px;display:flex}.dashboard-identity h1{margin:0}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-account-menu{position:relative}.dashboard-account-menu summary{cursor:pointer;list-style:none}.dashboard-account-menu summary::-webkit-details-marker{display:none}.dashboard-account-popover{z-index:50;border:1px solid var(--border-color);background:#111827;border-radius:12px;gap:4px;width:220px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #0006}.dashboard-account-popover a,.dashboard-account-popover button{width:100%;min-height:42px;color:var(--text-primary);text-align:left;background:0 0;border:0;border-radius:8px;padding:10px 12px}.dashboard-account-popover a:hover,.dashboard-account-popover button:hover{background:#1f2937;text-decoration:none}.dashboard-guest-notice{margin-bottom:20px}.dashboard-section-list{margin-top:16px}.plan-card{scroll-margin-block:var(--space-xl)}.plan-card:focus{outline-offset:3px;outline:3px solid #93c5fd}.admin-dashboard{max-width:1560px}.admin-section{margin-bottom:24px;padding:clamp(18px,2.4vw,30px)}.admin-section-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.admin-section-heading h2{margin:3px 0 4px;font-size:1.3rem}.admin-section-heading p{color:var(--text-muted);margin:0;font-size:.88rem}.admin-count-badge{color:#cbd5e1;text-align:center;background:#0b1220;border:1px solid #334155;border-radius:999px;flex:none;min-width:64px;padding:7px 11px;font-size:.78rem;font-weight:700}.admin-inline-form{grid-template-columns:minmax(180px,.7fr) minmax(220px,1fr) auto;gap:10px;margin-bottom:18px;display:grid}.admin-search-form{grid-template-columns:minmax(260px,1fr) auto auto;max-width:780px}.admin-inline-form input{min-height:44px;color:var(--text-primary);background:#0b1220;border:1px solid #334155;border-radius:8px;padding:9px 12px}.admin-inline-form input::placeholder{color:var(--text-muted)}.admin-inline-form input:focus{outline-offset:1px;border-color:#60a5fa;outline:2px solid #3b82f6a6}.admin-table-wrap{scrollbar-color:#475569 #0b1220;scrollbar-width:thin;background:#090f1c;border-color:#263449;border-radius:12px}.admin-users-table-wrap{max-height:min(68vh,720px)}.admin-ip-table-wrap{max-height:380px}.admin-table{border-spacing:0;border-collapse:separate;table-layout:fixed;min-width:780px;font-size:.88rem}.admin-users-table{min-width:1080px}.admin-users-table th:first-child{width:25%}.admin-users-table th:nth-child(2){width:17%}.admin-users-table th:nth-child(3){width:18%}.admin-users-table th:nth-child(4){width:24%}.admin-users-table th:nth-child(5){width:16%}.admin-ip-table th:first-child{width:25%}.admin-ip-table th:nth-child(2){width:36%}.admin-ip-table th:nth-child(3){width:23%}.admin-ip-table th:nth-child(4){width:16%}.admin-table th{z-index:3;color:#cbd5e1;letter-spacing:.035em;text-transform:uppercase;background:#172033;border-bottom-color:#334155;padding:12px 14px;font-size:.75rem;position:sticky;top:0;box-shadow:0 1px #94a3b814}.admin-table td{color:#e2e8f0;vertical-align:middle;background:#0b1220;border-bottom-color:#334155b8;padding:14px}.admin-table tbody tr:nth-child(2n) td{background:#0e1727}.admin-table tbody tr:hover td{background:#152238}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table th:last-child,.admin-table .admin-action-cell{position:sticky;right:0;box-shadow:-12px 0 22px #03071280}.admin-table th:last-child{z-index:4}.admin-action-cell{text-align:right}.admin-action-button{white-space:nowrap;min-width:116px;min-height:38px;padding:8px 12px}.admin-action-note{color:var(--text-muted);font-size:.78rem}.admin-user-identity,.admin-gift-meta,.admin-ip-history,.admin-ip-history-more{gap:5px;min-width:0;display:grid}.admin-user-identity strong{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-user-id,.admin-code-value,.admin-ip-history code,.admin-gift-meta code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.admin-user-id{color:#7dd3fc;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.admin-code-value{color:#bae6fd;overflow-wrap:anywhere}.admin-profile-tags,.admin-plan-stack{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-profile-tags span,.admin-status-chip{color:#cbd5e1;background:#172033;border:1px solid #334155;border-radius:999px;padding:3px 7px;font-size:.72rem;line-height:1.35}.admin-status-chip.gifted{color:#6ee7b7;background:#064e3b61;border-color:#34d39966}.admin-plan-stack .badge.free{color:#cbd5e1}.admin-plan-stack .badge.premium{color:#bfdbfe;background:#1e40af40;border-color:#3b82f68c}.admin-plan-stack .badge.admin{color:#ddd6fe;background:#5b21b63d;border-color:#a78bfa8c}.admin-gift-meta{color:#94a3b8;margin-top:8px;font-size:.72rem}.admin-gift-meta code{color:#cbd5e1;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;max-width:150px;display:inline-block;overflow:hidden}.admin-date{color:#94a3b8;white-space:nowrap}.admin-ip-history code{color:#bae6fd;text-overflow:ellipsis;white-space:nowrap;background:#172033;border-radius:4px;width:fit-content;max-width:100%;padding:2px 6px;font-size:.73rem;overflow:hidden}.admin-ip-history details summary{cursor:pointer;color:#93c5fd;width:fit-content;font-size:.74rem}.admin-ip-history-more{margin-top:6px}.admin-empty-cell{text-align:center;padding:28px 16px!important}@media (max-width:900px){.admin-table-wrap{background:0 0;border:0;max-height:none;overflow:visible}.admin-table,.admin-table tbody,.admin-table tr{width:100%;min-width:0;display:block}.admin-table thead{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-table tbody tr{background:#0b1220;border:1px solid #263449;border-radius:12px;margin-bottom:12px;overflow:hidden}.admin-table td{box-shadow:none;text-align:left;background:#0b1220;grid-template-columns:minmax(104px,.34fr) minmax(0,1fr);gap:14px;padding:11px 13px;display:grid;position:static}.admin-table tbody tr:nth-child(2n) td,.admin-table tbody tr:hover td{background:#0b1220}.admin-table td:before{content:attr(data-label);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:700}.admin-table .admin-action-cell{justify-content:flex-end;display:flex}.admin-table .admin-action-cell:before{content:none}.admin-action-button{width:100%}.admin-user-identity strong,.admin-user-id,.admin-gift-meta code{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;max-width:100%;overflow:visible}.admin-empty-row{border-style:dashed!important}.admin-table .admin-empty-cell{display:block}.admin-table .admin-empty-cell:before{content:none}}@media (max-width:520px){.admin-table td{grid-template-columns:1fr;gap:6px}.admin-table td:before{margin-bottom:1px}}.terms-dialog{border:1px solid var(--border-color);width:min(600px,100% - 32px);max-height:min(760px,100dvh - 32px);color:var(--text-primary);background:#111827;border-radius:16px;padding:28px;box-shadow:0 30px 80px #000000a6}.terms-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#030712db}.terms-dialog h2{margin-top:0}.terms-summary{border:1px solid var(--border-color);background:#0b1220;border-radius:10px;max-height:280px;margin:18px 0;padding:18px;overflow-y:auto}.terms-summary h3{margin:16px 0 4px;font-size:.95rem}.terms-summary h3:first-child{margin-top:0}.terms-summary p{color:var(--text-secondary);margin:0 0 10px;font-size:.88rem}.terms-checkbox{cursor:pointer;align-items:flex-start;gap:10px;margin:16px 0;display:flex}.terms-checkbox input{flex:none;width:20px;height:20px}.image-preview-button{border:1px solid var(--border-color);color:#bfdbfe;background:#030712;border-radius:8px;width:78px;height:52px;padding:4px 8px;font-size:.72rem;overflow:hidden}.image-preview-button img{object-fit:cover;width:100%;height:100%}.modal-close{top:max(18px, env(safe-area-inset-top));right:max(18px, env(safe-area-inset-right));z-index:1;color:#fff;background:#030712cc;border:1px solid #ffffff59;border-radius:999px;width:48px;height:48px;font-size:1.5rem;position:fixed}.modal-image{object-fit:contain;width:auto;height:auto}.subscription-page{align-items:stretch}.subscription-card{max-width:780px;margin:0 auto}.plan-current,.plan-confirmation{border:1px solid var(--border-color);background:#0b1220;border-radius:12px;margin:18px 0;padding:18px}.plan-current{justify-content:space-between;align-items:center;gap:16px;display:flex}.plan-current strong{color:#93c5fd;font-size:1.15rem}.subscription-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.subscription-option{border:1px solid var(--border-color);background:#0b1220;border-radius:14px;flex-direction:column;padding:20px;display:flex}.subscription-option.featured{background:linear-gradient(145deg,#4f46e52e,#0b1220 55%);border-color:#4f46e5}.subscription-option h2{margin:6px 0}.subscription-option p,.plan-confirmation p{color:var(--text-secondary);flex:1;margin-bottom:18px}.plan-confirmation{gap:6px;display:grid}.plan-confirmation strong{font-size:1.35rem}.plan-confirmation p{margin:6px 0 0}.subscription-actions{justify-content:flex-end}.chat-page{min-height:100dvh}.chat-card{flex-direction:column;height:min(680px,100dvh - 180px);min-height:480px;display:flex}.chat-messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:12px;padding:8px;display:flex;overflow-y:auto}.chat-message{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:14px;max-width:min(78%,680px);padding:10px 14px}.chat-message.user{color:#fff;background:#4338ca;border-bottom-right-radius:4px;align-self:flex-end}.chat-message.assistant{border:1px solid var(--border-color);background:#1f2937;border-bottom-left-radius:4px;align-self:flex-start}.chat-message.pending{color:var(--text-muted)}.chat-input{resize:vertical;min-height:48px;max-height:140px}.focus-mode-card>a{text-decoration:none}.focus-mode-card>a:hover{color:#bfdbfe}.focus-access-error{place-content:center;gap:16px;min-height:100dvh;display:grid}.landing-shell{background:radial-gradient(circle at 50% 0%, #2563eb2e, transparent 34rem), var(--bg-app);flex-direction:column;min-height:100dvh;display:flex}.landing-header,.landing-footer{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100%);margin:0 auto;padding:22px 28px;display:flex}.landing-header{border-bottom:1px solid #94a3b824}.landing-brand,.landing-nav,.landing-cta,.landing-footer nav{align-items:center;gap:12px;display:flex}.landing-brand{color:var(--text-primary);font-weight:760;text-decoration:none}.landing-brand:hover{text-decoration:none}.landing-main{flex:1;width:100%;max-width:none;padding:0}.landing-hero{text-align:center;width:min(900px,100%);margin:0 auto;padding:clamp(72px,10vw,132px) 24px 86px;animation:.55s ease-out both landing-enter}.landing-hero h1{letter-spacing:-.055em;margin:8px 0 24px;font-size:clamp(2.55rem,7vw,5.25rem);line-height:1.04}.landing-hero h1 strong{color:#60a5fa;font-weight:inherit}.landing-hero>p{max-width:720px;color:var(--text-secondary);margin:0 auto 32px;font-size:clamp(1rem,2vw,1.18rem)}.landing-cta{justify-content:center;margin-bottom:12px}.landing-cta .button{min-width:190px;padding:13px 20px}.landing-hero small{color:var(--text-muted)}.landing-features{width:min(1180px,100%);margin:0 auto;padding:24px 28px 100px}.landing-section-heading{max-width:650px;margin-bottom:28px}.landing-section-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.7rem,4vw,2.7rem)}.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.landing-feature-card{background:#111827b8;border:1px solid #94a3b833;border-radius:18px;min-height:210px;padding:26px;transition:transform .2s,border-color .2s}.landing-feature-card:hover{border-color:#60a5fa8c;transform:translateY(-3px)}.landing-feature-card>span{color:#60a5fa;font-size:.78rem;font-weight:800}.landing-feature-card h3{margin:30px 0 8px;font-size:1.25rem}.landing-feature-card p{color:var(--text-secondary);margin:0}.landing-footer{color:var(--text-muted);border-top:1px solid #94a3b824;font-size:.84rem}@keyframes landing-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.legal-page,.system-page{min-height:100dvh;padding:max(32px, env(safe-area-inset-top)) 20px max(32px, env(safe-area-inset-bottom));place-items:center;display:grid}.legal-card,.system-card{border:1px solid var(--border-color);background:var(--bg-card);border-radius:16px;width:min(780px,100%);padding:clamp(22px,5vw,38px);box-shadow:0 24px 60px #0000004d}.legal-card h1,.system-card h1{letter-spacing:-.035em;margin-top:0}.legal-table-wrap{margin-top:24px;overflow-x:auto}.legal-table{min-width:0}.legal-table th{background:0 0;width:34%}.legal-table th,.legal-table td{padding:14px 10px}.legal-document section{margin:28px 0}.legal-document section h2{font-size:1.1rem}.legal-document section p{color:var(--text-secondary)}.legal-footer{border-top:1px solid var(--border-color);margin-top:30px;padding-top:20px}.system-card{text-align:center;max-width:540px}.system-code{color:#60a5fa;letter-spacing:.16em;font-size:.75rem;font-weight:800}.system-card p{color:var(--text-secondary)}.system-actions{justify-content:center;gap:10px;margin-top:24px;display:flex}.system-card small{color:var(--text-muted);margin-top:18px;display:block}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:760px){.work-record-table{border:0;overflow:visible}.work-record-table table,.work-record-table tbody,.work-record-table tr{width:100%;min-width:0;display:block}.work-record-table thead{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.work-record-table tr{border:1px solid var(--border-color);background:#0b1220;border-radius:10px;margin-bottom:12px;overflow:hidden}.work-record-table td{overflow-wrap:anywhere;grid-template-columns:minmax(72px,.35fr) minmax(0,1fr);gap:12px;padding:10px 12px;display:grid}.work-record-table td:before{content:attr(data-label);color:var(--text-muted);font-size:.78rem;font-weight:700}.work-record-table .work-record-actions-cell{align-items:center}.work-record-table .work-record-empty-cell{text-align:center;padding:18px 12px;display:block}.work-record-table .work-record-empty-cell:before{content:none}.admin-inline-form{grid-template-columns:1fr}.dashboard-identity{flex-wrap:wrap;align-items:flex-start}.dashboard-identity .badge{margin-left:auto}.dashboard-actions{grid-template-columns:1fr 1fr auto;display:grid}.dashboard-account-menu,.dashboard-account-menu summary{width:100%}.dashboard-account-popover{inset:auto 12px calc(12px + env(safe-area-inset-bottom));width:auto;position:fixed}.subscription-options,.landing-feature-grid{grid-template-columns:1fr}.landing-header{gap:10px;padding:12px}.landing-brand span{white-space:nowrap;font-size:.82rem}.landing-brand img{width:32px;height:32px}.landing-nav{gap:8px}.landing-nav .button{min-height:44px;padding:0 11px;font-size:.8rem}.landing-hero{padding-top:72px}.landing-cta,.landing-footer,.system-actions{flex-direction:column;align-items:stretch}.landing-cta .button,.system-actions .button{width:100%}.landing-footer nav{flex-wrap:wrap}.chat-card{height:calc(100dvh - 155px);min-height:420px;padding:12px}.chat-message{max-width:88%}.chat-form{flex-direction:row;align-items:flex-end}.chat-form .button{width:auto}.legal-table,.legal-table tbody,.legal-table tr,.legal-table th,.legal-table td{width:100%;min-width:0;display:block}.legal-table tr{border-bottom:1px solid var(--border-color);padding:12px 0}.legal-table th,.legal-table td{border:0;padding:4px 0}.legal-table th{font-size:.78rem}}@media (max-width:480px){.app-logo-label{font-size:1.08rem}.auth-footer-split,.plan-current{flex-direction:column;align-items:stretch}.dashboard-actions{grid-template-columns:1fr 1fr}.dashboard-account-menu{grid-column:1/-1}.terms-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px);padding:20px}.desktop-only{display:none}}
