
:root{
  --bg:#050608;
  --bg-2:#090a0f;
  --panel:#0d0f16;
  --panel-2:#11141d;
  --panel-3:#151925;
  --line:rgba(255,255,255,.085);
  --line-strong:rgba(162,96,255,.30);
  --text:#f7f7fb;
  --muted:#8f96a8;
  --muted-2:#687083;
  --accent:#9b5cff;
  --accent-2:#6f35ff;
  --accent-3:#c8a6ff;
  --green:#3fd48f;
  --shadow:0 28px 80px rgba(0,0,0,.42);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 18% -10%,rgba(116,52,255,.18),transparent 62%),
    radial-gradient(760px 360px at 88% 4%,rgba(164,92,255,.10),transparent 62%),
    linear-gradient(180deg,#050608 0%,#06070a 40%,#050608 100%);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;inset:0;pointer-events:none;z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 70%);
}
a{color:inherit}
button,input{font:inherit}
.icon{
  width:1em;height:1em;display:inline-block;vertical-align:-.15em;
  fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.header{
  position:sticky;top:0;z-index:100;
  background:rgba(5,6,8,.78);
  backdrop-filter:blur(20px) saturate(140%);
  border-bottom:1px solid rgba(255,255,255,.055);
}
.nav{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px
}
.brand{
  display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:950;
  letter-spacing:.7px;font-size:22px
}
.brand-mark{
  width:41px;height:41px;border-radius:13px;display:grid;place-items:center;
  color:#fff;background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.23),transparent 28%),
    linear-gradient(145deg,#aa63ff,#6b2fff);
  box-shadow:0 12px 34px rgba(111,53,255,.28),inset 0 0 0 1px rgba(255,255,255,.12)
}
.brand-mark .icon{font-size:23px}
.brand b{color:var(--accent)}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-links a{
  display:flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:11px;text-decoration:none;
  color:#aab0bf;font-size:13px;font-weight:760;transition:.18s ease
}
.nav-links a .icon{font-size:16px}
.nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.045);color:#fff}
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-btn{
  display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;
  background:#0d0f15;color:#fff;align-items:center;justify-content:center;cursor:pointer
}
.btn{
  border:0;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;
  justify-content:center;gap:9px;min-height:44px;padding:0 16px;border-radius:12px;
  font-size:13px;font-weight:850;transition:transform .18s ease,border-color .18s ease,background .18s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:white;background:
    radial-gradient(circle at 20% 0%,rgba(255,255,255,.20),transparent 28%),
    linear-gradient(135deg,var(--accent),var(--accent-2));
  box-shadow:0 12px 32px rgba(110,47,255,.24),inset 0 0 0 1px rgba(255,255,255,.12)
}
.btn-secondary{
  color:#e7e9f0;background:rgba(255,255,255,.035);border:1px solid var(--line)
}
.btn-quiet{background:transparent;border:1px solid var(--line);color:#c7ccda}
.btn .icon{font-size:17px}

/* HERO */
.hero{
  position:relative;padding:76px 0 54px;
  display:grid;grid-template-columns:1.04fr .96fr;gap:52px;align-items:center
}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;
  color:#d4c3f6;background:rgba(151,86,255,.075);border:1px solid rgba(159,94,255,.22);
  font-size:11px;font-weight:900;letter-spacing:.9px;text-transform:uppercase
}
.eyebrow .icon{font-size:15px}
.hero h1{
  margin:20px 0 16px;max-width:760px;
  font-size:clamp(54px,7vw,92px);line-height:.91;letter-spacing:-4px;font-weight:950
}
.hero h1 .accent{
  color:transparent;background:linear-gradient(115deg,#fff 0%,#d6c4ff 20%,#a35eff 58%,#7340ff 100%);
  -webkit-background-clip:text;background-clip:text
}
.hero p{
  margin:0;max-width:620px;color:#9ba1b2;font-size:17px;line-height:1.75
}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}
.hero-meta{
  display:flex;gap:22px;flex-wrap:wrap;margin-top:30px;padding-top:22px;border-top:1px solid var(--line)
}
.hero-meta-item{display:flex;align-items:center;gap:10px;color:#c1c6d3;font-size:12px;font-weight:760}
.hero-meta-icon{
  width:32px;height:32px;border-radius:10px;display:grid;place-items:center;
  color:#bf9aff;background:rgba(155,92,255,.08);border:1px solid rgba(155,92,255,.18)
}

/* HERO VISUAL */
.hero-visual{
  min-height:475px;position:relative;border-radius:30px;overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%,rgba(137,67,255,.30),transparent 31%),
    radial-gradient(circle at 50% 48%,rgba(92,37,255,.16),transparent 50%),
    linear-gradient(145deg,#0b0d13,#090b10);
  border:1px solid rgba(255,255,255,.075);
  box-shadow:var(--shadow)
}
.hero-visual::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:radial-gradient(circle at 50% 50%,black,transparent 72%)
}
.visual-ring,.visual-ring::before,.visual-ring::after{
  position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%)
}
.visual-ring{width:320px;height:320px;border:1px solid rgba(166,100,255,.22)}
.visual-ring::before{content:"";width:255px;height:255px;border:1px solid rgba(166,100,255,.22)}
.visual-ring::after{content:"";width:390px;height:390px;border:1px dashed rgba(166,100,255,.13)}
.core{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(7deg);
  width:190px;height:190px;border-radius:44px;display:grid;place-items:center;
  background:
    radial-gradient(circle at 25% 18%,rgba(255,255,255,.22),transparent 25%),
    linear-gradient(145deg,#b066ff,#642cff 62%,#4b21d0);
  box-shadow:0 0 80px rgba(122,52,255,.50),0 26px 65px rgba(0,0,0,.38),inset 0 0 0 1px rgba(255,255,255,.16)
}
.core::before{
  content:"";position:absolute;inset:12px;border-radius:35px;
  border:1px solid rgba(255,255,255,.14);background:rgba(8,10,16,.88)
}
.core .icon{position:relative;z-index:2;font-size:82px;color:#eee9ff;transform:rotate(-7deg);stroke-width:1.55}
.float-card{
  position:absolute;display:flex;align-items:center;gap:10px;
  min-width:155px;padding:12px 14px;border-radius:14px;
  background:rgba(13,15,22,.82);border:1px solid rgba(255,255,255,.085);
  backdrop-filter:blur(12px);box-shadow:0 16px 36px rgba(0,0,0,.30)
}
.float-card .box{
  width:34px;height:34px;border-radius:10px;display:grid;place-items:center;
  color:#c7a8ff;background:rgba(155,92,255,.10);border:1px solid rgba(155,92,255,.18)
}
.float-card strong{display:block;font-size:12px;line-height:1.2}
.float-card small{display:block;color:#72798b;font-size:10px;margin-top:3px}
.float-a{left:24px;top:30px}
.float-b{right:24px;top:76px}
.float-c{left:32px;bottom:34px}
.float-d{right:28px;bottom:32px}
.pulse-dot{
  position:absolute;width:7px;height:7px;border-radius:50%;background:#b98cff;
  box-shadow:0 0 18px #9b5cff
}
.dot-a{left:14%;top:48%}.dot-b{right:12%;top:32%}.dot-c{right:18%;bottom:22%}

/* SECTION */
.section{padding:44px 0 82px}
.section-tight{padding:18px 0 62px}
.section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px
}
.section-kicker{color:#a98ae3;font-size:11px;letter-spacing:.9px;font-weight:900;text-transform:uppercase}
.section-head h2{margin:7px 0 0;font-size:34px;letter-spacing:-1.2px}
.section-head p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
.section-link{display:inline-flex;align-items:center;gap:8px;color:#c8b4ee;text-decoration:none;font-size:13px;font-weight:820}

/* TRUST BAR */
.trust-bar{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;
  border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#0b0d12
}
.trust-item{
  min-height:106px;padding:22px 24px;display:grid;grid-template-columns:42px 1fr;
  align-items:center;column-gap:14px;background:#0b0d12;position:relative
}
.trust-item + .trust-item{border-left:1px solid var(--line)}
.trust-icon{
  width:42px;height:42px;align-self:center;justify-self:start;border-radius:13px;display:grid;place-items:center;
  color:#b68cff;background:rgba(155,92,255,.08);border:1px solid rgba(155,92,255,.16)
}
.trust-icon .icon{font-size:21px}
.trust-text{display:flex;flex-direction:column;justify-content:center;min-width:0}
.trust-text strong{display:block;font-size:13px;line-height:1.15}
.trust-text span{display:block;margin-top:5px;color:#747b8d;font-size:11px;line-height:1.45;max-width:230px}

/* SERVERS */
.server-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.server-card{
  position:relative;overflow:hidden;min-height:310px;padding:28px;
  border-radius:24px;border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(420px 230px at 80% 0%,rgba(134,62,255,.20),transparent 65%),
    linear-gradient(145deg,#10121a,#0b0d13);
  box-shadow:0 20px 55px rgba(0,0,0,.26)
}
.server-card::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:26px 26px;mask-image:linear-gradient(to bottom,black,transparent 85%)
}
.server-no{
  position:absolute;right:22px;top:16px;font-size:74px;font-weight:950;letter-spacing:-6px;
  color:rgba(255,255,255,.028)
}
.server-logo{
  width:57px;height:57px;border-radius:17px;display:grid;place-items:center;position:relative;z-index:2;
  color:#d8c4ff;background:rgba(155,92,255,.10);border:1px solid rgba(155,92,255,.22)
}
.server-logo .icon{font-size:27px}
.server-card h3{position:relative;z-index:2;margin:22px 0 8px;font-size:28px;letter-spacing:-.6px}
.server-card p{position:relative;z-index:2;margin:0;max-width:440px;color:#858c9d;font-size:13px;line-height:1.65}
.server-tags{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.server-tag{
  display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);
  color:#aab0be;font-size:10px;font-weight:760
}
.server-tag .icon{font-size:13px}
.server-bottom{
  position:absolute;left:28px;right:28px;bottom:26px;z-index:2;
  display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:19px;
  border-top:1px solid var(--line)
}
.server-url{font-size:13px;font-weight:800;color:#d8cdf0}
.server-open{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;text-decoration:none;
  color:#fff;background:linear-gradient(145deg,#9f5dff,#6f35ff);
  box-shadow:0 10px 28px rgba(111,53,255,.22)
}

/* LISTINGS */
.listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.listing-card{
  display:flex;flex-direction:column;min-height:365px;overflow:hidden;text-decoration:none;
  border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#11141d,#0c0f15);
  transition:.2s ease
}
.listing-card:hover{transform:translateY(-5px);border-color:rgba(158,95,255,.34);box-shadow:0 20px 48px rgba(0,0,0,.30)}
.listing-media{
  position:relative;height:188px;display:grid;place-items:center;overflow:hidden;
  background:
    radial-gradient(circle at 50% 55%,rgba(144,77,255,.26),transparent 31%),
    linear-gradient(145deg,#0c0f16,#10131b)
}
.listing-media::before{
  content:"";position:absolute;inset:0;background:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:22px 22px;mask-image:radial-gradient(circle,black,transparent 70%)
}
.listing-icon{
  position:relative;width:88px;height:88px;border-radius:25px;display:grid;place-items:center;
  color:#d8c7ff;background:linear-gradient(145deg,rgba(171,104,255,.20),rgba(96,46,255,.14));
  border:1px solid rgba(174,108,255,.25);box-shadow:0 0 38px rgba(134,65,255,.18)
}
.listing-icon .icon{font-size:42px;stroke-width:1.6}
.listing-body{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1}
.listing-label{color:#aa87e5;font-size:10px;letter-spacing:.8px;font-weight:900;text-transform:uppercase}
.listing-body h3{margin:0;font-size:18px;letter-spacing:-.2px}
.listing-body p{margin:0;color:#858c9d;font-size:12px;line-height:1.55}
.listing-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;border-top:1px solid var(--line)}
.listing-price{font-weight:930;font-size:20px;color:#c5a5ff}
.listing-open{display:flex;align-items:center;gap:6px;font-size:11px;color:#aeb4c2}
.empty-state{
  grid-column:1/-1;min-height:290px;padding:42px;border-radius:22px;
  border:1px dashed rgba(162,96,255,.24);background:
    radial-gradient(circle at 50% 35%,rgba(128,57,255,.09),transparent 34%),
    rgba(255,255,255,.012);
  display:grid;place-items:center;text-align:center
}
.empty-icon{
  width:68px;height:68px;border-radius:20px;display:grid;place-items:center;margin:auto;
  color:#bb97ff;background:rgba(155,92,255,.08);border:1px solid rgba(155,92,255,.18)
}
.empty-icon .icon{font-size:31px}
.empty-state h3{margin:16px 0 7px;font-size:19px}
.empty-state p{margin:0 auto;color:#777f91;max-width:480px;line-height:1.65;font-size:13px}

/* PAGE HERO */
.page-hero{padding:64px 0 24px}
.page-hero h1{margin:12px 0 12px;font-size:52px;letter-spacing:-2px}
.page-hero p{margin:0;max-width:700px;color:#8f96a8;line-height:1.7}
.toolbar{
  display:flex;gap:10px;margin:22px 0 24px;flex-wrap:wrap
}
.search-wrap{position:relative;flex:1;min-width:230px}
.search-wrap .icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#687083}
.search{
  width:100%;height:46px;padding:0 14px 0 41px;border-radius:13px;
  color:#fff;background:#0c0f15;border:1px solid var(--line);outline:none
}
.search:focus{border-color:rgba(155,92,255,.34);box-shadow:0 0 0 3px rgba(155,92,255,.06)}
.filter-btn{
  height:46px;padding:0 14px;display:flex;align-items:center;gap:8px;
  color:#c9ced8;background:#0c0f15;border:1px solid var(--line);border-radius:13px;cursor:pointer
}

/* ABOUT / CONTACT */
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.content-card{
  padding:26px;border-radius:20px;border:1px solid var(--line);
  background:linear-gradient(145deg,#10131b,#0b0e14)
}
.content-card .content-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  color:#ba94ff;background:rgba(155,92,255,.08);border:1px solid rgba(155,92,255,.16)
}
.content-card h3{margin:18px 0 7px;font-size:21px}
.content-card p{margin:0;color:#848c9d;line-height:1.65;font-size:13px}
.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-card{
  padding:24px;border-radius:20px;border:1px solid var(--line);
  background:linear-gradient(145deg,#10131b,#0b0e14)
}
.contact-card h3{margin:16px 0 7px}
.contact-card p{color:#858c9d;line-height:1.6;font-size:13px}

/* FOOTER */
.footer{margin-top:24px;border-top:1px solid rgba(255,255,255,.055);background:#050608}
.footer-main{padding:38px 0 28px;display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:36px}
.footer-copy{color:#72798b;max-width:400px;font-size:12px;line-height:1.7}
.footer-title{font-size:11px;letter-spacing:.8px;font-weight:900;text-transform:uppercase;color:#c6cbd7;margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{display:flex;align-items:center;gap:7px;color:#7f8798;text-decoration:none;font-size:12px}
.footer-links a:hover{color:#c8b4f1}
.footer-bottom{
  padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.045);
  display:flex;justify-content:space-between;gap:18px;color:#565d6d;font-size:10px
}

/* RESPONSIVE */
@media(max-width:980px){
  .nav-links{display:none}
  .menu-btn{display:flex}
  .nav-links.open{
    display:flex;position:absolute;left:18px;right:18px;top:86px;flex-direction:column;align-items:stretch;
    padding:10px;background:rgba(10,12,18,.97);border:1px solid var(--line);border-radius:16px;
    box-shadow:0 20px 50px rgba(0,0,0,.38)
  }
  .nav-links.open a{padding:13px}
  .hero{grid-template-columns:1fr;padding-top:56px}
  .hero-visual{min-height:440px}
  .trust-bar{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2n+2){border-left:1px solid var(--line)}
  .listing-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .container{width:min(100% - 22px,1180px)}
  .nav{min-height:70px}.nav-actions .btn{display:none}.brand{font-size:19px}.brand-mark{width:37px;height:37px}
  .nav-links.open{top:78px;left:11px;right:11px}
  .hero{padding:42px 0 36px;gap:34px}
  .hero h1{font-size:54px;letter-spacing:-2.8px}
  .hero p{font-size:15px}
  .hero-visual{min-height:390px;border-radius:24px}
  .core{width:160px;height:160px}.core .icon{font-size:68px}.visual-ring{width:275px;height:275px}.visual-ring::before{width:220px;height:220px}.visual-ring::after{width:325px;height:325px}
  .float-card{min-width:135px;padding:10px}.float-a{left:12px;top:20px}.float-b{right:12px;top:63px}.float-c{left:14px;bottom:20px}.float-d{right:12px;bottom:22px}
  .section{padding:34px 0 62px}
  .section-head{align-items:flex-start;flex-direction:column}
  .trust-bar{grid-template-columns:1fr}
  .trust-item + .trust-item{border-left:0;border-top:1px solid var(--line)}
  .server-grid,.listing-grid,.content-grid,.contact-list{grid-template-columns:1fr}
  .server-card{min-height:315px}
  .page-hero{padding-top:45px}.page-hero h1{font-size:42px}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}

.server-logo{
  width:64px!important;height:64px!important;border-radius:19px!important;
  overflow:hidden!important;padding:0!important;
}
.server-avatar{width:100%;height:100%;object-fit:cover;display:block}
.server-avatar-fallback{
  width:100%;height:100%;display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(155,92,255,.18),rgba(76,35,170,.14));
  color:#d8c4ff
}
.server-avatar-fallback .icon{font-size:30px}


/* --- V7 Discord card refinement --- */
.server-card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
.server-card:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(165,98,255,.22) !important;
  box-shadow:
    0 28px 65px rgba(0,0,0,.34),
    0 0 0 1px rgba(168,102,255,.05) inset,
    0 0 38px rgba(120,54,255,.08) !important;
}

.server-card p{
  max-width:470px !important;
}

.server-tags{
  margin-top:18px !important;
}

.server-tag{
  background:rgba(255,255,255,.028) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:#c2c7d6 !important;
  padding:8px 11px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
}

.server-bottom{
  position:absolute !important;
  left:22px !important;
  right:22px !important;
  bottom:20px !important;
  border-top:none !important;               /* çizgiyi kaldır */
  padding:12px 14px !important;
  border-radius:16px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.03), rgba(255,255,255,.015)),
    rgba(10,12,18,.82) !important;
  border:1px solid rgba(255,255,255,.06) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 14px 32px rgba(0,0,0,.20) !important;
  backdrop-filter:blur(12px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
}

.server-url{
  display:inline-flex !important;
  align-items:center !important;
  min-height:40px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  background:rgba(155,92,255,.08) !important;
  border:1px solid rgba(155,92,255,.14) !important;
  color:#ece3ff !important;
  font-size:15px !important;
  font-weight:900 !important;
  letter-spacing:-.2px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.server-open{
  width:48px !important;
  height:48px !important;
  border-radius:14px !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(145deg,#b066ff,#6f35ff) !important;
  box-shadow:
    0 14px 28px rgba(111,53,255,.28),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}
.server-open:hover{
  transform:translateY(-2px) scale(1.03) !important;
  box-shadow:
    0 18px 34px rgba(111,53,255,.34),
    inset 0 1px 0 rgba(255,255,255,.20) !important;
}
.server-open .icon{
  font-size:18px !important;
}

.server-no{
  color:rgba(255,255,255,.022) !important;
  text-shadow:0 0 20px rgba(155,92,255,.08) !important;
}

@media(max-width:720px){
  .server-bottom{
    left:16px !important;
    right:16px !important;
    bottom:16px !important;
    padding:10px 11px !important;
  }
  .server-url{
    font-size:13px !important;
    min-height:36px !important;
    padding:0 10px !important;
  }
  .server-open{
    width:44px !important;
    height:44px !important;
  }
}


/* --- V8 FINAL DISCORD CARD LAYOUT --- */
.server-grid{
  align-items:stretch !important;
}

.server-card{
  min-height:340px !important;
  padding:26px !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  background:
    radial-gradient(460px 240px at 88% -4%,rgba(137,64,255,.20),transparent 66%),
    radial-gradient(320px 220px at -10% 110%,rgba(85,43,180,.09),transparent 72%),
    linear-gradient(145deg,#10121a,#0b0d13) !important;
}

.server-card::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.025) 46%,transparent 68%) !important;
  transform:translateX(-72%) !important;
  transition:transform .65s ease !important;
}
.server-card:hover::before{
  transform:translateX(72%) !important;
}

.server-head{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  grid-template-columns:64px 1fr !important;
  align-items:center !important;
  gap:15px !important;
}

.server-head-copy{
  min-width:0 !important;
}

.server-head .server-logo{
  margin:0 !important;
}

.server-head h3{
  margin:0 0 6px !important;
  font-size:25px !important;
  line-height:1.05 !important;
  letter-spacing:-.65px !important;
}

.server-head p{
  margin:0 !important;
  max-width:440px !important;
  color:#858c9d !important;
  font-size:12px !important;
  line-height:1.55 !important;
}

.server-tags{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:22px 0 20px !important;
}

.server-tag{
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.032) !important;
  border:1px solid rgba(255,255,255,.075) !important;
  color:#afb6c5 !important;
}

.server-bottom{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  z-index:2 !important;
  margin-top:auto !important;
  padding:10px !important;
  min-height:66px !important;
  border:none !important;
  border-radius:17px !important;
  background:
    radial-gradient(160px 90px at 100% 0%,rgba(128,57,255,.14),transparent 70%),
    rgba(8,10,15,.70) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.065),
    0 14px 28px rgba(0,0,0,.15) !important;
  backdrop-filter:blur(12px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

.server-url{
  min-height:42px !important;
  padding:0 13px !important;
  max-width:calc(100% - 62px) !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
  border-radius:12px !important;
  background:linear-gradient(145deg,rgba(155,92,255,.12),rgba(155,92,255,.055)) !important;
  border:1px solid rgba(155,92,255,.16) !important;
  color:#e5d7ff !important;
  font-size:13px !important;
  font-weight:850 !important;
  letter-spacing:-.15px !important;
}

.server-open{
  flex:0 0 46px !important;
  width:46px !important;
  height:46px !important;
  border-radius:13px !important;
}

.server-no{
  right:24px !important;
  top:15px !important;
  font-size:68px !important;
  opacity:.72 !important;
}

@media(max-width:720px){
  .server-card{
    min-height:330px !important;
    padding:20px !important;
  }
  .server-head{
    grid-template-columns:58px 1fr !important;
    gap:13px !important;
  }
  .server-logo{
    width:58px !important;
    height:58px !important;
  }
  .server-head h3{
    font-size:22px !important;
  }
  .server-tags{
    margin:18px 0 17px !important;
  }
  .server-bottom{
    margin-top:auto !important;
    padding:9px !important;
  }
}


/* --- V9 LISTING IMAGE + DETAIL PAGE --- */
.listing-media{
  height:205px !important;
  overflow:hidden !important;
}
.listing-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease, filter .35s ease;
}
.listing-card:hover .listing-image{
  transform:scale(1.035);
  filter:saturate(1.07) contrast(1.03);
}
.listing-card .listing-open .icon{
  font-size:14px;
}

.breadcrumb{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  padding-top:38px;color:#737b8e;font-size:12px
}
.breadcrumb a{color:#a9afbd;text-decoration:none}
.breadcrumb a:hover{color:#d8c7ff}

.product-detail{
  padding:30px 0 72px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr);
  gap:26px;
  align-items:start;
}
.product-gallery,
.product-summary,
.detail-panel{
  border:1px solid var(--line);
  background:linear-gradient(145deg,#10131b,#0b0e14);
  border-radius:24px;
  box-shadow:0 20px 55px rgba(0,0,0,.22);
}
.product-gallery{
  padding:12px;
  overflow:hidden;
}
.product-gallery img{
  width:100%;
  display:block;
  border-radius:17px;
  aspect-ratio:4/3;
  object-fit:cover;
}
.product-summary{
  padding:28px;
  position:sticky;
  top:102px;
}
.product-summary .detail-label{
  display:inline-flex;align-items:center;gap:7px;
  color:#c9b2fb;font-size:11px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;
  padding:7px 10px;border-radius:999px;
  background:rgba(155,92,255,.08);
  border:1px solid rgba(155,92,255,.18)
}
.product-summary h1{
  margin:17px 0 10px;
  font-size:38px;
  line-height:1.03;
  letter-spacing:-1.4px;
}
.product-summary .summary-text{
  margin:0;
  color:#8f96a8;
  font-size:14px;
  line-height:1.7;
}
.product-price-row{
  margin:24px 0 18px;
  padding:20px 0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.product-price-row small{
  display:block;
  color:#737b8d;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.8px;
  font-weight:850;
  margin-bottom:5px;
}
.product-price-big{
  font-size:34px;
  line-height:1;
  font-weight:950;
  color:#c5a5ff;
  letter-spacing:-1px;
}
.product-stock{
  display:flex;align-items:center;gap:8px;
  color:#c6ccda;font-size:12px;font-weight:800
}
.product-stock-dot{
  width:8px;height:8px;border-radius:50%;
  background:#3fd48f;
  box-shadow:0 0 14px rgba(63,212,143,.65)
}
.product-cta{
  width:100%;
  min-height:52px;
  font-size:14px;
}
.product-mini-note{
  margin-top:11px;text-align:center;
  color:#626a7a;font-size:10px;line-height:1.5
}

.detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.36fr);
  gap:20px;
  padding-bottom:76px;
}
.detail-panel{padding:27px}
.detail-panel h2{
  margin:0 0 18px;
  font-size:24px;
  letter-spacing:-.7px
}
.detail-panel p{
  margin:0;
  color:#8b93a4;
  font-size:13px;
  line-height:1.75
}
.detail-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px
}
.detail-point{
  padding:15px;
  border-radius:15px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.065)
}
.detail-point .icon-box{
  width:34px;height:34px;border-radius:10px;display:grid;place-items:center;
  color:#ba94ff;background:rgba(155,92,255,.08);
  border:1px solid rgba(155,92,255,.15);
  margin-bottom:10px
}
.detail-point strong{display:block;font-size:12px;margin-bottom:4px}
.detail-point span{display:block;color:#747c8e;font-size:11px;line-height:1.45}

.info-list{display:flex;flex-direction:column;gap:0}
.info-row{
  padding:14px 0;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  border-bottom:1px solid var(--line);
  font-size:12px
}
.info-row:last-child{border-bottom:0}
.info-row span:first-child{color:#747c8e}
.info-row span:last-child{color:#e2e5ec;font-weight:800;text-align:right}

.notice-box{
  margin-top:20px;padding:16px;border-radius:15px;
  color:#9ca3b5;font-size:11px;line-height:1.65;
  background:rgba(155,92,255,.045);
  border:1px solid rgba(155,92,255,.13)
}

@media(max-width:900px){
  .product-detail{grid-template-columns:1fr}
  .product-summary{position:relative;top:auto}
  .detail-layout{grid-template-columns:1fr}
}
@media(max-width:620px){
  .product-detail{padding-top:20px}
  .product-summary{padding:21px}
  .product-summary h1{font-size:30px}
  .detail-points{grid-template-columns:1fr}
}


/* --- V10 COMPACT LISTING CARD IMAGE --- */
.listing-card{
  min-height:320px !important;
}

.listing-media{
  height:150px !important;
  min-height:150px !important;
  max-height:150px !important;
}

.listing-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

.listing-body{
  padding:16px !important;
  gap:8px !important;
}

.listing-body h3{
  font-size:18px !important;
}

.listing-body p{
  font-size:12px !important;
  line-height:1.5 !important;
  min-height:36px;
}

@media(max-width:620px){
  .listing-media{
    height:145px !important;
    min-height:145px !important;
    max-height:145px !important;
  }
}
