:root{color-scheme:light;--bg:#f5f6f3;--surface:#ffffff;--surface2:#eff1ec;--hover:#f2f4f0;--ink:#20242a;--ink2:#5a6270;--ink3:#8d95a3;--line:#e3e6e0;--line2:#d8dcd4;--accent:#0e7a6b;--accent-hov:#0c6b5e;--accent-ink:#ffffff;--accent-soft:#e2f0ed;--accent-soft-ink:#0b5d52;--draft-bg:#fbf6e8;--draft-line:#eadfb9;--draft-ink:#8a6d1f;--draft-chip:#f3e9c9;--out-bg:#0e7a6b;--out-ink:#f2faf8;--instagram:#d6356f;--facebook:#1877f2;--telegram:#26a5e4;--whatsapp:#25d366;--cat-1:#0e7a6b;--cat-2:#c2543a;--cat-3:#3563b8;--cat-4:#8d95a3;--cat-5:#7a4fb8;--cat-default:#6b7280;--badge:#d8452f;--ok:#2e8b57;--shadow:0 1px 2px rgba(24,28,23,0.05),0 4px 16px rgba(24,28,23,0.06);--background:var(--bg);--foreground:var(--ink)}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#14171a;--surface:#1c2025;--surface2:#23282e;--hover:#22272d;--ink:#e8ebee;--ink2:#a6aeb8;--ink3:#6f7883;--line:#2b3138;--line2:#343b43;--accent:#3fb3a2;--accent-hov:#4fc4b2;--accent-ink:#0d211d;--accent-soft:#14332d;--accent-soft-ink:#7bcfc1;--draft-bg:#252017;--draft-line:#4a3f22;--draft-ink:#d9ba60;--draft-chip:#37301c;--out-bg:#0f5c50;--out-ink:#dcf2ee;--cat-1:#3fb3a2;--cat-2:#e08a72;--cat-3:#7da3e8;--cat-4:#6f7883;--cat-5:#a98ae0;--cat-default:#9aa2ac;--badge:#e06549;--ok:#57b57f;--shadow:0 1px 2px rgba(0,0,0,0.3),0 4px 16px rgba(0,0,0,0.25)}}*{box-sizing:border-box;padding:0;margin:0}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--ink);background:var(--bg);font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:0;cursor:pointer}svg{display:block;flex:none}a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}