:root {
  --bg: #0b0f13;
  --card: #11161d;
  --elev: #0f141a;
  --text: #e6f1ff;
  --muted: #9bb0c3;
  --border: #1b2430;
  --solana-1: #9945ff;
  --solana-2: #14f195;
  --accent: linear-gradient(135deg, var(--solana-1), var(--solana-2));
  --shadow: 0 10px 30px rgba(20, 241, 149, 0.12), 0 6px 16px rgba(153, 69, 255, 0.12);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(1000px 600px at 80% -10%, rgba(153,69,255,0.08), transparent),
              radial-gradient(800px 500px at -10% 10%, rgba(20,241,149,0.06), transparent),
              var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11,15,19,0.6);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 12px; }
.logo { width: 36px; height: 36px; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); cursor: pointer; user-select: none; }
.logo img { display: block; width: 36px; height: 36px; pointer-events: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: "Space Grotesk", Inter, sans-serif; font-size: 18px; }
.brand-text .tagline { color: var(--muted); font-size: 12px; }

.nav-actions { display: flex; gap: 10px; align-items: center; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 0 16px; border-radius: 10px; border: 1px solid var(--border);
  color: var(--text); background: var(--elev); cursor: pointer; text-decoration: none; font-weight: 600;
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--accent); border-color: transparent; color: #07110a; }
.btn-secondary { background: #121a22; }
.btn-outline { background: transparent; border-color: #2a3847; }
.btn-ghost { background: transparent; border-color: transparent; }
.btn-link { background: transparent; border: none; padding: 0 6px; height: auto; color: #7adfb0; cursor: pointer; }
.btn-lg { height: 48px; padding: 0 20px; border-radius: 12px; font-size: 16px; }

.hero { padding: 72px 0 24px; }
.headline {
  margin: 0 0 8px; font-size: 64px; letter-spacing: -1px;
  font-family: "Space Grotesk", Inter, sans-serif; line-height: 1.05;
}
.gradient { background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 12px rgba(153,69,255,.25), 0 0 20px rgba(20,241,149,.15); }
.sub { margin: 0 0 20px; color: var(--muted); font-size: 18px; }

.quick-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0 28px; }

.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.kpi-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid var(--border);
  border-radius: 14px; padding: 16px;
}
.kpi-label { color: var(--muted); font-size: 12px; }
.kpi-value { font-family: "Space Grotesk"; font-size: 24px; margin-top: 6px; }
.kpi-sub { color: var(--muted); font-size: 12px; margin-top: 4px; }

.why { padding: 36px 0 10px; }
.why h2, .details h2, .stake h2 { font-family: "Space Grotesk"; font-size: 28px; margin: 0 0 14px; }
.reasons { margin: 0; padding-left: 18px; color: #c8d6e5; }
.reasons li { margin: 8px 0; }
.reasons span { color: #e9f2ff; font-weight: 600; }

.details { padding: 10px 0 10px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.detail-item { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 14px; }
.label { color: var(--muted); font-size: 12px; margin-bottom: 4px; }
.value { font-size: 15px; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.small { font-size: 12px; }
.muted { color: var(--muted); }

.security { padding: 36px 0 10px; }
.security h2 { font-family: "Space Grotesk"; font-size: 28px; margin: 0 0 14px; }
.security-content > p { color: #c8d6e5; margin: 0 0 28px; line-height: 1.6; }
.security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 24px; }
.security-item { 
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
}
.security-item h3 { font-size: 16px; margin: 0 0 12px; color: var(--text); }
.security-item p { color: #c8d6e5; font-size: 14px; line-height: 1.5; margin: 0; }
.security-list { margin: 0; padding-left: 18px; }
.security-list li { color: #c8d6e5; font-size: 14px; line-height: 1.5; margin: 6px 0; }

.stake { padding: 24px 0 56px; }
.steps { margin: 0 0 20px; padding-left: 18px; }
.steps li { margin: 8px 0; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { border-top: 1px solid var(--border); padding: 18px 0; background: rgba(0,0,0,0.2); }
.site-footer .container { display: flex; align-items: center; justify-content: space-between; }
.foot-right { display: flex; align-items: center; gap: 12px; }
.dot { width: 4px; height: 4px; background: #3a4a5b; border-radius: 2px; display: inline-block; }

.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%);
  min-width: 220px; max-width: 90vw; padding: 12px 14px; border-radius: 12px;
  background: rgba(15, 21, 28, 0.9); color: var(--text); border: 1px solid var(--border);
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }

@media (max-width: 960px) {
  .headline { font-size: 44px; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .grid { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .headline { font-size: 34px; }
}


