:root { --bg: #050712; --bg-elevated: #0c0f1f; --bg-alt: #0f1424; --border-subtle: rgba(255, 255, 255, 0.04); --text: #f7f7ff; --muted: #a0a4c0; --accent: #5b8dff; --accent-soft: rgba(91, 141, 255, 0.16); --accent-strong: #99c2ff; --danger: #ff6b7a; --radius-lg: 18px; --radius-md: 12px; --shadow-soft: 0 26px 80px rgba(0, 0, 0, 0.7); --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif; } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; } body { min-height: 100vh; background: radial-gradient(circle at top, #202446 0, var(--bg) 55%); color: var(--text); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; } a { color: var(--accent-strong); text-decoration: none; } a:hover { text-decoration: underline; } .skip-link { position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.5rem 0.9rem; border-radius: 999px; background: #0f172a; color: #e5e7eb; text-decoration: none; border: 1px solid rgba(148, 163, 184, 0.8); transform: translateY(-150%); transition: transform 0.12s ease; z-index: 50; font-size: 0.85rem; } .skip-link:focus { transform: translateY(0); outline: none; } .container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; } .site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: linear-gradient(to bottom, rgba(3, 6, 24, 0.92), rgba(3, 6, 24, 0.88)); border-bottom: 1px solid var(--border-subtle); } .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; flex-wrap: wrap; } .header-inner .logo, .header-inner .nav, .header-inner .btn-primary { flex-shrink: 0; } .logo { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; white-space: nowrap; } .logo-image { display: block; width: 32px; height: 32px; border-radius: 10px; } .logo-image.small { width: 24px; height: 24px; } .logo-mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: radial-gradient(circle at 0 0, #9e9cff, #5b8dff); color: #050712; font-weight: 700; font-size: 18px; letter-spacing: 0.03em; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7); } .logo-mark.small { width: 24px; height: 24px; font-size: 14px; } .logo-text { font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; white-space: nowrap; } .nav { display: flex; align-items: center; gap: 10px; font-size: 14px; } .nav a { color: var(--muted); padding: 6px 9px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease; } .nav a:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); transform: translateY(-1px); } .nav a.active, [aria-current="page"] { color: var(--text); background: var(--accent-soft); } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 7px 16px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 500; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, border-color 0.15s ease; } .btn-large { padding: 10px 22px; font-size: 15px; } .btn-primary { background: linear-gradient(135deg, var(--accent), #7e9cff); color: #050712; box-shadow: 0 14px 40px rgba(37, 99, 235, 0.6); } .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 20px 60px rgba(37, 99, 235, 0.7); text-decoration: none; } .btn-ghost { border-color: rgba(255, 255, 255, 0.18); background: rgba(5, 7, 18, 0.6); color: var(--text); } .btn-ghost:hover { background: rgba(15, 23, 42, 0.9); } .hero { padding: 48px 0 32px; } .hero-inner { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr); gap: 32px; align-items: center; } .hero-copy h1 { font-size: clamp(32px, 5vw, 42px); line-height: 1.1; margin: 0 0 16px; } .hero-copy p { margin: 0 0 24px; color: var(--muted); font-size: 15px; max-width: 560px; } .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; } .hero-note { font-size: 13px; color: var(--muted); } .hero-panel { display: flex; justify-content: flex-end; } .card { background: radial-gradient(circle at top left, rgba(148, 163, 253, 0.18), transparent 55%), var(--bg-elevated); border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); padding: 22px 22px 20px; box-shadow: var(--shadow-soft); } .highlight-card { width: 100%; max-width: 420px; } .card h2, .card h3 { margin-top: 0; margin-bottom: 12px; } .card p { margin-top: 0; margin-bottom: 10px; color: var(--muted); } .partner-header { display: flex; align-items: center; gap: 16px; margin-bottom: 10px; } .partner-logo { width: 56px; height: 56px; object-fit: contain; border-radius: 12px; background: #000; } .partner-tagline { margin: 2px 0 0; font-size: 13px; color: var(--muted); } .steps-list { padding-left: 20px; margin: 0 0 16px; color: var(--muted); font-size: 14px; } .stat-row { display: flex; flex-wrap: wrap; gap: 18px; border-top: 1px solid var(--border-subtle); padding-top: 12px; margin-top: 8px; } .stat-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; } .stat-value { font-size: 14px; } .status-live { color: #4ade80; } .section { padding: 32px 0; } .section-alt { background: radial-gradient(circle at top, #111827 0, #020617 70%); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); } .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } .split { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr); gap: 28px; align-items: flex-start; } .page-hero { padding: 40px 0 20px; } .page-hero h1 { font-size: clamp(26px, 4vw, 34px); margin-bottom: 12px; } .page-hero p { margin: 0; color: var(--muted); } .narrow { max-width: 720px; } .list-check, .list-bullet { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; } .list-check li::marker { content: "✓ "; color: #4ade80; } .list-bullet li::marker { color: var(--accent-strong); } .link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; } .link-arrow::after { content: "↗"; font-size: 13px; } .site-footer { border-top: 1px solid var(--border-subtle); padding: 20px 0 26px; background: radial-gradient(circle at bottom, #111827 0, #020617 65%); margin-top: 30px; } .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; } .footer-brand { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; } .footer-brand .logo-text { font-size: 13px; } .footer-nav { display: flex; gap: 14px; font-size: 13px; flex-wrap: wrap; } .footer-nav a { color: var(--muted); white-space: nowrap; } .footer-note { flex-basis: 100%; margin: 8px 0 0; font-size: 12px; color: var(--muted); } .legal-copy h2 { margin-top: 22px; margin-bottom: 10px; } .legal-copy p { color: var(--muted); font-size: 14px; } .hub-groups { display: grid; gap: 18px; margin-top: 18px; } @media (max-width: 900px) { .hero-inner, .split, .grid-3 { grid-template-columns: minmax(0, 1fr); } .hero { padding-top: 32px; } .hero-panel { justify-content: flex-start; } } @media (max-width: 1000px) { .header-inner { gap: 12px; padding: 12px 0; } .header-inner .nav { order: 3; flex-basis: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 8px; } .site-header .btn { margin-left: auto; padding-inline: 14px; } } @media (max-width: 640px) { .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; } .footer-note { margin-top: 4px; } } :focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 2px; }