@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;transition:background-color .18s ease,color .18s ease}a{color:inherit;text-decoration:none}p{margin:0;color:var(--muted)}h1,h2,h3,h4{margin:0;font-weight:600;color:var(--text);letter-spacing:0;line-height:1.15}button{font:inherit}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:root{--bg:#f4f7f8;--surface:#fff;--surface-raised:#f9fbfc;--surface-strong:#eef4f6;--text:#111827;--muted:#53616d;--stroke:#dce5ea;--accent:#0f766e;--accent-strong:#0a4f66;--accent-soft:#e4f4f2;--signal:#4257c5;--ink:#071624;--ink-muted:#a9bac7;--shadow:0 20px 60px rgba(11,31,45,.1);--shadow-soft:0 12px 34px rgba(11,31,45,.08);--radius:8px;--font-body:"Inter","Soehne","Graphik",system-ui,-apple-system,sans-serif;color-scheme:light}[data-theme=dark]{--bg:#071018;--surface:#0d1822;--surface-raised:#122333;--surface-strong:#172d3e;--text:#edf5f7;--muted:#a9bac7;--stroke:#243746;--accent:#57d1c3;--accent-strong:#8db7ff;--accent-soft:rgba(87,209,195,.14);--signal:#8da0ff;--ink:#050b10;--ink-muted:#a9bac7;--shadow:0 24px 70px rgba(0,0,0,.34);--shadow-soft:0 14px 38px rgba(0,0,0,.24);color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#071018;--surface:#0d1822;--surface-raised:#122333;--surface-strong:#172d3e;--text:#edf5f7;--muted:#a9bac7;--stroke:#243746;--accent:#57d1c3;--accent-strong:#8db7ff;--accent-soft:rgba(87,209,195,.14);--signal:#8da0ff;--ink:#050b10;--ink-muted:#a9bac7;--shadow:0 24px 70px rgba(0,0,0,.34);--shadow-soft:0 14px 38px rgba(0,0,0,.24);color-scheme:dark}}.layout_body__qd6bU{background:var(--bg);min-height:100vh}.layout_page__EZ0LW{min-height:100vh;display:flex;flex-direction:column}.layout_main__ERBQ9{flex:1 1;display:flex;flex-direction:column;gap:4rem;padding:1.25rem 0 4rem}.layout_container__jQ1_H{width:min(1180px,100%);margin:0 auto;padding:0 1.25rem}.layout_surface__mdPfG{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow)}@media (min-width:960px){.layout_main__ERBQ9{gap:5rem;padding:2rem 0 5rem}}