.tc-page{max-width:1040px}.tc-loading{place-items:center;min-height:60vh;display:grid}.tc-error{border-color:var(--danger)}.tc-error h2{margin:0 0 .4rem;font-size:1.05rem}.tc-error p{color:var(--text-soft);margin:0}.tc-hero{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.4rem;animation:.5s both rise;display:flex}.tc-hero h1{letter-spacing:-.025em;margin:.35rem 0 .4rem;font-size:1.7rem;font-weight:650}.tc-hero-actions{flex-shrink:0;gap:.6rem;display:flex}.tc-namebtn{font:inherit;color:var(--text);cursor:pointer;border:none;border-bottom:1px dashed var(--border-strong);background:0 0;padding:0;font-weight:600;transition:color .14s,border-color .14s}.tc-namebtn:hover,.tc-namebtn.unset{color:var(--accent);border-color:var(--accent)}.tc-clock{border-radius:var(--radius);border:1px solid var(--border-strong);color:#fff;box-shadow:var(--shadow-md);background:linear-gradient(150deg,#232329 0%,#18181b 70%);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.4rem;padding:1.85rem 2rem;animation:.5s 50ms both rise;display:flex;position:relative;overflow:hidden}.tc-clock:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff0d 1px,#0000 0);background-size:22px 22px;position:absolute;inset:0}.tc-clock:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#4338ca47,#0000 62%);width:320px;height:320px;transition:opacity .5s;position:absolute;top:-40%;right:-10%}.tc-clock.running:after{opacity:1}.tc-clock-main{z-index:1;position:relative}.tc-clock-status{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:#fff9;align-items:center;gap:.5rem;font-size:.68rem;display:inline-flex}.tc-clock-dot{background:#6b6b75;border-radius:50%;width:7px;height:7px}.tc-clock.running .tc-clock-dot{background:var(--ok);animation:1.8s ease-out infinite tc-pulse;box-shadow:0 0 #15a34a80}@keyframes tc-pulse{to{box-shadow:0 0 0 7px #15a34a00}}.tc-timer{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#fff;margin:.45rem 0 .35rem;font-size:3.3rem;font-weight:600;line-height:1.05}.tc-clock.running .tc-timer{color:#fff}.tc-clock:not(.running) .tc-timer{color:#fff6}.tc-clock-meta{color:#ffffff9e;font-size:.85rem}.tc-clock-action{z-index:1;position:relative}.tc-bigbtn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.65rem;padding:.95rem 1.7rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform 80ms,box-shadow .18s,background .18s;display:inline-flex}.tc-bigbtn:active:not(:disabled){transform:translateY(1px)scale(.99)}.tc-bigbtn:disabled{opacity:.6;cursor:not-allowed}.tc-bigbtn.go{background:var(--accent);color:#fff;box-shadow:0 8px 20px -8px #4338cacc}.tc-bigbtn.go:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 10px 26px -8px #4338cae6}.tc-bigbtn.stop{color:#18181b;background:#fff;box-shadow:0 8px 20px -10px #0009}.tc-bigbtn.stop:hover:not(:disabled){background:#f0f0f2}.tc-bigbtn-icon{background:currentColor;border-radius:50%;width:11px;height:11px}.tc-bigbtn.stop .tc-bigbtn-icon{border-radius:2px}.tc-stats{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:2.1rem;animation:.5s .1s both rise;display:grid}.tc-stat-action{text-align:left;font:inherit;cursor:pointer;border:1px solid var(--border);transition:border-color .16s,box-shadow .16s,transform .16s;position:relative}.tc-stat-action:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tc-stat-cta{color:var(--accent);font-size:.78rem;font-weight:600;position:absolute;top:.95rem;right:1.1rem}.tc-entries-head,.tc-history-head{animation:.5s .14s both rise}.tc-toolbar{align-items:center;gap:.6rem;margin-left:auto;display:flex}.tc-segmented{background:var(--fill);border-radius:var(--radius-sm);gap:2px;padding:3px;display:inline-flex}.tc-seg{font:inherit;color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:.38rem .7rem;font-size:.82rem;font-weight:500;transition:background .14s,color .14s}.tc-seg:hover{color:var(--text)}.tc-seg.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.tc-add{padding:.46rem .85rem;font-size:.85rem}.tc-table{padding:0;animation:.5s .18s both rise;overflow-x:auto}.tc-tr{border-bottom:1px solid var(--border);grid-template-columns:140px 96px 96px 110px 1fr 132px;align-items:center;gap:.75rem;min-width:700px;padding:.7rem 1.15rem;display:grid}.tc-tr:last-child{border-bottom:none}.tc-th{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius) var(--radius) 0 0;font-size:.64rem}.tc-tr:not(.tc-th):hover{background:var(--surface-2)}.tc-num{text-align:right}.tc-cell-date{font-size:.9rem;font-weight:550}.tc-cell-time{color:var(--text-soft);font-size:.86rem}.tc-cell-dur{font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600}.tc-cell-note{min-width:0;color:var(--text-soft);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.tc-cell-note>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tc-muted{color:var(--text-muted)}.tc-tag{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;background:var(--accent-soft);color:var(--accent);border-radius:5px;flex-shrink:0;padding:1px 6px;font-size:.58rem}.tc-tag.soft{background:var(--fill);color:var(--text-soft)}.tc-row-actions,.tc-actions-col{justify-content:flex-end;gap:.75rem;display:flex}.tc-link{font:inherit;color:var(--text-soft);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500;transition:color .14s}.tc-link:hover{color:var(--text)}.tc-link.danger:hover{color:var(--danger)}.tc-empty{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.8rem 1.5rem;animation:.5s .18s both rise;display:flex}.tc-empty-glyph{background:var(--accent-soft);border-radius:50%;width:46px;height:46px;margin-bottom:.5rem;position:relative}.tc-empty-glyph:before{content:"";border:2px solid var(--accent);border-radius:50%;position:absolute;inset:12px}.tc-empty-glyph:after{content:"";background:var(--accent);transform-origin:bottom;border-radius:2px;width:2px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)rotate(58deg)}.tc-empty h3{margin:0;font-size:1.05rem;font-weight:650}.tc-empty p{color:var(--text-muted);margin:0 0 .6rem;font-size:.9rem}.tc-history{padding:0;animation:.5s both rise}.tc-history-row{border-bottom:1px solid var(--border);align-items:center;gap:.9rem;padding:.85rem 1.15rem;display:flex}.tc-history-row:last-child{border-bottom:none}.tc-history-icon{background:var(--solid-bg);width:38px;height:38px;color:var(--solid-fg);font-family:var(--mono);letter-spacing:.05em;border-radius:9px;flex-shrink:0;place-items:center;font-size:.6rem;font-weight:600;display:grid}.tc-history-meta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tc-history-title{align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;display:flex}.tc-history-sub{color:var(--text-muted);font-size:.8rem}.tc-history-actions{flex-shrink:0;align-items:center;gap:.85rem;display:flex}.tc-history-actions .btn{padding:.42rem .8rem;font-size:.83rem}.tc-overlay{z-index:50;background:var(--overlay-scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);place-items:center;padding:1.5rem;animation:.16s both tc-fade;display:grid;position:fixed;inset:0}.tc-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;max-height:calc(100vh - 3rem);box-shadow:var(--shadow-md);flex-direction:column;animation:.18s both tc-pop;display:flex}.tc-modal-head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem .75rem;display:flex}.tc-modal-title{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:650}.tc-modal-sub{color:var(--text-muted);margin:.25rem 0 0;font-size:.86rem}.tc-iconbtn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:7px;flex-shrink:0;font-size:.8rem;transition:background .14s,color .14s}.tc-iconbtn:hover{background:var(--fill-hover);color:var(--text)}.tc-modal-body{padding:.5rem 1.35rem 1.1rem;overflow-y:auto}.tc-modal-foot{border-top:1px solid var(--border);flex-shrink:0;justify-content:flex-end;gap:.6rem;padding:.95rem 1.35rem;display:flex}.tc-form{flex-direction:column;gap:.85rem;display:flex}.tc-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.tc-textarea{resize:vertical;min-height:74px;font-family:inherit;line-height:1.45}.tc-form-error{color:var(--danger);margin:0;font-size:.85rem}.tc-form-hint{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.45}.tc-confirm-body{color:var(--text-soft);margin:0;font-size:.92rem;line-height:1.5}.tc-choice{border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:.7rem;padding:.85rem .95rem;transition:border-color .14s,background .14s;display:flex}.tc-choice:hover{border-color:var(--text-muted)}.tc-choice.selected{border-color:var(--accent);background:var(--accent-soft)}.tc-choice input{accent-color:var(--accent);margin-top:.2rem}.tc-choice-body{flex-direction:column;gap:2px;display:flex}.tc-choice-title{font-size:.92rem;font-weight:600}.tc-choice-desc{color:var(--text-soft);font-size:.82rem}.tc-custom{flex-direction:column;gap:.75rem;padding:.25rem .1rem .1rem;display:flex}.tc-check{color:var(--text-soft);cursor:pointer;align-items:center;gap:.5rem;font-size:.86rem;display:flex}.tc-check input{accent-color:var(--accent)}.tc-danger-btn{background:var(--danger);color:var(--solid-fg)}.tc-danger-btn:hover:not(:disabled){filter:brightness(1.08)}.tc-toast{z-index:60;border-radius:var(--radius-sm);background:var(--solid-bg);color:var(--solid-fg);box-shadow:var(--shadow-md);align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.88rem;font-weight:500;animation:.22s both tc-toast-in;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.tc-toast-dot{background:var(--ok);border-radius:50%;width:8px;height:8px}.tc-toast.error{background:var(--danger)}.tc-toast.error .tc-toast-dot{background:var(--solid-fg);opacity:.75}@keyframes tc-fade{0%{opacity:0}}@keyframes tc-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes tc-toast-in{0%{opacity:0;transform:translateY(10px)}}@media (width<=760px){.tc-hero{flex-direction:column;align-items:flex-start;gap:.8rem}.tc-clock{flex-direction:column;align-items:flex-start;gap:1.25rem}.tc-clock-action{width:100%}.tc-bigbtn{justify-content:center;width:100%}.tc-stats{grid-template-columns:1fr}.tc-toolbar{flex-wrap:wrap;width:100%}.tc-form-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.tc-hero,.tc-clock,.tc-stats,.tc-entries-head,.tc-history-head,.tc-table,.tc-history,.tc-empty,.tc-overlay,.tc-modal,.tc-toast,.tc-clock.running .tc-clock-dot{animation:none!important}}.tc-tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1.5rem;animation:.5s 40ms both rise;display:flex}.tc-tab{font:inherit;color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.6rem .9rem;font-size:.9rem;font-weight:500;transition:color .14s,border-color .14s}.tc-tab:hover{color:var(--text)}.tc-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.tc-team,.tc-team-detail,.tc-admin{animation:.5s 60ms both rise}.tc-team-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.85rem;display:grid}.tc-team-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;font:inherit;align-items:center;gap:.85rem;padding:1rem 1.1rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.tc-team-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tc-team-avatar{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:9px;flex-shrink:0;place-items:center;font-weight:650;display:grid}.tc-team-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tc-team-name{align-items:center;gap:.45rem;font-size:.95rem;font-weight:600;display:flex}.tc-team-meta{color:var(--text-muted);font-size:.8rem}.tc-live-dot{background:var(--ok);border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #15a34a26}.tc-tag-live{color:var(--ok);background:#15a34a24}.tc-team-back{margin-bottom:1.1rem}.tc-team-detail-sub{color:var(--text-muted);margin:-.35rem 0 1.1rem;font-size:.85rem}.tc-tr-readonly{grid-template-columns:140px 96px 96px 110px 1fr;min-width:560px}.tc-admin-cols{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;display:grid}.tc-admin-panel{padding:1rem}.tc-admin-panel-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.64rem;display:block}.tc-admin-list{flex-direction:column;gap:.25rem;display:flex}.tc-admin-row{border-radius:var(--radius-sm);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;gap:.6rem;padding:.55rem .65rem;transition:background .14s;display:flex}.tc-admin-row:hover{background:var(--surface-2)}.tc-admin-row.active{background:var(--accent-soft)}.tc-admin-row-main{flex-direction:column;gap:1px;min-width:0;display:flex}.tc-admin-row-name{color:var(--text);font-size:.9rem;font-weight:550}.tc-admin-row-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.tc-admin-empty,.tc-admin-none{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.tc-admin-reports{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.tc-admin-report{border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:.6rem;padding:.5rem .65rem;display:flex}.tc-admin-report-name{flex-direction:column;gap:1px;min-width:0;font-size:.9rem;font-weight:550;display:flex}.tc-admin-report-email{color:var(--text-muted);font-size:.75rem;font-weight:400}.tc-admin-add{gap:.5rem;display:flex}.tc-admin-add .input{flex:1}.tc-admin-add .btn{flex-shrink:0}@media (width<=760px){.tc-admin-cols{grid-template-columns:1fr}}:root{--bg:#f6f6f7;--surface:#fff;--surface-2:#fbfbfc;--fill:#f1f1f3;--fill-hover:#f4f4f5;--border:#ececef;--border-strong:#dadadf;--text:#18181b;--text-soft:#52525b;--text-muted:#9b9ba3;--solid-bg:#18181b;--solid-bg-hover:#2b2b30;--solid-fg:#fff;--accent:#4338ca;--accent-hover:#3730a3;--accent-soft:#eef1ff;--danger:#dc2626;--ok:#15a34a;--dot-grid:#18181b09;--dot-grid-strong:#18181b0a;--overlay-scrim:#18181b66;--radius:10px;--radius-sm:7px;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--shadow-sm:0 1px 2px #18181b0d;--shadow-md:0 6px 22px -8px #18181b29;--ring:0 0 0 3px #4338ca29}:root[data-theme=dark]{--bg:#0f0f12;--surface:#17171b;--surface-2:#1e1e23;--fill:#26262d;--fill-hover:#2e2e36;--border:#26262d;--border-strong:#34343d;--text:#f4f4f5;--text-soft:#a1a1aa;--text-muted:#71717a;--solid-bg:#f4f4f5;--solid-bg-hover:#e4e4e7;--solid-fg:#18181b;--accent:#7c74e6;--accent-hover:#918bec;--accent-soft:#7c74e63d;--danger:#f87171;--ok:#4ade80;--dot-grid:#ffffff0a;--dot-grid-strong:#ffffff0d;--overlay-scrim:#0009;--shadow-sm:0 1px 2px #0006;--shadow-md:0 8px 26px -8px #000000a8;--ring:0 0 0 3px #7c74e647}*{box-sizing:border-box}:where(a,button,input,select,textarea,[role=button],[role=radio],[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:2px}html,body,#root{min-height:100%;font-family:var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg);background-image:radial-gradient(circle at 1px 1px, var(--dot-grid) 1px, transparent 0);background-size:24px 24px}.mono{font-family:var(--mono)}.eyebrow{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}code{font-family:var(--mono);background:var(--fill);border:1px solid var(--border);color:var(--text-soft);border-radius:4px;padding:.06em .36em;font-size:.85em}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .16s,border-color .16s,transform 60ms}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--solid-bg);color:var(--solid-fg)}.btn-primary:hover:not(:disabled){background:var(--solid-bg-hover)}.btn-secondary{color:var(--text-soft);border-color:var(--border-strong);background:0 0}.btn-secondary:hover:not(:disabled){background:var(--fill-hover);color:var(--text)}.input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:.7rem .85rem;font-family:inherit;font-size:1rem;transition:border-color .16s,box-shadow .16s}.input:focus{border-color:var(--accent);box-shadow:var(--ring);outline:none}.field{flex-direction:column;gap:.35rem;display:flex}.field-label{color:var(--text-soft);font-size:.82rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.spinner{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:999px;width:1.4rem;height:1.4rem;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);padding:3rem 1.5rem}.empty-state-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.empty-state-desc{max-width:38rem;color:var(--text-muted);margin:0 auto;font-size:.92rem;line-height:1.5}.empty-state-action{margin-top:1.25rem}.centered{height:100vh;color:var(--text-muted);place-items:center;display:grid}.auth-screen{background-color:var(--bg);background-image:radial-gradient(circle at 1px 1px, var(--dot-grid-strong) 1px, transparent 0);background-size:22px 22px;place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:372px;box-shadow:var(--shadow-md);padding:2rem}.auth-card-centered{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.auth-title{letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.35rem}.auth-subtitle{color:var(--text-soft);margin:0 0 1.5rem;font-size:.95rem}.auth-card-centered .auth-subtitle{margin:0}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-hint{color:var(--ok);margin-top:1rem;font-size:.9rem;line-height:1.5}.auth-error{color:var(--danger);margin-top:1rem;font-size:.9rem}.brand{align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.brand-mark{width:32px;height:32px;box-shadow:inset 0 1px 0 #ffffff14, var(--shadow-sm);background:linear-gradient(150deg,#2b2b30,#18181b);border-radius:9px;flex-shrink:0;justify-content:center;align-items:flex-end;gap:2.5px;padding-bottom:8px;display:flex}.brand-mark i{background:#fff;border-radius:2px;width:3px;display:block}.brand-mark i:first-child{height:7px}.brand-mark i:nth-child(2){height:13px}.brand-mark i:nth-child(3){height:9px}.brand-link:hover .brand-mark i{animation:.9s ease-in-out infinite alternate eq}.brand-link:hover .brand-mark i:nth-child(2){animation-delay:.15s}.brand-link:hover .brand-mark i:nth-child(3){animation-delay:.3s}@keyframes eq{0%{transform:scaleY(.6)}to{transform:scaleY(1.25)}}.brand-word{letter-spacing:-.02em;color:var(--text);font-size:1.12rem;font-weight:650;line-height:1.05}.brand-sub{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-top:1px;font-size:.6rem;display:block}.section-count{background:var(--fill);min-width:17px;height:17px;color:var(--text-soft);letter-spacing:0;border-radius:5px;justify-content:center;align-items:center;margin-left:auto;padding:0 5px;font-size:.62rem;display:inline-flex}.role-badge{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:var(--fill);color:var(--text-soft);border-radius:5px;align-self:flex-start;padding:1px 6px;font-size:.58rem}.role-badge.admin{background:var(--accent-soft);color:var(--accent)}.home-top{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;animation:.5s both rise;display:flex}.home-account{align-items:center;gap:.85rem;display:flex}.account-chip{align-items:center;gap:.6rem;display:flex}.account-avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:9px;flex-shrink:0;place-items:center;font-size:.9rem;font-weight:650;display:grid}.account-meta{flex-direction:column;gap:2px;min-width:0;line-height:1.2;display:flex}.account-email{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.82rem;overflow:hidden}.home-hero{margin-bottom:1.75rem;animation:.5s 60ms both rise}.home-hero h1{letter-spacing:-.025em;margin:.35rem 0 .4rem;font-size:1.7rem;font-weight:650}.home-platform-head{margin-top:2rem}.settings-icon{color:var(--accent)}.back-to-dash{color:var(--text-soft);border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1.1rem;padding:.34rem .75rem .34rem .6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .14s,border-color .14s,background .14s;display:inline-flex}.back-to-dash:hover{color:var(--text);border-color:var(--border-strong);background:var(--fill-hover)}.back-to-dash-arrow{font-size:1rem;line-height:1}.page{width:100%;max-width:1080px;min-height:100vh;margin:0 auto;padding:2rem 1.75rem 3rem}.dash-hero{margin-bottom:1.75rem;animation:.5s both rise}.dash-hero h1{letter-spacing:-.025em;margin:.35rem 0 .4rem;font-size:1.7rem;font-weight:650}.dash-sub{color:var(--text-soft);margin:0;font-size:.95rem}.dash-sub .mono{color:var(--text)}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.95rem 1.1rem}.stat-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.64rem}.stat-value{letter-spacing:-.02em;align-items:baseline;gap:.4rem;margin-top:.4rem;font-size:1.45rem;font-weight:650;display:flex}.stat-value .unit{color:var(--text-muted);letter-spacing:0;font-size:.8rem;font-weight:500}.stat-value .pip{background:var(--ok);border-radius:50%;align-self:center;width:8px;height:8px;box-shadow:0 0 0 3px #15a34a26}.section-head{align-items:center;gap:.6rem;margin-bottom:.9rem;animation:.5s .12s both rise;display:flex}.section-head h2{margin:0;font-size:.95rem;font-weight:600}.section-head .section-count{margin-left:0}.section-head .hint{color:var(--text-muted);margin-left:auto;font-size:.8rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:1rem;display:grid}.card-link{color:inherit;text-decoration:none;animation:.5s both rise}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:.85rem;padding:1rem 1.05rem;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.card-link:hover .app-card{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.app-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:9px;flex-shrink:0;place-items:center;font-size:1.05rem;font-weight:650;display:grid}.app-body{flex:1;min-width:0}.card-title{letter-spacing:-.01em;margin:0;font-size:.96rem;font-weight:600}.app-slug{font-family:var(--mono);color:var(--text-muted);margin-top:2px;font-size:.72rem;display:block}.app-tags{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.app-arrow{color:var(--text-muted);transition:transform .16s,color .16s}.card-link:hover .app-arrow{color:var(--accent);transform:translate(3px)}.dash-empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:2.5rem 2rem;animation:.5s .18s both rise}.dash-empty-top{flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.dash-empty-glyph{flex-shrink:0;grid-template-columns:repeat(2,22px);grid-auto-rows:22px;gap:5px;display:grid}.dash-empty-glyph span{border:1.5px dashed var(--border-strong);border-radius:6px}.dash-empty-glyph span:first-child{background:var(--accent-soft);border-style:solid;border-color:#0000}.dash-empty-copy h3{letter-spacing:-.02em;margin:0 0 .3rem;font-size:1.12rem;font-weight:650}.dash-empty-copy p{max-width:40rem;color:var(--text-soft);margin:0;font-size:.92rem;line-height:1.55}.dash-steps{border-top:1px solid var(--border);gap:.85rem;margin-top:1.6rem;padding-top:1.4rem;display:grid}.dash-step{color:var(--text-soft);align-items:flex-start;gap:.8rem;font-size:.9rem;line-height:1.5;display:flex}.dash-step .step-num{background:var(--solid-bg);width:22px;height:22px;color:var(--solid-fg);font-family:var(--mono);border-radius:6px;flex-shrink:0;place-items:center;font-size:.72rem;font-weight:600;display:grid}.dash-empty-foot{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.82rem;display:flex}.dash-empty-foot .pulse{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s ease-out infinite pulse;box-shadow:0 0 #4338ca66}@keyframes pulse{to{box-shadow:0 0 0 8px #4338ca00}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.settings-section{margin-bottom:1.75rem;animation:.5s 60ms both rise}.settings-card{box-shadow:var(--shadow-sm)}.settings-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-row-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.settings-row-title{letter-spacing:-.01em;font-size:.96rem;font-weight:600}.settings-row-desc{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.88rem;line-height:1.5;display:flex}.theme-toggle{grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1.1rem;display:grid}.theme-option{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font:inherit;text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.95rem 1rem;transition:border-color .14s,background .14s,box-shadow .14s,transform 80ms;display:flex}.theme-option:hover{border-color:var(--text-muted)}.theme-option:active{transform:translateY(1px)}.theme-option.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:var(--ring)}.theme-option-glyph{background:var(--fill);width:32px;height:32px;color:var(--text-soft);border-radius:8px;place-items:center;display:grid}.theme-option.selected .theme-option-glyph{background:var(--surface);color:var(--accent)}.theme-option-label{font-size:.92rem;font-weight:600}.theme-option.selected .theme-option-label{color:var(--accent)}.theme-option-desc{color:var(--text-muted);font-size:.78rem;line-height:1.4}@media (width<=760px){.page{padding:1.5rem 1.1rem 2.5rem}.home-top{align-items:flex-start}.account-email{max-width:150px}.theme-toggle{grid-template-columns:1fr}}@media (width<=520px){.home-top{flex-direction:column;align-items:stretch}.home-account{justify-content:space-between}.account-email{max-width:none}}@media (prefers-reduced-motion:reduce){.home-top,.home-hero,.dash-hero,.section-head,.card-link,.dash-empty,.brand-mark i,.dash-empty-foot .pulse,.settings-section{animation:none!important}.btn,.app-card,.app-arrow,.back-to-dash,.theme-option{transition:none!important}}
