@charset "UTF-8";:root{--bg: #0f1419;--surface: #171d26;--surface-2: #1e2632;--border: #2a3441;--text: #e6edf3;--text-dim: #8b98a5;--text-faint:#5c6773;--accent: #2dd4bf;--accent-dim:#0f766e;--working: #2dd4bf;--idle: #f5a623;--lunch: #60a5fa;--offline: #4b5563;--danger: #f87171;--radius: 10px;--radius-sm: 6px}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:600;letter-spacing:-.01em;margin:0}.mono{font-family:IBM Plex Mono,monospace}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;font-size:14px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.btn{background:var(--accent);color:#04201c;font-weight:600;padding:10px 18px;border-radius:var(--radius-sm);transition:filter .15s ease}.btn:hover{filter:brightness(1.08)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:var(--surface-2);color:var(--text);font-weight:500;padding:8px 14px;border-radius:var(--radius-sm);border:1px solid var(--border)}.btn-ghost:hover{background:var(--border)}.field{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:11px 13px;border-radius:var(--radius-sm);outline:none;transition:border-color .15s ease}.field:focus{border-color:var(--accent)}.label{display:block;font-size:12px;color:var(--text-dim);margin-bottom:6px;font-weight:500}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px;vertical-align:middle}.dot.working{background:var(--working);box-shadow:0 0 0 3px #2dd4bf26}.dot.idle{background:var(--idle);box-shadow:0 0 0 3px #f5a62326}.dot.lunch{background:var(--lunch);box-shadow:0 0 0 3px #60a5fa26}.dot.clocked_out,.dot.offline{background:var(--offline)}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}
