@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');

:root {
  --bg:        #070910;
  --bg2:       #0b0d14;
  --bg3:       #0f1119;
  --surface:   #111420;
  --surface2:  #161928;
  --border:    rgba(255,255,255,0.06);
  --border2:   rgba(255,255,255,0.11);
  --accent:    #6366f1;
  --accent2:   #818cf8;
  --accent3:   #a5b4fc;
  --glow:      rgba(99,102,241,0.30);
  --glow2:     rgba(99,102,241,0.12);
  --text:      #ffffff;
  --text2:     #ffffff;
  --text3:     #ffffff;
  --green:     #34d399;
  --red:       #f87171;
  --orange:    #fb923c;
  --radius:    18px;
  --shadow:    0 8px 48px rgba(0,0,0,0.55);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── FORCE ALL TEXT TO W300 + WHITE ──────────────────────────── */
* { font-weight: 300 !important; color: #ffffff !important; }

/* ── NAV ──────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 68px;
  background: rgba(7,9,16,0.70);
  backdrop-filter: blur(28px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: border-color .4s;
}
.nav.scrolled { border-bottom-color: var(--border); }
.nav-logo { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.nav-logo .logo-icon {
  width: 38px; height: 38px; border-radius: 11px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 0 20px var(--glow);
}
.nav-logo span { font-weight: 300; font-size: 1.15rem; color: var(--text); letter-spacing: -.01em; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; }
.nav-links a {
  color: var(--text2); text-decoration: none;
  font-size: .875rem; font-weight: 300;
  transition: color .2s; letter-spacing: .01em;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff; padding: .5rem 1.4rem; border-radius: 9px;
  font-weight: 300; font-size: .85rem; text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 0 0 0 0 var(--glow);
  letter-spacing: .01em;
}
.nav-cta:hover { box-shadow: 0 0 28px var(--glow); transform: translateY(-1px); }


/* ── HERO ─────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 160px 2.5rem 120px;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(99,102,241,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 90%, rgba(129,140,248,0.09) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 10% 70%, rgba(165,180,252,0.07) 0%, transparent 60%),
    var(--bg);
}

.hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 0%, transparent 100%);
}

.hero-circles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.c-ring {
  position: absolute; border-radius: 50%; top: 50%; left: 50%;
  border: 1px solid rgba(99,102,241,0.13);
  animation: ringPulse linear infinite;
}
.c-ring:nth-child(1) { width: 400px; height: 400px; margin: -200px 0 0 -200px; animation-duration: 18s; border-color: rgba(99,102,241,0.18); }
.c-ring:nth-child(2) { width: 650px; height: 650px; margin: -325px 0 0 -325px; animation-duration: 26s; animation-direction: reverse; }
.c-ring:nth-child(3) { width: 920px; height: 920px; margin: -460px 0 0 -460px; animation-duration: 36s; border-color: rgba(99,102,241,0.07); }
.c-ring:nth-child(4) { width: 1200px; height: 1200px; margin: -600px 0 0 -600px; animation-duration: 50s; animation-direction: reverse; border-color: rgba(99,102,241,0.04); }

.c-blob {
  position: absolute; border-radius: 50%; border: none;
  animation: blobDrift ease-in-out infinite;
}
.c-blob:nth-child(5) { width: 240px; height: 240px; top: 18%; left: 12%; background: radial-gradient(circle, rgba(99,102,241,0.14), transparent 70%); animation-duration: 14s; }
.c-blob:nth-child(6) { width: 320px; height: 320px; top: 55%; right: 8%; background: radial-gradient(circle, rgba(129,140,248,0.10), transparent 70%); animation-duration: 19s; animation-delay: -7s; }
.c-blob:nth-child(7) { width: 160px; height: 160px; top: 75%; left: 30%; background: radial-gradient(circle, rgba(165,180,252,0.08), transparent 70%); animation-duration: 11s; animation-delay: -3s; }

.c-dot {
  position: absolute; border-radius: 50%;
  background: var(--accent); opacity: 0;
  animation: dotPop ease-in-out infinite;
}
.c-dot:nth-child(8)  { width: 5px; height: 5px; top: 28%; left: 22%; animation-duration: 4s; animation-delay: 0s; }
.c-dot:nth-child(9)  { width: 4px; height: 4px; top: 40%; right: 25%; background: var(--accent2); animation-duration: 5s; animation-delay: -1.5s; }
.c-dot:nth-child(10) { width: 6px; height: 6px; top: 65%; left: 18%; background: var(--accent3); animation-duration: 6s; animation-delay: -3s; }
.c-dot:nth-child(11) { width: 4px; height: 4px; top: 22%; right: 18%; animation-duration: 4.5s; animation-delay: -2s; }

@keyframes ringPulse {
  0%   { transform: rotate(0deg) scale(1); opacity: 1; }
  50%  { transform: rotate(180deg) scale(1.03); opacity: 0.7; }
  100% { transform: rotate(360deg) scale(1); opacity: 1; }
}
@keyframes blobDrift {
  0%,100% { transform: translate(0,0) scale(1); }
  33%     { transform: translate(25px,-35px) scale(1.06); }
  66%     { transform: translate(-18px,22px) scale(0.96); }
}
@keyframes dotPop {
  0%,100% { opacity: 0; transform: scale(0.5); }
  50%     { opacity: 0.8; transform: scale(1.2); }
}

.hero > *:not(.hero-bg):not(.hero-grid):not(.hero-circles) { position: relative; z-index: 2; }


/* ── HERO CONTENT ─────────────────────────────────────────────── */
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(99,102,241,0.10);
  border: 1px solid rgba(99,102,241,0.28);
  color: var(--accent3); padding: .38rem 1.1rem;
  border-radius: 100px; font-size: .76rem; font-weight: 300;
  margin-bottom: 2rem; letter-spacing: .08em; text-transform: uppercase;
  animation: fadeSlideUp .7s ease both;
}
.hero h1 {
  font-weight: 300;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  line-height: 1.04; letter-spacing: -.035em;
  margin-bottom: 1.5rem; color: var(--text);
  animation: fadeSlideUp .7s .1s ease both;
}
.hero h1 span {
  background: linear-gradient(135deg, #818cf8 0%, #a5b4fc 50%, #c7d2fe 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero p {
  font-size: 1.1rem; font-weight: 300; color: var(--text2);
  max-width: 560px; margin: 0 auto 2.8rem; line-height: 1.8;
  animation: fadeSlideUp .7s .2s ease both;
}
.hero-actions {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeSlideUp .7s .3s ease both;
}

/* ── ENTRY ANIMATIONS ─────────────────────────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.anim-fade-up   { animation: fadeSlideUp .7s ease both; }
.anim-fade-up-2 { animation: fadeSlideUp .7s .12s ease both; }
.anim-fade-up-3 { animation: fadeSlideUp .7s .24s ease both; }

/* ── BUTTONS ──────────────────────────────────────────────────── */
.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 100%);
  color: #fff; border: none; padding: .9rem 2.4rem; border-radius: 11px;
  font-size: .97rem; font-weight: 300; cursor: pointer;
  text-decoration: none; font-family: 'Nunito', sans-serif;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 4px 24px var(--glow2);
  display: inline-block; letter-spacing: .01em;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 36px var(--glow); }

.btn-secondary {
  background: rgba(255,255,255,0.03);
  color: var(--text2); border: 1px solid var(--border2);
  padding: .9rem 2.4rem; border-radius: 11px;
  font-size: .97rem; font-weight: 300; cursor: pointer;
  text-decoration: none; font-family: 'Nunito', sans-serif;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-block;
}
.btn-secondary:hover { background: var(--surface); color: var(--text); border-color: var(--border2); }

/* ── STATS BAR ────────────────────────────────────────────────── */
.stats-bar {
  display: flex; justify-content: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
}
.stat-item {
  flex: 1; max-width: 220px; text-align: center;
  padding: 2rem 1rem; border-right: 1px solid var(--border);
  transition: background .2s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: var(--surface); }
.stat-num {
  font-weight: 300; font-size: 2rem; letter-spacing: -.03em;
  background: linear-gradient(135deg, var(--accent2), var(--accent3));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: .72rem; font-weight: 300; color: var(--text3); margin-top: .35rem; letter-spacing: .06em; text-transform: uppercase; }


/* ── SECTIONS ─────────────────────────────────────────────────── */
.section { padding: 110px 2.5rem; max-width: 1300px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4.5rem; }
.section-header h2 {
  font-weight: 300; font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  letter-spacing: -.03em; margin-bottom: .8rem; color: var(--text);
}
.section-header p { color: var(--text2); font-size: .97rem; font-weight: 300; max-width: 440px; margin: 0 auto; line-height: 1.75; }

/* ── PLUGIN GRID ──────────────────────────────────────────────── */
.plugins-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 1.6rem; }
.plugin-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: var(--text);
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .35s;
  display: flex; flex-direction: column; position: relative;
}
.plugin-card::after {
  content: ''; position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(99,102,241,0.06), transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.plugin-card:hover { transform: translateY(-10px); border-color: rgba(99,102,241,0.30); box-shadow: 0 30px 70px rgba(0,0,0,0.45), 0 0 50px rgba(99,102,241,0.09); }
.plugin-card:hover::after { opacity: 1; }
.plugin-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--bg3); }
.plugin-card-img-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bg3) 0%, #0a0c16 100%);
  display: flex; align-items: center; justify-content: center; font-size: 3rem;
}
.plugin-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.plugin-card-tag {
  display: inline-block; font-size: .68rem; font-weight: 300;
  text-transform: uppercase; letter-spacing: .09em;
  background: rgba(99,102,241,0.12); color: var(--accent3);
  padding: .2rem .7rem; border-radius: 5px; margin-bottom: .85rem;
}
.plugin-card h3 { font-weight: 300; font-size: 1.1rem; margin-bottom: .5rem; letter-spacing: -.015em; line-height: 1.3; }
.plugin-card p { font-size: .86rem; font-weight: 300; color: var(--text2); line-height: 1.7; flex: 1; margin-bottom: 1.3rem; }
.plugin-card-footer { display: flex; align-items: center; justify-content: space-between; }
.plugin-price { font-weight: 300; font-size: 1.5rem; color: var(--accent2); letter-spacing: -.025em; }
.plugin-price.free { color: var(--green); }
.plugin-card-cta {
  background: rgba(99,102,241,0.12); color: var(--accent3);
  border: 1px solid rgba(99,102,241,0.22);
  padding: .42rem 1.1rem; border-radius: 8px; font-size: .8rem; font-weight: 300;
  transition: background .2s, box-shadow .2s, color .2s; font-family: 'Nunito', sans-serif; cursor: pointer;
}
.plugin-card-cta:hover { background: var(--accent); color: #fff; box-shadow: 0 4px 18px var(--glow); border-color: transparent; }

/* ── EMPTY STATE ──────────────────────────────────────────────── */
.empty-state { text-align: center; padding: 5rem 2rem; }
.empty-state .icon { font-size: 3.5rem; margin-bottom: 1.2rem; }
.empty-state h3 { font-weight: 300; font-size: 1.3rem; margin-bottom: .6rem; }
.empty-state p { color: var(--text2); font-weight: 300; font-size: .92rem; }


/* ── FEATURE CARDS ────────────────────────────────────────────── */
.feature-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.8rem;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.feature-card:hover { border-color: rgba(99,102,241,0.25); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(99,102,241,0.12); border: 1px solid rgba(99,102,241,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.2rem;
}
.feature-card h3 { font-weight: 300; font-size: 1rem; margin-bottom: .5rem; letter-spacing: -.01em; }
.feature-card p { color: var(--text2); font-size: .87rem; font-weight: 300; line-height: 1.7; }

/* ── CUSTOM CTA SECTION ───────────────────────────────────────── */
.cta-section {
  border-top: 1px solid var(--border);
  position: relative; overflow: hidden;
  padding: 100px 2.5rem;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(99,102,241,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { max-width: 680px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.cta-inner h2 { font-weight: 300; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.03em; margin-bottom: .9rem; }
.cta-inner p { color: var(--text2); font-size: 1rem; font-weight: 300; line-height: 1.8; margin-bottom: 2.5rem; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-price-pill {
  display: inline-block;
  background: rgba(99,102,241,0.12); border: 1px solid rgba(99,102,241,0.28);
  color: var(--accent3); padding: .25rem .9rem; border-radius: 100px;
  font-size: .82rem; font-weight: 300; margin-bottom: 2rem; letter-spacing: .03em;
}

/* ── FOOTER ───────────────────────────────────────────────────── */
footer {
  border-top: 1px solid var(--border);
  background: var(--bg2); padding: 3.5rem 2.5rem;
  text-align: center;
}
.footer-logo { font-weight: 300; font-size: 1.1rem; margin-bottom: .8rem; letter-spacing: -.01em; }
footer p { color: var(--text3); font-size: .83rem; font-weight: 300; line-height: 1.7; }
footer p a { color: var(--text2); text-decoration: none; transition: color .2s; }
footer p a:hover { color: var(--accent3); }
.footer-links { display: flex; gap: 2rem; justify-content: center; margin: 1.2rem 0; }
.footer-links a { color: var(--text3); text-decoration: none; font-size: .83rem; font-weight: 300; transition: color .2s; }
.footer-links a:hover { color: var(--text); }

/* ── TOAST ────────────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
  background: var(--surface2); border: 1px solid var(--border2);
  color: var(--text); padding: .9rem 1.5rem; border-radius: 12px;
  font-size: .9rem; font-weight: 300;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  transform: translateY(20px); opacity: 0;
  transition: transform .3s, opacity .3s;
  pointer-events: none;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { border-color: rgba(52,211,153,0.35); color: var(--green); }
.toast.error { border-color: rgba(248,113,113,0.35); color: var(--red); }

/* ── DETAIL / PLUGIN PAGE ─────────────────────────────────────── */
.detail-breadcrumb { font-size: .82rem; font-weight: 300; color: var(--text3); margin-bottom: 2rem; }
.detail-breadcrumb a { color: var(--text2); text-decoration: none; transition: color .2s; }
.detail-breadcrumb a:hover { color: var(--accent3); }

/* ── FORMS ────────────────────────────────────────────────────── */
.form-group { margin-bottom: 1.3rem; }
.form-group label { display: block; font-size: .82rem; font-weight: 300; color: var(--text2); margin-bottom: .5rem; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; background: var(--bg3); border: 1px solid var(--border2);
  color: var(--text); border-radius: 10px; padding: .75rem 1rem;
  font-family: 'Nunito', sans-serif; font-size: .92rem; font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(99,102,241,0.5);
  box-shadow: 0 0 0 3px rgba(99,102,241,0.10);
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: rgba(255,255,255,0.45);
}
.form-group textarea { resize: vertical; min-height: 120px; }


/* ── ADMIN LAYOUT ─────────────────────────────────────────────── */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 240px; flex-shrink: 0;
  background: var(--bg2); border-right: 1px solid var(--border);
  display: flex; flex-direction: column; position: fixed;
  top: 0; left: 0; bottom: 0; z-index: 100; padding: 1.5rem 0;
}
.sidebar-logo {
  display: flex; align-items: center; gap: .7rem;
  padding: 0 1.3rem 1.5rem; border-bottom: 1px solid var(--border);
  margin-bottom: 1rem; text-decoration: none;
}
.sidebar-logo .logo-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.sidebar-logo span { font-weight: 300; font-size: 1rem; color: var(--text); }
.sidebar-nav { flex: 1; padding: 0 .8rem; }
.sidebar-nav a {
  display: flex; align-items: center; gap: .8rem;
  padding: .65rem .8rem; border-radius: 9px;
  color: var(--text2); text-decoration: none; font-size: .875rem; font-weight: 300;
  transition: background .2s, color .2s; margin-bottom: .2rem;
}
.sidebar-nav a:hover { background: var(--surface); color: var(--text); }
.sidebar-nav a.active { background: rgba(99,102,241,0.12); color: var(--accent3); font-weight: 300; }
.sidebar-footer { padding: 1rem 1.3rem 0; border-top: 1px solid var(--border); margin-top: auto; }
.sidebar-footer a { color: var(--text3); font-size: .8rem; font-weight: 300; text-decoration: none; transition: color .2s; }
.sidebar-footer a:hover { color: var(--red); }

.admin-content { margin-left: 240px; flex: 1; padding: 2.5rem 3rem; min-height: 100vh; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.admin-topbar h1 { font-weight: 300; font-size: 1.6rem; letter-spacing: -.025em; }

/* ── DATA TABLE ───────────────────────────────────────────────── */
.data-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.data-table th { text-align: left; font-size: .72rem; font-weight: 300; text-transform: uppercase; letter-spacing: .07em; color: var(--text3); padding: .7rem 1rem; border-bottom: 1px solid var(--border); }
.data-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--border); font-weight: 300; vertical-align: middle; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: rgba(255,255,255,0.02); }

/* ── BADGES ───────────────────────────────────────────────────── */
.badge { display: inline-block; padding: .2rem .65rem; border-radius: 100px; font-size: .72rem; font-weight: 300; letter-spacing: .03em; }
.badge-green  { background: rgba(52,211,153,0.12);  color: #34d399; }
.badge-orange { background: rgba(251,146,60,0.12);  color: #fb923c; }
.badge-gray   { background: rgba(255,255,255,0.06); color: var(--text3); }

/* ── ACTION BUTTONS ───────────────────────────────────────────── */
.action-btn {
  background: var(--surface2); border: 1px solid var(--border2); color: var(--text2);
  padding: .3rem .8rem; border-radius: 7px; font-size: .78rem; font-weight: 300;
  cursor: pointer; font-family: 'Nunito', sans-serif;
  text-decoration: none; display: inline-block;
  transition: background .2s, color .2s, border-color .2s;
}
.action-btn:hover { background: var(--bg3); color: var(--text); }
.action-btn.danger:hover { background: rgba(248,113,113,0.12); color: var(--red); border-color: rgba(248,113,113,0.25); }

/* ── UPLOAD ZONES ─────────────────────────────────────────────── */
.upload-zone {
  border: 2px dashed var(--border2);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  background: var(--bg3);
  user-select: none;
}
.upload-zone:hover,
.upload-zone.dragover {
  border-color: rgba(99,102,241,0.55);
  background: rgba(99,102,241,0.06);
}
.upload-zone .icon {
  font-size: 2.2rem;
  margin-bottom: .6rem;
  display: block;
}
.upload-zone p {
  font-size: .88rem;
  color: var(--text2);
  margin: 0;
  line-height: 1.5;
}
.upload-zone.has-file {
  border-color: rgba(52,211,153,0.45);
  background: rgba(52,211,153,0.05);
}

/* ── SCROLL REVEAL ────────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 768px) {
  .nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .section { padding: 70px 1.5rem; }
  .plugins-grid { grid-template-columns: 1fr; }
  .hero { padding: 120px 1.5rem 80px; }
  .admin-sidebar { display: none; }
  .admin-content { margin-left: 0; padding: 1.5rem; }
  .stats-bar { flex-wrap: wrap; }
}

