:root{color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,sans-serif;font-synthesis:none;--bg: #090b0c;--surface: #111516;--surface-raised: #161b1c;--surface-soft: #1c2222;--border: rgba(225, 240, 234, .09);--border-strong: rgba(225, 240, 234, .15);--text: #eef3f1;--muted: #929d99;--muted-bright: #b9c3bf;--green: #56d4a5;--green-dark: #2c9d75;--yellow: #e7b95e;--red: #f06b70;--focus: #81e7bd;background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 50% -15%,rgba(69,100,90,.13),transparent 42%),var(--bg)}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{width:min(1180px,calc(100% - 40px));min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.topbar{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);text-decoration:none}.brand-mark{width:37px;height:37px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:11px;background:#151a1a}.brand-mark svg{width:23px;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brand>span:last-child{display:flex;align-items:baseline;gap:7px}.brand strong{font-size:16px;letter-spacing:-.02em}.brand small{color:#73807b;font-size:9px;font-weight:800;letter-spacing:.16em}.status-cluster{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.status-chip{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#111516b3;font-size:12px}.status-dot{width:6px;height:6px;border-radius:50%;background:#59615e;box-shadow:0 0 0 3px #59615e1f}.status-ok{color:#a7dcca}.status-ok .status-dot{background:var(--green);box-shadow:0 0 0 3px #56d4a51f}.status-warn{color:#d8bd87}.status-warn .status-dot{background:var(--yellow)}.workspace{flex:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);align-items:stretch;gap:20px;padding:50px 0 40px}.hero-panel,.control-panel{border:1px solid var(--border);border-radius:16px;background:#101415db;box-shadow:0 24px 65px #00000038;backdrop-filter:blur(18px)}.hero-panel{min-height:570px;display:flex;flex-direction:column;padding:32px;overflow:hidden;background:linear-gradient(160deg,#191f1feb,#0b0e0ff5)}.eyebrow-row{display:flex;align-items:center;justify-content:space-between}.eyebrow{margin:0;color:#7e8985;font-size:11px;font-weight:750;letter-spacing:.15em;text-transform:uppercase}.phase-badge{min-height:27px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#ffffff06;font-size:11px;font-weight:650}.phase-badge[data-phase=running]{color:#9cdec5;border-color:#56d4a52e;background:#56d4a50f}.phase-badge[data-phase=paused]{color:#e8c786;border-color:#e7b95e2e;background:#e7b95e0f}.phase-badge[data-phase=overtime]{color:#f2a0a3;border-color:#f06b7033;background:#f06b7012}.main-timer{flex:1;display:flex;align-items:center;justify-content:center;padding:25px 0 12px;color:var(--green);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:clamp(66px,9.5vw,144px);font-weight:650;line-height:.9;letter-spacing:-.075em;font-variant-numeric:tabular-nums lining-nums;white-space:nowrap;transition:color .32s ease}.main-timer[data-tone=yellow]{color:var(--yellow)}.main-timer[data-tone=red]{color:var(--red)}.main-timer.no-transition{transition:none}.timer-caption{margin:0 auto 24px;max-width:410px;color:var(--muted);font-size:13px;line-height:1.65;text-align:center}.quick-actions{display:flex;justify-content:center;gap:8px}.pill-button{min-height:38px;padding:0 17px;border:1px solid var(--border-strong);border-radius:999px;color:var(--muted-bright);background:#ffffff09;font-size:13px;font-weight:650;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .1s ease}.pill-button:hover{color:var(--text);border-color:#56d4a542;background:#56d4a512}.pill-button:active{transform:scale(.97)}.control-panel{min-height:570px;padding:30px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:30px}.panel-heading h1{margin:8px 0 0;font-size:22px;letter-spacing:-.035em}.shortcut-hint{margin-top:2px;color:#707b77;font-size:11px;white-space:nowrap}kbd{display:inline-grid;min-width:22px;min-height:22px;place-items:center;padding:0 5px;border:1px solid var(--border-strong);border-bottom-color:#ffffff38;border-radius:5px;color:#aab5b1;background:#171c1c;font:10px/1 Inter,sans-serif}.time-inputs{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:9px}.time-inputs label{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;row-gap:8px}.time-inputs label>span{color:var(--muted-bright);font-size:12px;font-weight:650}.time-inputs label>small{color:#606966;font-size:10px}.time-inputs input{grid-column:1 / -1;width:100%;height:66px;padding:0 16px;border:1px solid var(--border-strong);border-radius:12px;outline:none;color:var(--text);background:#0d1011;font-family:SFMono-Regular,Consolas,monospace;font-size:26px;font-weight:600;font-variant-numeric:tabular-nums;transition:border-color .15s ease,box-shadow .15s ease}.time-inputs input:hover{border-color:#e1f0ea3b}.time-inputs input:focus{border-color:#56d4a58f;box-shadow:0 0 0 3px #56d4a517}.time-separator{align-self:end;padding-bottom:22px;color:#63706b;font-family:monospace;font-size:24px;text-align:center}.field-error{min-height:20px;margin:7px 0 2px;color:#f18b8f;font-size:12px}.primary-actions{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:8px;margin-top:12px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:11px;color:var(--text);font-size:13px;font-weight:700;cursor:pointer;transition:filter .15s ease,border-color .15s ease,background .15s ease,transform .1s ease,opacity .15s ease}.button svg{width:17px;height:17px;fill:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.button:hover:not(:disabled){filter:brightness(1.08)}.button:active:not(:disabled){transform:scale(.975)}.button:focus-visible,.pill-button:focus-visible,.switch-input:focus-visible+.switch{outline:2px solid var(--focus);outline-offset:2px}.button:disabled{opacity:.38;cursor:not-allowed}.button-primary{color:#06140f;background:linear-gradient(180deg,#5bd6a9,#3cb587);box-shadow:inset 0 1px #ffffff2e}.button-pause{color:#e8c888;border-color:#e7b95e2b;background:#e7b95e14}.button-secondary{color:#b3bcb9;border-color:var(--border);background:#202525}.divider{height:1px;margin:25px 0 12px;background:var(--border)}.preference-list{display:grid}.preference-row{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(225,240,234,.055);cursor:pointer}.preference-row>span:first-child{display:grid;gap:5px}.preference-row strong{color:#d9dfdd;font-size:13px}.preference-row small{color:#75807c;font-size:11px}.switch-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.switch{position:relative;flex:0 0 auto;width:40px;height:23px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#252b2b;transition:background .16s ease,border-color .16s ease}.switch:after{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#8b9491;transition:transform .16s ease,background .16s ease}.switch-input:checked+.switch{border-color:#56d4a547;background:#56d4a52e}.switch-input:checked+.switch:after{background:var(--green);transform:translate(17px)}.button-pip{width:100%;margin-top:21px;border-color:#56d4a533;color:#b9e7d4;background:#56d4a513}.pip-message{margin:10px 4px 0;color:#707b77;font-size:11px;line-height:1.55}.pip-message.is-warning{color:#d3b67d}footer{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--border);color:#606966;font-size:11px}footer p{margin:0}.shortcut-list{display:flex;align-items:center;gap:15px}.shortcut-list span{display:inline-flex;align-items:center;gap:5px}@media(max-width:900px){.app-shell{width:min(720px,calc(100% - 28px))}.workspace{grid-template-columns:1fr;padding-top:28px}.hero-panel,.control-panel{min-height:auto}.hero-panel{height:440px}.main-timer{font-size:clamp(70px,17vw,130px)}footer{padding:20px 0;align-items:flex-start}.shortcut-list{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:600px){.app-shell{width:min(100% - 20px,520px)}.topbar{min-height:74px}.status-cluster .status-chip:first-child{display:none}.workspace{gap:12px;padding:16px 0 24px}.hero-panel{height:330px;padding:22px 18px}.main-timer{font-size:clamp(58px,21vw,104px)}.timer-caption{font-size:12px}.control-panel{padding:23px 18px}.panel-heading{margin-bottom:24px}.shortcut-hint{display:none}.primary-actions{grid-template-columns:1fr 1fr}.button-primary{grid-column:1 / -1}.preference-row{min-height:72px}footer{display:block;text-align:center}.shortcut-list{display:none}}@media(max-width:370px){.main-timer{font-size:54px}.timer-caption{display:none}.hero-panel{height:270px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
