/* roulang page: index */
:root{
  --bg-1:#0F0C20;
  --bg-2:#0B1A30;
  --bg-card:#151233;
  --bg-panel:#1A1640;
  --lime:#CCFF00;
  --cyan:#00F0FF;
  --pink:#FF3D8A;
  --orange:#FF8A00;
  --text:#FFFFFF;
  --muted:#A6ACAF;
  --line:rgba(0,240,255,.16);
  --line-soft:rgba(255,255,255,.08);
  --radius:14px;
  --radius-lg:20px;
  --shadow-neon:0 0 18px rgba(0,240,255,.28);
  --shadow-lime:0 0 18px rgba(204,255,0,.3);
  --grad-cta:linear-gradient(120deg,#CCFF00 0%,#00F0FF 100%);
  --grad-hot:linear-gradient(120deg,#FF3D8A 0%,#FF8A00 100%);
  --font:'Be Vietnam Pro','Segoe UI',Roboto,Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--bg-1);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--cyan);text-decoration:none;transition:color .2s}
a:hover{color:var(--lime)}
button{font-family:inherit;cursor:pointer;border:none}
ul{list-style:none}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}
.badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 12px;border-radius:999px;text-transform:uppercase}
.badge-hot{background:var(--grad-hot);color:#fff}
.badge-new{background:rgba(204,255,0,.12);color:var(--lime);border:1px solid rgba(204,255,0,.4)}
.badge-cyan{background:rgba(0,240,255,.1);color:var(--cyan);border:1px solid rgba(0,240,255,.35)}
/* ===== Header ===== */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(15,12,32,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px}
.logo{display:flex;align-items:center;gap:10px;min-width:0}
.logo-mark{width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:var(--grad-cta);display:flex;align-items:center;justify-content:center;font-weight:900;color:#0F0C20;font-size:18px;box-shadow:var(--shadow-neon)}
.logo-text{font-weight:800;font-size:15px;line-height:1.25;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.logo-text small{display:block;font-size:10px;font-weight:600;color:var(--cyan);letter-spacing:.12em;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{color:var(--muted);font-weight:600;font-size:14.5px;position:relative;padding:6px 0}
.main-nav a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--grad-cta);transition:width .25s;border-radius:2px}
.main-nav a:hover{color:#fff}
.main-nav a:hover::after{width:100%}
.main-nav a.active{color:var(--lime)}
.main-nav a.active::after{width:100%}
.auth-btns{display:flex;align-items:center;gap:10px;flex-shrink:0}
.btn-login{background:transparent;color:#fff;font-weight:600;font-size:14px;padding:9px 12px;border-radius:10px;transition:color .2s}
.btn-login:hover{color:var(--cyan)}
.btn-signup{background:var(--grad-cta);color:#0F0C20;font-weight:800;font-size:14px;padding:10px 20px;border-radius:10px;box-shadow:var(--shadow-lime);transition:transform .2s,box-shadow .2s;display:inline-block}
.btn-signup:hover{transform:translateY(-2px);box-shadow:0 0 26px rgba(204,255,0,.5);color:#0F0C20}
.btn-signup:active{transform:translateY(0) scale(.97)}
/* ===== Hero ===== */
.hero{position:relative;padding:130px 0 70px;background:linear-gradient(rgba(15,12,32,.82),rgba(11,26,48,.92)),url('/assets/images/backpic/back-1.jpg') center/cover no-repeat;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,240,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,240,255,.05) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}
.hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(255,61,138,.12);border:1px solid rgba(255,61,138,.4);color:var(--pink);font-weight:700;font-size:13px;padding:6px 14px;border-radius:999px;margin-bottom:18px}
.hero h1{font-size:40px;line-height:1.2;font-weight:900;margin-bottom:18px}
.hero h1 .hl{background:var(--grad-cta);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-desc{color:var(--muted);font-size:16.5px;max-width:560px;margin-bottom:26px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
.btn-primary{background:var(--grad-cta);color:#0F0C20;font-weight:800;font-size:16px;padding:14px 30px;border-radius:12px;box-shadow:var(--shadow-lime);transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 30px rgba(204,255,0,.55);color:#0F0C20}
.btn-ghost{background:rgba(0,240,255,.08);border:1px solid rgba(0,240,255,.4);color:var(--cyan);font-weight:700;font-size:15px;padding:14px 26px;border-radius:12px;transition:background .2s,transform .2s;display:inline-flex;align-items:center;gap:8px}
.btn-ghost:hover{background:rgba(0,240,255,.16);transform:translateY(-3px);color:var(--cyan)}
.hero-dots{display:flex;gap:8px;margin-bottom:8px}
.hero-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.2);transition:background .3s,width .3s}
.hero-dots span.on{background:var(--lime);width:26px;border-radius:6px;box-shadow:0 0 8px rgba(204,255,0,.6)}
.hero-slide-text{color:#D1F2EB;font-size:14px;min-height:22px}
/* countdown panel */
.launch-panel{background:rgba(21,18,51,.86);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px 28px;box-shadow:var(--shadow-neon);text-align:center}
.launch-panel h3{font-size:17px;font-weight:800;margin-bottom:4px}
.launch-panel .sub{color:var(--muted);font-size:13px;margin-bottom:20px}
.count-ring{position:relative;width:170px;height:170px;margin:0 auto 18px}
.count-ring svg{transform:rotate(-90deg)}
.ring-bg{fill:none;stroke:rgba(255,255,255,.08);stroke-width:9}
.ring-fg{fill:none;stroke:url(#ringGrad);stroke-width:9;stroke-linecap:round;transition:stroke-dashoffset 1s linear}
.ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ring-center strong{font-size:26px;font-weight:900;color:var(--lime)}
.ring-center span{font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.count-units{display:flex;justify-content:center;gap:10px;margin-bottom:20px}
.count-units div{background:rgba(0,240,255,.07);border:1px solid var(--line);border-radius:10px;padding:8px 12px;min-width:60px}
.count-units b{display:block;font-size:20px;font-weight:900;color:var(--cyan)}
.count-units small{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.btn-preorder{width:100%;background:var(--grad-hot);color:#fff;font-weight:800;font-size:15px;padding:13px;border-radius:12px;box-shadow:0 0 16px rgba(255,61,138,.4);transition:transform .2s}
.btn-preorder:hover{transform:translateY(-2px)}
/* ===== Section base ===== */
section{padding:70px 0}
.sec-head{margin-bottom:36px;max-width:640px}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-kicker{color:var(--cyan);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}
.sec-head h2{font-size:30px;font-weight:900;line-height:1.25;margin-bottom:10px}
.sec-head p{color:var(--muted);font-size:15px}
/* ===== Compare table ===== */
.sec-compare{background:var(--bg-2)}
.compare-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--bg-card)}
.compare-table{width:100%;border-collapse:collapse;min-width:640px}
.compare-table th,.compare-table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--line-soft);font-size:14.5px}
.compare-table thead th{background:rgba(0,240,255,.06);font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--cyan)}
.compare-table td:first-child{font-weight:600;color:#fff}
.compare-table .yes{color:var(--lime);font-weight:700}
.compare-table .no{color:#6b7280}
.compare-table tbody tr:last-child td{border-bottom:none}
.compare-table tbody tr:hover td{background:rgba(0,240,255,.03)}
.col-us{color:var(--lime)!important}
/* ===== Game tiers ===== */
.tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.game-card{background:var(--bg-card);border:1px solid var(--line-soft);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}
.game-card:hover{transform:translateY(-6px) scale(1.02);border-color:rgba(0,240,255,.5);box-shadow:0 12px 32px rgba(0,240,255,.18)}
.game-card .thumb{position:relative;aspect-ratio:16/10;overflow:hidden}
.game-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.game-card:hover .thumb img{transform:scale(1.07)}
.game-card .thumb .badge{position:absolute;top:10px;left:10px;z-index:2}
.game-card .body{padding:16px 18px 20px}
.game-card h3{font-size:16px;font-weight:800;margin-bottom:6px}
.game-card .desc{color:var(--muted);font-size:13.5px;margin-bottom:12px}
.game-card .meta{display:flex;align-items:center;justify-content:space-between}
.game-card .rtp{font-size:12.5px;color:var(--cyan);font-weight:700}
.game-card .play{font-size:13px;font-weight:800;color:var(--lime)}
/* ===== Media scroll ===== */
.sec-media{background:var(--bg-2)}
.media-track{display:flex;gap:18px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory}
.media-track::-webkit-scrollbar{height:8px}
.media-track::-webkit-scrollbar-thumb{background:rgba(0,240,255,.3);border-radius:4px}
.media-track::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}
.media-card{flex:0 0 300px;scroll-snap-align:start;background:var(--bg-card);border:1px solid var(--line-soft);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .25s,transform .25s}
.media-card:hover{border-color:rgba(204,255,0,.5);transform:translateY(-4px)}
.media-card img{aspect-ratio:16/9;object-fit:cover;width:100%}
.media-card .body{padding:16px 18px}
.media-card .type{font-size:11.5px;font-weight:800;color:var(--pink);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}
.media-card h3{font-size:15.5px;font-weight:700;margin-bottom:6px;line-height:1.4}
.media-card p{color:var(--muted);font-size:13px}
/* ===== News ===== */
.news-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:32px;align-items:start}
.news-list{border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--bg-card);overflow:hidden}
.news-item{display:flex;align-items:center;gap:16px;padding:16px 22px;border-bottom:1px solid var(--line-soft);transition:background .2s}
.news-item:last-child{border-bottom:none}
.news-item:hover{background:rgba(0,240,255,.04)}
.news-item .num{flex:0 0 34px;height:34px;border-radius:9px;background:rgba(0,240,255,.08);border:1px solid var(--line);color:var(--cyan);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}
.news-item .info{min-width:0;flex:1}
.news-item a.title{display:block;color:#fff;font-weight:600;font-size:14.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-item a.title:hover{color:var(--lime)}
.news-item .sub{display:flex;gap:12px;color:var(--muted);font-size:12px;margin-top:3px}
.news-empty{padding:34px;text-align:center;color:var(--muted);font-size:14px}
.news-aside{background:linear-gradient(160deg,rgba(255,61,138,.12),rgba(255,138,0,.08));border:1px solid rgba(255,61,138,.3);border-radius:var(--radius-lg);padding:26px}
.news-aside h3{font-size:19px;font-weight:800;margin-bottom:10px}
.news-aside p{color:#D1D5DB;font-size:14px;margin-bottom:16px}
.aside-price{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}
.aside-price .now{font-size:30px;font-weight:900;color:var(--lime)}
.aside-price .old{font-size:15px;color:var(--muted);text-decoration:line-through}
.aside-list{margin-bottom:18px}
.aside-list li{display:flex;gap:8px;color:#E5E7EB;font-size:13.5px;padding:5px 0}
.aside-list li::before{content:"✦";color:var(--pink);flex-shrink:0}
/* ===== Timeline ===== */
.timeline{position:relative;max-width:760px;padding-left:32px}
.timeline::before{content:"";position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,var(--cyan),var(--pink))}
.tl-item{position:relative;padding:0 0 30px 20px}
.tl-item:last-child{padding-bottom:0}
.tl-item::before{content:"";position:absolute;left:-30px;top:5px;width:16px;height:16px;border-radius:50%;background:var(--bg-1);border:3px solid var(--cyan);box-shadow:0 0 10px rgba(0,240,255,.5)}
.tl-item .time{font-size:12.5px;font-weight:800;color:var(--lime);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.tl-item h3{font-size:17px;font-weight:800;margin-bottom:5px}
.tl-item p{color:var(--muted);font-size:14px;max-width:560px}
/* ===== Activate CTA ===== */
.sec-activate{background:linear-gradient(rgba(15,12,32,.86),rgba(11,26,48,.94)),url('/assets/images/backpic/back-2.jpg') center/cover no-repeat;text-align:center}
.activate-inner{max-width:680px;margin:0 auto}
.activate-inner h2{font-size:32px;font-weight:900;margin-bottom:14px}
.activate-inner p{color:#D1D5DB;font-size:15.5px;margin-bottom:26px}
.pay-badges{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}
.pay-badges span{background:rgba(255,255,255,.06);border:1px solid var(--line-soft);border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;color:#E5E7EB;display:inline-flex;align-items:center;gap:7px}
.pay-badges .dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 6px rgba(204,255,0,.7)}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:620px;margin:32px auto 0}
.stat-row div{background:rgba(21,18,51,.7);border:1px solid var(--line);border-radius:var(--radius);padding:18px 12px}
.stat-row b{display:block;font-size:24px;font-weight:900;color:var(--cyan)}
.stat-row small{color:var(--muted);font-size:12.5px}
/* ===== FAQ ===== */
.faq-wrap{max-width:820px}
.faq-item{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--bg-card);margin-bottom:14px;overflow:hidden;transition:border-color .25s}
.faq-item[open]{border-color:rgba(0,240,255,.45)}
.faq-item summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:700;font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:22px;font-weight:400;color:var(--cyan);transition:transform .25s;flex-shrink:0}
.faq-item[open] summary::after{transform:rotate(45deg);color:var(--lime)}
.faq-item .ans{padding:0 22px 20px;color:var(--muted);font-size:14.5px}
/* ===== Footer ===== */
.site-footer{background:#0A0818;border-top:1px solid var(--line);padding:54px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;margin-bottom:36px}
.footer-brand p{color:var(--muted);font-size:13.5px;margin-top:12px;max-width:300px}
.footer-col h4{font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cyan);margin-bottom:14px}
.footer-col li{margin-bottom:9px}
.footer-col a{color:var(--muted);font-size:14px}
.footer-col a:hover{color:var(--lime)}
.footer-col .txt{color:var(--muted);font-size:13.5px;margin-bottom:9px}
.trust-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:18px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);margin-bottom:20px}
.trust-row span{font-size:12.5px;color:var(--muted);background:rgba(255,255,255,.04);border:1px solid var(--line-soft);padding:7px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:6px}
.badge-18{background:var(--grad-hot)!important;color:#fff!important;font-weight:800;border:none!important}
.copyright{text-align:center;color:#6B7280;font-size:12.5px}
.copyright a{color:#9CA3AF}
/* ===== FAB ===== */
.fab{position:fixed;left:16px;bottom:96px;z-index:90;width:60px;height:60px;border-radius:18px;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);border:2px solid transparent;background-image:linear-gradient(rgba(10,10,25,.85),rgba(10,10,25,.85)),var(--grad-cta);background-origin:border-box;background-clip:padding-box,border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px rgba(0,240,255,.5);opacity:.65;transition:opacity .25s,transform .25s,box-shadow .25s;text-align:center}
.fab:hover{opacity:1;transform:scale(1.08);box-shadow:0 0 26px rgba(0,240,255,.75)}
.fab:active{transform:scale(.95)}
.fab .icon{font-size:22px;line-height:1}
.fab .lbl{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:10px;font-weight:800;color:var(--cyan);letter-spacing:.08em;white-space:nowrap}
.fab .noti{position:absolute;top:-4px;right:-4px;background:var(--pink);color:#fff;font-size:9px;font-weight:900;padding:2px 6px;border-radius:999px;animation:blink 1.4s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.35}}
/* ===== Responsive ===== */
@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .launch-panel{max-width:440px;margin:0 auto}
  .tier-grid{grid-template-columns:repeat(2,1fr)}
  .news-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero h1{font-size:34px}
}
@media (max-width:768px){
  .main-nav{display:none}
  .logo-text{font-size:13px;max-width:150px}
  .hero{padding:110px 0 56px}
  .hero h1{font-size:28px}
  section{padding:54px 0}
  .sec-head h2{font-size:24px}
  .stat-row{grid-template-columns:repeat(3,1fr)}
  .activate-inner h2{font-size:26px}
}
@media (max-width:520px){
  .tier-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .btn-signup{padding:9px 14px;font-size:13px}
  .btn-login{padding:8px 8px;font-size:13px}
  .logo-text{max-width:110px;font-size:12px}
  .hero h1{font-size:24px}
  .count-units div{min-width:52px;padding:7px 8px}
  .stat-row{grid-template-columns:1fr;max-width:320px}
  .media-card{flex-basis:260px}
  .hero-ctas .btn-primary,.hero-ctas .btn-ghost{width:100%;justify-content:center}
}

/* roulang page: article */
:root {
  --primary-bg: #0A2E1C;
  --secondary-bg: #123E25;
  --accent-gold: #FFD700;
  --accent-red: #D32F2F;
  --text-primary: #FFFFFF;
  --text-secondary: #D1F2EB;
  --text-muted: #A0C4B8;
  --border-color: rgba(255, 215, 0, 0.2);
  --card-bg: rgba(18, 62, 37, 0.6);
  --shadow-gold: 0 4px 20px rgba(255, 215, 0, 0.15);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.4);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 48px;
  --spacing-xl: 64px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  color: var(--text-primary);
  background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-gold);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #FFF4A3;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 46, 28, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-lg);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  flex-shrink: 0;
}

.logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-bg);
  box-shadow: var(--shadow-gold);
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 18px;
  line-height: 1.2;
}

.logo-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-secondary);
  opacity: 0.85;
}

.main-nav {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.main-nav a {
  padding: 10px 20px;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 15px;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  position: relative;
}

.main-nav a:hover {
  color: var(--accent-gold);
  background: rgba(255, 215, 0, 0.08);
}

.main-nav a.active {
  color: var(--accent-gold);
  background: rgba(255, 215, 0, 0.12);
}

.main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: var(--accent-gold);
  border-radius: 2px;
}

.auth-btns {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}

.btn-login {
  padding: 10px 20px;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-login:hover {
  color: var(--accent-gold);
}

.btn-signup {
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-gold);
  transition: all 0.3s ease;
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 215, 0, 0.3);
  color: var(--primary-bg);
}

/* Article Hero */
.article-hero {
  position: relative;
  padding: 80px 0 60px;
  background: linear-gradient(180deg, rgba(18, 62, 37, 0.4) 0%, transparent 100%);
  border-bottom: 1px solid var(--border-color);
}

.article-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: url('/assets/images/backpic/back-1.jpg') center/cover no-repeat;
  opacity: 0.08;
  z-index: 0;
}

.article-hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.article-category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid var(--accent-gold);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

.article-date i {
  color: var(--accent-gold);
}

.article-hero h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--text-primary);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.article-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 32px;
}

.article-stats {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 14px;
}

.stat-item i {
  color: var(--accent-gold);
}

/* Article Content */
.article-body {
  padding: 60px 0;
}

.article-body .container {
  max-width: 820px;
}

.article-content {
  background: var(--card-bg);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-lg);
}

.article-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 48px 0 20px;
  color: var(--text-primary);
  line-height: 1.3;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 36px 0 16px;
  color: var(--text-primary);
}

.article-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.article-content ul,
.article-content ol {
  margin: 24px 0;
  padding-left: 28px;
}

.article-content li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: var(--text-secondary);
}

.article-content li::marker {
  color: var(--accent-gold);
}

.article-content a {
  color: var(--accent-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}

.article-content a:hover {
  color: #FFF4A3;
  text-decoration-thickness: 2px;
}

.article-content strong {
  font-weight: 600;
  color: var(--text-primary);
}

.article-content em {
  font-style: italic;
  color: var(--text-secondary);
}

.article-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: rgba(255, 215, 0, 0.08);
  border-left: 4px solid var(--accent-gold);
  border-radius: var(--radius-sm);
  font-style: italic;
  color: var(--text-secondary);
}

.article-content img {
  margin: 32px 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.article-content table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 16px;
}

.article-content th,
.article-content td {
  padding: 14px 16px;
  border: 1px solid var(--border-color);
  text-align: left;
}

.article-content th {
  background: rgba(255, 215, 0, 0.12);
  color: var(--accent-gold);
  font-weight: 600;
}

.article-content td {
  color: var(--text-secondary);
}

.article-content code {
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 15px;
  color: var(--accent-gold);
}

.article-content pre {
  margin: 32px 0;
  padding: 24px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow-x: auto;
}

.article-content pre code {
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  color: var(--text-secondary);
}

/* Not Found State */
.not-found-state {
  text-align: center;
  padding: 80px 20px;
}

.not-found-state i {
  font-size: 64px;
  color: var(--accent-gold);
  margin-bottom: 24px;
  opacity: 0.6;
}

.not-found-state h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.not-found-state p {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.btn-home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  font-weight: 600;
  font-size: 16px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-gold);
  transition: all 0.3s ease;
}

.btn-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 215, 0, 0.3);
  color: var(--primary-bg);
}

/* Related Articles */
.related-section {
  padding: 60px 0;
  background: rgba(18, 62, 37, 0.3);
  border-top: 1px solid var(--border-color);
}

.related-section h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: var(--text-primary);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.related-card {
  background: var(--card-bg);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.3s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-gold);
}

.related-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--secondary-bg) 0%, var(--primary-bg) 100%);
}

.related-card-body {
  padding: 24px;
}

.related-card-category {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid var(--accent-gold);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.related-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.related-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

.related-card-date {
  font-size: 13px;
  color: var(--text-muted);
}

.related-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-gold);
  transition: all 0.3s ease;
}

.related-card-link:hover {
  gap: 10px;
}

/* Footer */
.site-footer {
  background: rgba(10, 46, 28, 0.95);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 24px;
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 16px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 15px;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: var(--accent-gold);
  padding-left: 4px;
}

.footer-col .txt {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 10px;
  line-height: 1.5;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 24px;
}

.trust-row span {
  font-size: 14px;
  color: var(--text-muted);
}

.badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--accent-red);
  color: var(--text-primary);
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(211, 47, 47, 0.3);
}

.copyright {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.copyright a {
  color: var(--accent-gold);
  font-weight: 500;
}

/* FAB */
.fab {
  position: fixed;
  left: 20px;
  bottom: 96px;
  z-index: 999;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  border: 3px solid rgba(255, 215, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--primary-bg);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
  transition: all 0.4s ease;
  opacity: 0.85;
  animation: fabFloat 3s ease-in-out infinite;
}

.fab:hover {
  opacity: 1;
  transform: scale(1.12) rotate(5deg);
  box-shadow: 0 6px 28px rgba(255, 215, 0, 0.5);
}

.fab:active {
  transform: scale(0.95) translateY(2px);
}

@keyframes fabFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.fab::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(45deg, var(--accent-gold), #FFA500, var(--accent-red), var(--accent-gold));
  background-size: 300% 300%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  animation: fabShimmer 4s linear infinite;
  transition: opacity 0.3s ease;
}

.fab:hover::before {
  opacity: 0.6;
}

@keyframes fabShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  
  .article-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
  }
  
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  
  .main-nav a {
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 16px;
  }
  
  .auth-btns {
    gap: 8px;
  }
  
  .btn-login {
    font-size: 14px;
    padding: 8px 16px;
  }
  
  .btn-signup {
    font-size: 14px;
    padding: 8px 20px;
  }
  
  .article-hero {
    padding: 60px 0 40px;
  }
  
  .article-hero h1 {
    font-size: 28px;
  }
  
  .article-excerpt {
    font-size: 16px;
  }
  
  .article-content {
    padding: 32px 24px;
  }
  
  .article-content h2 {
    font-size: 26px;
  }
  
  .article-content h3 {
    font-size: 20px;
  }
  
  .article-content p,
  .article-content li {
    font-size: 16px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .related-grid {
    grid-template-columns: 1fr;
  }
  
  .fab {
    width: 56px;
    height: 56px;
    font-size: 24px;
    left: 16px;
    bottom: 80px;
  }
}

@media (max-width: 520px) {
  .logo-text {
    font-size: 15px;
  }
  
  .logo-text small {
    font-size: 10px;
  }
  
  .logo-mark {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  
  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .article-stats {
    flex-direction: column;
    gap: 12px;
  }
  
  .trust-row {
    gap: 12px;
    font-size: 13px;
  }
}

/* roulang page: category1 */
:root {
  --primary-bg: #0A2E1C;
  --secondary-bg: #123E25;
  --accent-gold: #FFD700;
  --accent-red: #D32F2F;
  --text-primary: #FFFFFF;
  --text-muted: #D1F2EB;
  --card-bg: #0F3B28;
  --card-border: rgba(255, 215, 0, 0.15);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.25);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.35);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.45);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 40px;
  --spacing-xl: 64px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

button, .btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

/* Header & Navigation */
.site-header {
  background: rgba(10, 46, 28, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-sm) var(--spacing-sm);
  gap: var(--spacing-md);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-bg);
  font-weight: 800;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 16px;
  color: var(--accent-gold);
}

.logo-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  opacity: 0.85;
}

.main-nav {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}

.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 0;
  position: relative;
  white-space: nowrap;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  transition: width 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent-gold);
}

.main-nav a.active::after {
  width: 100%;
}

.auth-btns {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-login {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 16px;
}

.btn-login:hover {
  color: var(--accent-gold);
}

.btn-signup {
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  color: var(--primary-bg);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px rgba(255, 215, 0, 0.5);
}

/* Hero Section */
.hero-section {
  position: relative;
  padding: var(--spacing-xl) 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10, 46, 28, 0.95), rgba(18, 62, 37, 0.95)), url('/assets/images/backpic/back-1.jpg') center/cover;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, rgba(255, 215, 0, 0.08), transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 215, 0, 0.15);
  border: 1px solid var(--accent-gold);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: var(--spacing-sm);
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.2);
}

.hero-badge i {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: var(--spacing-sm);
  background: linear-gradient(135deg, #FFFFFF, var(--accent-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content .subtitle {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: var(--spacing-md);
  line-height: 1.6;
}

.hero-stats {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-md);
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--text-muted);
}

.stat-item i {
  color: var(--accent-gold);
  font-size: 18px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  color: var(--primary-bg);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 24px rgba(255, 215, 0, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 32px rgba(255, 215, 0, 0.6);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-secondary:hover {
  background: rgba(255, 215, 0, 0.15);
  border-color: var(--accent-gold);
}

/* Featured Games Grid */
.featured-games {
  padding: var(--spacing-xl) 0;
  background: var(--secondary-bg);
}

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-lg);
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.section-header .subtitle {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.game-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.25);
  border-color: var(--accent-gold);
}

.game-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(211, 47, 47, 0.1));
}

.game-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-card:hover .game-card-image img {
  transform: scale(1.1);
}

.game-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(211, 47, 47, 0.4);
}

.game-tag.new {
  background: #00C853;
}

.game-card-body {
  padding: var(--spacing-sm);
}

.game-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.game-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.game-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.game-meta i {
  color: var(--accent-gold);
}

.game-desc {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: var(--spacing-sm);
  line-height: 1.5;
}

.game-card-footer {
  display: flex;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.btn-play {
  flex: 1;
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  color: var(--primary-bg);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  text-align: center;
}

.btn-play:hover {
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.4);
}

.btn-demo {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.25);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  text-align: center;
}

.btn-demo:hover {
  background: rgba(255, 215, 0, 0.1);
  color: var(--accent-gold);
}

/* Why Choose Section */
.why-choose {
  padding: var(--spacing-xl) 0;
  background: var(--primary-bg);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--spacing-md);
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  text-align: left;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-gold);
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.15);
}

.feature-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 165, 0, 0.1));
  border: 1px solid var(--accent-gold);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--accent-gold);
  margin-bottom: var(--spacing-sm);
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.feature-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Jackpot Showcase */
.jackpot-section {
  padding: var(--spacing-xl) 0;
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.15), rgba(255, 215, 0, 0.1));
  position: relative;
  overflow: hidden;
}

.jackpot-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent 70%);
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, -20px); }
}

.jackpot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-md);
}

.jackpot-card {
  background: linear-gradient(135deg, rgba(10, 46, 28, 0.8), rgba(18, 62, 37, 0.8));
  backdrop-filter: blur(10px);
  border: 2px solid var(--accent-gold);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
  text-align: center;
  box-shadow: 0 0 32px rgba(255, 215, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.jackpot-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  100% { left: 100%; }
}

.jackpot-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.jackpot-amount {
  font-size: 42px;
  font-weight: 800;
  color: var(--accent-gold);
  margin-bottom: 12px;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.jackpot-game {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: var(--spacing-sm);
}

.btn-chase {
  background: var(--accent-red);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  display: inline-block;
}

.btn-chase:hover {
  background: #B71C1C;
  box-shadow: 0 4px 20px rgba(211, 47, 47, 0.4);
}

/* How to Start */
.how-to-start {
  padding: var(--spacing-xl) 0;
  background: var(--secondary-bg);
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
}

.step-card {
  position: relative;
  text-align: center;
  padding: var(--spacing-md);
}

.step-number {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  color: var(--primary-bg);
  font-size: 28px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-sm);
  box-shadow: 0 0 24px rgba(255, 215, 0, 0.4);
}

.step-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.step-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* FAQ Section */
.faq-section {
  padding: var(--spacing-xl) 0;
  background: var(--primary-bg);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  margin-bottom: var(--spacing-sm);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--accent-gold);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: var(--spacing-sm) var(--spacing-md);
  background: transparent;
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question:hover {
  color: var(--accent-gold);
}

.faq-icon {
  color: var(--accent-gold);
  transition: transform 0.3s ease;
  font-size: 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-answer-inner {
  padding: 0 var(--spacing-md) var(--spacing-sm);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

/* CTA Section */
.cta-section {
  padding: var(--spacing-xl) 0;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(211, 47, 47, 0.1));
  text-align: center;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: var(--spacing-sm);
  line-height: 1.2;
}

.cta-content p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: var(--spacing-md);
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.site-footer {
  background: rgba(10, 46, 28, 0.95);
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}

.footer-brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-top: 12px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: var(--spacing-sm);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-size: 14px;
  color: var(--text-muted);
}

.footer-col ul li a:hover {
  color: var(--accent-gold);
}

.footer-col .txt {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  justify-content: center;
  align-items: center;
  padding: var(--spacing-sm) 0;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  margin-bottom: var(--spacing-sm);
  font-size: 13px;
  color: var(--text-muted);
}

.badge-18 {
  background: var(--accent-red);
  color: #fff;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}

.copyright {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  padding-top: var(--spacing-sm);
}

.copyright a {
  color: var(--accent-gold);
  font-weight: 600;
}

.copyright a:hover {
  text-decoration: underline;
}

/* FAB */
.fab {
  position: fixed;
  left: 16px;
  bottom: 96px;
  z-index: 999;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--accent-gold), #FFA500);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
  animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.fab:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 6px 32px rgba(255, 215, 0, 0.6);
}

.fab i {
  font-size: 28px;
  color: var(--primary-bg);
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.fab-notification {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: var(--accent-red);
  border: 2px solid var(--primary-bg);
  border-radius: 50%;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 40px;
  }
  
  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
  }
  
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: var(--spacing-sm);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    gap: var(--spacing-sm);
  }
  
  .main-nav a {
    font-size: 14px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .hero-content .subtitle {
    font-size: 16px;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
  
  .games-grid {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .jackpot-grid {
    grid-template-columns: 1fr;
  }
  
  .steps-container {
    grid-template-columns: 1fr;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .hero-cta,
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn-primary,
  .btn-secondary {
    text-align: center;
    justify-content: center;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .fab {
    width: 56px;
    height: 56px;
    left: 12px;
    bottom: 80px;
  }
  
  .fab i {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .logo-text {
    font-size: 14px;
  }
  
  .logo-text small {
    font-size: 10px;
  }
  
  .auth-btns {
    gap: 8px;
  }
  
  .btn-login,
  .btn-signup {
    font-size: 13px;
    padding: 8px 16px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 12px;
  }
  
  .jackpot-amount {
    font-size: 32px;
  }
  
  .trust-row {
    font-size: 12px;
    gap: 12px;
  }
}

/* roulang page: category2 */
:root {
  --primary: #00F0FF;
  --primary-dark: #00B8CC;
  --accent: #CCFF00;
  --accent-glow: rgba(204,255,0,0.4);
  --bg-main: #0B1A30;
  --bg-dark: #0F0C20;
  --bg-card: rgba(15,12,32,0.85);
  --text-main: #FFFFFF;
  --text-muted: #A6ACAF;
  --border: rgba(0,240,255,0.15);
  --shadow: 0 4px 24px rgba(0,240,255,0.08);
  --shadow-hover: 0 8px 32px rgba(0,240,255,0.18);
  --radius: 12px;
  --radius-lg: 16px;
  --transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-main) 100%);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, .btn {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
  transition: var(--transition);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(11,26,48,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-dark);
  font-weight: 800;
  font-size: 18px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 2px;
}

.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.main-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}

.main-nav a.active {
  color: var(--primary);
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.auth-btns {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-login {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-main);
  padding: 8px 16px;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-login:hover {
  color: var(--primary);
  background: rgba(0,240,255,0.08);
}

.btn-signup {
  font-size: 14px;
  font-weight: 600;
  color: var(--bg-dark);
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,240,255,0.25);
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,240,255,0.35);
}

/* Hero */
.hero-fishing {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0,26,48,0.95) 0%, rgba(15,12,32,0.98) 100%),
              url('/assets/images/backpic/back-2.jpg') center/cover;
}

.hero-fishing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top, rgba(0,240,255,0.12), transparent 60%);
  pointer-events: none;
}

.hero-fishing .container {
  position: relative;
  z-index: 2;
}

.hero-profile {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}

.profile-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: var(--bg-dark);
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0,240,255,0.35), 0 0 64px rgba(204,255,0,0.2);
  position: relative;
}

.profile-avatar::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  z-index: -1;
  opacity: 0.3;
  animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.08); opacity: 0.5; }
}

.profile-info {
  flex: 1;
}

.profile-info h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.profile-tagline {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.5;
}

.stats-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.stat-badge {
  background: rgba(0,240,255,0.08);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}

.stat-badge i {
  font-size: 18px;
  color: var(--accent);
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: var(--bg-dark);
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 6px 24px rgba(0,240,255,0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(0,240,255,0.4);
}

.btn-secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  color: var(--text-main);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 16px;
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--primary);
}

/* Collection Grid */
.collection-section {
  padding: 80px 0;
  position: relative;
}

.section-header {
  text-align: left;
  margin-bottom: 48px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}

.section-header p {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 720px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.game-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  backdrop-filter: blur(16px);
}

.game-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--primary);
  box-shadow: var(--shadow-hover), 0 0 32px rgba(0,240,255,0.25);
}

.game-thumb {
  position: relative;
  padding-top: 56%;
  background: linear-gradient(135deg, rgba(0,240,255,0.15), rgba(204,255,0,0.08));
  overflow: hidden;
}

.game-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.game-card:hover .game-thumb img {
  transform: scale(1.08);
}

.game-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #D32F2F 0%, #FF4500 100%);
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(211,47,47,0.4);
}

.game-info {
  padding: 20px;
}

.game-info h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}

.game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.game-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.game-meta i {
  color: var(--accent);
}

.game-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.game-cta {
  display: flex;
  gap: 10px;
}

.btn-play {
  flex: 1;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: var(--bg-dark);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: var(--transition);
}

.btn-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,240,255,0.35);
}

.btn-demo {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  color: var(--text-main);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.btn-demo:hover {
  background: rgba(255,255,255,0.1);
}

/* Features */
.features-ocean {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0,26,48,0.4) 0%, transparent 100%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.feature-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: left;
  transition: var(--transition);
  backdrop-filter: blur(16px);
}

.feature-box:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(0,240,255,0.15), rgba(204,255,0,0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 20px;
  border: 1px solid var(--border);
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Weapons */
.weapons-section {
  padding: 80px 0;
}

.weapons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.weapon-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.weapon-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,240,255,0.08), transparent 70%);
  opacity: 0;
  transition: var(--transition);
}

.weapon-card:hover::before {
  opacity: 1;
}

.weapon-card:hover {
  border-color: var(--accent);
  transform: scale(1.05);
  box-shadow: 0 8px 32px rgba(204,255,0,0.25);
}

.weapon-icon-wrap {
  font-size: 48px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.weapon-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.weapon-specs {
  font-size: 13px;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
}

.weapon-specs span {
  display: block;
  margin: 4px 0;
}

/* Journey */
.journey-section {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,26,48,0.4) 100%);
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  position: relative;
  backdrop-filter: blur(16px);
  text-align: left;
}

.step-number {
  position: absolute;
  top: -16px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--bg-dark);
  box-shadow: 0 4px 16px rgba(0,240,255,0.35);
}

.step-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
}

.step-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* FAQ */
.faq-section {
  padding: 80px 0;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 16px;
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(16px);
}

.faq-item:hover {
  border-color: var(--primary);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-main);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq-question i {
  color: var(--primary);
  transition: var(--transition);
  font-size: 20px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 24px 20px 24px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 600px;
}

/* CTA */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(0,240,255,0.08) 0%, rgba(204,255,0,0.06) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/images/backpic/back-3.jpg') center/cover;
  opacity: 0.08;
  pointer-events: none;
}

.cta-box {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cta-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-box p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Footer */
.site-footer {
  background: rgba(8,9,15,0.95);
  border-top: 1px solid var(--border);
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}

.footer-brand .logo {
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-top: 12px;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-main);
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 14px;
  color: var(--text-muted);
}

.footer-col a:hover {
  color: var(--primary);
}

.footer-col .txt {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content:center;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--text-muted);
}

.badge-18 {
  background: linear-gradient(135deg, #D32F2F 0%, #FF4500 100%);
  color: #FFF;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
}

.copyright {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}

.copyright a {
  color: var(--primary);
}

.copyright a:hover {
  text-decoration: underline;
}

/* FAB */
.fab {
  position: fixed;
  left: 20px;
  bottom: 96px;
  z-index: 500;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--bg-dark);
  box-shadow: 0 6px 24px rgba(0,240,255,0.4);
  cursor: pointer;
  transition: var(--transition);
  opacity: 0.75;
  animation: float-fab 3s ease-in-out infinite;
}

.fab:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 10px 36px rgba(0,240,255,0.55);
  animation: none;
}

.fab:active {
  transform: translateY(-2px) scale(1.05);
}

@keyframes float-fab {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.fab-notification {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: #D32F2F;
  border-radius: 50%;
  border: 2px solid var(--bg-dark);
  animation: blink-dot 1.5s ease-in-out infinite;
}

@keyframes blink-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
  }
  
  .hero-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .profile-info h1 {
    font-size: 38px;
  }
  
  .stats-badges {
    justify-content: center;
  }
  
  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-inner {
    gap: 16px;
  }
  
  .main-nav {
    display: none;
  }
  
  .logo-text {
    font-size: 16px;
  }
  
  .logo-mark {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  
  .auth-btns {
    gap: 8px;
  }
  
  .btn-login {
    padding: 8px 12px;
    font-size: 13px;
  }
  
  .btn-signup {
    padding: 9px 16px;
    font-size: 13px;
  }
  
  .hero-fishing {
    padding: 48px 0 40px;
  }
  
  .profile-avatar {
    width: 100px;
    height: 100px;
    font-size: 48px;
  }
  
  .profile-info h1 {
    font-size: 32px;
  }
  
  .profile-tagline {
    font-size: 16px;
  }
  
  .stats-badges {
    gap: 12px;
  }
  
  .stat-badge {
    font-size: 13px;
    padding: 8px 14px;
  }
  
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .collection-section,
  .features-ocean,
  .weapons-section,
  .journey-section,
  .faq-section,
  .cta-section {
    padding: 56px 0;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
  
  .section-header p {
    font-size: 15px;
  }
  
  .collection-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .weapons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .journey-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .cta-box h2 {
    font-size: 32px;
  }
  
  .cta-box p {
    font-size: 16px;
  }
  
  .cta-actions {
    flex-direction: column;
  }
  
  .cta-actions .btn-primary,
  .cta-actions .btn-secondary {
    width: 100%;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .trust-row {
    gap: 12px;
    font-size: 12px;
  }
  
  .fab {
    width: 56px;
    height: 56px;
    font-size: 24px;
    left: 16px;
    bottom: 80px;
  }
}

@media (max-width: 520px) {
  .container {
    padding: 0 16px;
  }
  
  .weapons-grid {
    grid-template-columns: 1fr;
  }
  
  .game-info {
    padding: 16px;
  }
  
  .game-cta {
    flex-direction: column;
  }
}

/* roulang page: category3 */
:root {
  --primary-bg: #0A2E1C;
  --secondary-bg: #123E25;
  --accent-gold: #FFD700;
  --accent-red: #D32F2F;
  --text-light: #FFFFFF;
  --text-pale: #D1F2EB;
  --text-muted: #A5C9BB;
  --border-color: rgba(255, 215, 0, 0.2);
  --shadow-soft: 0 4px 12px rgba(0,0,0,0.3);
  --shadow-hover: 0 8px 24px rgba(255, 215, 0, 0.2);
  --radius: 12px;
  --spacing: 24px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  background: rgba(10, 46, 28, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-soft);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.logo-mark {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 18px;
  color: var(--text-light);
}

.logo-text small {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-pale);
  margin-top: 2px;
}

.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-pale);
  padding: 8px 0;
  position: relative;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  transition: var(--transition);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent-gold);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  width: 100%;
}

.auth-btns {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-login {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-pale);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  transition: var(--transition);
}

.btn-login:hover {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

.btn-signup {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  transition: var(--transition);
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

/* Hero Banner */
.hero-banner {
  background: linear-gradient(135deg, rgba(10, 46, 28, 0.9) 0%, rgba(18, 62, 37, 0.85) 100%), 
              url('/assets/images/backpic/back-2.jpg') center/cover no-repeat;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 215, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFF4CC 50%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.hero-content p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-pale);
  margin-bottom: 36px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
}

.btn-secondary {
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-light);
  border: 2px solid var(--accent-gold);
  border-radius: 12px;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary:hover {
  background: rgba(255, 215, 0, 0.15);
  transform: translateY(-2px);
}

/* Game Categories Section */
.game-categories {
  padding: 80px 0;
  background: var(--primary-bg);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--accent-gold);
}

.section-header p {
  font-size: 18px;
  color: var(--text-pale);
  max-width: 700px;
  margin: 0 auto;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.game-card {
  background: linear-gradient(135deg, rgba(18, 62, 37, 0.6) 0%, rgba(10, 46, 28, 0.8) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.game-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: var(--transition);
}

.game-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--accent-gold);
}

.game-card:hover::before {
  opacity: 1;
}

.game-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  position: relative;
  z-index: 1;
}

.game-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--accent-gold);
  position: relative;
  z-index: 1;
}

.game-card p {
  font-size: 15px;
  color: var(--text-pale);
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.game-features {
  list-style: none;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.game-features li {
  font-size: 14px;
  color: var(--text-muted);
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
}

.game-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-gold);
  font-weight: 700;
}

.game-btn {
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  color: var(--primary-bg);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.game-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.4);
}

.hot-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent-red);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Feature Highlights */
.feature-highlights {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--secondary-bg) 0%, var(--primary-bg) 100%);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.feature-item {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: var(--radius);
  transition: var(--transition);
}

.feature-item:hover {
  background: rgba(255, 215, 0, 0.05);
  border-color: var(--accent-gold);
  transform: translateY(-4px);
}

.feature-item i {
  font-size: 48px;
  color: var(--accent-gold);
  margin-bottom: 20px;
  display: block;
}

.feature-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-light);
}

.feature-item p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Game Rules Section */
.game-rules {
  padding: 80px 0;
  background: var(--primary-bg);
}

.rules-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.rules-text h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--accent-gold);
}

.rules-list {
  list-style: none;
}

.rules-list li {
  padding: 16px 0;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  color: var(--text-pale);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.rules-list li:last-child {
  border-bottom: none;
}

.rules-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 16px;
  width: 28px;
  height: 28px;
  background: var(--accent-gold);
  color: var(--primary-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.rules-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.rules-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

/* Payment Section */
.payment-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--secondary-bg) 0%, var(--primary-bg) 100%);
}

.payment-methods {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.payment-badge {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--accent-gold);
  border-radius: 12px;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
}

.payment-badge:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: scale(1.05);
}

.payment-badge i {
  font-size: 32px;
  color: var(--accent-gold);
}

.payment-badge span {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-light);
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: var(--primary-bg);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(18, 62, 37, 0.4);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 16px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--accent-gold);
}

.faq-question {
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-light);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question::after {
  content: '+';
  font-size: 24px;
  color: var(--accent-gold);
  transition: var(--transition);
}

.faq-question:hover {
  color: var(--accent-gold);
}

.faq-answer {
  padding: 0 24px 24px;
  font-size: 15px;
  color: var(--text-pale);
  line-height: 1.7;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question::after {
  content: '−';
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%),
              url('/assets/images/backpic/back-3.jpg') center/cover no-repeat;
  text-align: center;
  position: relative;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 46, 28, 0.85);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFF4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content p {
  font-size: 20px;
  color: var(--text-pale);
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-item .number {
  font-size: 48px;
  font-weight: 800;
  color: var(--accent-gold);
  display: block;
  margin-bottom: 8px;
}

.stat-item .label {
  font-size: 16px;
  color: var(--text-pale);
}

/* Footer */
.site-footer {
  background: rgba(10, 46, 28, 0.95);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .logo {
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--accent-gold);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 14px;
  color: var(--text-muted);
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--accent-gold);
  padding-left: 4px;
}

.footer-col .txt {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--text-muted);
}

.badge-18 {
  background: var(--accent-red);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
}

.copyright a {
  color: var(--accent-gold);
}

.copyright a:hover {
  text-decoration: underline;
}

/* FAB */
.fab {
  position: fixed;
  left: 20px;
  bottom: 96px;
  z-index: 999;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #FFA500 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  cursor: pointer;
  transition: var(--transition);
  animation: float 3s ease-in-out infinite;
  opacity: 0.9;
  border: 3px solid var(--primary-bg);
}

.fab:hover {
  opacity: 1;
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.6);
}

.fab i {
  font-size: 28px;
  color: var(--primary-bg);
}

.fab-pulse {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: var(--accent-red);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
  }
  
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-around;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-color);
  }
  
  .main-nav a {
    font-size: 13px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .section-header h2 {
    font-size: 32px;
  }
  
  .game-grid {
    grid-template-columns: 1fr;
  }
  
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .rules-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .cta-stats {
    gap: 32px;
  }
  
  .fab {
    width: 56px;
    height: 56px;
    left: 16px;
    bottom: 80px;
  }
  
  .fab i {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .hero-cta {
    flex-direction:column;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .payment-methods {
    gap: 16px;
  }
  
  .payment-badge {
    padding: 16px 24px;
  }
  
  .cta-stats {
    flex-direction: column;
    gap: 24px;
  }
}
