:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Inter, "Segoe UI", Arial, sans-serif; color: rgb(242 242 242); }
body { overflow-x: hidden; background: radial-gradient(circle at 18% 0%, rgb(16 16 22) 0%, rgb(5 5 8) 45%, rgb(1 1 1) 100%); }
a { color: inherit; text-decoration: none; }
#rain { position: fixed; inset: 0; pointer-events: none; z-index: 1; }
.drop { position: absolute; top: -12vh; width: 1px; background: linear-gradient(to bottom, rgb(255 255 255 / 0), rgb(255 255 255 / 0.42), rgb(255 255 255 / 0)); filter: drop-shadow(0 0 4px rgb(255 255 255 / 0.4)); animation: rain linear infinite; }
@keyframes rain { to { transform: translateY(125vh); } }
.noise { position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0.05; background-image: radial-gradient(circle, white 0.45px, transparent 0.45px); background-size: 4px 4px; }
.grid-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 30%, rgb(0 0 0 / 0.88), rgb(0 0 0 / 0.2)); }
.site { position: relative; z-index: 3; min-height: 100vh; display: flex; flex-direction: column; }
.container { width: min(1160px, 94vw); margin: 0 auto; }
.nav { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgb(255 255 255 / 0.12); background: linear-gradient(180deg, rgb(3 3 5 / 0.95), rgb(3 3 5 / 0.75)); backdrop-filter: blur(8px); }
.nav-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0.04em; text-shadow: 0 0 12px rgb(255 255 255 / 0.42); }
.brand img { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgb(255 255 255 / 0.28); }
.nav-links { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.nav-links a { font-size: 13px; padding: 10px 14px; border-radius: 8px; border: 1px solid rgb(255 255 255 / 0.1); background: linear-gradient(140deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.02)); color: rgb(238 238 238); text-shadow: 0 0 7px rgb(255 255 255 / 0.24); }
.nav-links a.active, .nav-links a:hover { border-color: rgb(255 255 255 / 0.22); box-shadow: 0 0 14px rgb(255 255 255 / 0.16); }
.hero { text-align: center; padding: 70px 0 30px; }
.kicker { display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid rgb(255 255 255 / 0.22); background: linear-gradient(140deg, rgb(255 255 255 / 0.16), rgb(255 255 255 / 0.04)); border-radius: 999px; padding: 7px 14px; text-shadow: 0 0 8px rgb(255 255 255 / 0.3); }
.hero h1 { margin: 14px 0 0; font-size: clamp(3rem, 9vw, 8rem); line-height: 0.95; letter-spacing: 0.02em; color: rgb(252 252 252); text-shadow: 0 0 18px rgb(255 255 255 / 0.62), 0 0 62px rgb(255 255 255 / 0.2); }
.hero .sub { max-width: 660px; margin: 16px auto 0; color: rgb(206 206 206); text-shadow: 0 0 8px rgb(255 255 255 / 0.25); }
.hero-cta { margin-top: 28px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn { border: 1px solid rgb(255 255 255 / 0.22); border-radius: 10px; padding: 11px 20px; font-weight: 700; letter-spacing: 0.04em; font-size: 13px; text-transform: uppercase; cursor: pointer; }
.btn.primary { background: linear-gradient(140deg, rgb(255 255 255 / 0.95), rgb(214 214 214 / 0.95)); color: rgb(6 6 8); }
.btn.ghost { background: linear-gradient(140deg, rgb(255 255 255 / 0.11), rgb(255 255 255 / 0.02)); color: rgb(236 236 236); }
.btn:hover { box-shadow: 0 0 16px rgb(255 255 255 / 0.24); }
.stats { margin-top: 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.stat { border: 1px solid rgb(255 255 255 / 0.15); border-radius: 14px; padding: 16px; background: linear-gradient(150deg, rgb(255 255 255 / 0.07), rgb(255 255 255 / 0.02)); }
.stat h3 { margin: 0; font-size: 34px; text-shadow: 0 0 9px rgb(255 255 255 / 0.35); }
.stat p { margin: 6px 0 0; color: rgb(179 179 179); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
section { padding: 42px 0; }
.section-title { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); color: rgb(246 246 246); text-shadow: 0 0 10px rgb(255 255 255 / 0.28); }
.section-sub { margin: 0 0 22px; color: rgb(186 186 186); max-width: 700px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card { border: 1px solid rgb(255 255 255 / 0.14); border-radius: 14px; padding: 20px; min-height: 180px; background: linear-gradient(145deg, rgb(255 255 255 / 0.07), rgb(255 255 255 / 0.01)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.14); }
.card h3 { margin: 0 0 10px; font-size: 1.1rem; text-shadow: 0 0 8px rgb(255 255 255 / 0.22); }
.card p { margin: 0; color: rgb(190 190 190); line-height: 1.55; }
.panel { border: 1px solid rgb(255 255 255 / 0.15); border-radius: 14px; background: linear-gradient(145deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.015)); box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.14), 0 18px 48px rgb(0 0 0 / 0.3); padding: 18px; }
.panel h2 { margin: 0 0 14px; font-size: 1.8rem; text-shadow: 0 0 8px rgb(255 255 255 / 0.28); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
label { display: flex; flex-direction: column; gap: 6px; color: rgb(216 216 216); font-size: 14px; text-shadow: 0 0 8px rgb(255 255 255 / 0.22); }
input, select, textarea { border: 1px solid rgb(255 255 255 / 0.2); background: linear-gradient(145deg, rgb(22 22 27 / 0.95), rgb(10 10 14 / 0.95)); color: rgb(245 245 245); border-radius: 10px; padding: 12px; font-size: 14px; outline: none; }
input::placeholder, textarea::placeholder { color: rgb(168 168 168); }
select option { background: rgb(18 18 22); color: rgb(245 245 245); }
input:focus, select:focus, textarea:focus { border-color: rgb(255 255 255 / 0.38); box-shadow: 0 0 0 2px rgb(255 255 255 / 0.11), 0 0 14px rgb(255 255 255 / 0.2); }
.actions, .toolbar { margin-top: 12px; display: flex; gap: 10px; flex-wrap: wrap; }
.toolbar input { flex: 1; min-width: 220px; }
table { width: 100%; border-collapse: collapse; }
.table-wrap { border: 1px solid rgb(255 255 255 / 0.16); border-radius: 11px; overflow: auto; max-height: 420px; margin-top: 10px; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid rgb(255 255 255 / 0.1); }
th { position: sticky; top: 0; background: linear-gradient(180deg, rgb(9 9 12 / 0.98), rgb(14 14 18 / 0.96)); color: rgb(248 248 248); text-shadow: 0 0 6px rgb(255 255 255 / 0.24); }
td { color: rgb(218 218 218); }
.status { margin-top: 10px; color: rgb(188 188 188); text-shadow: 0 0 6px rgb(255 255 255 / 0.2); }
.plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.plan { border: 1px solid rgb(255 255 255 / 0.14); border-radius: 14px; padding: 20px; background: linear-gradient(140deg, rgb(255 255 255 / 0.07), rgb(255 255 255 / 0.015)); }
.plan h3 { margin: 0; font-size: 1.4rem; }
.price { margin: 10px 0; font-size: 2.4rem; font-weight: 800; text-shadow: 0 0 9px rgb(255 255 255 / 0.28); }
.list { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: rgb(200 200 200); }
.list li { border-bottom: 1px solid rgb(255 255 255 / 0.08); padding-bottom: 8px; }
.module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.module { border: 1px solid rgb(255 255 255 / 0.13); border-radius: 12px; padding: 14px; min-height: 130px; background: linear-gradient(140deg, rgb(255 255 255 / 0.06), rgb(255 255 255 / 0.015)); }
.module h4 { margin: 0 0 8px; font-size: 1rem; color: rgb(242 242 242); }
.module p { margin: 0; font-size: 13px; color: rgb(181 181 181); line-height: 1.45; }
.module.viewer { border-color: rgb(255 255 255 / 0.32); box-shadow: 0 0 18px rgb(255 255 255 / 0.12); }
.footer { border-top: 1px solid rgb(255 255 255 / 0.12); margin-top: 50px; padding: 24px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: rgb(170 170 170); }
@media (max-width: 1080px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); } .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .nav-inner { height: auto; padding: 10px 0; flex-direction: column; align-items: flex-start; gap: 10px; } .hero { padding-top: 48px; } .cards, .plans, .module-grid, .grid-2, .stats { grid-template-columns: 1fr; } .hero h1 { font-size: clamp(2.6rem, 16vw, 4.2rem); } }
