: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{flex-direction:column;height:100dvh;display:flex}h1{margin:0 0 .75rem;font-size:1.4rem}h2{margin:1.25rem 0 .5rem;font-size:1.15rem}a{color:var(--primary)}main{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}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}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;border:none;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-block}button:active,.btn:active{filter:brightness(.9)}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%;padding:1rem;font-size:1.1rem}input[type=text],input[type=password],input[type=number]{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--text);padding:.7rem .9rem}label{margin:.75rem 0 .25rem;font-weight:600;display:block}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--danger);font-weight:600}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;justify-content:space-around;align-items:stretch;display:flex}nav.bottom a{color:var(--text-muted);-webkit-tap-highlight-color:transparent;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{z-index:10;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:999px;display:flex;position:fixed;top:.5rem;right:.6rem;overflow:hidden}.lang-switch.svelte-12qhfyh button:where(.svelte-12qhfyh){color:var(--text-muted);box-shadow:none;background:0 0;border:none;border-radius:0;padding:.25rem .5rem;font-size:.72rem;font-weight:600;line-height:1}.lang-switch.svelte-12qhfyh button.current:where(.svelte-12qhfyh){background:var(--primary-soft);color:var(--primary)}.lang-switch.svelte-12qhfyh button[type=submit]:where(.svelte-12qhfyh){cursor:pointer}
