:root{
  --bg:#0b1220;
  --bg2:#0e1830;
  --card:#111c36;
  --text:#e8eefc;
  --muted:#a8b3d6;
  --primary:#5b7cfa;
  --primary2:#3d5cf0;
  --danger:#e55757;
  --border:rgba(255,255,255,.12);
  --shadow:0 18px 55px rgba(0,0,0,.35);
  --radius:14px;
  --container:1200px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{background:var(--bg);background-color:var(--bg)}
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,"Noto Sans","Liberation Sans",sans-serif;
  color:var(--text);
  min-height:100%;
  background:var(--bg);
  background-color:var(--bg);
  line-height:1.55;
}

html.theme-light{
  --bg:#ffffff;
  --bg2:#f2f4f8;
  --card:#ffffff;
  --text:#0b1220;
  --muted:#3c4a73;
  --border:rgba(11,18,32,.14);
  --shadow:0 18px 55px rgba(0,0,0,.12);
}

html.theme-dark{
  --bg:#000000;
  --bg2:#0a0a0a;
  --card:#0a0f1d;
  --text:#eef3ff;
  --muted:#b0bbda;
  --border:rgba(255,255,255,.14);
  --shadow:0 18px 55px rgba(0,0,0,.55);
}

body.theme-light .site-header{
  background:rgba(255,255,255,.86);
  border-bottom:1px solid rgba(11,18,32,.10);
}
body.theme-light .main-nav{
  background:rgba(11,18,32,.03);
  border-color:rgba(11,18,32,.08);
}
body.theme-light .main-nav a{color:rgba(11,18,32,.68)}
body.theme-light .main-nav a.is-active,
body.theme-light .main-nav a:hover{
  color:var(--text);
  background:rgba(11,18,32,.06);
}
body.theme-light .nav-toggle{
  border-color:rgba(11,18,32,.12);
  background:rgba(11,18,32,.05);
}
body.theme-light .theme-switch{
  background:rgba(11,18,32,.03);
  border-color:rgba(11,18,32,.08);
}
body.theme-light .theme-btn{
  border-color:rgba(11,18,32,.12);
  background:rgba(11,18,32,.04);
}
body.theme-light .btn-ghost{background:rgba(11,18,32,.05)}
body.theme-light .slider,
body.theme-light .domain-card,
body.theme-light .portfolio-card,
body.theme-light .feature-card,
body.theme-light .package-card,
body.theme-light .article-card,
body.theme-light .sponsor-card,
body.theme-light .content,
body.theme-light .admin-card,
body.theme-light .admin-sidebar,
body.theme-light .price-card,
body.theme-light .whois-box{
  background:rgba(11,18,32,.03);
  border-color:rgba(11,18,32,.10);
}
body.theme-light .slide-overlay{
  background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.92));
  border-color:rgba(11,18,32,.10);
}
body.theme-light .slide-overlay p{color:var(--muted)}
body.theme-light .slider-btn{
  background:rgba(255,255,255,.75);
  border-color:rgba(11,18,32,.12);
  color:var(--text);
}

body.theme-light .radio-card{
  background:rgba(11,18,32,.03);
  border-color:rgba(11,18,32,.10);
}
body.theme-light .radio-cover img{
  border-color:rgba(11,18,32,.10);
  background:rgba(11,18,32,.02);
}
body.theme-light .radio-eq{
  background:rgba(11,18,32,.03);
  border-color:rgba(11,18,32,.10);
}
body.theme-light .site-footer{
  color:#e8eefc;
}
body.theme-light .site-footer .muted,
body.theme-light .site-footer .footer-text,
body.theme-light .site-footer .footer-links,
body.theme-light .site-footer .footer-bottom{
  color:#a8b3d6;
}

a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin-inline:auto;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.skip-link{
  position:absolute;
  left:12px;
  top:12px;
  padding:10px 12px;
  background:#fff;
  color:#111;
  border-radius:10px;
  transform:translateY(-160%);
  transition:transform .2s ease;
  z-index:9999;
}
.skip-link:focus{transform:translateY(0)}

#domain,
#paketler,
#paketler-2,
#temalar,
#makaleler,
#sponsorlar,
#referanslar{
  scroll-margin-top:96px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--border);
  background:transparent;
  color:var(--text);
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform:translateY(-1px);text-decoration:none}
.btn:active{transform:translateY(0)}
.btn-primary{background:linear-gradient(180deg,var(--primary),var(--primary2));border-color:rgba(91,124,250,.65)}
.btn-primary:hover{background:linear-gradient(180deg,#6a88ff,#4766ff)}
.btn-ghost{background:rgba(255,255,255,.06)}
.btn-danger{background:rgba(229,87,87,.14);border-color:rgba(229,87,87,.55);color:#ffd7d7}

.muted{color:var(--muted)}
.tag-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
}
.tag-pill{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:800;
  font-size:12px;
  text-decoration:none;
}
.tag-pill:hover{background:rgba(255,255,255,.06);text-decoration:none}
.list{margin:10px 0 0;padding-left:0;list-style:none;color:var(--muted)}
.list li{margin:6px 0;position:relative;padding-left:26px}
.list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(74,222,128,.12);
  border:1px solid rgba(74,222,128,.35);
  color:rgba(74,222,128,.95);
  font-weight:950;
  font-size:12px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:saturate(120%) blur(12px);
  background:rgba(11,18,32,.72);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header .container{
  width:min(1700px, calc(100% - 24px));
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px;
}
.brand-logo{
  width:500px;
  height:150px;
  max-width:100%;
  display:block;
  object-fit:contain;
}
.brand-mark{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(180deg,rgba(91,124,250,.85),rgba(91,124,250,.35));
  border:1px solid rgba(91,124,250,.55);
}
.brand-text{opacity:.9}

.main-nav{
  display:flex;
  align-items:center;
  flex:1;
  min-width:0;
  justify-content:flex-start;
  gap:10px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.main-nav a{
  padding:8px 10px;
  border-radius:999px;
  color:var(--muted);
  font-weight:600;
}
.main-nav a.is-active,
.main-nav a:hover{
  color:var(--text);
  background:rgba(255,255,255,.06);
  text-decoration:none;
}
.main-nav a.btn{
  padding:10px 14px;
  border-radius:12px;
  background:transparent;
  border:1px solid var(--border);
  color:var(--text);
}
.main-nav a.btn.btn-primary{
  background:linear-gradient(180deg,var(--primary),var(--primary2));
  border-color:rgba(91,124,250,.65);
}
.main-nav a.btn:hover{
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.06));
}
.main-nav a.btn.btn-primary:hover{
  background:linear-gradient(180deg,#6a88ff,#4766ff);
}

.auth-links{display:flex;align-items:center;gap:10px}
.auth-links form{margin:0}
.theme-switch{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.mobile-theme{display:none}
.theme-btn{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--muted);
  font-weight:800;
  padding:8px 10px;
  border-radius:999px;
  cursor:pointer;
}
.theme-btn.is-active{
  color:var(--text);
  border-color:rgba(91,124,250,.55);
  background:rgba(91,124,250,.12);
}
.theme-btn:hover{color:var(--text)}
.user-chip{
  display:inline-flex;
  align-items:center;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:var(--text);
  font-weight:800;
  max-width:220px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.support-fab{
  position:fixed;
  left:auto;
  right:18px;
  bottom:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-end;
  pointer-events:none;
  z-index:90;
}
.fab{
  pointer-events:auto;
  position:static;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-weight:950;
  text-decoration:none;
  box-shadow:0 18px 55px rgba(0,0,0,.35);
  backdrop-filter:saturate(120%) blur(10px);
}
.fab:hover{text-decoration:none;transform:translateY(-2px)}
.fab-wa{background:rgba(34,197,94,.14);border-color:rgba(34,197,94,.35)}
.fab-live{background:rgba(91,124,250,.16);border-color:rgba(91,124,250,.40);cursor:pointer}

.support-modal{
  position:fixed;
  inset:0;
  z-index:95;
}
.support-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.48);
}
.support-panel{
  position:absolute;
  left:auto;
  right:18px;
  bottom:124px;
  width:min(420px, calc(100% - 36px));
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(17,28,54,.96), rgba(11,18,32,.92));
  box-shadow:0 24px 80px rgba(0,0,0,.55);
  padding:14px;
  outline:none;
}
.support-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.support-title{font-weight:950;font-size:18px}
.support-meta{margin-top:8px}
.support-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:900;
  font-size:12px;
}
.support-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(74,222,128,.95);
  box-shadow:0 0 0 4px rgba(74,222,128,.14);
}
.support-x{
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-size:22px;
  cursor:pointer;
}

body.theme-light .support-panel{
  background:rgba(255,255,255,.95);
  border-color:rgba(11,18,32,.12);
}
body.theme-light .fab{border-color:rgba(11,18,32,.14)}
body.theme-light .support-x{
  border-color:rgba(11,18,32,.12);
  background:rgba(11,18,32,.04);
}
body.theme-light .support-pill{
  border-color:rgba(11,18,32,.12);
  background:rgba(11,18,32,.03);
  color:rgba(11,18,32,.82);
}
body.theme-light .pkg-arrow{
  border-color:rgba(11,18,32,.14);
  background:rgba(255,255,255,.86);
  color:rgba(11,18,32,.88);
}
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--text);
}

.mobile-nav{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(11,18,32,.92);
}
.mobile-nav-inner{
  display:grid;
  gap:10px;
  padding:14px 0 18px;
}
.mobile-nav a{
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  text-decoration:none;
}
.mobile-auth{display:flex;gap:10px;flex-wrap:wrap}

.site-main{min-height:60vh}

.hero{padding:22px 0 18px}
.hero-grid{display:block}
.hero-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:6px 0 16px;
}
.hero-copy h1{
  margin:0 0 8px;
  font-size:clamp(24px, 2.8vw, 40px);
  letter-spacing:.2px;
}
.hero-copy p{margin:0}
.hero-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.badge{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:800;
  font-size:13px;
  white-space:nowrap;
}

.slider{
  position:relative;
  overflow:hidden;
  height:auto;
  aspect-ratio:16 / 9;
  max-height:620px;
  border-radius:calc(var(--radius) + 6px);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:var(--shadow);
}
.slider-track{
  display:flex;
  height:100%;
  transform:translateX(0);
  transition:transform .45s ease;
}
.slide{
  position:relative;
  min-width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.slide img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:calc(var(--radius) + 6px);
  background:rgba(0,0,0,.55);
}
.slide-overlay{
  position:absolute;
  inset:auto 18px 18px 18px;
  padding:16px 16px;
  border-radius:16px;
  background:linear-gradient(180deg,rgba(7,11,20,.38),rgba(7,11,20,.75));
  border:1px solid rgba(255,255,255,.10);
  max-width:560px;
}
.slide-overlay h2{margin:0 0 6px;font-size:clamp(20px,2.2vw,30px)}
.slide-overlay p{margin:0 0 12px;color:var(--muted)}

.slider-controls{
  position:absolute;
  inset:12px 12px auto auto;
  display:flex;
  gap:8px;
}
.slider-btn{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.45);
  color:var(--text);
  font-size:22px;
  cursor:pointer;
}
.slider-dots{
  position:absolute;
  inset:auto 0 12px 0;
  display:flex;
  justify-content:center;
  gap:8px;
}
.dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.12);
  cursor:pointer;
}
.dot.is-active{background:rgba(91,124,250,.9);border-color:rgba(91,124,250,.95)}

.hero-strip{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.feature-card{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 14px 44px rgba(0,0,0,.18);
}
.feature-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  font-size:18px;
  flex:0 0 auto;
}
.feature-title{font-weight:950;margin:0 0 4px}

.domain-portfolio{padding:22px 0}
.domain{padding:22px 0}
.dp-grid{
  display:grid;
  grid-template-columns:1.05fr 1.95fr;
  gap:16px;
  align-items:start;
}
.domain-card,.portfolio-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 16px 48px rgba(0,0,0,.28);
  padding:16px;
}
.domain-card h2,.portfolio-card h2{margin:0 0 6px}
.domain-form{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.domain-form input{
  flex:1;
  min-width:0;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.38);
  color:var(--text);
  outline:none;
}
.domain-form input:focus{border-color:rgba(91,124,250,.65)}
.domain-result{margin-top:10px;color:var(--muted)}

.portfolio-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}
.portfolio-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.thumb{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.32);
}

.packages{padding:20px 0 34px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.section-head h2{
  margin:0;
  display:inline-block;
  position:relative;
  padding-bottom:8px;
}
.section-head h2:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:52px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(91,124,250,.95), rgba(74,222,128,.75));
}

.package-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.package-scroller .package-grid{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scrollbar-width:none;
  padding:2px 12px 0;
  scroll-padding-left:12px;
  scroll-padding-right:12px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.package-scroller .package-grid::-webkit-scrollbar{display:none}
.package-scroller{position:relative}
.pkg-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.55);
  color:var(--text);
  font-size:24px;
  cursor:pointer;
  z-index:3;
}
.pkg-arrow:disabled{opacity:.35;cursor:not-allowed}
.pkg-prev{left:-10px}
.pkg-next{right:-10px}
.pkg-arrow:hover{transform:translateY(-50%) translateY(-2px)}
.pkg-arrow:active{transform:translateY(-50%) translateY(0)}
.package-scroller .package-card{
  flex:0 0 320px;
  scroll-snap-align:start;
}
.package-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:100%;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.package-card:hover{
  transform:translateY(-3px);
  border-color:rgba(91,124,250,.35);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}
.package-card h3{margin:0}
.package-card .btn{margin-top:auto}
.package-media{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.32);
}
.package-media img{width:100%;height:auto}
.package-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
}
.package-price{
  font-weight:900;
  color:var(--text);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:6px 10px;
  border-radius:999px;
  white-space:nowrap;
}
.package-price-lg{
  font-weight:900;
  font-size:32px;
  margin-bottom:8px;
}

.domain-pricing{padding:6px 0 22px}
.price-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:12px;
}
.price-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:14px;
  transition:transform .14s ease, border-color .14s ease;
}
.price-card:hover{
  transform:translateY(-2px);
  border-color:rgba(91,124,250,.30);
}
.price-tld{font-weight:950;font-size:22px}
.price-value{margin-top:6px;font-weight:900}

.demo-radio{padding:10px 0 26px}
.radio-card{
  display:flex;
  align-items:center;
  gap:14px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 16px 48px rgba(0,0,0,.28);
  padding:16px;
  flex-wrap:wrap;
}
.radio-cover img{border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(7,11,20,.32)}
.radio-cover-fallback{
  width:100px;
  height:100px;
  display:grid;
  place-items:center;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(91,124,250,.22),rgba(255,255,255,.02));
  font-weight:950;
  color:var(--text);
}
.radio-meta{flex:1;min-width:220px}
.radio-title{font-weight:950;font-size:18px}
.radio-now{margin-top:6px;color:var(--text);font-weight:800}
.radio-live{margin-top:8px;display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:800}
.radio-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(239,68,68,.95);
  box-shadow:0 0 0 5px rgba(239,68,68,.18);
}
.radio-actions{display:flex;gap:10px;flex-wrap:wrap}
.radio-vol{width:140px}
.radio-eq{
  width:260px;
  max-width:100%;
  height:56px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.28);
}

.articles{padding:18px 0 30px}
.themes{padding:18px 0 30px}
.article-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.article-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:16px;
}
.article-cover{
  display:block;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.22);
  margin:-6px -6px 12px;
}
.article-cover img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.article-cover-fallback{
  height:0;
  padding-top:56.25%;
  background:
    radial-gradient(900px 240px at 20% 20%, rgba(91,124,250,.22), transparent 60%),
    radial-gradient(900px 240px at 80% 40%, rgba(34,197,94,.16), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.article-card h3{margin:0 0 8px}
.article-card h3 a{text-decoration:none}
.read-more{color:rgba(91,124,250,.95);font-weight:700}

.sponsors{padding:18px 0 38px}
.sponsor-grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:12px;
}
.sponsor-card{
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:10px;
  display:grid;
  place-items:center;
  min-height:86px;
  text-decoration:none;
}
.sponsor-card:hover{border-color:rgba(91,124,250,.55);text-decoration:none}
.sponsor-card img{max-height:56px;object-fit:contain}
.sponsor-fallback{
  font-weight:950;
  letter-spacing:.2px;
  color:rgba(232,238,252,.86);
  text-align:center;
}
body.theme-light .sponsor-fallback{color:rgba(11,18,32,.78)}

.empty-state{
  padding:14px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.18);
  color:var(--muted);
  background:rgba(255,255,255,.03);
}

.page-hero{padding:26px 0}
.breadcrumbs{color:var(--muted);font-weight:600;margin-bottom:10px}
.page-hero h1{margin:0 0 10px}

.content{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:16px;
}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.whois-box{
  margin-top:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.28);
  padding:12px;
}
.whois-row{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.whois-row:last-child{border-bottom:0}

.admin-section{padding:10px 0 38px}
.admin-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:14px;
  align-items:start;
}
.admin-sidebar{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:12px;
  position:sticky;
  top:84px;
}
.admin-sidebar form{margin:0}
.admin-link{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  margin-bottom:10px;
}
.admin-link:hover{color:var(--text);text-decoration:none;border-color:rgba(91,124,250,.35)}
.admin-link.is-active{
  color:var(--text);
  border-color:rgba(91,124,250,.55);
  background:rgba(91,124,250,.10);
}
.admin-link-danger{
  color:#ffd7d7;
  border-color:rgba(229,87,87,.45);
  background:rgba(229,87,87,.10);
}
.admin-content{min-width:0}
.admin-topbar{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.admin-topbar form{margin:0}
.admin-narrow{max-width:640px}
.stats{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}
.stat{
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.28);
  padding:12px;
}
.stat-k{color:var(--muted);font-weight:900}
.stat-v{margin-top:6px;font-size:30px;font-weight:900}
.admin-grid{
  display:grid;
  grid-template-columns:1fr 1.6fr;
  gap:14px;
}
.admin-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.admin-card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  padding:16px;
}
.form{display:grid;gap:10px;margin-top:12px}
.form label{display:grid;gap:6px;color:var(--muted);font-weight:700}
.form input{
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.38);
  color:var(--text);
}
.form textarea{
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.38);
  color:var(--text);
  resize:vertical;
  min-height:120px;
}
.form select{
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(7,11,20,.38);
  color:var(--text);
}
.radio-field{
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,.03);
}
.radio-field legend{
  padding:0 8px;
  color:var(--muted);
  font-weight:900;
}
.radio{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
  color:var(--muted);
  font-weight:800;
}
.radio input{accent-color:var(--primary)}
.form input:focus{border-color:rgba(91,124,250,.65);outline:none}
.form textarea:focus{border-color:rgba(91,124,250,.65);outline:none}
.form select:focus{border-color:rgba(91,124,250,.65);outline:none}

.panel{
  padding:16px 0 34px;
}
.panel-wrap{
  width:min(1400px, calc(100% - 24px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:14px;
  align-items:start;
}
.client-sidebar{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(10,26,38,.92), rgba(11,18,32,.78));
  padding:14px;
  position:sticky;
  top:84px;
}
.client-brand{margin-bottom:12px}
.client-brand-title{font-weight:950;letter-spacing:.2px}
.client-brand-sub{margin-top:4px}
.client-group-title{
  margin:14px 0 10px;
  color:var(--muted);
  font-weight:950;
  font-size:13px;
  letter-spacing:.4px;
  text-transform:uppercase;
}
.client-link{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
  margin-bottom:10px;
}
.client-link:hover{border-color:rgba(91,124,250,.45);text-decoration:none}
.client-link.is-active{
  border-color:rgba(91,124,250,.70);
  background:rgba(91,124,250,.12);
  color:var(--text);
}
.client-link-danger{
  color:#ffd7d7;
  border-color:rgba(229,87,87,.45);
  background:rgba(229,87,87,.10);
}
.client-details{margin-bottom:10px}
.client-summary{
  list-style:none;
  cursor:pointer;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:900;
}
.client-summary::-webkit-details-marker{display:none}
.client-details[open] .client-summary{
  border-color:rgba(91,124,250,.70);
  background:rgba(91,124,250,.10);
  color:var(--text);
}
.client-details a.client-link{margin-top:10px}
.client-sidebar form{margin:0}
.client-main{min-width:0}
.client-topbar{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:16px;
}
.client-title h1{margin:0 0 6px}
.client-title p{margin:0}
.client-stats{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.stat-card{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(7,11,20,.22);
  padding:12px;
}
.client-content{margin-top:14px}
.client-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:12px;
}
.client-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:16px;
}
.client-card h2{margin:0}
.client-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.client-table-wrap{overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.09)}
.client-table{width:100%;border-collapse:collapse;min-width:520px}
.client-table th,.client-table td{padding:12px 12px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}
.client-table th{text-align:left;color:var(--muted);font-size:14px;white-space:nowrap}

body.theme-light .client-sidebar{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,246,251,.92));
  border-color:rgba(11,18,32,.10);
}
body.theme-light .client-link,
body.theme-light .client-summary{
  border-color:rgba(11,18,32,.10);
  background:rgba(11,18,32,.03);
  color:rgba(11,18,32,.76);
}
body.theme-light .client-link.is-active,
body.theme-light .client-details[open] .client-summary{
  color:var(--text);
  border-color:rgba(91,124,250,.55);
  background:rgba(91,124,250,.10);
}
body.theme-light .client-topbar,
body.theme-light .client-card,
body.theme-light .stat-card{
  border-color:rgba(11,18,32,.10);
  background:rgba(11,18,32,.03);
}

.alert{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  margin-top:10px;
}
.alert-error{border-color:rgba(229,87,87,.55);background:rgba(229,87,87,.10);color:#ffd7d7}
.alert-success{border-color:rgba(74,222,128,.45);background:rgba(74,222,128,.10);color:#d9ffe9}

.admin-table-wrap{overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.09)}
.admin-table{width:100%;border-collapse:collapse;min-width:720px}
.admin-table th,.admin-table td{padding:12px 12px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:middle}
.admin-table th{text-align:left;color:var(--muted);font-size:14px;white-space:nowrap}
.admin-logo{background:rgba(7,11,20,.25);border-radius:12px;border:1px solid rgba(255,255,255,.10);padding:6px;object-fit:contain}

.site-footer{
  margin-top:28px;
  padding:34px 0 16px;
  border-top:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(91,124,250,.28), transparent 60%),
    radial-gradient(900px 420px at 85% 30%, rgba(34,197,94,.18), transparent 62%),
    rgba(11,18,32,.45);
  box-shadow:
    0 -16px 70px rgba(91,124,250,.12),
    0 -18px 80px rgba(34,197,94,.08),
    inset 0 1px 0 rgba(255,255,255,.05);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:18px;
  align-items:start;
}
.footer-brand{font-weight:900;font-size:18px;margin-bottom:6px}
.footer-logo{
  width:500px;
  height:150px;
  max-width:100%;
  display:block;
  object-fit:contain;
}
.footer-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.footer-btn{padding:10px 14px;border-radius:12px}
.footer-text{color:var(--muted);margin:0}
.footer-title{font-weight:900;margin-bottom:10px}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:8px;color:var(--muted)}
.footer-links a{text-decoration:none}
.footer-links a:hover{text-decoration:underline}
.footer-social{display:flex;gap:10px;margin-top:12px}
.social-link{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(232,238,252,.92);
  text-decoration:none;
}
.social-link:hover{
  border-color:rgba(91,124,250,.55);
  box-shadow:0 0 0 4px rgba(91,124,250,.12), 0 16px 40px rgba(0,0,0,.25);
  transform:none;
}
.footer-bottom{
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:18px;
  color:var(--muted);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}

@media (max-width: 1060px){
  .portfolio-grid{grid-template-columns:repeat(3,1fr)}
  .package-grid{grid-template-columns:repeat(3,1fr)}
  .price-grid{grid-template-columns:repeat(3,1fr)}
  .sponsor-grid{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .admin-layout{grid-template-columns:1fr}
  .admin-sidebar{position:static;top:auto}
  .panel-wrap{grid-template-columns:1fr}
  .client-sidebar{position:static;top:auto}
  .client-stats{grid-template-columns:repeat(2,1fr)}
  .client-grid{grid-template-columns:1fr}
  .hero-strip{grid-template-columns:1fr}
}

@media (max-width: 860px){
  body{background-attachment:scroll}
  .main-nav,.auth-links{display:none}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .theme-switch{display:none}
  .mobile-theme{display:flex}
  .hero-intro{flex-direction:column;align-items:flex-start}
  .hero-badges{justify-content:flex-start}
  .slider{aspect-ratio:4 / 3;max-height:none}
  .dp-grid{grid-template-columns:1fr}
  .article-grid{grid-template-columns:1fr}
  .package-grid{grid-template-columns:1fr}
  .price-grid{grid-template-columns:1fr}
  .client-stats{grid-template-columns:1fr}
  .admin-grid{grid-template-columns:1fr}
  .admin-grid-2{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .sponsor-grid{grid-template-columns:repeat(2,1fr)}
  .slide-overlay{max-width:none;inset:auto 12px 12px 12px}
  .package-scroller .package-card{flex-basis:84vw}
  .support-fab{left:auto;right:12px;bottom:12px}
  .support-panel{left:auto;right:12px;bottom:116px;width:min(420px, calc(100% - 24px))}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important}
  .slider-track{transition:none}
  .btn{transition:none}
}

