:root{--bg: #f2f2f7;--surface: #ffffff;--surface-2: #f7f7fa;--text: #14161a;--text-muted: #5c6470;--border: rgba(20, 22, 26, .1);--accent: #0a63d6;--accent-contrast: #ffffff;--success-bg: #e7f6ec;--success-text: #146c2e;--error-bg: #fdecec;--error-text: #b3261e;--radius: 14px;--container: 1060px}@media(prefers-color-scheme:dark){:root{--bg: #0d0f13;--surface: #171a20;--surface-2: #1f232b;--text: #f2f4f8;--text-muted: #9aa3b2;--border: rgba(255, 255, 255, .12);--accent: #5aa2ff;--accent-contrast: #08111f;--success-bg: #12301c;--success-text: #7fdc9c;--error-bg: #3a1614;--error-text: #ff9d95}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.6}main{flex:1}h1,h2,h3{line-height:1.25;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.4rem,3vw,1.9rem)}h3{font-size:1.1rem}p{margin:0 0 1em}a{color:var(--accent)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.container.narrow{max-width:720px}.section{padding:56px 0}.lead{font-size:1.15rem;color:var(--text-muted);max-width:60ch}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:650;font-size:1.1rem;color:var(--text);text-decoration:none}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--accent);color:var(--accent-contrast);font-weight:700;font-size:.95rem}.brand-logo{height:32px}.site-header nav{display:flex;gap:6px;flex-wrap:wrap}.site-header nav a{padding:6px 12px;border-radius:999px;font-size:.95rem;color:var(--text-muted);text-decoration:none}.site-header nav a:hover{color:var(--text);background:var(--surface)}.site-header nav a.active{color:var(--text);background:var(--surface)}.hero{padding:72px 0 40px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}@media(max-width:860px){.hero-grid{grid-template-columns:1fr;gap:32px}}.badge{display:inline-block;padding:4px 12px;margin-bottom:18px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.82rem;color:var(--text-muted)}.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:26px}.button{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:1px solid transparent;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font:inherit;font-weight:600;text-decoration:none;cursor:pointer}.button:hover{filter:brightness(1.08)}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button.disabled,.button[aria-disabled=true]{background:var(--surface);color:var(--text-muted);border-color:var(--border);cursor:default;pointer-events:none}.button:disabled{opacity:.6;cursor:default}.shot-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:20px}.shot{aspect-ratio:9 / 19.5;display:grid;place-items:center;padding:16px;text-align:center;border:1px dashed var(--border);border-radius:26px;background:var(--surface-2);color:var(--text-muted);font-size:.85rem;overflow:hidden}.shot img{width:100%;height:100%;object-fit:cover;border-radius:26px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.card h3{margin-bottom:6px}.card p{margin:0;color:var(--text-muted);font-size:.97rem}.band{padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.prose h2{margin-top:2em}.prose li{margin-bottom:.4em}.meta{color:var(--text-muted);font-size:.92rem}.form{display:grid;gap:18px;padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.field{display:grid;gap:6px}.field label{font-weight:600;font-size:.95rem}.field input,.field select,.field textarea{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font:inherit}.field textarea{min-height:150px;resize:vertical}.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible,.button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.field-error{color:var(--error-text);font-size:.88rem}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.notice{padding:14px 18px;border-radius:10px;margin-bottom:22px}.notice.success{background:var(--success-bg);color:var(--success-text)}.notice.error{background:var(--error-bg);color:var(--error-text)}.site-footer{border-top:1px solid var(--border);padding:26px 0;margin-top:48px;color:var(--text-muted);font-size:.92rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.site-footer p{margin:0}.site-footer nav{display:flex;gap:18px;flex-wrap:wrap}h2#form{margin-top:1rem}
