:root{--bg:#f6f4ee;--surface:#fff;--text:#26302a;--text-muted:#66725f;--primary:#35734f;--primary-contrast:#fff;--primary-soft:#d9eadf;--accent:#c8703f;--danger:#b8432f;--border:#e2ded1;--shadow:0 1px 3px #3a423424;--radius:12px;--nav-height:3.6rem}@media (prefers-color-scheme:dark){:root{--bg:#151a16;--surface:#1f2620;--text:#e9ede7;--text-muted:#98a794;--primary:#7cc39a;--primary-contrast:#10241a;--primary-soft:#2b4636;--accent:#d98d5f;--danger:#e0705a;--border:#333d35;--shadow:0 1px 3px #0006}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html,body{overscroll-behavior:none;height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:100%;line-height:1.5}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.shell{height:100%;padding-top:env(safe-area-inset-top);flex-direction:column;display:flex}@supports (height:100dvh){.shell{height:100dvh}}main{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}h1{margin:0 0 .75rem;font-size:1.4rem}h2{margin:1.25rem 0 .5rem;font-size:1.15rem}a{color:var(--primary)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}main .content{max-width:40rem;margin:0 auto;padding:1rem 1rem 2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:.75rem;padding:1rem}.card>:first-child{margin-top:0}.card>:last-child{margin-bottom:0}button,.btn{font:inherit;border-radius:var(--radius);background:var(--primary);color:var(--primary-contrast);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-block}button:active,.btn:active{filter:brightness(.9)}button:disabled{opacity:.55;cursor:default}button.secondary,.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.danger,.btn.danger{background:var(--danger);color:#fff}button.big,.btn.big{width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem;display:block}input[type=text],input[type=password],input[type=number],textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--text);padding:.7rem .9rem}textarea{resize:vertical}label{margin:.75rem 0 .25rem;font-weight:600;display:block}.consent-check{cursor:pointer;align-items:flex-start;gap:.6rem;font-weight:400;display:flex}.consent-check input{width:1.4rem;height:1.4rem;accent-color:var(--primary);flex-shrink:0;margin-top:.15rem}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--danger);font-weight:600}.lizzy{text-align:center;margin:1rem 0 .5rem}.back{text-decoration:none}.center{text-align:center}.round-label{margin:0 0 .25rem;font-weight:600}.time{font-variant-numeric:tabular-nums;font-size:4rem;font-weight:700;line-height:1.1}.countdown-number{color:var(--accent)}.progress{background:var(--border);border-radius:999px;height:.5rem;margin-top:.75rem;overflow:hidden}.progress-fill{background:var(--accent);height:100%;transition:width .2s linear}nav.bottom{height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;align-items:stretch;display:flex}nav.bottom a{color:var(--text-muted);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.15rem;font-size:.7rem;font-weight:600;text-decoration:none;display:flex}nav.bottom a .icon{filter:grayscale()opacity(.55);border-radius:999px;padding:.25rem 1rem;font-size:1.25rem;line-height:1;transition:background-color .15s,filter .15s}nav.bottom a.active{color:var(--primary)}nav.bottom a.active .icon{background:var(--primary-soft);filter:none}.lang-switch.svelte-12qhfyh{top:calc(.5rem + env(safe-area-inset-top));z-index:10;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:999px;display:flex;position:fixed;right:.6rem;overflow:hidden}.lang-switch.svelte-12qhfyh .current:where(.svelte-12qhfyh),.lang-switch.svelte-12qhfyh button:where(.svelte-12qhfyh){color:var(--text-muted);background:0 0;border:none;border-radius:0;padding:.25rem .5rem;font-size:.72rem;font-weight:600;line-height:1}.lang-switch.svelte-12qhfyh .current:where(.svelte-12qhfyh){background:var(--primary-soft);color:var(--primary)}
