:root{--background:#fff;--foreground:#171717;--accent:#1e293b;--accent-hover:#334155;--surface:#eff6ff;--text:#111;--muted:#666;--card:#f1f1f1}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--accent:#1e293b;--accent-hover:#334155;--surface:#eff6ff;--text:#fff;--muted:#999;--card:#f1f1f1}}html{scroll-behavior:smooth}body{color:#444;background:var(--background);max-width:100vw;font-family:var(--font-geist-sans),var(--font-geist-mono),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}h1,h2,h3{color:#666;margin:0 0 .6rem;line-height:1.1}p{color:var(--muted);line-height:1.5}a{color:inherit;text-decoration:none}.text-center{text-align:center}button,.btn{cursor:pointer;color:#666;background:#f6f6f6;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:600;transition:all .1s linear;display:flex}button:hover,.btn:hover{background:#eee}.accent-btn{background:var(--accent);color:#fff}.accent-btn:hover{background:var(--accent-hover)}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(14px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.container{max-width:1120px;margin:0 auto;padding:4.5rem 2rem}.image{width:auto}.form-container{flex-direction:column;gap:18px;display:flex}.form-container .form-group{flex-direction:column;gap:8px;display:flex}.form-container .input-form{background-color:#f9f9f9;border:1px solid #f1f1f1;border-radius:8px;width:100%;padding:12px 16px;font-size:16px;line-height:1.5;transition:border-color .2s}.form-container .input-form:focus{border-color:var(--accent);outline:none}.form-container .checkbox-group{align-items:center;gap:8px;display:flex}.form-container .checkbox-group input[type=checkbox]{width:16px;height:16px}
