:root{
 --bg:#070814; --bg2:#11132e; --card:rgba(255,255,255,.08); --border:rgba(255,255,255,.12);
 --text:#f6f6fb; --muted:#c7cdeb; --v:var(--violet); --b:var(--blue); --p:var(--pink); --c:var(--cyan); --g:#ffd166;
 --radius:30px; --body-font:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}
html,body{margin:0;font-family:var(--body-font);background:
radial-gradient(60vw 50vh at 10% 10%, rgba(139,92,246,.28), transparent 60%),
radial-gradient(50vw 40vh at 90% 20%, rgba(76,201,240,.18), transparent 55%),
radial-gradient(45vw 35vh at 70% 80%, rgba(244,114,182,.18), transparent 55%),
linear-gradient(180deg,#060711,#0b0d1f 60%,#060711);color:var(--text);font-size:19px;line-height:1.75}
body.light-mode{background:linear-gradient(180deg,#ffffff,#f4f7ff 64%,#eef2ff);color:#14182a}
body.light-mode .card,body.light-mode .glass-bar,body.light-mode .site-footer,body.light-mode .chip,body.light-mode .widget-card,body.light-mode .page-hero,body.light-mode .glass-panel,body.light-mode .stat,body.light-mode .post-card,body.light-mode .mission-step,body.light-mode textarea,body.light-mode .accent-card,body.light-mode .event-card{background:rgba(22,24,42,.05);border-color:rgba(22,24,42,.10)}
body.light-mode p,body.light-mode .lead,body.light-mode .eyebrow,body.light-mode .footer-copy,body.light-mode .chip,body.light-mode .small-upper,body.light-mode .small,body.light-mode .widget-card p,body.light-mode .post-card p,body.light-mode .event-card p,body.light-mode .mission-step p{color:#57607f}
body.light-mode .menu a,body.light-mode .quick-nav a,body.light-mode .bottom-nav .menu a,body.light-mode .top-nav .menu a,body.light-mode .button.ghost,body.light-mode .button.soft,body.light-mode .button.light-ghost,body.light-mode .theme-toggle,body.light-mode .user-chip{color:#14182a;border-color:rgba(22,24,42,.14);background:rgba(22,24,42,.05)}
body.light-mode .button.primary{color:#071019}
body.light-mode .white-word,body.light-mode .page-hero h1,body.light-mode .hero-showcase h1,body.light-mode .page-hero h2,body.light-mode .hero-showcase h2,body.light-mode .glass-panel h2,body.light-mode .widget-card h2,body.light-mode .widget-card h3,body.light-mode .post-card h3,body.light-mode .event-card h3,body.light-mode .mission-step h3,body.light-mode .footer-copy strong{color:#14182a;-webkit-text-fill-color:#14182a}
body.light-mode .stat-label{color:#5d6788}
body.light-mode textarea{color:#14182a}
.container{max-width:1380px;margin:0 auto;padding:0 18px}
a{text-decoration:none;color:inherit}
.site-main{padding-bottom:32px}
.app-shell{min-height:100vh}
.glass-bar{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:rgba(8,10,24,.78);border-bottom:1px solid rgba(255,255,255,.06)}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.04);color:var(--text);font-size:18px;cursor:pointer}
.user-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.04);color:var(--text);font-size:14px}.user-chip img,.user-chip .avatar-fallback{width:28px;height:28px;border-radius:50%;display:block}.user-chip .avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--p),var(--v),var(--b),var(--c));color:#06101e;font-weight:800}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:12px;flex-wrap:wrap}
.brand-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.site-brand{text-decoration:none;font-size:34px;font-weight:900;letter-spacing:-.01em}
.gradient-text,.gradient-word,.site-brand{background:linear-gradient(90deg,var(--p),var(--v),var(--b),var(--c));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.04);font-size:13px;color:var(--muted)}
.inline-chip{padding:7px 11px;font-size:12px;margin-right:6px;margin-top:10px}
.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.menu{list-style:none;padding:0;margin:0;display:flex;gap:10px;flex-wrap:wrap}.menu a,.quick-nav a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.04);color:var(--text);font-size:14px}
.quick-nav{display:flex;gap:10px;overflow:auto;padding:2px 0 8px;margin:16px 0}
.card,.glass-panel,.page-hero,.post-card,.mission-step,.stat-card,.event-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 18px 40px rgba(0,0,0,.25)}
.card,.glass-panel,.page-hero,.widget-card,.post-card,.event-card,.mission-step{background:
linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.04)),
radial-gradient(420px 140px at 0% 0%, rgba(244,114,182,.08), transparent 60%),
radial-gradient(420px 140px at 100% 0%, rgba(76,201,240,.06), transparent 60%)}
.page-hero,.hero-showcase,.glass-panel{padding:24px}
.hero-showcase{margin-top:18px}
.eyebrow,.small-upper{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:13px;margin:0 0 10px}
.page-hero h1,.hero-showcase h1{font-size:clamp(38px,5.6vw,62px);line-height:1.04;margin:0 0 12px;font-weight:900;letter-spacing:-.03em;color:var(--text);-webkit-text-fill-color:var(--text);background:none}
.page-hero h2,.hero-showcase h2,.glass-panel h2,.widget-card h2{font-size:clamp(28px,3.4vw,38px);line-height:1.08;margin:0 0 12px;font-weight:850;letter-spacing:-.02em}
.widget-card h3,.post-card h3,.event-card h3,.mission-step h3{font-size:clamp(22px,2.4vw,30px);line-height:1.15;margin:0 0 10px;font-weight:850;letter-spacing:-.02em}
.lead{font-size:clamp(17px,1.8vw,21px);line-height:1.72;color:var(--muted);max-width:980px;margin:0}
.page-hero h1 .gradient-word,.hero-showcase h1 .gradient-word,.widget-card h3 .gradient-word,.post-card h3 .gradient-word,.event-card h3 .gradient-word{background:linear-gradient(90deg,var(--p),var(--v),var(--b),var(--c));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.page-hero h1 .white-word,.hero-showcase h1 .white-word{color:var(--text);-webkit-text-fill-color:var(--text)}
.widget-card h3,.post-card h3,.event-card h3,.mission-step h3{color:var(--text)}
.hero-showcase .lead{max-width:840px}
.page-section{margin-top:22px}

.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.button-row.compact{margin-top:12px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:22px;font-weight:850;font-size:16px;border:1px solid transparent;min-height:52px}
.button.primary{background:linear-gradient(90deg,var(--p),var(--v),var(--b),var(--c));color:#06101e;box-shadow:0 10px 26px rgba(139,92,246,.26)}
.button.ghost{background:rgba(255,255,255,.04);border-color:var(--border);color:var(--text)}
.button.soft{background:linear-gradient(90deg,rgba(255,209,102,.16),rgba(244,114,182,.12));border-color:rgba(255,209,102,.18);color:var(--text)}
.button.light-ghost{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18);color:#fff}
.feature-grid,.widget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.widget-card{padding:20px;overflow:hidden}.widget-card.accent-card{position:relative}.gradient-pink-blue{background:linear-gradient(90deg,#69d8ff,#8c91ff,#ff7bb7);color:#0a1020}
.gradient-pink-blue h3,.gradient-pink-blue p{color:#08101e}.gradient-pink-blue .button{border-color:rgba(8,16,30,.12);color:#08101e;background:rgba(255,255,255,.18)}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}.stat-card{padding:22px;background:rgba(255,255,255,.05)}
.stat-num{display:block;font-size:clamp(34px,4vw,48px);font-weight:900;line-height:1;background:linear-gradient(90deg,var(--p),var(--v),var(--b));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}
.stat-label{display:block;color:var(--muted);font-size:16px;line-height:1.45}
.post-card,.event-card{padding:24px;margin-bottom:14px}.mission-step{padding:20px;margin-bottom:14px;font-size:17px;line-height:1.7}
.chips-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.hr-line{height:1px;background:rgba(255,255,255,.1);margin:26px 0}
.footer-copy{color:var(--muted);font-size:14px;line-height:1.6}.site-footer{padding:28px 0 40px;border-top:1px solid rgba(255,255,255,.08);margin-top:30px;background:rgba(255,255,255,.02)}
.i360-widget .widget-title{font-size:20px;margin:0 0 10px}.i360-widget p{margin:0;color:var(--muted)}
textarea{width:100%;min-height:160px;padding:18px 16px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:var(--text);font:inherit;font-size:17px}
@media (max-width:1100px){.feature-grid,.widget-grid,.stats-grid,.feature-grid.two{grid-template-columns:1fr 1fr}}
@media (max-width:760px){html,body{font-size:18px}.feature-grid,.widget-grid,.stats-grid,.feature-grid.two{grid-template-columns:1fr}.page-hero h1,.hero-showcase h1{font-size:46px}.page-hero h2,.hero-showcase h2,.glass-panel h2{font-size:30px}.widget-card h3,.post-card h3,.event-card h3,.mission-step h3{font-size:24px}.button{font-size:15px;padding:14px 18px}.site-brand{font-size:28px}.stats-grid{gap:12px}}
