:root{--bg:#ffffff;--bg-secondary:#f5f5f5;--surface:#ffffff;--surface-border:#e5e5e5;--text:#000000;--text-soft:#6b6b6b;--accent:#0e76fd;--accent-hover:#0960d0;--good:#30e000;--good-bg:rgba(48,224,0,0.08);--good-border:rgba(48,224,0,0.22);--bad:#ff3b30;--bad-bg:rgba(255,59,48,0.08);--bad-border:rgba(255,59,48,0.22);--shadow:0 1px 3px rgba(0,0,0,0.08);--shadow-hover:0 8px 24px rgba(0,0,0,0.12);--radius-xl:16px;--radius-lg:12px}@media (prefers-color-scheme:dark){:root{--bg:#000000;--bg-secondary:#111111;--surface:#111111;--surface-border:#1f1f1f;--text:#ffffff;--text-soft:#8a8a8a;--shadow:0 1px 3px rgba(0,0,0,0.3);--shadow-hover:0 8px 24px rgba(0,0,0,0.4)}}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;margin:0;color:var(--text);background:var(--bg);font-family:SFRounded,ui-rounded,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit}.page-shell{min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;margin:0 auto;padding:16px 24px}.nav-brand{font-size:1.05rem;font-weight:700;color:var(--text);text-decoration:none}.nav-links{display:flex;gap:24px;list-style:none;margin:0;padding:0}.nav-links a{color:var(--text-soft);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s ease}.nav-links a:hover{color:var(--text);text-decoration:none}.page-content{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:40px 24px 80px}.hero{text-align:center;max-width:640px;margin:0 auto 48px;animation:fade-up .4s ease both}.hero h1{margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.lede{max-width:52ch;margin:14px auto 0;color:var(--text-soft);font-size:1.05rem;line-height:1.6}.pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.pill-row span{padding:6px 14px;border:1px solid var(--surface-border);border-radius:999px;background:var(--surface);font-size:.85rem;font-weight:500;color:var(--text-soft)}.cards-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;max-width:820px;margin:0 auto}.info-card{padding:24px;border:1px solid var(--surface-border);border-radius:var(--radius-xl);background:var(--surface);transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.info-card h2{margin:0 0 8px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-soft)}.info-card p{margin:0;font-size:.95rem;line-height:1.5;color:var(--text);overflow-wrap:anywhere}.form-card{display:flex;flex-direction:column;gap:18px;max-width:560px;margin:32px auto 0;padding:28px;border:1px solid var(--surface-border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);animation:fade-up .4s ease .1s both}.card-title{margin:0;font-size:1.25rem;font-weight:700}.card-copy,.helper-copy,.status-line{margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.55}.helper-copy strong{color:var(--text)}.field-shell{display:flex;flex-direction:column;gap:8px}.field-shell label{font-size:.9rem;font-weight:600}.composer{min-height:180px;resize:vertical;padding:14px 16px;border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--bg);color:var(--text);font-size:.95rem;line-height:1.6;transition:border-color .15s ease,box-shadow .15s ease}.composer:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(14,118,253,.15)}.field-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-soft);font-size:.82rem}.notice{padding:12px 16px;border-radius:var(--radius-lg);border:1px solid var(--surface-border);background:var(--bg-secondary)}.notice.warning{border-color:rgba(255,165,0,.3);background:rgba(255,165,0,.06)}.notice.success{border-color:var(--good-border);background:var(--good-bg)}.notice.error{border-color:var(--bad-border);background:var(--bad-bg)}.submit-row{display:flex;flex-direction:column;gap:14px}.submit-button{min-height:48px;padding:0 20px;border:0;border-radius:var(--radius-lg);background:var(--text);color:var(--bg);font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-hover)}.submit-button:disabled{cursor:not-allowed;opacity:.5}.microcopy{color:var(--text-soft);font-size:.8rem;line-height:1.55}.turnstile-shell{min-height:66px}.site-footer{border-top:1px solid var(--surface-border);padding:24px;text-align:center;color:var(--text-soft);font-size:.82rem}.site-footer a{color:var(--text-soft);text-decoration:underline}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.page-content{padding:24px 16px 48px}.cards-grid{grid-template-columns:1fr}.nav-links{gap:16px}.form-card{padding:20px}}