:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#2e2923;--page:#f5efe3;--surface:#fcf8f0;--surface-status:#eee1cf;--surface-registration:#f8f2e8;--surface-discord:#e8d7c0;--text:#2e2923;--text-muted:#6c6258;--body-text:#6c6258;--accent:#83452f;--gold:#83452f;--primary:#a85f43;--primary-text:#fffaf3;--border:#d8cab7;--button-bg:#fffaf2e0;--button-hover:#fffaf2;--chip-bg:#fffaf1b8;--card-bg:#fffbf4b8;--launch-bg:#fffaf2e0;--input-bg:#fffaf2;--input-border:#d8cab7;--focus:#83452f;--shadow:0 22px 60px #4a34201a;--hero-overlay:linear-gradient(90deg, #f9f5ecfc 0%, #f9f5ecf2 38%, #f4ebddc2 67%, #eddcc78a 100%);--hero-overlay-mobile:linear-gradient(#f9f5ecf5, #f9f5ecf5);--hero-fade:linear-gradient(180deg, transparent, #f5efe3);--hero-text:#2e2923;--hero-lead:#514940;--hero-accent:#83452f;--hero-shadow:0 1px 0 #ffffffe6;--privacy:#51594c;--success-text:#394035;--success-bg:#dce4d38f;--success-border:#6f80656b;--error-text:#83452f;--error-bg:#a85f4317;--error-border:#a85f434d;--discord-cta-bg:#fff8eca3;--final-bg:linear-gradient(90deg, #eee1cf, #dfc9ab);--switch-bg:#fffaf2e0;--switch-active:#83452f;--switch-active-text:#fffaf3;background:#f5efe3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f7f3ea;--page:#0d1211;--surface:#111614;--surface-status:#0f1515;--surface-registration:#101716;--surface-discord:#151a1d;--text:#f7f3ea;--text-muted:#cfc6b8;--body-text:#d7cdbd;--accent:#91e4d8;--gold:#d7b56d;--primary:#a85f43;--primary-text:#fffaf3;--border:#f7f3ea24;--button-bg:#ffffff14;--button-hover:#ffffff21;--chip-bg:#00000057;--card-bg:#ffffff0b;--launch-bg:#060a0abd;--input-bg:#0b1110;--input-border:#f7f3ea33;--focus:#91e4d8;--shadow:0 28px 70px #00000061;--hero-overlay:linear-gradient(90deg, #080c0cf5 0%, #080c0cd1 42%, #080c0c8a 100%);--hero-overlay-mobile:linear-gradient(90deg, #080c0cf5 0%, #080c0cd1 42%, #080c0c8a 100%);--hero-fade:linear-gradient(180deg, transparent, #0d1211);--hero-text:#f7f3ea;--hero-lead:#eee5d4;--hero-accent:#91e4d8;--hero-shadow:0 18px 50px #0000009e;--privacy:#bcded7;--success-text:#c8f3ec;--success-bg:#91e4d81a;--success-border:#91e4d85c;--error-text:#ffd0c7;--error-bg:#c2463421;--error-border:#f085706b;--discord-cta-bg:#a85f4321;--final-bg:linear-gradient(90deg, #111614, #202123);--switch-bg:#060a0ac7;--switch-active:#f7f3ea;--switch-active-text:#17120b;background:#0d1211}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f7f3ea;--page:#0d1211;--surface:#111614;--surface-status:#0f1515;--surface-registration:#101716;--surface-discord:#151a1d;--text:#f7f3ea;--text-muted:#cfc6b8;--body-text:#d7cdbd;--accent:#91e4d8;--gold:#d7b56d;--primary:#a85f43;--primary-text:#fffaf3;--border:#f7f3ea24;--button-bg:#ffffff14;--button-hover:#ffffff21;--chip-bg:#00000057;--card-bg:#ffffff0b;--launch-bg:#060a0abd;--input-bg:#0b1110;--input-border:#f7f3ea33;--focus:#91e4d8;--shadow:0 28px 70px #00000061;--hero-overlay:linear-gradient(90deg, #080c0cf5 0%, #080c0cd1 42%, #080c0c8a 100%);--hero-overlay-mobile:linear-gradient(90deg, #080c0cf5 0%, #080c0cd1 42%, #080c0c8a 100%);--hero-fade:linear-gradient(180deg, transparent, #0d1211);--hero-text:#f7f3ea;--hero-lead:#eee5d4;--hero-accent:#91e4d8;--hero-shadow:0 18px 50px #0000009e;--privacy:#bcded7;--success-text:#c8f3ec;--success-bg:#91e4d81a;--success-border:#91e4d85c;--error-text:#ffd0c7;--error-bg:#c2463421;--error-border:#f085706b;--discord-cta-bg:#a85f4321;--final-bg:linear-gradient(90deg, #111614, #202123);--switch-bg:#060a0ac7;--switch-active:#f7f3ea;--switch-active-text:#17120b;background:#0d1211}}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page)}body{min-height:100vh;color:var(--text);background:var(--page);margin:0}a{color:inherit}button,input{font:inherit}.shell{background:var(--page);min-height:100vh;transition:background-color .2s,color .2s;overflow-x:hidden}.themeSwitcher{z-index:20;border:1px solid var(--border);background:var(--switch-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:11px;gap:3px;padding:4px;display:flex;position:fixed;top:16px;right:16px;box-shadow:0 8px 28px #00000024}.themeOption{min-height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:800;transition:color .16s,background .16s,transform .16s;display:inline-flex}.themeOption:hover{color:var(--text);background:var(--button-bg)}.themeOption[aria-checked=true]{color:var(--switch-active-text);background:var(--switch-active)}.hero{isolation:isolate;width:min(1160px,100% - 40px);min-height:min(780px,100vh);color:var(--hero-text);grid-template-columns:minmax(0,1fr) 390px;align-items:center;gap:64px;margin:0 auto;padding:72px 0 54px;display:grid;position:relative}.hero:before{content:"";z-index:-2;background:var(--hero-overlay), url(/silenthpw-discord-banner.jpg) center / cover no-repeat;position:absolute;inset:0 calc(50% - 50vw)}.hero:after{content:"";z-index:-1;background:var(--hero-fade);height:150px;position:absolute;inset:auto calc(50% - 50vw) 0}.eyebrow{text-transform:uppercase;color:var(--accent);margin:0 0 12px;font-size:13px;font-weight:850}.hero__copy>.eyebrow{color:var(--hero-accent)}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:760px;text-shadow:var(--hero-shadow);margin:0;font-size:clamp(62px,8vw,116px);line-height:.9}h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.04}h3{margin:0 0 10px;font-size:20px}.lead{max-width:720px;color:var(--hero-lead);text-shadow:var(--hero-shadow);margin:24px 0 0;font-size:clamp(19px,2vw,25px);line-height:1.42}.bodyText{max-width:650px;color:var(--body-text);font-size:18px;line-height:1.6}.actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border:1px solid var(--border);min-height:48px;color:inherit;background:var(--button-bg);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 19px;font-weight:850;text-decoration:none;transition:transform .16s,background .16s,opacity .16s;display:inline-flex}.button:hover{background:var(--button-hover);transform:translateY(-1px)}.button.primary{background:var(--primary);color:var(--primary-text);border-color:var(--primary)}.button:focus-visible,input:focus-visible,.themeOption:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.button:disabled{cursor:wait;opacity:.65;transform:none}.signalRow{color:var(--hero-lead);flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.signalRow span{border:1px solid var(--border);background:var(--chip-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 11px;display:inline-flex}.launchCard{border:1px solid var(--border);color:var(--text);background:var(--launch-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);border-radius:8px;align-self:center;gap:18px;padding:22px;display:grid}.launchCard img{aspect-ratio:1;border-radius:8px;justify-self:center;width:min(100%,230px)}.launchCard h2{font-size:27px}.launchCard p{color:var(--text-muted);margin:12px 0 0;line-height:1.52}.textLink{color:var(--gold);align-items:center;gap:8px;margin-top:18px;font-weight:850;text-decoration:none;display:inline-flex}.band{color:var(--text);background:var(--surface);border-top:1px solid var(--border)}.band__inner{width:min(1160px,100% - 40px);margin:0 auto;padding:72px 0}.statusBand{background:var(--surface-status)}.compactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.compactGrid article,.channelGrid article{border:1px solid var(--border);background:var(--card-bg);border-radius:8px;padding:22px}.compactGrid svg{color:var(--gold)}.compactGrid h2{margin-top:14px;font-size:24px}.compactGrid p,.channelGrid p{color:var(--text-muted);margin-bottom:0;line-height:1.55}.split{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:46px;display:grid}.registrationBand{background:var(--surface-registration)}.privacyNote{max-width:620px;color:var(--privacy);align-items:center;gap:9px;margin-top:24px;line-height:1.5;display:flex}.registrationForm{border:1px solid var(--input-border);background:var(--card-bg);box-shadow:var(--shadow);border-radius:8px;gap:17px;padding:24px;display:grid;position:relative}.formHeading{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:11px;margin-bottom:3px;display:grid}.formHeading svg{color:var(--accent)}.formHeading h3{margin:0 0 5px;font-size:23px}.formHeading p{color:var(--text-muted);margin:0;line-height:1.45}.field{gap:7px;display:grid}.field>span{color:var(--text);font-weight:850}.field input{border:1px solid var(--input-border);width:100%;min-height:46px;color:var(--text);background:var(--input-bg);border-radius:7px;padding:0 12px}.field input:hover{border-color:var(--accent)}.field small{color:var(--text-muted);line-height:1.4}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.formNotice{border-radius:7px;margin:0;padding:12px 13px;line-height:1.45}.formNotice.success{border:1px solid var(--success-border);color:var(--success-text);background:var(--success-bg)}.formNotice.error{border:1px solid var(--error-border);color:var(--error-text);background:var(--error-bg)}.submitButton{width:100%;margin-top:2px}.discordBand{background:var(--surface-discord)}.sectionHead{max-width:720px;margin-bottom:28px}.channelGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.discordCta{border:1px solid var(--gold);background:var(--discord-cta-bg);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:18px;display:flex}.discordCta span{font-size:20px;font-weight:850}.finalBand{background:var(--final-bg)}.finalCta{justify-content:space-between;align-items:center;gap:24px;display:flex}@media (width<=980px){.hero,.split{grid-template-columns:1fr}.launchCard{max-width:520px}.registrationForm{max-width:560px}.compactGrid,.channelGrid{grid-template-columns:1fr}.discordCta,.finalCta{flex-direction:column;align-items:flex-start}}@media (width<=520px){.hero:before{background:var(--hero-overlay-mobile), url(/silenthpw-discord-banner.jpg) center / cover no-repeat}.themeSwitcher{top:10px;right:10px}.themeOption{width:38px;padding:0}.themeOption span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero,.band__inner{width:min(100% - 28px,1160px)}.hero{padding-top:72px}.button,.actions{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
