:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page-background:linear-gradient(160deg, #fff9f0, #f4f8ff 45%, #f7f1ff);--text-primary:#4f445e;--text-secondary:#5a4f66;--heading-color:#3a2f4c;--eyebrow-color:#6b5683;--card-surface:#fcf8ff;--card-border:#eadcf2;--card-shadow:0 8px 22px #6a4a8714;--footer-surface:#f3f9ff;--footer-border:#d9e8f7;--footer-heading:#2f4c68;--link-color:#1f4f82;--logo-surface:#fffaf2;--logo-border:#f0d2ad;--logo-shadow:0 10px 24px #8d653c26;--toggle-surface:#fffaf2;--toggle-border:#e7d6c0;--toggle-text:#4f445e;--toggle-shadow:0 8px 18px #8d653c14;--focus-ring:#7a5ca8}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-background:linear-gradient(160deg, #16111f, #1a2230 48%, #22162d);--text-primary:#f3edf8;--text-secondary:#cfc5db;--heading-color:#fcf7ff;--eyebrow-color:#d5b4f1;--card-surface:#1f1a29;--card-border:#3a3047;--card-shadow:0 10px 24px #00000047;--footer-surface:#1a2531;--footer-border:#2d4052;--footer-heading:#d9ebfb;--link-color:#8ec5ff;--logo-surface:#f8f0e5;--logo-border:#cda976;--logo-shadow:0 10px 24px #00000047;--toggle-surface:#251f31;--toggle-border:#4b3f5b;--toggle-text:#f3edf8;--toggle-shadow:0 8px 18px #00000038;--focus-ring:#bb92e6}*{box-sizing:border-box}body{min-height:100vh;color:var(--text-primary);background:var(--page-background);margin:0}#root{min-height:100vh}a{color:inherit}.page{max-width:980px;margin:0 auto;padding:3rem 1.25rem 4rem}.hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.75rem;display:flex}.hero-actions{justify-content:space-between;align-items:center;gap:1rem;width:min(100%,560px);margin-bottom:1rem;display:flex}.pixel-potato{border:2px solid var(--logo-border);background:var(--logo-surface);width:96px;height:96px;box-shadow:var(--logo-shadow);border-radius:12px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--eyebrow-color);margin:0;font-size:.8rem;font-weight:700}.hero h1{color:var(--heading-color);margin:1rem 0 0;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.subtitle{max-width:700px;color:var(--text-secondary);margin:1rem auto 0;font-size:1.1rem}.theme-toggle{border:1px solid var(--toggle-border);background:var(--toggle-surface);color:var(--toggle-text);font:inherit;cursor:pointer;box-shadow:var(--toggle-shadow);border-radius:999px;padding:.65rem 1rem;font-size:.95rem;font-weight:700;transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.services{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0 3rem;display:grid}.card{border:1px solid var(--card-border);background:var(--card-surface);box-shadow:var(--card-shadow);border-radius:16px;padding:1.2rem}.card h2{color:var(--heading-color);margin:0 0 .55rem;font-size:1.1rem}.card p{color:var(--text-secondary);margin:0}.footer{text-align:center;border:1px solid var(--footer-border);background:var(--footer-surface);border-radius:16px;padding:1.5rem}.footer h2{color:var(--footer-heading);margin:0 0 .6rem;font-size:1.35rem}.footer a{color:var(--link-color);text-underline-offset:3px;font-weight:600;text-decoration-thickness:1px}@media (width<=900px){.services{grid-template-columns:1fr}.page{padding-top:2.2rem}.hero-actions{flex-direction:column}}
