:root{color:var(--ink);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--page-bg:#f2f5f2;--ink:#1c2b26;--muted:#65736e;--line:#dfe6e1;--surface:#fff;--surface-soft:#f7f9f7;--surface-strong:#eef2ef;--green:#1e6a50;--green-dark:#15503d;--green-pale:#e3f1ea;--amber:#77470a;--amber-pale:#fff1d9;--red:#a13b3b;--shadow:0 12px 32px #1f392f14;--overlay:#13201b73;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--page-bg:#101613;--ink:#e7ede9;--muted:#9bafa5;--line:#2a352f;--surface:#1a2320;--surface-soft:#141c19;--surface-strong:#202b26;--green:#46b489;--green-dark:#5fcf9f;--green-pale:#46b48929;--amber:#e7ab52;--amber-pale:#e7ab5229;--red:#e2827c;--shadow:0 12px 32px #00000073;--overlay:#04080699;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:var(--page-bg);min-width:320px;min-height:100dvh;margin:0;transition:background-color .15s}.app-loading{min-height:100dvh;color:var(--muted);background:var(--page-bg);place-content:center;place-items:center;gap:14px;font-size:13px;display:grid}.app-loading p{margin:0}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed;opacity:.58}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #2f80ed47}h1,h2,h3,p{margin-top:0}a{color:inherit}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#173e32;background:#b8e1ca;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #ffffff61}.brand-mark svg{width:21px;height:21px}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.01em;font-size:16px}.brand small{color:#a9c3b8;margin-top:2px;font-size:11px}.theme-toggle{background:#7f7f7f29;border-radius:10px;gap:2px;padding:3px;display:inline-flex}.theme-toggle__option{width:30px;height:30px;color:inherit;opacity:.62;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.theme-toggle__option svg{width:15px;height:15px}.theme-toggle__option:hover{opacity:1}.theme-toggle__option.is-active{opacity:1;background:#7f7f7f47}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.button,.icon-button,.text-button{border:0;border-radius:9px;font-weight:720}.button{justify-content:center;align-items:center;gap:7px;min-height:40px;padding:9px 15px;font-size:13px;display:inline-flex}.button--primary{color:#fff;background:var(--green);box-shadow:0 6px 16px #1e6a5033}.button--primary:hover{background:var(--green-dark)}.button--quiet{border:1px solid var(--line);color:#42514c;background:#fff}.button--quiet:hover{background:#f8faf8;border-color:#bdc9c2}.button--danger{color:#fff;background:#a44242}.button--danger:hover{background:#863535}[data-theme=dark] .button--quiet{color:var(--ink);background:var(--surface)}[data-theme=dark] .button--quiet:hover{background:var(--surface-soft);border-color:#3a473f}[data-theme=dark] .button--primary{color:var(--page-bg)}.inline-error{color:var(--red);background:#fbecec;border-radius:7px;margin:0 20px 12px;padding:9px 11px;font-size:11px}[data-theme=dark] .inline-error{background:#e2827c29}
