:root {
    --bg: #07080b;
    --panel: rgba(255, 255, 255, .06);
    --panel2: rgba(255, 255, 255, .09);
    --text: #e9ecf2;
    --muted: rgba(233, 236, 242, .72);
    --line: rgba(255, 255, 255, .10);
    --accent: #9b7cff;
    /* change this for vibe */
    --accent2: #3df2ff;
    --shadow: 0 18px 60px rgba(0, 0, 0, .55);
    --radius: 18px;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: radial-gradient(1200px 600px at 20% -10%, rgba(155, 124, 255, .22), transparent 60%),
        radial-gradient(900px 500px at 95% 0%, rgba(61, 242, 255, .14), transparent 55%),
        var(--bg);
    color: var(--text);
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    background: rgba(7, 8, 11, .55);
    border-bottom: 1px solid var(--line);
    z-index: 50;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 14px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(155, 124, 255, .35), rgba(61, 242, 255, .18));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    font-size: 18px;
}

.brand-name {
    font-family: Unbounded, Inter, system-ui;
    font-weight: 800;
    letter-spacing: .3px;
}

.brand-tag {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav a {
    color: rgba(233, 236, 242, .86);
    font-weight: 600;
    font-size: 14px;
}

.nav a:hover {
    color: #fff;
}

.burger {
    display: none;
    border: 1px solid var(--line);
    background: var(--panel);
    color: var(--text);
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    padding: 10px 20px 18px;
    border-top: 1px solid var(--line);
}

.mobile-nav a {
    display: block;
    padding: 12px 0;
    color: rgba(233, 236, 242, .86);
    font-weight: 600;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: var(--panel);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.btn:hover {
    transform: translateY(-1px);
    background: var(--panel2);
    border-color: rgba(255, 255, 255, .16);
}

.btn-primary {
    border-color: rgba(155, 124, 255, .35);
    background: linear-gradient(135deg, rgba(155, 124, 255, .25), rgba(61, 242, 255, .10));
}

.btn-ghost {
    background: transparent;
}

.btn-sm {
    padding: 9px 12px;
    border-radius: 12px;
    font-size: 13px;
}

.hero {
    position: relative;
    padding: 54px 0 34px;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 26px;
    align-items: start;
}

.hero-copy h1 {
    font-family: Unbounded, Inter, system-ui;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin: 12px 0 12px;
}

.glow {
    text-shadow: 0 0 24px rgba(155, 124, 255, .35);
    background: linear-gradient(90deg, #fff, rgba(155, 124, 255, .95), rgba(61, 242, 255, .95));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lead {
    color: rgba(233, 236, 242, .82);
    font-size: 16px;
    line-height: 1.6;
    max-width: 60ch;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(233, 236, 242, .86);
    font-weight: 700;
    font-size: 12px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.trust-row {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.trust-item {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .04);
    padding: 12px 14px;
    border-radius: 16px;
    min-width: 160px;
}

.trust-title {
    display: block;
    font-weight: 800;
    font-size: 13px;
}

.trust-sub {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
}

.hero-card {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .04));
    box-shadow: var(--shadow);
    padding: 18px;
}

.hero-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.badge {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(155, 124, 255, .16);
    font-weight: 800;
    font-size: 12px;
}

.chip {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .06);
    font-weight: 700;
    font-size: 12px;
    color: rgba(233, 236, 242, .86);
}

.hero-card-title {
    margin: 0 0 6px;
    font-family: Unbounded, Inter;
}

.muted {
    color: var(--muted);
}

.mini-grid {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.mini-item {
    display: block;
    padding: 12px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .18);
}

.mini-title {
    font-weight: 900;
}

.mini-sub {
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
}

.mini-link {
    display: inline-block;
    margin-top: 12px;
    color: rgba(61, 242, 255, .9);
    font-weight: 800;
}

.hero-bg {
    position: absolute;
    inset: -40% -20% auto -20%;
    height: 500px;
    background: radial-gradient(closest-side, rgba(155, 124, 255, .22), transparent 60%),
        radial-gradient(closest-side, rgba(61, 242, 255, .14), transparent 55%);
    filter: blur(28px);
    pointer-events: none;
}

.section {
    padding: 34px 0;
}

.section-lite {
    padding: 28px 0;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.section-head h2 {
    margin: 0;
    font-family: Unbounded, Inter;
}

.section-head p {
    margin: 0;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    padding: 14px;
}

.platform-card:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .16);
}

.platform-ico {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .22);
    font-weight: 900;
}

.platform-title {
    font-weight: 900;
}

.platform-arrow {
    margin-left: auto;
    color: rgba(233, 236, 242, .72);
}

.page {
    padding: 26px 0 10px;
}

.page-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.page-head h1 {
    margin: 0;
    font-family: Unbounded, Inter;
}

.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.input,
.select {
    border-radius: 14px;
    padding: 12px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: var(--text);
    outline: none;
}

.input::placeholder {
    color: rgba(233, 236, 242, .45);
}

.select {
    cursor: pointer;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.card {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    padding: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.card h3 {
    margin: 0 0 6px;
    font-family: Unbounded, Inter;
    font-size: 16px;
}

.cat {
    color: rgba(233, 236, 242, .60);
    font-weight: 800;
    font-size: 12px;
    text-transform: capitalize;
}

.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.price {
    font-weight: 900;
}

.price-lg {
    font-size: 18px;
}

.tag-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.tag {
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .18);
    color: rgba(233, 236, 242, .82);
}

.pill-ebay {
    background: rgba(0, 132, 255, .15);
    border-color: rgba(0, 132, 255, .25);
}

.pill-gameflip {
    background: rgba(0, 255, 170, .12);
    border-color: rgba(0, 255, 170, .22);
}

.pill-direct {
    background: rgba(155, 124, 255, .14);
    border-color: rgba(155, 124, 255, .26);
}

.empty {
    padding: 22px;
    border-radius: var(--radius);
    border: 1px dashed rgba(255, 255, 255, .18);
    color: rgba(233, 236, 242, .75);
}

.faq {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    overflow: hidden;
}

details {
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

details:first-child {
    border-top: none;
}

summary {
    cursor: pointer;
    font-weight: 900;
}

details p {
    margin: 10px 0 0;
    color: rgba(233, 236, 242, .78);
    line-height: 1.55;
}

.contact-card {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.contact-item {
    padding: 12px;
    border-radius: 16px;
    background: rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .08);
}

.site-footer {
    padding: 24px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-top: 24px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-title {
    font-family: Unbounded, Inter;
    font-weight: 900;
}

.footer-links {
    display: flex;
    gap: 14px;
    color: rgba(233, 236, 242, .78);
    font-weight: 700;
}

.footer-tight {
    margin-top: 0;
}

/* Modal */
.no-scroll {
    overflow: hidden;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(6px);
}

.modal-card {
    position: relative;
    width: min(720px, calc(100% - 26px));
    margin: 90px auto 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(12, 14, 18, .92);
    box-shadow: var(--shadow);
    padding: 16px;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: var(--text);
    cursor: pointer;
}

.modal-body {
    padding: 12px 8px 10px;
}

.modal-head {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.modal-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

/* Responsive */
@media (max-width: 920px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .nav {
        display: none;
    }

    .burger {
        display: inline-flex;
    }

    .mobile-nav {
        display: block;
    }

    .grid {
        grid-template-columns: 1fr;
    }
}
/* --- Game tiles strip --- */
.games-strip{
  margin-top: 8px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.games-strip-head{
  display:flex; align-items:center; justify-content:space-between;
  gap: 10px; flex-wrap: wrap;
  margin-bottom: 12px;
}
.small{ font-size: 12px; }
.mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.games-wrap{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.game-tile{
  width: 100%;
  display:flex; align-items:center; gap: 12px;
  text-align:left;
  border-radius: 18px;
  padding: 12px 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  cursor:pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.game-tile:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.18);
}
.game-tile.is-active{
  border-color: rgba(155,124,255,.40);
  box-shadow: 0 0 0 2px rgba(155,124,255,.12) inset;
}
.game-ico{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  font-size: 18px;
}
.game-name{ font-weight: 900; }
.game-sub{ color: var(--muted); font-size: 12px; margin-top: 2px; }
.game-arrow{ margin-left:auto; color: rgba(233,236,242,.55); font-weight: 900; }

/* Selected game header */
.selected-game{
  margin-top: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(155,124,255,.12), rgba(61,242,255,.06));
  padding: 14px 16px;
}
.selected-game-inner{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 12px; flex-wrap: wrap;
}
.game-title{
  margin: 0;
  font-family: Unbounded, Inter;
}

/* Listings: allow image + body */
.listing-card{
  padding: 0;
  overflow:hidden;
}
.listing-img{
  height: 140px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
}
.listing-img img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
.listing-body{ padding: 16px; }

/* Responsive */
@media (max-width: 920px){
  .games-wrap{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .games-wrap{ grid-template-columns: 1fr; }
}
