:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f8fafc;--surface:#fff;--surface-soft:#eef4fb;--border:#d8e1ec;--text:#182230;--muted:#64748b;--primary:#2563eb;--primary-strong:#1d4ed8;--accent:#f97316;--success:#12805c;--danger:#dc2626;--shadow:0 10px 30px #0f172a14;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-size:16px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}.auth-shell{place-items:center;min-height:100dvh;padding:20px;display:grid}.app-shell{min-height:100dvh;padding:16px 16px 96px}.app-main,.auth-panel{width:100%;max-width:440px;margin:0 auto}.page-stack{flex-direction:column;gap:18px;display:flex}.page-header,.section-title{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:.82rem;font-weight:700}h1,h2,h3,p{margin:0}h1{letter-spacing:0;font-size:1.75rem;line-height:1.12}h2{font-size:1.05rem}.muted{color:var(--muted)}.card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.card-pad{padding:16px}.grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.label{color:#334155;font-size:.9rem;font-weight:700}.input,.textarea,.select{border:1px solid var(--border);width:100%;min-height:46px;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:10px 12px}.textarea{resize:vertical;min-height:108px}.input:focus,.textarea:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb29}.password-input{align-items:center;display:flex;position:relative}.password-input .input{padding-right:52px}.password-toggle{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:5px}.password-toggle:hover{background:var(--surface-soft);color:var(--text)}.password-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.checkbox-row{color:#334155;cursor:pointer;align-items:center;gap:10px;font-size:.92rem;font-weight:700;display:inline-flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--primary);flex:none;margin:0}.button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:10px 14px;font-weight:800;display:inline-flex}.button:hover{background:var(--primary-strong)}.button:disabled{cursor:not-allowed;opacity:.65}.button.secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.button.secondary:hover{background:var(--surface-soft)}.button.danger{background:var(--danger)}.button.full{width:100%}.icon-button{min-width:44px;min-height:44px;padding:8px}.form-stack{flex-direction:column;gap:14px;display:flex}.alert{color:var(--danger);background:#dc262614;border:1px solid #dc26264d;border-radius:8px;padding:11px 12px;font-size:.92rem}.success{color:var(--success);background:#12805c14;border-color:#12805c40}.segmented{background:var(--surface-soft);border-radius:8px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.segment{min-height:42px;color:var(--muted);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;font-weight:800;display:flex}.segment input{opacity:0;position:absolute}.segment.active{background:var(--surface);color:var(--primary);box-shadow:0 3px 10px #0f172a17}.bottom-nav{z-index:20;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom);background:#ffffffeb;position:fixed;bottom:0;left:0;right:0}.bottom-nav ul{grid-template-columns:repeat(5,1fr);max-width:440px;margin:0 auto;padding:0;list-style:none;display:grid}.bottom-nav a{min-height:64px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.72rem;font-weight:700;display:flex}.bottom-nav a.active{color:var(--primary)}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stat{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:13px}.stat-label{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.stat-value{margin-top:4px;font-size:1.35rem;font-weight:850;line-height:1.1}.entry-list{flex-direction:column;gap:10px;display:flex}.timer-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.timer-status{min-width:0}.timer-value{font-size:1.35rem;font-weight:850;line-height:1.1}.entry-card{flex-direction:column;gap:10px;padding:14px;display:flex}.entry-meta{flex-wrap:wrap;gap:6px;display:flex}.pill{background:var(--surface-soft);color:#334155;border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:4px 9px;font-size:.82rem;font-weight:750;display:inline-flex}.progress-track{background:var(--surface-soft);border-radius:999px;height:12px;overflow:hidden}.progress-bar{border-radius:inherit;background:var(--primary);height:100%}.bar-row{grid-template-columns:76px 1fr 70px;align-items:center;gap:10px;min-height:44px;display:grid}.simple-table{flex-direction:column;gap:8px;display:flex}.empty{border:1px dashed var(--border);text-align:center;border-radius:8px;padding:24px}@media (max-width:420px){.timer-card{flex-direction:column;align-items:stretch}}@media (min-width:760px){.app-main,.auth-panel,.bottom-nav ul{max-width:720px}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
