:root {
  --bg: #0a1020; --bg-soft: rgba(17, 24, 39, 0.68); --card: rgba(13, 19, 35, 0.86); --line: rgba(255,255,255,0.08); --text: #eef3ff; --muted: #9fb0d0; --accent: #7c8cff; --accent-2: #31d0aa; --shadow: 0 22px 60px rgba(0,0,0,0.35);
}
body.light { --bg: #f4f7ff; --bg-soft: rgba(255,255,255,0.85); --card: rgba(255,255,255,0.94); --line: rgba(10,16,32,0.08); --text: #172033; --muted: #66728e; --shadow: 0 22px 60px rgba(28,35,54,0.09); }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, Arial, sans-serif; background: radial-gradient(circle at top left, rgba(124,140,255,0.15), transparent 30%), var(--bg); color: var(--text); min-height: 100%; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.6; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; position: relative; z-index: 2; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(10,16,32,0.55); border-bottom: 1px solid var(--line); }
body.light .site-header { background: rgba(255,255,255,0.7); }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand { font-size: 1.25rem; font-weight: 800; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.main-nav a { color: var(--muted); }
.main-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-chip, .theme-btn { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 999px; padding: 9px 12px; cursor: pointer; }
.lang-chip.active { color: var(--text); background: rgba(124,140,255,0.12); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; padding: 12px 18px; background: linear-gradient(135deg, var(--accent), #9a6fff); color: white; font-weight: 700; border: none; box-shadow: var(--shadow); cursor: pointer; }
.btn-secondary { background: transparent; border: 1px solid var(--line); color: var(--text); box-shadow: none; }
.btn-sm { padding: 10px 14px; border-radius: 12px; }
.btn-full { width: 100%; }
.hero { padding: 72px 0 36px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; }
.eyebrow, .panel-kicker { text-transform: uppercase; letter-spacing: .14em; color: var(--accent-2); font-size: .77rem; font-weight: 700; }
h1 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; margin: 12px 0 16px; }
h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); margin: 0 0 10px; }
h3 { margin: 0 0 10px; font-size: 1.1rem; }
.hero-sub, .lead { color: var(--muted); font-size: 1.05rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.mini-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.mini-card, .stat-box, .subcard, .package { border: 1px solid var(--line); background: var(--bg-soft); border-radius: 18px; padding: 16px; }
.card { border: 1px solid var(--line); background: var(--card); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-panel { min-height: 360px; display: flex; flex-direction: column; justify-content: center; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
.stats-tight { grid-template-columns: repeat(4, 1fr); }
.stat-box strong { display: block; font-size: 2rem; margin-bottom: 6px; }
.stat-box span, .muted { color: var(--muted); }
.section { padding: 32px 0; }
.compact-top { padding-top: 32px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-head.center { text-align: center; align-items: center; justify-content: center; flex-direction: column; }
.section-head.spread { justify-content: space-between; }
.grid-3, .feature-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card p { color: var(--muted); }
.stack { display: grid; gap: 18px; }
.small-gap { gap: 12px; }
.listing-card h3 { margin-top: 10px; }
.card-top { display: flex; justify-content: space-between; gap: 18px; }
.price-box, .price-xl { white-space: nowrap; font-weight: 800; font-size: 1.1rem; }
.price-xl { font-size: 2rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: 8px; }
.badge { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; font-size: .78rem; border: 1px solid var(--line); }
.badge-native { background: rgba(49,208,170,.12); color: #6ef0cc; }
.badge-imported { background: rgba(124,140,255,.16); color: #bec7ff; }
.badge-featured { background: rgba(255,206,86,.15); color: #ffd46a; }
.badge-urgent { background: rgba(255,114,114,.15); color: #ff9e9e; }
.badge-soft { background: rgba(255,255,255,.04); color: var(--muted); }
.listing-meta { display: flex; gap: 16px; flex-wrap: wrap; color: var(--muted); margin-top: 12px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tags span { padding: 8px 12px; border-radius: 999px; background: rgba(124,140,255,0.12); color: var(--text); }
.big-tags { margin-top: 18px; }
.grid-main-sidebar { display: grid; grid-template-columns: 320px 1fr; gap: 24px; }
.sidebar { position: sticky; top: 96px; align-self: start; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.detail-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.narrow { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.narrow-wide { width: min(900px, calc(100% - 32px)); margin: 0 auto; }
.auth-card { padding: 32px; }
.form-stack { display: grid; gap: 14px; }
.form-row-2, .form-row-3 { display: grid; gap: 14px; }
.form-row-2 { grid-template-columns: repeat(2, 1fr); }
.form-row-3 { grid-template-columns: repeat(3, 1fr); }
label { display: grid; gap: 8px; font-weight: 600; }
input, textarea, select { width: 100%; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--text); }
body.light input, body.light textarea, body.light select { background: rgba(10,16,32,0.03); }
.search-inline { display: flex; gap: 12px; }
.search-inline input { min-width: 260px; }
.flashes { padding-top: 18px; display: grid; gap: 10px; }
.flash { padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); }
.flash-success { background: rgba(49,208,170,.12); }
.flash-error { background: rgba(255,114,114,.12); }
.meta-list { display: grid; gap: 12px; }
.meta-list div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.meta-list span { color: var(--muted); }
.sticky { position: sticky; top: 96px; }
.preserve { white-space: pre-line; }
.package { display: flex; align-items: center; justify-content: space-between; }
.compare-box { padding: 12px 0; border-bottom: 1px solid var(--line); }
.table-wrap { overflow: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 10px; border-bottom: 1px solid var(--line); }
.site-footer { padding: 42px 0 52px; border-top: 1px solid var(--line); margin-top: 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.footer-title { font-weight: 700; margin-bottom: 12px; }
.footer-grid a { display: block; color: var(--muted); margin: 8px 0; }
.mt-12 { margin-top: 12px; } .mt-24 { margin-top: 24px; }
.bg-orb { position: fixed; width: 340px; height: 340px; filter: blur(80px); border-radius: 50%; z-index: 0; opacity: .28; }
.orb-1 { top: -80px; left: -80px; background: #6a77ff; }
.orb-2 { right: -60px; bottom: 10%; background: #2cc3b0; }
@media (max-width: 980px) { .hero-grid, .detail-grid, .grid-main-sidebar, .footer-grid, .grid-3, .feature-grid, .pricing-grid, .detail-grid-2, .stats-tight { grid-template-columns: 1fr; } .main-nav { display: none; } .search-inline { flex-direction: column; } }
@media (max-width: 700px) { .form-row-2, .form-row-3, .stats-grid, .mini-cards { grid-template-columns: 1fr; } .container { width: min(100% - 20px, 1180px); } .card-top { flex-direction: column; } }
