.timer-shell{display:flex;flex-direction:column;gap:1rem}.timer-card{background:#fff;border:1px solid #e8e6e2;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000001a}.timer-display{background:#ebf2fa;border:1px solid rgba(53,115,198,.16);border-radius:12px;padding:1rem;margin-bottom:1rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.timer-card.is-finished .timer-display{background:#f6fbf0;border-color:#5c8f3a38;box-shadow:0 0 0 1px #5c8f3a14}.timer-display-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.timer-kicker{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#555}.timer-badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.25rem .75rem;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:600;white-space:nowrap}.timer-badge-idle,.timer-badge-paused{background:#fff;border-color:#d6e2f2;color:#3573c6}.timer-badge-running{background:#3573c6;border-color:#3573c6;color:#fff}.timer-badge-finished{background:#f6fbf0;border-color:#b8d7a3;color:#3f6f20}.timer-time{font-size:clamp(3rem,16vw,5.5rem);line-height:.95;font-weight:700;color:#1a1a1a;letter-spacing:-.04em;text-align:center;font-variant-numeric:tabular-nums;margin:.1em 0 .2em}.timer-helper{font-size:.9rem;color:#555;text-align:center}.timer-section+.timer-section{margin-top:1rem}.timer-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.timer-section-head h2{font-size:.9rem;font-weight:600;color:#1a1a1a}.timer-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.6rem}.timer-chip{min-height:46px;padding:.75rem .9rem;border:1px solid #e8e6e2;border-radius:8px;background:#fff;color:#555;font-size:.95rem;font-family:inherit;font-weight:500;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.timer-chip:hover{border-color:#d0cdc7;color:#1a1a1a}.timer-chip.active{background:#ebf2fa;border-color:#3573c6;color:#3573c6}.timer-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.timer-field{display:flex;flex-direction:column;gap:.35rem}.timer-field span{font-size:.85rem;color:#555;font-weight:600}.timer-field input{width:100%;min-height:48px;padding:10px 13px;border:1px solid #e8e6e2;border-radius:8px;background:#fff;color:#1a1a1a;font-size:1.15rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.timer-field input:focus{outline:none;border-color:#3573c6;box-shadow:0 0 0 2px #3573c62e}.timer-actions{display:flex;flex-direction:column;gap:.75rem}.timer-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.timer-button{min-height:48px;padding:.75rem 1rem;border-radius:8px;border:1px solid transparent;font-size:1rem;font-family:inherit;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.timer-button:focus-visible,.timer-chip:focus-visible{outline:none;box-shadow:0 0 0 2px #3573c62e}.timer-button-primary{background:#3573c6;border-color:#3573c6;color:#fff}.timer-button-primary:hover:not(:disabled){background:#2960ad;border-color:#2960ad}.timer-button-secondary{background:#fff;border-color:#3573c6;color:#3573c6}.timer-button-secondary:hover{background:#ebf2fa}.timer-button:disabled{cursor:not-allowed;opacity:.5}.timer-button-wide{width:100%}.timer-footnote{margin-top:1rem;font-size:.82rem;color:#888;text-align:center}.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}@media(prefers-reduced-motion:no-preference){.timer-card.is-finished .timer-display{animation:timer-finished-pulse .9s ease-out 2}}@media(max-width:480px){.timer-card,.timer-display{padding:.9rem}.timer-display-top{flex-direction:column;align-items:flex-start}.timer-action-row{grid-template-columns:1fr}}@keyframes timer-finished-pulse{0%{box-shadow:0 0 #5c8f3a29}to{box-shadow:0 0 0 12px #5c8f3a00}}
