:root{color-scheme:light;font-family:Inter,Avenir,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-synthesis:none;--bg: #f4f6f2;--surface: #ffffff;--surface-soft: #eef2ec;--surface-strong: #e4ebe2;--text: #17231e;--muted: #68766f;--line: #dde5df;--brand: #107a58;--brand-dark: #07573f;--brand-soft: #dff1e8;--lime: #b9dd58;--sand: #f2dfb8;--danger: #bd3f4b;--danger-soft: #fae9eb;--shadow: 0 18px 50px rgba(34, 58, 45, .07);--shadow-soft: 0 8px 24px rgba(34, 58, 45, .05);--radius: 22px}:root[data-theme=dark]{color-scheme:dark;--bg: #101713;--surface: #18211c;--surface-soft: #202c25;--surface-strong: #2a382f;--text: #eef4f0;--muted: #9eada5;--line: #2b3931;--brand: #47b989;--brand-dark: #dff8ec;--brand-soft: #173b2c;--lime: #b9dd58;--sand: #5b5036;--danger: #ef8991;--danger-soft: #422429;--shadow: 0 18px 50px rgba(0, 0, 0, .24);--shadow-soft: 0 8px 24px rgba(0, 0, 0, .18)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input{font:inherit}button{color:inherit}button,[role=button]{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,[role=button]:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 40%,transparent);outline-offset:2px}h1,h2,h3,p{margin:0}.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.24rem;font-weight:800;letter-spacing:-.04em}.brand__mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:var(--brand);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 23%,transparent)}.brand--compact{font-size:1.12rem}.brand--compact .brand__mark{width:36px;height:36px;border-radius:12px}.eyebrow{display:block;margin-bottom:7px;color:var(--brand);font-size:.71rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.eyebrow--light{color:#bde28d}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:0;border-radius:13px;cursor:pointer;font-weight:750;transition:transform .16s ease,background .16s ease,opacity .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 20%,transparent)}.button--primary:hover:not(:disabled){background:var(--brand-dark)}:root[data-theme=dark] .button--primary{color:#0e2b20}.button--soft{background:var(--brand-soft);color:var(--brand-dark)}.button--large{min-height:52px;padding-inline:22px}.icon-button{display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);cursor:pointer;transition:border-color .16s ease,background .16s ease}.icon-button:hover{border-color:var(--brand);background:var(--brand-soft)}.text-button{display:inline-flex;align-items:center;gap:5px;padding:6px 0;border:0;background:none;color:var(--brand);cursor:pointer;font-size:.82rem;font-weight:750}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:22px;color:var(--brand)}.empty-mini{display:flex;min-height:150px;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:.78rem;text-align:center}.empty-mini>span{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;background:var(--brand-soft);color:var(--brand)}.skeleton-page{display:grid;gap:18px}.skeleton-page>div{display:grid;gap:9px}.skeleton{display:block;height:90px;overflow:hidden;border-radius:18px;background:var(--surface-strong);animation:pulse 1.2s ease-in-out infinite alternate}.skeleton--title{width:48%;height:38px}.skeleton--hero{height:235px}.skeleton--panel{height:280px}@keyframes pulse{to{opacity:.48}}.load-error{display:grid;min-height:60vh;place-content:center;justify-items:center;padding:30px;text-align:center}.load-error>span{display:grid;width:62px;height:62px;margin-bottom:18px;place-items:center;border-radius:20px;background:var(--danger-soft);color:var(--danger)}.load-error h1{font-size:1.25rem}.load-error p{max-width:390px;margin:9px 0 18px;color:var(--muted);font-size:.79rem;line-height:1.5}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}
