.st-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 12px 30px rgba(15,23,42,.08)}.st-controls-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.st-controls-row>div{flex:1 1 150px}.st-card label{font-weight:500;display:block;margin:.4rem 0 .2rem}.st-card input[type=number],.st-card select{width:100%;padding:.45rem .6rem;border-radius:.5rem;border:1px solid #e5e7eb;font-family:inherit;font-size:.95rem;background:#fff}.inline-label{display:inline-flex;align-items:center;font-weight:500;margin-right:1rem}.inline-label input[type=checkbox],.inline-label input[type=radio]{width:auto;margin:0}.inline-label span{margin-left:.4rem}.st-inline-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.btn-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.btn{display:inline-block;margin-top:.8rem;padding:.55rem 1.2rem;border-radius:999px;border:2px solid transparent;background:#0f172a;color:#fff;font-weight:600;cursor:pointer;font-size:.95rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.btn-start{border-color:hsla(0,0%,100%,.65);background:rgba(6,11,22,.9)}.btn-start:hover{border-color:#fff;background:#060b16}.btn.secondary{background:#e5e7eb;color:#111827}.btn:disabled{opacity:.5;cursor:not-allowed}.timer-shell{margin-top:1.25rem;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:1rem;align-items:stretch}@media (max-width:768px){.timer-shell{grid-template-columns:minmax(0,1fr)}}.timer-shell-new{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.timer-display{border-radius:1rem;padding:1.25rem;min-height:160px;flex-direction:column;color:#f9fafb;transition:background-color .25s ease;position:relative}.fullscreen-btn,.timer-display{display:flex;justify-content:center;align-items:center}.fullscreen-btn{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:.5rem;padding:.5rem;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10}.fullscreen-btn:hover{background:hsla(0,0%,100%,.3);transform:scale(1.05)}.fullscreen-timer{width:100vw;height:100vh;border-radius:0;padding:3rem;justify-content:center}.fullscreen-timer .timer-digits{font-size:clamp(6rem,15vw,12rem)}.fullscreen-timer .timer-mode-label{font-size:1.5rem;margin-bottom:1rem}.fullscreen-timer .timer-status{font-size:1.5rem;margin-top:1rem}.fullscreen-timer .lights-row{margin-top:2rem}.fullscreen-timer .light{width:32px;height:32px}.fullscreen-timer .btn-group-inline{margin-top:2rem;gap:1.5rem}.fullscreen-timer .btn-inline{font-size:1.2rem;padding:.8rem 2rem}.timer-mode-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;opacity:.9;margin-bottom:.25rem}.timer-digits{font-variant-numeric:tabular-nums;font-size:clamp(2.8rem,7vw,3.6rem);font-weight:700}.timer-status{margin-top:.35rem;font-size:.9rem;opacity:.9;text-align:center}.lights-row{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center}.light{width:16px;height:16px;border-radius:999px;background:rgba(15,23,42,.35);box-shadow:0 0 0 1px rgba(15,23,42,.4)}.light.green.on{background:#16a34a;box-shadow:0 0 10px rgba(22,163,74,.9)}.light.yellow.on{background:#eab308;box-shadow:0 0 10px rgba(234,179,8,.9)}.light.red.on{background:#dc2626;box-shadow:0 0 10px rgba(220,38,38,.9)}.timer-settings{border-radius:1rem;border:1px solid #e5e7eb;padding:1rem 1.1rem;background:#f9fafb}.timer-shell-new .timer-settings{width:100%}.threshold-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.threshold-toggle{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.threshold-toggle:hover{background:#f3f4f6;border-color:#9ca3af}.threshold-chevron{transition:transform .2s ease}.threshold-chevron.open{transform:rotate(180deg)}.threshold-note{display:none}.threshold-note.open{display:block}.badge{display:inline-block;padding:.12rem .45rem;border-radius:999px;background:#e5e7eb;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;margin-left:.25rem}.st-note{font-size:.85rem;color:#6b7280;margin-top:.25rem}.st-bg-neutral{background:#0f172a}.st-bg-green{background:#16a34a}.st-bg-yellow{background:#eab308}.st-bg-red{background:#dc2626}.btn-group-inline{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;justify-content:center}.btn-inline{margin-top:0;padding:.5rem 1rem;font-size:.9rem}