@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Russo+One&display=swap";:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:#08070f;color:#f5f4ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #100d17;--bg-soft: #16111f;--panel: rgba(24, 19, 36, .9);--panel-strong: rgba(28, 22, 43, .98);--panel-border: rgba(151, 121, 255, .18);--text: #f7f4ff;--text-muted: #cec4ef;--text-soft: #9f91c8;--accent: #7b4cff;--accent-soft: #a483ff;--accent-faint: rgba(123, 76, 255, .14);--accent-lime: #d7f45b;--success: #66d9b8;--danger: #ff7f96;--shadow: 0 28px 70px rgba(7, 4, 14, .58);--radius-lg: 10px;--radius-md: 8px;--radius-sm: 4px;--content-width: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(123,76,255,.16),transparent 28%),radial-gradient(circle at 80% 10%,rgba(170,135,255,.09),transparent 24%),linear-gradient(180deg,#100d17,#13101c 46%,#0f0c16);color:var(--text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}iframe{border:0}main{display:block}.page-shell{position:relative;overflow:clip}.page-shell:before,.page-shell:after{display:none}.container{width:min(calc(100% - 2rem),var(--content-width));margin:0 auto}.section{padding:5rem 0}.hero-section{padding-top:2.4rem;padding-bottom:4.25rem}.section-title{margin:0;font-family:Russo One,Inter,sans-serif;font-size:clamp(2rem,4vw,3.8rem);line-height:1.04;letter-spacing:-.03em;text-transform:uppercase}.section-copy{max-width:42rem;color:var(--text-muted);font-size:1.04rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-radius:0;border:1px solid var(--panel-border);background:#ffffff08;color:var(--text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.eyebrow:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-soft));box-shadow:0 0 20px #7a4dff8c}.button,.ghost-button,.small-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:3.25rem;padding:0 1.25rem;border-radius:0;border:1px solid transparent;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.button:after,.ghost-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(6px,6px);border:1px solid rgba(123,76,255,.18);background:#ffffff05;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);z-index:-1}.button{background:linear-gradient(135deg,var(--accent),#603bff);color:#fff;box-shadow:0 16px 36px #603cff42}.ghost-button,.small-button{background:#ffffff08;border-color:#ffffff14;color:var(--text)}.button--chamfer,.ghost-button--chamfer{clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.button:hover,.ghost-button:hover,.small-button:hover{transform:translateY(-1px);border-color:#b092ff59}.button:disabled,.ghost-button:disabled,.small-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.small-button{min-height:2.6rem;padding:0 1rem}.small-button--chamfer{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.card-panel{position:relative;background:var(--panel);border:1px solid var(--panel-border);border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:var(--shadow);clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}.card-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(8px,8px);border:1px solid rgba(123,76,255,.1);background:#ffffff03;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);z-index:-1}.tag{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:0;background:#7a4dff14;border:1px solid rgba(122,77,255,.18);color:var(--text-muted);font-size:.82rem;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.input,.textarea,.select{width:100%;border:1px solid rgba(151,121,255,.24);background:#0d0a15eb;color:var(--text);border-radius:0;padding:1rem;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);transition:border-color .18s ease,box-shadow .18s ease}.textarea{min-height:7rem;resize:vertical}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:#9c7dff8c;box-shadow:0 0 0 3px #7a4dff1f}.field,.checkbox-field{display:grid;gap:.55rem}.field-label{color:var(--text-muted);font-size:.94rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.checkbox-field{grid-template-columns:auto 1fr;align-items:start}.checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.15rem;height:1.15rem;margin-top:.15rem;border:1px solid rgba(151,121,255,.28);background:#0d0a15eb;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);display:grid;place-items:center}.checkbox-input:checked{background:linear-gradient(135deg,var(--accent),#603bff)}.checkbox-input:checked:after{content:"";width:.38rem;height:.38rem;background:#fff}.checkbox-copy{color:var(--text-muted);line-height:1.55}.inline-legal-link{color:var(--text);text-decoration:underline;text-underline-offset:.18rem}.muted{color:var(--text-soft)}.status-message{padding:.85rem 1rem;border-radius:0;border:1px solid rgba(176,146,255,.16);background:#7a4dff14;color:var(--text);clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.status-message.error{border-color:#ff7f963d;background:#ff7f9614}.status-message.success{border-color:#66d9b83d;background:#66d9b814}@media (max-width: 900px){.section{padding:4rem 0}.hero-section{padding-top:2rem;padding-bottom:3.5rem}}@media (max-width: 720px){.container{width:min(calc(100% - 1.25rem),var(--content-width))}.section{padding:3.5rem 0}.hero-section{padding-top:1.5rem;padding-bottom:3rem}}.site-header{position:sticky;top:0;z-index:30;padding:.8rem 0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#08070fa3;border-bottom:1px solid rgba(123,76,255,.22)}.site-header__inner,.site-header__actions,.site-nav,.site-footer__links,.hero-actions,.hero-cards-header,.content-card__meta,.table-row,.admin-intro,.section-head,.site-footer__inner{display:flex;align-items:center}.site-header__inner,.site-footer__inner,.section-head{justify-content:space-between;gap:1rem}.brand-mark{display:inline-flex;align-items:center;gap:.9rem;min-width:0;flex:0 1 18rem}.brand-mark span:last-child{display:grid}.brand-mark strong{font-size:1.05rem;letter-spacing:-.03em;font-family:Russo One,Inter,sans-serif;text-transform:uppercase}.brand-mark small{color:var(--text-soft);font-size:.75rem;line-height:1.35;max-width:13rem}.brand-mark__badge{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:0;background:linear-gradient(135deg,#7b4cff6b,#7b4cff29);border:1px solid rgba(151,121,255,.25);font-weight:700;letter-spacing:.08em;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.site-nav,.site-header__actions,.hero-actions,.hero-cards-header,.content-card__meta,.site-footer__links{gap:.65rem}.site-nav{flex:1 1 auto;justify-content:center}.site-nav a{color:var(--text-muted);padding:.45rem .72rem;border-radius:0;transition:color .18s ease,background-color .18s ease;white-space:nowrap;text-transform:uppercase;font-size:.86rem;letter-spacing:.06em}.site-nav a.active,.site-nav a:hover{color:var(--text);background:#7b4cff24;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}.site-nav__admin{border:1px solid rgba(176,146,255,.12);clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}.site-header__actions{flex:0 0 auto}.hero-grid,.split-section,.content-preview-grid,.about-grid,.form-layout,.admin-grid,.overview-grid,.admin-form-grid,.hero-cards-grid,.hero-stats,.step-grid,.content-feed{display:grid}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2rem;align-items:start}.hero-grid--summoner-inspired{align-items:stretch}.hero-copy,.hero-cards-wrap,.step-card,.content-card,.about-card,.form-card,.auth-card,.admin-block,.content-feed-card,.empty-state,.legal-layout,.auth-state{animation:float-in .48s ease both}.hero-copy{display:grid;gap:.95rem;padding:2.25rem 0 1rem}.hero-copy--editorial{align-content:start}.hero-tagline{display:inline-flex;width:fit-content;padding:.3rem 0;color:var(--accent-lime);font-size:.84rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-title{margin:0;font-family:Russo One,Inter,sans-serif;font-size:clamp(3.4rem,6.4vw,5.6rem);line-height:1.02;letter-spacing:-.03em;max-width:8ch;text-transform:uppercase}.hero-subtitle{margin:0;max-width:28rem;color:var(--text-muted);font-size:1.1rem;line-height:1.6}.hero-actions--primary{margin-top:.25rem}.text-link{display:inline-flex;align-items:center;min-height:3.25rem;color:var(--text-muted);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:.6rem}.hero-proof-grid--compact{margin-top:.9rem}.hero-proof-item,.overview-card{padding:1rem 1rem 1.1rem;border-radius:0;border:1px solid rgba(176,146,255,.12);background:linear-gradient(180deg,#ffffff09,#ffffff03),#0f0c19b8;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.hero-proof-item strong,.overview-card strong{display:block;margin-bottom:.25rem;font-size:1.55rem;letter-spacing:-.05em}.hero-proof-item span,.overview-card span{color:var(--text-soft)}.hero-cards-wrap,.manifesto-grid,.site-footer__inner,.form-card,.auth-card,.legal-layout,.admin-block{padding:1.5rem}.hero-cards-wrap{min-height:100%}.hero-stage{display:grid;gap:.9rem;padding:1.5rem;background:linear-gradient(160deg,#ffffff0b,#ffffff04),linear-gradient(180deg,#7a4dff1f,#7a4dff05),#100d1be0}.hero-visual-shell{display:grid;gap:1rem;padding:1rem;background:linear-gradient(180deg,#ffffff08,#ffffff03),#15101fe6}.hero-visual{position:relative;min-height:21rem;border:1px solid rgba(151,121,255,.18);background-color:#ffffff08;background-size:cover;background-position:center;clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);overflow:hidden}.hero-visual--placeholder{background:linear-gradient(135deg,#7b4cff1a,#7b4cff05),#ffffff03}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#12121805,#1212189e)}.hero-visual__caption{position:absolute;z-index:1;display:grid;gap:.45rem}.hero-visual__caption span{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.hero-visual__caption strong{font-family:Russo One,Inter,sans-serif;font-size:1.1rem;text-transform:uppercase}.hero-visual__caption{left:1.2rem;right:1.2rem;bottom:1.2rem}.hero-signup{display:grid;gap:1rem;padding:1.15rem;background:#0a0811f5}.hero-signup:before,.channel-card:before,.card-panel:before{pointer-events:none}.hero-signup__head{display:grid;gap:.7rem}.hero-signup__head p{margin:0;color:var(--text-muted)}.hero-stage__glow{display:none}.launch-architecture__rail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hero-stage__manifest{display:grid;gap:.8rem;padding:1.35rem;background:linear-gradient(180deg,#ffffff0d,#ffffff04),#08070f9e}.hero-stage__manifest h2{margin:0;font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.08;letter-spacing:-.05em}.hero-stage__manifest p,.launch-architecture__rail-head p,.hero-stage__point p{margin:0;color:var(--text-muted)}.hero-stage__manifest p{line-height:1.65}.hero-stage__label{display:inline-flex;align-items:center;width:fit-content;padding:.38rem .7rem;border-radius:0;background:#ffffff0a;color:var(--text-soft);font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.hero-stage__stack{display:grid;gap:.85rem}.hero-stage__stack--clean{margin-top:.15rem}.idea-card{display:grid;gap:.7rem;padding:1.2rem;background:linear-gradient(180deg,#ffffff09,#ffffff03),#0c0a14b8;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.idea-card--layer-1,.idea-card--layer-2,.idea-card--layer-3{transform:none}.idea-card__index{color:var(--accent-soft);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.idea-card--plain{grid-template-columns:auto 1fr;align-items:start;gap:.9rem}.idea-card--plain h2{margin:0 0 .45rem}.idea-card--plain p{line-height:1.55}.hero-stage__footer{display:grid;grid-template-columns:1fr;gap:.75rem}.hero-stage__footer--minimal{margin-top:.15rem;gap:.6rem}.hero-stage__point{display:grid;grid-template-columns:auto 1fr;gap:.6rem;flex:1;padding:1rem;border-radius:0;border:1px solid rgba(176,146,255,.1);background:#ffffff05;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.hero-stage__line{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.65rem;margin:0;color:var(--text-muted)}.hero-stage__dot{width:.62rem;height:.62rem;margin-top:.3rem;border-radius:0;background:linear-gradient(135deg,var(--accent),var(--accent-soft));box-shadow:0 0 20px #7a4dff6b;clip-path:polygon(2px 0,100% 0,100% calc(100% - 2px),calc(100% - 2px) 100%,0 100%,0 2px)}.hero-cards-grid,.step-grid,.content-preview-grid,.about-grid,.overview-grid,.content-feed,.admin-grid,.admin-form-grid{gap:1rem}.hero-cards-grid,.step-grid,.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.idea-card,.step-card,.overview-card,.about-card,.content-card,.content-feed-card,.table-row,.language-editor{border:1px solid rgba(176,146,255,.12);border-radius:0;background:#ffffff05;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.idea-card,.step-card,.about-card,.content-card,.language-editor{padding:1.2rem}.idea-card h2,.step-card h3,.content-card h3,.about-card h2,.content-feed-card h2{margin:0 0 .75rem;font-size:1.15rem}.idea-card p,.step-card p,.content-card p,.about-card p,.content-feed-card p,.table-row p,.empty-state p,.site-footer__inner p{margin:0;color:var(--text-muted)}.step-index{display:inline-block;margin-bottom:1rem;color:var(--accent-soft);font-weight:700;letter-spacing:.12em}.split-section,.manifesto-grid,.form-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.launch-architecture{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:1.6rem;align-items:start}.launch-architecture__intro{display:grid;gap:1rem;padding-top:.4rem}.launch-architecture__rail{display:grid;gap:1rem;padding:1.45rem;background:linear-gradient(180deg,#ffffff0a,#ffffff04),#0f0c18d6}.launch-architecture__rail-head{align-items:start;flex-direction:column}.launch-architecture__rail-head h3{margin:0;font-size:1.45rem;letter-spacing:-.04em}.manifesto-list,.legal-list{margin:1.25rem 0 0;padding-left:1.2rem;color:var(--text-muted)}.manifesto-grid--refined{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:1.5rem;background:linear-gradient(180deg,#7a4dff14,#ffffff04),#0f0c18db}.manifesto-grid__lead,.manifesto-grid__body{display:grid;gap:1rem}.manifesto-statement{margin:0;max-width:42rem;color:var(--text);font-size:clamp(1.24rem,2vw,1.7rem);line-height:1.4;letter-spacing:-.035em}.about-showcase{align-items:start}.about-showcase__visual-wrap{display:grid;gap:1rem}.about-showcase__visual,.about-page-hero__visual{min-height:18rem;border:1px solid rgba(151,121,255,.18);background-size:cover;background-position:center;clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px)}.about-showcase__visual--placeholder,.about-page-hero__visual--placeholder{background:linear-gradient(135deg,#7b4cff1a,#7b4cff05),#ffffff03}.about-grid--tight,.about-grid--page{grid-template-columns:repeat(3,minmax(0,1fr))}.about-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:1.25rem;margin-bottom:1rem}.about-page-hero__copy{display:grid;gap:1rem}.about-page-hero__kicker{margin:0;color:var(--accent-lime);font-size:1.04rem;line-height:1.5}.content-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-card{display:grid;gap:.9rem}.content-card__cover{min-height:6rem;border-radius:0;background:linear-gradient(135deg,#7a4dff47,#7a4dff05),linear-gradient(90deg,rgba(255,255,255,.06),transparent 60%);border:1px solid rgba(176,146,255,.12);clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.content-card--accent{background:linear-gradient(180deg,#7a4dff29,#7a4dff0a),#ffffff05}.content-preview-grid--editorial{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.08fr);align-items:stretch}.content-card--cta{align-content:start;padding:1.5rem}.content-card--cta p{line-height:1.6}.application-form{display:grid;gap:1rem}.application-form--compact .textarea{min-height:6rem}.channel-card{position:relative;gap:1rem;overflow:hidden}.channel-card:before{display:none}.channel-card__hero{position:relative;min-height:7.75rem;padding:1.1rem;border-radius:0;border:1px solid rgba(255,255,255,.08);background:#ffffff05;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}.channel-card__hero--image{overflow:hidden}.channel-card__image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:saturate(.95)}.channel-card__hero--image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d1224,#0d0d12b3);z-index:0}.channel-card__hero:after{display:none}.channel-card__icon-wrap{display:flex;align-items:center;gap:.9rem;position:relative;z-index:1}.channel-card__icon{display:grid;place-items:center;width:3.6rem;height:3.6rem;border-radius:0;color:#fff;box-shadow:inset 0 1px #ffffff26;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.channel-card__icon--overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.channel-card__icon svg{width:1.8rem;height:1.8rem}.channel-card__platform,.channel-card__handle{margin:0}.channel-card__platform{font-size:1.05rem;font-weight:600;letter-spacing:-.03em}.channel-card__handle{margin-top:.22rem;color:var(--text-soft);font-size:.92rem}.channel-card__link{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.78rem 1rem;border-radius:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:background-color .18s ease,border-color .18s ease,transform .18s ease;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.channel-card__link:hover{transform:translateY(-1px);background:#ffffff14}.channel-card--youtube .channel-card__hero{background:linear-gradient(135deg,#ff545429,#ffffff05)}.channel-card--youtube .channel-card__hero:after{background:#ff5454cc}.channel-card--youtube .channel-card__icon{background:linear-gradient(135deg,#ff4d4d,#b01414)}.channel-card--tiktok .channel-card__hero{background:linear-gradient(135deg,#25f4ee1f,#fe2c551f)}.channel-card--tiktok .channel-card__hero:after{background:linear-gradient(135deg,#25f4eee6,#fe2c55e6)}.channel-card--tiktok .channel-card__icon{background:linear-gradient(135deg,#25f4ee,#fe2c55 60%,#111)}.channel-card--telegram .channel-card__hero{background:linear-gradient(135deg,#51a8ff2e,#ffffff05)}.channel-card--telegram .channel-card__hero:after{background:#51a8ffd1}.channel-card--telegram .channel-card__icon{background:linear-gradient(135deg,#54a9ff,#1d6fe0)}.section-head--stacked{align-items:start;margin-bottom:1rem}.page-intro{display:grid;gap:1rem;margin-bottom:1.5rem}.content-feed-card{overflow:hidden}.content-feed-card__media{min-height:20rem;background:#ffffff05}.content-feed-card__media iframe,.content-placeholder{width:100%;min-height:20rem}.content-placeholder{display:grid;place-items:center;gap:.8rem;padding:1.5rem;text-align:center}.content-feed-card__body{display:grid;gap:.9rem;padding:1.25rem}.empty-state,.auth-state,.legal-layout{text-align:left}.empty-state{display:grid;gap:1rem}.form-layout,.narrow-layout{align-items:start}.form-card,.auth-card{display:grid;gap:1rem}.narrow-layout{max-width:38rem}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-block--full{grid-column:1 / -1}.overview-grid{margin-top:1rem}.table-list{display:grid;gap:.75rem;margin-top:1rem}.table-row{justify-content:space-between;gap:1rem;padding:1rem}.table-row--stacked{align-items:center}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.language-editor{display:grid;gap:.9rem;padding:1rem}.language-editor h3,.admin-block h2,.empty-state h2,.auth-card h1,.legal-layout h1{margin:0}.auth-checkbox{margin-top:.5rem}.legal-paragraph{margin:0}.site-footer{padding:0 0 2rem}.site-footer__inner{margin-top:2rem;background:linear-gradient(180deg,#ffffff08,#ffffff03),#0f0c18e6}.page-intro--panel{padding:1.5rem;margin-bottom:1.25rem}@media (max-width: 1080px){.hero-grid,.launch-architecture,.split-section,.manifesto-grid,.form-layout,.content-preview-grid,.admin-grid,.admin-form-grid,.hero-cards-grid,.step-grid,.overview-grid,.manifesto-grid--refined,.content-preview-grid--editorial,.about-page-hero,.about-grid--tight,.about-grid--page{grid-template-columns:1fr}}@media (max-width: 900px){.site-header__inner,.site-nav,.site-header__actions,.site-footer__inner{flex-wrap:wrap}.site-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.hero-proof-grid,.hero-stage__footer{grid-template-columns:1fr}}@media (max-width: 720px){.hero-title{font-size:clamp(2.45rem,12vw,3.8rem)}.hero-stage,.hero-visual-shell,.launch-architecture__rail,.content-card--cta{padding:1.1rem}.hero-stage__topline,.launch-architecture__rail-head,.section-head--stacked,.hero-actions--stack-mobile{flex-direction:column;align-items:start}.idea-card,.idea-card--layer-1,.idea-card--layer-2,.idea-card--layer-3{transform:none}.hero-copy,.hero-cards-wrap,.manifesto-grid,.site-footer__inner,.form-card,.auth-card,.legal-layout,.admin-block{padding:1.1rem}.table-row{align-items:start;flex-direction:column}}
