:root{
  --bg:#141414; --bg2:#1a1a1a; --bg3:#222; --elev:#1e1e1e;
  --orange:#ff6a00; --orange2:#ff8a1a; --text:#eee; --muted:#9a9a9a;
  --line:#2c2c2c; --danger:#e23d3d; --blue:#3b82f6; --side:220px; --head:64px; --dock:72px; --bar:32px;
}
*{box-sizing:border-box;}
html,body{margin:0;height:100%;background:var(--bg);color:var(--text);
  font-family:"PingFang SC","Microsoft YaHei",sans-serif;font-size:13px;}
a{color:inherit;text-decoration:none;cursor:pointer;}
button,input,select,textarea{font-family:inherit;}
button{cursor:pointer;}
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px;}

.day .mkt-row b.odd-up{background:rgba(226,61,61,.1);}
.day .mkt-row b.odd-down{background:rgba(34,197,94,.1);}

.proto-bar{
  height:var(--bar);background:#0d0d0d;border-bottom:1px solid #2a2a2a;color:#bdbdbd;
  display:flex;align-items:center;padding:0 14px;gap:16px;font-size:12px;z-index:300;position:relative;
}
.proto-bar b{color:var(--orange);}
.proto-bar a{color:#ffb020;font-weight:700;}
.proto-bar .sp{margin-left:auto;}

.app{display:flex;flex-direction:column;height:calc(100vh - var(--bar));min-width:1280px;overflow:hidden;}
.body{flex:1;display:flex;min-height:0;position:relative;}
.sidebar{width:var(--side);flex-shrink:0;background:#121212;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:width .15s;}
.app.narrow .sidebar{width:56px;}
.app.narrow .side-txt,.app.narrow .arr,.app.narrow .theme-full{display:none;}
.app.narrow .theme-mini{display:flex !important;}
.theme-mini{display:none;width:36px;height:36px;align-items:center;justify-content:center;margin:0 auto;border-radius:8px;cursor:pointer;font-size:16px;}
.ico{width:18px;text-align:center;flex-shrink:0;font-size:14px;line-height:1;}
.si{width:18px;height:18px;flex-shrink:0;display:block;}
.side-promo{margin:10px 10px 8px;height:42px;border-radius:6px;background:#2a2a2e;color:#fff;
  font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;}
.side-promo .si{width:16px;height:16px;}
.app.narrow .side-promo{margin:4px auto;width:40px;height:40px;padding:0;font-size:16px;}
.side-tiles{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 10px 10px;}
.app.narrow .side-tiles{grid-template-columns:1fr;padding:0 8px 8px;gap:4px;}
.tile{height:56px;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
  font-size:11px;padding-bottom:6px;color:#fff;position:relative;overflow:hidden;}
.tile .tile-mark{position:absolute;inset:0;}
.tile.l1{background:linear-gradient(145deg,#3a1d78,#5b2db3);}
.tile.l1 .tile-mark{background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.25),transparent 45%);}
.tile.l1 .tile-mark::after{content:"L1";position:absolute;left:8px;top:8px;font-weight:800;font-size:13px;opacity:.9;}
.tile.dfl{background:linear-gradient(145deg,#7a1a1a,#c43a2a);}
.tile.dfl .tile-mark::after{content:"DFL";position:absolute;left:8px;top:8px;font-weight:800;font-size:11px;}
.tile.invite{background:linear-gradient(160deg,#9a1c28,#4a0e14);}
.tile.invite .tile-mark{background:
  radial-gradient(circle at 28% 38%,#ffd36a 0 4px,transparent 5px),
  linear-gradient(180deg,#e23d3d 0 42%,#b71c1c 42% 100%);}
.tile.invite .tile-mark::after{content:"";position:absolute;left:18%;right:18%;top:18%;height:22px;border-radius:3px 3px 0 0;background:#c62828;clip-path:polygon(0 40%,50% 0,100% 40%,100% 100%,0 100%);}
.app.narrow .tile{height:40px;padding-bottom:0;justify-content:center;}
.tile:hover{filter:brightness(1.08);}
.nav{flex:1;overflow:auto;padding:4px 8px;}
.app.narrow .nav{padding:4px 6px;}
.nav-item{height:44px;display:flex;align-items:center;gap:8px;padding:0 10px;border-radius:6px;color:#9a9a9a;margin-bottom:2px;position:relative;}
.app.narrow .nav-item{height:40px;justify-content:center;padding:0;margin-bottom:4px;}
.nav-item:hover{background:#1d1d1d;color:#fff;}
.nav-item.on{background:linear-gradient(90deg,#f5a132,#f8c45c);color:#1a1208;font-weight:700;}
.nav-item.on .si{color:#1a1208;}
.app.narrow .nav-item.on{background:#2a2a2a;color:#fff;font-weight:400;}
.app.narrow .nav-item.on .si{color:#fff;}
.nav-item .arr{margin-left:auto;opacity:.45;font-size:12px;}
.side-foot{padding:8px;border-top:1px solid var(--line);}
.app.narrow .side-foot{border-top:0;padding:8px 0 12px;}
.theme{display:flex;background:#1d1d1d;border-radius:20px;padding:3px;}
.app.narrow .theme{background:transparent;padding:0;display:block;}
.theme .theme-full{flex:1;text-align:center;height:26px;line-height:26px;border-radius:16px;color:var(--muted);cursor:pointer;font-size:12px;}
.theme .theme-full.on{background:linear-gradient(90deg,#f5a132,#f8c45c);color:#1a1208;font-weight:700;}

.header{height:var(--head);flex-shrink:0;background:#161616;border-bottom:1px solid #2a2a2a;
  display:flex;align-items:center;padding:0 16px 0 10px;gap:10px;z-index:40;overflow:visible;}
.ham{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#2a2a2e;border-radius:6px;cursor:pointer;color:#cfcfcf;}
.ham .si{width:20px;height:20px;}
.logo{font-weight:800;font-size:22px;letter-spacing:.3px;white-space:nowrap;display:flex;align-items:center;gap:6px;color:#fff;}
.logo-ball{width:28px;height:28px;flex-shrink:0;display:block;}
.logo-txt b{color:#ff7a12;font-style:italic;}
.logo-txt{font-style:italic;letter-spacing:.5px;}
.sponsor{height:40px;padding:0 8px 0 0;display:flex;align-items:center;gap:8px;font-size:11px;color:#ddd;white-space:nowrap;line-height:1.25;}
.sponsor img{height:36px;width:auto;display:block;object-fit:contain;}
.marquee{flex:1;min-width:80px;height:28px;overflow:hidden;display:flex;align-items:center;gap:8px;color:#c5c5c5;font-size:12px;}
.marquee .si{flex-shrink:0;opacity:.7;}
.marquee span{white-space:nowrap;animation:mq 42s linear infinite;}
@keyframes mq{from{transform:translateX(8%);}to{transform:translateX(-100%);}}
.hdr-right{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0;}
.btn-login{height:32px;padding:0 16px;border:1px solid var(--orange);background:transparent;color:var(--orange);border-radius:4px;font-weight:700;}
.btn-orange{height:32px;padding:0 16px;border:0;border-radius:16px;background:linear-gradient(180deg,#ff8a1a,#ff6a00);color:#fff;font-weight:800;}
.btn-pay{height:34px;padding:0 22px;border:0;border-radius:18px;background:linear-gradient(180deg,#ff9a2a,#ff6a00);color:#fff;font-weight:800;
  box-shadow:0 0 12px rgba(255,106,0,.45);}
.btn-ghost{height:32px;padding:0 14px;border:1px solid var(--orange);background:transparent;color:var(--orange);border-radius:4px;}
.userbox{display:flex;align-items:center;gap:10px;}
.user-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;gap:2px;}
.userbox .nm{font-weight:700;display:flex;align-items:center;gap:4px;}
.vip-dot{width:14px;height:14px;border-radius:50%;background:#c9c9c9;color:#222;font-size:9px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-style:normal;}
.userbox .bal{color:#fff;font-weight:700;display:flex;align-items:center;gap:4px;font-size:12px;}
.userbox .bal .si{width:12px;height:12px;opacity:.75;}
.avatar{width:36px;height:36px;border-radius:50%;background:#2a2a2a url(../img/avatar.png) center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #444;cursor:pointer;}
.user-drop{position:relative;}
.user-drop .user-menu{
  display:none;position:absolute;right:-6px;top:100%;z-index:60;padding-top:8px;
}
.user-drop:hover .user-menu,.user-drop.open .user-menu{display:block;}
.user-menu-in{
  width:228px;background:#2b2b30;border:1px solid #3a3a40;border-radius:8px;padding:10px 10px 8px;
}
.user-pay{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;}
.user-pay a{
  height:64px;background:#232328;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#eee;font-size:12px;
}
.user-pay a:hover{background:#2e2e34;}
.user-pay .si{width:22px;height:22px;color:#8b8cff;}
.user-menu-in>a{
  display:flex;align-items:center;gap:10px;height:36px;padding:0 8px;border-radius:4px;color:#eee;font-size:13px;
}
.user-menu-in>a .si{width:18px;height:18px;color:#7b8cff;}
.user-menu-in>a:hover{background:#333338;}
.user-menu-in>a.user-out{margin-top:4px;border-top:1px solid #3a3a40;border-radius:0 0 4px 4px;color:#ccc;}
.mail{position:relative;color:#ff7a12;}
.mail .si{width:20px;height:20px;}
.badge{position:absolute;top:-6px;right:-8px;background:var(--danger);color:#fff;font-size:10px;border-radius:8px;padding:0 4px;line-height:14px;font-weight:700;}

.main{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden;background:#141416;}
.main-pad{padding:16px 18px 40px;}
.home-wrap{padding:12px 16px 56px;}

.dock{width:var(--dock);flex-shrink:0;background:#121212;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:18px;}
.dock a{width:64px;text-align:center;font-size:11px;color:#cfcfcf;display:flex;flex-direction:column;align-items:center;gap:6px;}
.dock a .si{width:22px;height:22px;color:#eee;}
.dock a:hover,.dock a:hover .si{color:var(--orange);}
.dock-top{margin-top:auto;padding-bottom:12px;color:#888 !important;}

.hero-shot{position:relative;height:268px;border-radius:10px;overflow:hidden;background:#0c0c0c;}
.hero-shot img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.hit-reg{position:absolute;right:5%;bottom:20%;width:150px;height:46px;border:0;background:transparent;cursor:pointer;}

.sport-tabs{display:flex;align-items:center;margin:16px 0 12px;}
.sport-tabs-l{display:flex;gap:8px;}
.sport-tabs-l a{height:32px;padding:0 16px;border-radius:16px;color:#c5c9d4;font-weight:700;display:flex;align-items:center;background:#2a2d35;}
.sport-tabs-l a.on{background:linear-gradient(180deg,#ff9a2a,#ff6a00);color:#1a1208;}
.more-m{margin-left:auto;color:#bbb;font-size:13px;}
.match-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.match-row.sat{grid-template-columns:1fr 1fr 1fr;gap:8px;}
.mcard{background:#24262c;border-radius:6px;padding:12px 14px;}
.mcard-h{display:flex;align-items:center;gap:6px;color:#9aa0ab;font-size:12px;margin-bottom:8px;}
.mcard-h .si{width:16px;height:16px;color:#fff;}
.mcard-h.bb .si{color:#ff8a00;}
.mcard-t{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-weight:700;}
.mcard-t b{color:#fff;min-width:42px;text-align:right;}
.mcard-mid{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.mcard-teams{display:flex;flex-direction:column;gap:8px;min-width:0;}
.mcard-teams .team{font-size:13px;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mcard-score{font-size:22px;font-weight:800;color:#e8e8e8;letter-spacing:.4px;flex-shrink:0;}
.team{display:flex;align-items:center;gap:8px;}
.crest{width:22px;height:22px;border-radius:50%;display:inline-block;flex-shrink:0;background:#333;}
.crest.ipswich{background:radial-gradient(circle at 40% 35%,#3a6ec9,#123a7a);}
.crest.liv{background:radial-gradient(circle at 40% 35%,#e23d3d,#7a1010);}
.crest.psg{background:radial-gradient(circle at 40% 35%,#1a2a6a,#0a1028);box-shadow:inset 0 0 0 2px #c9a227;}
.crest.monaco{background:linear-gradient(180deg,#c41e3a 50%,#fff 50%);box-shadow:inset 0 0 0 1px #888;}
.crest.la2{background:linear-gradient(135deg,#c4a35a,#1a1a1a);}
.crest.ven{background:linear-gradient(135deg,#0a3d91,#c8102e);}
.crest.har{background:linear-gradient(135deg,#1a3a8a,#fff);}
.crest.chs{background:linear-gradient(135deg,#034694,#d00);}
.crest.zac{background:linear-gradient(135deg,#c9a227,#3a2a10);}
.crest.chi{background:linear-gradient(135deg,#e8c547,#8a6a10);}
.crest.tjn{background:linear-gradient(135deg,#c8102e,#1a1a1a);}
.crest.zhe{background:linear-gradient(135deg,#007a33,#ffd100);}
.crest.kag{background:linear-gradient(135deg,#ce1126,#fff);}
.crest.goy{background:linear-gradient(135deg,#003da5,#7ec8e3);}
.mcard-f{display:flex;justify-content:space-between;align-items:center;color:#888;font-size:12px;margin-top:6px;padding-top:8px;border-top:1px solid #2a2a2a;}
.match-row.sat .mcard-f{border-top:0;padding-top:8px;margin-top:2px;min-height:18px;}
.mcard-stats{display:flex;align-items:center;gap:10px;color:#b8bdc8;}
.mcard-stat{display:inline-flex;align-items:center;gap:4px;letter-spacing:.2px;}
.mcard-stat i{display:inline-block;flex-shrink:0;}
.st-corner{width:10px;height:10px;background:#e74c3c;clip-path:polygon(12% 100%,12% 28%,88% 8%,88% 100%,72% 100%,72% 42%,28% 55%,28% 100%);}
.st-yel{width:8px;height:11px;background:#f5c518;border-radius:1px;}
.st-red{width:8px;height:11px;background:#e74c3c;border-radius:1px;}
.mcard-live{display:flex;align-items:center;gap:5px;color:#ff8a00;font-weight:600;}
.live-bars{width:11px;height:12px;display:inline-block;background:
  linear-gradient(#ff8a00,#ff8a00) 0 100%/2px 6px no-repeat,
  linear-gradient(#ff8a00,#ff8a00) 4px 100%/2px 9px no-repeat,
  linear-gradient(#ff8a00,#ff8a00) 8px 100%/2px 12px no-repeat;}
.mcard-period,.mcard-soon{color:#c5c9d4;}
.mcard.official{min-height:88px;display:flex;flex-direction:column;justify-content:center;gap:8px;}
.off-tag{align-self:flex-start;background:var(--orange);color:#1a1208;font-size:10px;font-weight:800;padding:1px 6px;border-radius:3px;}
.off-title{font-weight:800;font-size:16px;}

.live-block{margin-top:16px;background:#0d0d0d;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;}
.live-top{display:grid;grid-template-columns:1fr 340px;align-items:stretch;border-bottom:1px solid #222;min-height:48px;background:#121212;}
.live-match{display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 12px;font-weight:700;}
.lm-team{display:flex;align-items:center;gap:8px;}
.lm-mid{text-align:center;font-size:11px;color:#aaa;font-weight:500;line-height:1.35;}
.lm-mid span{display:block;}
.live-mid{display:grid;grid-template-columns:1fr 340px;height:480px;align-items:stretch;}
.live-col{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;}
.live-video{position:relative;background:#0a0a0a;flex:1;min-height:0;overflow:hidden;}
.live-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.95;pointer-events:none;}
.live-wait{position:relative;z-index:1;text-align:center;color:#eee;padding-top:16%;text-shadow:0 2px 8px #000;}
.live-wait small{display:block;margin-top:8px;color:#bbb;}
.live-anim{position:absolute;inset:0;background:#07140a;}
.live-anim .pitch{position:absolute;inset:10% 8% 16%;border:2px solid #2d8a48;border-radius:4px;background-image:linear-gradient(#1a6b32 0 8%,#165e2c 8% 16%,#1a6b32 16% 24%,#165e2c 24% 32%,#1a6b32 32% 40%,#165e2c 40% 48%,#1a6b32 48% 56%,#165e2c 56% 64%,#1a6b32 64% 72%,#165e2c 72% 80%,#1a6b32 80% 88%,#165e2c 88% 100%);}
.live-anim .pitch::after{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(255,255,255,.35);transform:translateX(-50%);}
.live-side{border-left:1px solid #222;background:#161616;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;}
.live-block.folded .live-top,.live-block.folded .live-side{display:none;}
.live-block.folded .live-mid{grid-template-columns:1fr;height:auto;}
.live-block.folded .live-video{min-height:420px;}
.live-side .stabs{display:flex;border-bottom:1px solid var(--line);}
.live-top .stabs{display:flex;border-left:1px solid #222;}
.live-top .stabs a,.live-side .stabs a{flex:1;text-align:center;padding:12px 0;color:var(--muted);font-weight:700;}
.live-top .stabs a.on,.live-side .stabs a.on{color:var(--orange);border-bottom:2px solid var(--orange);}
.live-body{flex:1;overflow:auto;padding:12px;min-height:0;}
.chips{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:10px 12px 6px;flex-shrink:0;background:#161616;}
.chip{flex-shrink:0;padding:5px 12px;border-radius:14px;background:#2a2a2a;color:#ccc;cursor:pointer;white-space:nowrap;font-size:12px;}
.chip.on{background:linear-gradient(180deg,#ff9a2a,#ff6a00);color:#1a1208;font-weight:700;}
.odd-h{margin:8px 0 4px;font-weight:700;}
.odd{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #2a2a2a;gap:8px;}
.odd em{color:#aaa;font-style:normal;margin-left:auto;margin-right:10px;}
.odd b{color:var(--orange);cursor:pointer;min-width:36px;text-align:right;}
.chat-join{text-align:center;padding:40px 12px;}
.chat-input{display:flex;gap:8px;padding:10px;border-top:1px solid var(--line);flex-shrink:0;}
.chat-input input{flex:1;height:32px;background:#111;border:1px solid #333;border-radius:4px;color:#fff;padding:0 8px;}
.chat-line{margin:6px 0;color:#ddd;}
.play-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;color:#ccc;background:#111;border-top:1px solid #222;flex-shrink:0;}
.play-pill{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 12px;border-radius:14px;background:#2a2a2a;color:#ddd;cursor:pointer;}
.play-pill.on{background:linear-gradient(180deg,#ff9a2a,#ff6a00);color:#1a1208;font-weight:700;}
.play-pill .si{width:14px;height:14px;}
.play-right{margin-left:auto;display:flex;align-items:center;gap:8px;}
.btn-fold{height:28px;padding:0 14px;border:0;border-radius:4px;background:linear-gradient(180deg,#ff9a2a,#ff6a00);color:#fff;font-weight:700;white-space:nowrap;}
.mkt{margin:8px 0 14px;}
.mkt-h{font-weight:700;margin:4px 0 8px;}
.mkt-names{display:grid;grid-template-columns:1fr 1fr;gap:8px;color:#9a9a9a;font-size:12px;padding:0 6px 4px;}
.mkt-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:6px;}
.mkt-row.triple{grid-template-columns:1fr 1fr 1fr;}
.mkt-row b{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#1d1d1d;border-radius:4px;padding:8px 10px;cursor:pointer;font-weight:700;}
.mkt-row b:hover{background:#2a2418;}
.mkt-row b i{font-style:normal;color:#ddd;font-weight:600;}
.mkt-row b em{color:var(--orange);font-style:normal;display:inline-flex;align-items:center;gap:2px;min-width:2.6em;justify-content:flex-end;}
.mkt-row b.odd-up{background:rgba(226,61,61,.14);}
.mkt-row b.odd-down{background:rgba(34,197,94,.14);}
.mkt-row b.odd-up em{color:#e23d3d;}
.mkt-row b.odd-down em{color:#22c55e;}
.mkt-row b.odd-up em::after{content:"▲";font-size:9px;margin-left:2px;}
.mkt-row b.odd-down em::after{content:"▼";font-size:9px;margin-left:2px;}
.odd-empty{display:block;}
.live-fs{position:absolute;right:10px;bottom:10px;z-index:4;width:34px;height:34px;border:0;border-radius:4px;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;padding:0;}
.live-fs:hover{background:rgba(0,0,0,.82);}
.live-fs .si{width:18px;height:18px;}
.live-video.proto-fs{position:fixed;inset:0;z-index:90;min-height:100vh !important;flex:none;}
.live-video.is-fs .live-fs,.live-video.proto-fs .live-fs{bottom:16px;right:16px;}

.sec-title{margin:36px 0 18px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:20px;font-weight:800;letter-spacing:6px;}
.sec-title i{display:block;width:118px;height:10px;background:repeating-linear-gradient(-28deg,transparent 0 5px,rgba(255,255,255,.22) 5px 9px);}
.hot-shot{margin-top:0;}
.hot-shot img{width:100%;height:auto;display:block;}

.app-dl{display:flex;align-items:center;gap:8px;min-height:420px;}
.app-left{flex:1.15;min-width:0;overflow:hidden;}
.app-left img{width:118%;max-width:none;display:block;margin-left:-6%;}
.app-right{flex:.85;text-align:right;padding:12px 8px 12px 0;}
.app-right h3{margin:0 0 14px;font-size:28px;font-weight:800;letter-spacing:1px;}
.app-right p{margin:0 0 22px;color:#ddd;line-height:1.85;font-size:14px;}
.qr-app{width:148px;height:148px;margin-left:auto;margin-right:0;position:relative;background:#fff;display:grid;grid-template-columns:repeat(9,1fr);gap:2px;padding:10px;box-sizing:border-box;}
.qr-app i{display:block;background:#111;width:100%;padding-top:100%;height:0;}
.qr-app i:nth-child(odd){background:#333;}
.qr-app i:nth-child(3n){background:#111;}
.qr-app i.on{background:#111;}
.qr-app b{position:absolute;left:50%;top:50%;width:28px;height:28px;margin:-14px 0 0 -14px;border-radius:6px;background:linear-gradient(180deg,#ff9a2a,#ff6a00);}
.app-web{margin-top:16px;color:#bbb;font-size:13px;}
.app-url{margin-top:6px;font-size:22px;font-weight:800;letter-spacing:.3px;}

.fengcai{display:flex;gap:12px;height:188px;}
.fc{flex:1 1 0;min-width:0;position:relative;border-radius:10px;overflow:hidden;transition:flex .32s ease;cursor:default;}
.fc-txt{position:relative;z-index:2;padding:20px 16px;display:flex;flex-direction:column;justify-content:flex-start;height:100%;pointer-events:none;}
.fc-txt b{font-size:18px;font-weight:800;text-shadow:0 1px 8px rgba(0,0,0,.35);}
.fc-txt span{font-size:12px;font-weight:500;opacity:.95;margin-top:6px;}
.fc-art{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center right;opacity:.55;z-index:1;pointer-events:none;}
.fc-orange .fc-art{inset:auto;right:0;top:0;height:100%;width:auto;max-width:62%;opacity:1;object-fit:contain;object-position:right bottom;}
.fc-orange{background:linear-gradient(90deg,#ff9a1a 0%,#ff7a00 55%,#e86800 100%);}
.fc-blue{background:linear-gradient(90deg,#2f6fe0 0%,#1d4fbf 100%);}
.fc-green{background:linear-gradient(90deg,#3cb371 0%,#2a9a5c 100%);}
.fc-purple{background:linear-gradient(90deg,#8a4adf 0%,#6b32c9 100%);}
.fc:hover{flex:2.35 1 0;}

.footer{margin-top:36px;padding:28px 8px 16px;border-top:1px solid var(--line);color:#bdbdbd;font-size:12px;}
.ft-top{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;}
.ft-pay{padding-right:24px;border-right:1px solid #333;}
.ft-h{font-weight:800;color:#eee;margin-bottom:12px;font-size:13px;}
.pay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 16px;}
.pay-logo{display:flex;align-items:center;justify-content:center;height:36px;border:1px solid #3a3a3a;border-radius:4px;color:#ddd;background:#1a1a1a;}
.lic-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.lic-item b{min-width:72px;height:28px;border:1px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#eee;}
.lic-item span{color:#aaa;}
.ft-vendors{display:flex;flex-wrap:wrap;gap:10px 18px;justify-content:space-between;margin:22px 0 18px;padding:14px 0;border-top:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;color:#888;font-weight:700;letter-spacing:.4px;}
.ft-bot{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.ft-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;}

.kefu-fly{position:fixed;right:76px;bottom:120px;background:#1d1d1d;border:1px solid #333;border-radius:6px;padding:8px 0;z-index:50;width:120px;}
.kefu-fly a{display:block;padding:8px 14px;}
.kefu-fly a:hover{background:#2a2a2a;}
.qr{width:96px;height:96px;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;margin:0 auto 6px;}
.qr-pop{position:fixed;right:80px;bottom:80px;background:#fff;color:#111;padding:12px;border-radius:8px;z-index:50;text-align:center;width:140px;}
.float-ops{position:fixed;right:86px;bottom:16px;width:88px;z-index:30;}
.float-ops img{width:88px;height:auto;display:block;filter:drop-shadow(0 4px 8px #000);}
.float-ops i{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:#444;color:#fff;font-style:normal;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;}

.mask{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:80;display:flex;align-items:center;justify-content:center;}
.modal{background:#1b1b1b;border:1px solid #333;border-radius:8px;width:760px;max-width:92vw;display:grid;grid-template-columns:280px 1fr;overflow:hidden;position:relative;}
.modal.sm{width:420px;grid-template-columns:1fr;}
.modal.pay{width:860px;}
.modal-art{background:#151018;min-height:420px;display:flex;align-items:flex-end;padding:16px;color:#c9b48a;}
.modal-art .bgmark{font-size:42px;font-weight:800;opacity:.35;}
.modal-body{padding:22px 24px 18px;}
.modal-x{position:absolute;right:12px;top:10px;color:#aaa;font-size:18px;cursor:pointer;}
.mtabs{display:flex;gap:8px;margin-bottom:16px;}
.mtabs a{padding:6px 12px;border-radius:14px;color:var(--muted);}
.mtabs a.on{background:var(--orange);color:#1a1208;font-weight:700;}
.field{margin-bottom:12px;}
.field input,.field select,.field textarea{width:100%;height:36px;background:#111;border:1px solid #333;border-radius:4px;color:#fff;padding:0 10px;}
.field textarea{height:88px;padding:8px;resize:vertical;}
.field .hint{color:var(--danger);font-size:12px;margin-top:4px;}
.field.ok .hint{color:#7dba7d;}
.field input.bad{border-color:var(--danger);}
.eye{position:absolute;right:10px;top:8px;color:var(--muted);cursor:pointer;font-size:12px;}
.field.wrap{position:relative;}
.gee-fail{color:var(--danger);text-align:center;padding:18px 0;}
.btn-block{width:100%;height:38px;border:0;border-radius:4px;background:var(--orange);color:#1a1208;font-weight:800;}
.btn-block[disabled]{opacity:.35;cursor:not-allowed;}
.links{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:var(--muted);}
.geetest{height:44px;border:1px dashed #555;border-radius:4px;display:flex;align-items:center;padding:0 12px;color:var(--muted);margin:12px 0;}

.toast{position:fixed;top:80px;left:50%;transform:translateX(-50%);background:#2a2a2a;border:1px solid #444;color:#fff;padding:10px 18px;border-radius:6px;z-index:120;}

.fly{position:absolute;left:var(--side);top:0;bottom:0;width:280px;background:#161616;border-right:1px solid var(--line);z-index:40;padding:12px;overflow:auto;}
.app.narrow .fly{left:56px;}
.fly-card{background:#1d1d1d;border:1px solid #2a2a2a;border-radius:8px;padding:10px;margin-bottom:10px;}
.fly-card .nm{font-weight:700;margin-bottom:6px;}
.tag{display:inline-block;background:var(--danger);color:#fff;font-size:10px;padding:1px 6px;border-radius:3px;margin-left:4px;}
.tag.hot{background:var(--orange);color:#1a1208;}

.pcard{background:var(--elev);border:1px solid var(--line);border-radius:8px;padding:16px;margin-bottom:12px;}
.grid8{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin:12px 0;}
.grid8 a{text-align:center;padding:10px 4px;border-radius:8px;background:#1d1d1d;color:var(--muted);}
.grid8 a.on{color:var(--orange);}
.table{width:100%;border-collapse:collapse;font-size:12px;}
.table th,.table td{border-bottom:1px solid var(--line);padding:8px 6px;text-align:left;}
.table th{color:var(--muted);font-weight:600;}
.empty{text-align:center;color:var(--muted);padding:40px 0;}
.filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:10px 0;}
.filters select,.filters input{height:30px;background:#111;border:1px solid #333;color:#fff;border-radius:4px;padding:0 8px;}
.chip{padding:4px 10px;border-radius:4px;background:#1d1d1d;color:var(--muted);cursor:pointer;}
.chip.on{background:var(--orange);color:#1a1208;font-weight:700;}
.tabs{display:flex;gap:18px;align-items:center;margin:8px 0 12px;border-bottom:1px solid var(--line);}
.tabs a{padding:10px 4px;color:var(--muted);font-weight:700;}
.tabs a.on{color:var(--orange);border-bottom:2px solid var(--orange);}
.hot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;}
.hot-item{height:72px;border-radius:6px;background:#1d1d1d;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);}
.app-block{margin-top:24px;height:140px;border-radius:8px;background:#1d1d1d;border:1px solid var(--line);display:flex;align-items:center;padding:20px 28px;gap:24px;}

.page-full{min-height:calc(100vh - var(--bar));display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:#101010;}
.page-full h1{margin:0;font-size:28px;}
.vsport{display:flex;min-height:calc(100vh - var(--bar));}
.vs-side{width:220px;background:#1a0a0a;padding:12px;border-right:1px solid #3a1515;}
.vs-main{flex:1;padding:16px;background:#140808;}

.help h2{margin:0 0 12px;}
.help p{color:var(--muted);line-height:1.7;}

.docs{max-width:1480px;margin:0 auto;padding:24px 20px 80px;}
.docs h1{font-size:22px;margin:0 0 8px;}
.docs .back{display:inline-block;margin-bottom:16px;color:var(--orange);font-weight:700;}
.docs h2{font-size:16px;margin:28px 0 10px;padding-top:8px;border-top:1px solid var(--line);scroll-margin-top:12px;}
.docs h3{font-size:14px;margin:18px 0 8px;color:#ddd;}
.docs p,.docs li{line-height:1.65;color:#d8d8d8;}
.docs .muted{color:var(--muted);}
.docs-toc{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0 8px;font-size:13px;}
.docs-toc a{color:var(--orange);}
.docs table{width:100%;border-collapse:collapse;font-size:13px;}
.docs th,.docs td{border-bottom:1px solid var(--line);padding:8px 6px;text-align:left;vertical-align:top;}
.docs th{color:var(--muted);}
.docs a.go{color:#ffb020;font-weight:700;}
.docs .rule{background:#1a1a1a;border:1px solid var(--line);border-radius:8px;padding:12px 14px;margin:8px 0;}
.matrix-tools{display:flex;gap:10px;align-items:center;margin:10px 0;}
.matrix-tools input{flex:1;max-width:420px;background:#1a1a1a;border:1px solid var(--line);color:var(--text);padding:8px 10px;border-radius:6px;}
.matrix-wrap{overflow:auto;max-height:72vh;border:1px solid var(--line);border-radius:8px;background:#161616;}
.docs table.matrix{min-width:1760px;font-size:12px;width:max-content;}
.docs table.matrix th{position:sticky;top:0;background:#1c1c1c;z-index:4;white-space:nowrap;}
.docs table.matrix td{min-width:140px;max-width:280px;}
.docs table.matrix td:nth-child(1),.docs table.matrix th:nth-child(1){position:sticky;left:0;background:#1c1c1c;z-index:3;min-width:120px;max-width:140px;}
.docs table.matrix td:nth-child(2),.docs table.matrix th:nth-child(2){position:sticky;left:120px;background:#1c1c1c;z-index:3;min-width:160px;max-width:180px;}
.docs table.matrix td:nth-child(8){min-width:260px;max-width:340px;}
.note{background:#1d1510;border:1px solid #3a2a10;border-radius:8px;padding:12px 14px;margin:8px 0;}
.note b{color:var(--orange);}

.btn-block.is-off,.hot-item.is-off{opacity:.38;cursor:not-allowed;filter:grayscale(.3);}
.hint-line{color:var(--danger);font-size:12px;margin:0 0 10px;}
.auth-foot{margin-top:16px;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted);}
.auth-foot img{height:28px;}
.auth-foot a{margin-left:auto;color:var(--orange);}
.phone-row{display:flex;gap:8px;align-items:center;}
.phone-row .cc{flex-shrink:0;height:36px;padding:0 10px;border:1px solid #333;border-radius:4px;display:flex;align-items:center;background:#111;}
.stepper{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;color:var(--muted);}
.stepper span.on{color:var(--orange);font-weight:800;}
.stepper span.done{color:#ddd;}
.stepper i{flex:1;height:1px;background:#333;}
.gee-puzzle{height:120px;background:#1a3040;border-radius:6px;position:relative;margin:8px 0 12px;display:flex;align-items:center;justify-content:center;color:#9ad;}
.gee-gap{position:absolute;left:58%;top:28px;width:48px;height:48px;border-radius:50%;background:#0b1520;box-shadow:inset 0 0 0 2px #3b82f6;}
.gee-track{height:40px;background:#222;border-radius:4px;position:relative;overflow:hidden;}
.gee-fill{position:absolute;left:0;top:0;bottom:0;width:0;background:#1b6b3a;}
.gee-knob{position:absolute;left:0;top:0;width:40px;height:40px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:grab;font-weight:800;z-index:2;}
.modal.pay-tall .pay-scroll{max-height:82vh;overflow:auto;}
.pay-asset{margin-bottom:10px;}
.pay-asset .muted{color:var(--muted);font-size:12px;}
.pay-chs .hot-item{height:56px;flex-direction:column;gap:2px;position:relative;}
.pay-chs .hot-item em{color:var(--orange);font-style:normal;font-size:11px;}
.pay-chs .hot-item small{font-size:10px;}
.hot-item.on{border-color:var(--orange);color:#fff;}
.sub-list{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;}
.sub{padding:6px 10px;background:#1d1d1d;border-radius:4px;cursor:pointer;}
.sub.on{background:var(--orange);color:#1a1208;font-weight:700;}
.amt-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:10px 0;}
.amt-row input{flex:1;min-width:120px;height:36px;background:#111;border:1px solid #333;color:#fff;border-radius:4px;padding:0 10px;}
.tips{color:var(--muted);font-size:12px;padding-left:18px;}
.pay-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px;}
.wx-tip{color:var(--orange);}
.slot-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0;}
.slot{background:#1d1d1d;border:1px solid #333;border-radius:6px;padding:8px;text-align:center;cursor:pointer;}
.slot.on{border-color:var(--orange);}
.slot em{display:block;color:var(--orange);font-size:11px;font-style:normal;}
.wd-tier{color:#ccc;margin:4px 0;}
.hero-reg-card{position:absolute;right:18px;top:28px;width:168px;background:rgba(0,0,0,.55);border-radius:8px;padding:12px;text-align:center;z-index:2;}
.hero-reg-card b{display:block;color:var(--orange);font-size:22px;margin:6px 0;}
.hot-real{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px;}
.hot-real h4{margin:0 0 8px;}
.hot-real .hot-grid{grid-template-columns:repeat(3,1fr);}
.mcard.official{cursor:pointer;}
.load-spin{position:relative;}
.load-spin::before{content:"";display:inline-block;width:16px;height:16px;border:2px solid #555;border-top-color:var(--orange);border-radius:50%;margin-right:8px;vertical-align:-3px;animation:spin .8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
.vs-app{display:grid;grid-template-columns:220px 1fr 280px 240px;min-height:calc(100vh - var(--bar));background:#140808;}
.vs-app .vs-side{width:auto;padding:10px;overflow:auto;}
.vs-app .vs-side a{display:block;padding:6px 8px;border-radius:4px;color:#ddd;}
.vs-app .vs-side a.on{background:#3a1515;color:var(--orange);}
.vs-h{margin:10px 8px 4px;color:#888;font-size:11px;}
.vs-acc{padding:8px;background:#220c0c;margin:8px 0;border-radius:6px;}
.vs-acc b{display:block;color:var(--orange);}
.vs-search{width:100%;height:30px;background:#111;border:1px solid #3a1515;color:#fff;border-radius:4px;padding:0 8px;}
.vs-top{display:flex;gap:12px;align-items:center;padding:8px 0 12px;border-bottom:1px solid #3a1515;font-size:12px;}
.vs-top a.on{color:var(--orange);}
.vs-top .sp{margin-left:auto;}
.vs-filter{margin:10px 0;display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.vs-alert{background:#3a1510;color:#f0c0a0;padding:6px 10px;border-radius:4px;font-size:12px;margin-bottom:8px;}
.vs-table{width:100%;border-collapse:collapse;font-size:12px;}
.vs-table th,.vs-table td{border-bottom:1px solid #3a1515;padding:8px 6px;}
.vs-row{cursor:pointer;}
.vs-row:hover{background:#221010;}
.od3,.od2{display:flex;gap:6px;}
.od3 span,.od2 span{background:#1d1d1d;padding:4px 6px;border-radius:4px;min-width:36px;text-align:center;}
.lock-line{display:block;height:2px;background:#666;margin:10px 0;}
.chips-mini{color:#888;font-size:11px;}
.vs-panel{background:#1a0a0a;border-left:1px solid #3a1515;padding:12px;overflow:auto;}
.vs-score{text-align:center;margin-bottom:10px;}
.vs-slip{background:#120808;border-left:1px solid #3a1515;padding:12px;}
.slip-item{background:#1d1010;padding:8px;border-radius:6px;margin-bottom:8px;}
.vip-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:12px;}
.vip-card{background:#1d1d1d;border:1px solid #333;border-radius:8px;padding:10px;text-align:center;}
.vip-card.on{border-color:var(--orange);}
.sec-list>div{padding:10px 0;border-bottom:1px solid var(--line);}
.inv-row{display:flex;justify-content:space-between;align-items:center;margin:8px 0;}
.pager{margin-top:10px;color:var(--muted);}
.chat-tools{margin-top:12px;color:var(--muted);}
.chat-tools a{color:var(--orange);}
.proto-bar a{margin-right:8px;}
.live-wait.on-air{padding-top:22%;font-size:18px;font-weight:800;color:#fff;}
.muted{color:var(--muted);}
