:root{color-scheme:dark;--bg:#080809;--surface:#111113;--line:#28282d;--muted:#8c8c97;--red:#ff343f;--white:#f6f6f7;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--white)}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column}button,input{font:inherit}button{cursor:pointer}button:disabled{opacity:.23;cursor:default}button:focus-visible,input:focus-visible{outline:2px solid #fff;outline-offset:5px}button{transition:background .15s,border-color .15s,transform .15s}button:hover:not(:disabled){background:#ff343f18}button:active:not(:disabled){transform:scale(.97)}.topbar{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;gap:20px}.brand{display:flex;align-items:center;gap:13px;font-size:13px;letter-spacing:2px;line-height:1.6}.brand strong{display:block;letter-spacing:5px;font-size:16px}.brand-mark{color:var(--red);font-size:44px}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;background:transparent;color:var(--red);padding:12px 14px;border-radius:7px;font-size:14px}.topbar .text-button{color:#babac3;border:1px solid var(--line)}.topbar .text-button span{font-size:22px;color:var(--red)}main{width:100%;max-width:1240px;margin:auto;display:flex;align-items:center;flex-direction:column;padding:30px 24px}.status{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:28px;display:flex;align-items:center;gap:9px}.status:before{content:"";width:6px;height:6px;background:#676773;border-radius:50%}body.running .status:before{background:var(--red);box-shadow:0 0 12px #ff343f70}.clock-layout{display:grid;grid-template-columns:200px minmax(280px,440px) 200px;gap:40px;align-items:center;justify-content:center;width:100%}.timer-disc{position:relative;width:100%;aspect-ratio:1}#ticks{width:100%;height:100%;transform:rotate(-90deg)}#ticks line{stroke:#29292f;stroke-width:5.5;stroke-linecap:round}#ticks line.elapsed{stroke:var(--red)}.timer-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column}h1{font-size:24px;letter-spacing:1.5px;margin:0 0 13px;font-weight:700}#time{font-family:Impact,'Arial Narrow',sans-serif;font-weight:700;font-variant-numeric:tabular-nums;font-size:clamp(68px,8.8vw,112px);line-height:1.1;letter-spacing:1px}.timer-caption{font-size:14px;color:var(--muted);margin-top:19px}.blind-disc{border:5px solid #202025;aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;min-width:0;padding:10px}.eyebrow{font-size:12px;color:#aaaab4}.blind-value{font-family:'Arial Narrow',Arial,sans-serif;font-stretch:condensed;font-size:clamp(20px,2.4vw,30px);white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:-1px}.ante{font-size:13px;color:var(--muted)}.ante b{color:#dddde3;font-weight:400;margin-left:5px}.next{border-color:#19191e}.next .blind-value{color:#bbbbc5}.break-info{font-size:14px;color:#babac3;margin:34px 0 26px}.controls{display:flex;gap:18px;align-items:center}.icon-button,.play-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #732329;color:var(--red);border-radius:50%;background:transparent;width:45px;height:45px;padding:11px}.icon-button svg,.play-button svg{height:100%;width:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.play-button{width:76px;height:76px;border-color:var(--red);padding:24px;background:#ff343f0c}.play-button svg{fill:currentColor;stroke-width:1.5}.keyboard-hint{font-size:11px;color:#696973;margin:25px 0 0;display:flex;align-items:center;gap:7px}.keyboard-hint span{margin:0 5px}kbd{font:inherit;color:#9797a2;border:1px solid #303036;padding:3px 5px;border-radius:4px}footer{display:flex;justify-content:space-between;align-items:center;padding:22px 40px;gap:20px;color:#5f5f6b;font-size:11px}footer .icon-button{border-color:#28282d;width:40px;height:40px}dialog{background:var(--surface);color:var(--white);border:1px solid #323238;border-radius:16px;padding:0;width:min(760px,calc(100% - 28px));max-height:90svh;box-shadow:0 30px 100px #0009}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:26px 28px 0;gap:12px}h2{font-size:24px;letter-spacing:-.5px;margin:8px 0}.dialog-header .eyebrow{font-size:10px;letter-spacing:1.6px;color:var(--red)}.close-button{border:0;background:transparent;color:var(--muted);font-size:32px;width:40px;height:40px;border-radius:8px}.editor-note{color:var(--muted);font-size:12px;line-height:1.6;margin:12px 28px 22px}.table-scroll{max-height:48svh;overflow:auto;padding:0 24px}table{width:100%;border-collapse:collapse;text-align:center;font-size:13px}th{position:sticky;top:0;background:var(--surface);z-index:1;font-size:11px;font-weight:400;color:var(--muted);padding:12px 5px;border-bottom:1px solid var(--line)}td{padding:10px 5px;border-bottom:1px solid #242428}td:first-child{color:var(--muted);width:60px}input{min-width:0;width:100%;border:1px solid #35353c;background:#0b0b0d;border-radius:5px;color:var(--white);padding:9px 4px;text-align:center;font-size:13px}input:invalid{border-color:var(--red)}.row-actions{display:flex;gap:2px;justify-content:center}.row-actions button{border:0;background:transparent;color:var(--muted);padding:5px;font-size:17px;border-radius:4px}.row-actions .delete{color:var(--red)}.break-row td{background:#ff343f05}.break-title{color:#d2a3a7}.add-actions{display:flex;gap:8px;padding:15px 20px;flex-wrap:wrap}.dialog-footer{padding:20px 28px;display:flex;gap:10px;justify-content:flex-end;border-top:1px solid var(--line)}.primary-button,.secondary-button{border-radius:7px;padding:12px 22px;border:1px solid var(--line);font-size:13px;color:var(--white);background:transparent}.primary-button{background:var(--red);color:#fff;border-color:var(--red);font-weight:600}.primary-button:hover:not(:disabled){background:#e62934}.error{margin:0 28px 12px;color:#ff8990;font-size:13px}.error:empty{display:none}.confirm-content{padding:24px}#reset-dialog{max-width:440px}.confirm-content p{color:var(--muted);font-size:14px;line-height:1.6}.confirm-content .dialog-footer{padding:18px 0 0;margin-top:24px}.notice{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#26262e;border:1px solid #45454e;padding:14px 20px;border-radius:8px;z-index:5;font-size:13px;max-width:90%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.urgent #time{color:var(--red)}body.on-break #time{color:#e1bd86}
@media(min-width:1500px){.clock-layout{grid-template-columns:220px 490px 220px;gap:60px}.blind-value{font-size:33px}#time{font-size:124px}}
@media(max-width:900px){.clock-layout{grid-template-columns:165px minmax(260px,390px) 165px;gap:15px}.topbar{padding:0 28px}.blind-disc{border-width:4px;gap:12px}.eyebrow{font-size:11px}.blind-value{font-size:24px}h1{font-size:21px}}
@media(max-width:680px){.topbar{height:80px;padding:0 20px}.brand{font-size:10px;letter-spacing:1px;gap:8px}.brand strong{font-size:12px;letter-spacing:3px}.brand-mark{font-size:33px}.topbar .text-button{font-size:11px;padding:8px;gap:5px}.topbar .text-button span{font-size:17px}main{padding:22px 20px}.status{margin-bottom:16px;font-size:10px}.clock-layout{grid-template-columns:1fr 1fr;gap:18px;max-width:370px}.timer-disc{grid-column:1 / -1;grid-row:1;width:88%;justify-self:center}.blind-disc{grid-row:2;aspect-ratio:auto;border:1px solid var(--line);border-radius:12px;padding:18px 8px;gap:10px}.blind-value{font-size:27px}#time{font-size:88px}h1{font-size:22px}.timer-caption{font-size:12px;margin-top:14px}.break-info{margin:24px 0 20px;font-size:12px}.controls{gap:15px}.play-button{height:68px;width:68px;padding:21px}.icon-button{width:42px;height:42px}.keyboard-hint{display:none}footer{padding:18px 20px;font-size:10px}.dialog-header{padding:20px 18px 0}h2{font-size:21px}.editor-note{margin:12px 18px 16px}.table-scroll{padding:0 10px}table{min-width:510px}.add-actions{padding:10px}.add-actions .text-button{font-size:12px;padding:10px}.dialog-footer{padding:16px 18px}}
@media(max-height:900px) and (min-width:681px){.topbar{height:72px;flex-shrink:0}main{padding:12px 20px}.status{margin-bottom:14px}.clock-layout{grid-template-columns:180px minmax(240px,min(440px,calc(100svh - 390px))) 180px;gap:40px}.timer-disc{max-width:calc(100svh - 390px);min-width:240px;justify-self:center}#time{font-size:clamp(66px,calc((100svh - 390px)*.25),110px)}.break-info{margin:12px 0}.play-button{height:64px;width:64px;padding:20px}.keyboard-hint{display:none}footer{padding:8px 32px}}

