/* ============================
   PREMIUM SKIN (safe override)
   Works with your current classes:
   .topbar, .nav .pill, .btn, .panel, .hero, .chips .chip, etc.
   ============================ */

:root{
  --p-bg0:#070a10;
  --p-bg1:#0b1220;

  --p-text: rgba(255,255,255,.92);
  --p-muted: rgba(255,255,255,.68);

  --p-card: rgba(255,255,255,.06);
  --p-card2: rgba(255,255,255,.09);
  --p-stroke: rgba(255,255,255,.12);
  --p-stroke2: rgba(255,255,255,.18);

  --p-brand:#ff7a18;
  --p-brand2:#ff9a3c;

  --p-radius:18px;
  --p-shadow: 0 18px 60px rgba(0,0,0,.55);
  --p-shadow2: 0 10px 30px rgba(0,0,0,.45);
}

/* Base */
html,body{
  color: var(--p-text);
  background:
    radial-gradient(1200px 700px at 15% -10%, rgba(255,122,24,.22), transparent 55%),
    radial-gradient(1000px 700px at 95% 10%, rgba(80,140,255,.18), transparent 55%),
    linear-gradient(180deg, var(--p-bg0), var(--p-bg1));
}

a{ color: rgba(255,255,255,.88); text-decoration: none; }
a:hover{ color:#fff; }

.muted{ color: var(--p-muted) !important; }
.small{ opacity:.95; }
.mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Animated subtle background grid (your .bg-grid exists) */
.bg-grid{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(circle at 25% 10%, rgba(255,122,24,.18), transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(80,140,255,.14), transparent 45%),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  opacity: .55;
  filter: blur(2px);
  animation: pGridMove 18s linear infinite;
}
@keyframes pGridMove{
  to{ background-position: 0 0, 0 0, 44px 44px, 44px 0; }
}

/* Container feel */
.container{
  max-width: 1160px;
  padding-left: 16px;
  padding-right: 16px;
}

/* Glass cards: section / hero / panel / info */
.section, .card, .panel, .hero, .topbar, .info{
  background: linear-gradient(180deg, var(--p-card2), var(--p-card));
  border: 1px solid var(--p-stroke);
  border-radius: var(--p-radius);
  box-shadow: var(--p-shadow2);
  backdrop-filter: blur(12px);
}

/* Topbar */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: linear-gradient(180deg, rgba(10,14,22,.78), rgba(10,14,22,.45));
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.brand .brand-name{
  letter-spacing: .2px;
  font-weight: 800;
}
.logo{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--p-stroke2);
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

/* Pills (nav links) */
.nav .pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--p-stroke);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.85);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.nav .pill:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.2);
}
.nav .pill.active,
.nav .pill[aria-current="page"]{
  background: rgba(255,122,24,.18);
  border-color: rgba(255,122,24,.35);
  color: #fff;
}

/* Buttons */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid var(--p-stroke);
  background: rgba(255,255,255,.04);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  transition: transform .15s ease, filter .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.05); }
.btn:active{ transform: translateY(0); }

.btn-primary{
  background: linear-gradient(135deg, var(--p-brand), var(--p-brand2));
  border-color: rgba(255,122,24,.55);
  box-shadow: 0 18px 45px rgba(255,122,24,.18), 0 12px 30px rgba(0,0,0,.35);
}
.btn-primary:hover{ filter: brightness(1.08); }

.btn-ghost{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.16);
}
.btn-ghost:hover{
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.22);
}

/* Hero */
.hero{
  padding: 28px;
  box-shadow: var(--p-shadow);
}
.badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--p-stroke);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.9);
}
.badge .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--p-brand);
  box-shadow: 0 0 0 4px rgba(255,122,24,.16);
}

.hero-title{
  letter-spacing: .4px;
  text-shadow: 0 10px 40px rgba(0,0,0,.45);
}
.hero-desc{
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

/* Chips */
.chips .chip{
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.86);
  transition: transform .15s ease, background .15s ease;
}
.chips .chip:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
}

/* Panel (Sunucu Durumu) */
.panel{
  padding: 18px;
}
.panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.panel-title{
  font-weight: 800;
  letter-spacing: .3px;
}
.status-pill{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,122,24,.38);
  background: rgba(255,122,24,.14);
  color: #fff;
  font-weight: 700;
}

.panel-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.stat{
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.stat .muted{ color: rgba(255,255,255,.68) !important; }
.stat-val{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .2px;
  margin-top: 8px;
}

/* Inputs (admin login etc.) */
.search input,
input[type="text"], input[type="password"], input[type="email"], textarea, select{
  width: 100%;
  color: #fff;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 14px;
  outline: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}
.search input:focus,
input:focus, textarea:focus, select:focus{
  border-color: rgba(255,122,24,.45);
  box-shadow: 0 0 0 4px rgba(255,122,24,.14), 0 10px 25px rgba(0,0,0,.2);
}

/* Info box */
.info{
  padding: 12px 14px;
  border-color: rgba(255,122,24,.25);
  background: rgba(255,122,24,.08);
}

/* Mobile fixes */
@media (max-width: 900px){
  .panel-grid{ grid-template-columns: 1fr; }
  .hero{ padding: 20px; }
  .nav .pill{ padding: 9px 12px; }
}
/* ============================
   PREMIUM EXTRAS (append bottom of premium.css)
   Icons + Hover + Nav spacing + Panel shine/progress
   ============================ */

/* NAVBAR daha premium spacing */
.topbar{ padding: 10px 0; }
.brand{ gap: 14px; }
.nav{ gap: 10px; }
.nav .pill{
  padding: 10px 16px;
  letter-spacing: .2px;
  font-weight: 700;
}
@media (min-width: 901px){
  .nav .pill{ margin: 0 2px; }
}

/* GLOBAL kart hover animasyonu */
.section, .card, .panel, .hero, .info{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.section:hover, .card:hover, .panel:hover, .hero:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 22px 70px rgba(0,0,0,.6);
}

/* Kart içinde hafif “shine” */
.section, .card, .panel, .hero{
  position: relative;
  overflow: hidden;
}
.section::before, .card::before, .panel::before, .hero::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 180px at 20% 0%, rgba(255,255,255,.08), transparent 60%),
              radial-gradient(600px 180px at 80% 0%, rgba(255,122,24,.10), transparent 60%);
  pointer-events:none;
  opacity:.9;
}

/* BUTONLARA IKON (CSS ile pseudo-element) */
.btn{ position: relative; }
.btn-primary::before,
.btn-ghost::before{
  content:"";
  width: 18px;
  height: 18px;
  display:inline-block;
  margin-right: 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
  transform: translateY(1px);
}

/* “Sunucuya Bağlan” butonuna play/arrow hissi */
.hero-actions .btn-primary::before,
.panel-actions .btn-primary::before{
  background:
    linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.0)),
    rgba(255,255,255,.16);
  clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
  border-radius: 6px;
}

/* “Discord” ghost butonuna chat ikonu hissi */
.hero-actions .btn-ghost::before,
.panel-actions .btn-ghost::before{
  border-radius: 8px;
  clip-path: polygon(15% 20%, 85% 20%, 85% 70%, 55% 70%, 45% 85%, 45% 70%, 15% 70%);
}

/* Buton hover mikro animasyon */
.btn:hover{ transform: translateY(-2px) scale(1.01); }
.btn:active{ transform: translateY(0) scale(.99); }

/* SUNUCU DURUMU: Shine efekti + progress bar */
.panel-head{ position: relative; overflow: hidden; }
.panel-head::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-40%;
  width: 60%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
  transform: rotate(18deg);
  animation: pShine 3.6s ease-in-out infinite;
  pointer-events:none;
  opacity:.85;
}
@keyframes pShine{
  0%{ transform: translateX(-40%) rotate(18deg); opacity:.15; }
  45%{ opacity:.9; }
  100%{ transform: translateX(240%) rotate(18deg); opacity:.15; }
}

/* “30 saniyede bir güncellenir” altına progress bar */
.panel-head .muted.small{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.panel-head .muted.small::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow:hidden;
}
.panel-head .muted.small::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height: 6px;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,122,24,.0), rgba(255,122,24,.9), rgba(80,140,255,.85), rgba(255,122,24,.0));
  animation: pProgress 30s linear infinite;
  transform-origin: left center;
  transform: scaleX(0);
}
@keyframes pProgress{
  from{ transform: scaleX(0); }
  to{ transform: scaleX(1); }
}

/* STAT kart hover + sayılara glow */
.stat{
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.stat:hover{
  transform: translateY(-2px);
  border-color: rgba(255,122,24,.30);
  background: rgba(255,255,255,.05);
}
.stat-val{
  text-shadow: 0 10px 40px rgba(0,0,0,.55);
}

/* Hero başlık altına premium underline */
.hero-title{
  position: relative;
}
.hero-title::after{
  content:"";
  display:block;
  width: 120px;
  height: 6px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,122,24,.9), rgba(80,140,255,.75));
  opacity:.9;
}