.app{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;padding:32px 20px 40px;padding-top:calc(32px + env(safe-area-inset-top));padding-bottom:calc(40px + env(safe-area-inset-bottom));gap:28px}.app-header{width:100%;max-width:560px;text-align:left}.app-kicker{text-transform:uppercase;letter-spacing:.3em;font-size:.7rem;color:var(--muted);margin:0 0 10px}.app-title{font-size:clamp(1.9rem,4vw,2.6rem);margin:0}.stack{width:100%;max-width:560px;display:flex;flex-direction:column;gap:24px}.timer-card,.history-card{width:100%;background:var(--surface);border-radius:28px;padding:28px;border:1px solid var(--border);box-shadow:0 18px 40px #1e293b14;display:flex;flex-direction:column;gap:24px}.phase-badge{display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;letter-spacing:.16em;padding:10px 18px;border-radius:999px;text-transform:uppercase;background:var(--surface-muted)}.phase-badge.move{color:#0f172a;background:var(--badge-move)}.phase-badge.rest{color:#111827;background:var(--badge-rest)}.phase-badge.done{color:var(--muted);background:#e5e7eb}.time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.time-block{background:var(--surface-muted);border-radius:18px;padding:16px;border:1px solid var(--border);display:flex;flex-direction:column;gap:6px}.time-block span{color:var(--muted);font-size:.75rem;letter-spacing:.2em}.time-block strong{font-size:2.2rem}.stats{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.btn{border:1px solid var(--border);background:#fff;border-radius:16px;padding:14px 18px;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;transition:transform .15s ease,border-color .2s ease,background .2s ease;touch-action:manipulation}.btn:active{transform:translateY(1px)}.btn.primary{border-color:transparent;color:#fff;background:var(--accent);box-shadow:0 12px 22px #2f7bff40}.btn.secondary{border-color:transparent;color:#fff;background:var(--accent-alt);box-shadow:0 12px 22px #ff7a5940}.btn.ghost{background:#fff;color:var(--text);border-color:var(--border)}.btn.small{padding:8px 12px;font-size:.85rem;border-radius:12px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover:not(:disabled){background:#f3f5f9;border-color:#cbd5e1}.btn.primary:hover:not(:disabled){background:#266ef0}.btn.secondary:hover:not(:disabled){background:#f26c4d}.btn.ghost:hover:not(:disabled){background:#eef2f7;border-color:#cbd5e1}.done{border-top:1px solid var(--border);padding-top:18px;display:flex;flex-direction:column;gap:12px}.done p{margin:0;color:var(--muted)}.memo-input{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);border-radius:14px;padding:10px 12px;font-size:1rem}.settings-header{display:flex;flex-direction:column;gap:6px}.settings-header h2,.history-header h2{margin:0;font-size:1.3rem}.field{display:flex;flex-direction:column;gap:8px}.field label,.field span{color:var(--muted);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.field input,.field select{background:var(--surface-muted);border:1px solid var(--border);color:var(--text);border-radius:14px;padding:10px 12px;font-size:1rem}.field-row{display:grid;grid-template-columns:1fr auto;gap:10px}.unit-toggle{display:inline-flex;border-radius:14px;border:1px solid var(--border);background:transparent;padding:6px;gap:8px}.unit-btn{border:1px solid var(--border);background:#fff;color:var(--text);padding:8px 12px;font-size:.85rem;font-weight:600;border-radius:10px;cursor:pointer}.unit-btn.active{background:#2f7bff1f;color:var(--accent);border-color:var(--accent)}.unit-btn:hover:not(.active){background:#f3f5f9;border-color:#cbd5e1}.settings-actions{display:flex;flex-direction:column;gap:10px}.hint{margin:0;color:var(--muted);font-size:.85rem}.history-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.history-list{display:flex;flex-direction:column;gap:14px}.history-item{background:var(--surface-muted);border-radius:18px;padding:16px;border:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.history-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.history-stats{display:flex;flex-direction:column;gap:4px;font-size:.95rem}.history-memo{color:var(--muted);font-style:italic}.history-actions{display:flex;justify-content:flex-end}.history-empty{margin:0;color:var(--muted);text-align:center}@media (max-width: 520px){.stats{flex-direction:column;gap:8px}.field-row{grid-template-columns:1fr auto}.history-header{flex-direction:column;align-items:flex-start}.history-meta{flex-direction:column;gap:6px}}:root{font-family:Space Grotesk,Avenir Next,Trebuchet MS,sans-serif;line-height:1.5;font-weight:400;color:#1c1c1f;background-color:#f7f7f8;--text: #1c1c1f;--muted: #5f6b7a;--accent: #2f7bff;--accent-alt: #ff7a59;--badge-move: #9ae6b4;--badge-rest: #fde68a;--surface: #ffffff;--surface-muted: #f1f4f8;--border: #e2e8f0}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1200px circle at 20% 10%,#fff,#f1f4f8 70%);-webkit-tap-highlight-color:transparent}#root{min-height:100vh}
