:root{
  --bg:#101115;
  --nav:#101115;
  --deep-1:#15161A;
  --deep-2:#1B1C21;
  --deep-3:#202127;
  --gold:#F8C84A;
  --text:#EDEFF5;
  --muted:#B8BEC9;
  --soft:#8E96A6;
  --footer:#08090C;
  --line:rgba(248,200,74,0.16);
  --shadow:0 14px 36px rgba(0,0,0,0.35);
  --btn:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);
  --btn-hover:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
  line-height:1.75;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:#101115;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(0,0,0,0.28);
  border-bottom:1px solid rgba(248,200,74,0.12);
}
.desktop-header{height:76px;display:flex;align-items:center;gap:22px}
.brand-logo img{width:146px;max-height:52px;object-fit:contain}
.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px}
.desktop-nav a{
  color:#F8C84A;
  font-weight:700;
  font-size:14px;
  padding:20px 10px;
  border-radius:12px;
  transition:.22s ease;
  white-space:nowrap;
}
.desktop-nav a:hover,.desktop-nav a.active{
  background:linear-gradient(180deg,rgba(248,200,74,0.12),rgba(248,200,74,0.02));
  box-shadow:inset 0 -2px 0 #F8C84A,0 10px 22px rgba(248,200,74,0.16);
}
.main-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--btn);
  color:#101115;
  border-radius:10px;
  min-height:42px;
  padding:10px 22px;
  box-shadow:0 10px 24px rgba(248,184,50,0.28),inset 0 1px 0 rgba(255,255,255,0.45);
  font-weight:800;
  border:0;
  cursor:pointer;
  transition:.22s ease;
}
.main-btn:hover{background:var(--btn-hover);transform:translateY(-1px)}
.header-btn{white-space:nowrap}
.mobile-header{display:none;height:64px;align-items:center;justify-content:space-between;padding:0 14px;background:#101115}
.menu-toggle{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#15161A;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.menu-toggle span{width:20px;height:2px;background:#F8C84A;border-radius:99px}
.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}
.mobile-logo img{width:122px;max-height:46px;object-fit:contain}
.mobile-register{min-height:38px;padding:8px 16px;border-radius:999px}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.62);opacity:0;pointer-events:none;transition:.25s ease;z-index:10000}
.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#15161A;z-index:10001;transform:translateX(-102%);transition:.28s ease;box-shadow:22px 0 44px rgba(0,0,0,0.45);padding:18px;overflow-y:auto}
.drawer-open{overflow:hidden}
.drawer-open .drawer-overlay{opacity:1;pointer-events:auto}
.drawer-open .mobile-drawer{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}
.drawer-logo img{width:128px;max-height:48px;object-fit:contain}
.drawer-close{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#202127;color:#F8C84A;font-size:28px;line-height:1;cursor:pointer}
.drawer-nav{display:grid;gap:8px;margin-top:16px}
.drawer-nav a{color:#F8C84A;padding:12px 14px;background:#1B1C21;border:1px solid rgba(248,200,74,0.1);border-radius:12px;font-weight:700}
.drawer-nav a.active{box-shadow:inset 3px 0 0 #F8C84A;background:linear-gradient(90deg,rgba(248,200,74,0.15),rgba(248,200,74,0.02))}
.drawer-note{margin-top:16px;color:#B8BEC9;font-size:13px;background:#202127;border:1px solid var(--line);border-radius:14px;padding:14px}
main{min-height:60vh}
.hero-section{
  max-width:1200px;
  margin:28px auto 36px;
  border-radius:20px;
  background:radial-gradient(circle at 16% 0,rgba(248,200,74,0.15),transparent 34%),#15161A;
  box-shadow:0 18px 40px rgba(0,0,0,0.35);
  overflow:hidden;
  position:relative;
  border:1px solid rgba(248,200,74,0.18);
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:48px}
.eyebrow,.tag,.gold-no{color:#F8C84A;font-weight:800;letter-spacing:.04em}
h1,h2,h3,.section-title{color:#F8C84A;line-height:1.28;margin-top:0}
h1{font-size:clamp(32px,4vw,54px);margin-bottom:18px}
h2,.section-title{font-size:clamp(25px,3vw,36px);margin-bottom:18px}
h3{font-size:20px;margin-bottom:10px}
p{margin:0 0 14px;color:#EDEFF5}.lead{font-size:18px;color:#B8BEC9}.muted{color:#8E96A6}.small{font-size:14px;color:#8E96A6}.text-link{color:#F8C84A;font-weight:800;display:inline-flex;align-items:center;gap:6px}.text-link::after{content:"›";font-size:18px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.tag{padding:7px 12px;border:1px solid rgba(248,200,74,0.24);border-radius:999px;background:rgba(248,200,74,0.08)}
.hero-image,.page-visual,.image-panel{border-radius:18px;background:#1B1C21;border:1px solid var(--line);box-shadow:var(--shadow);padding:14px;overflow:hidden}
.hero-image img,.page-visual img,.image-panel img{width:100%;max-height:430px;object-fit:contain;border-radius:14px;margin:auto;background:#202127}
.section{margin:58px auto}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:24px}.section-head p{max-width:760px;color:#B8BEC9}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.card,.zone-card,.info-card,.faq-item,.notice-card,.article-block{
  background:#15161A;
  border:1px solid rgba(248,200,74,0.16);
  box-shadow:0 14px 36px rgba(0,0,0,0.32);
  border-radius:18px;
  padding:22px;
  transition:.22s ease;
}
.card:hover,.zone-card:hover,.info-card:hover{transform:translateY(-3px);border-color:rgba(248,200,74,0.36)}
.card p,.zone-card p,.info-card p,.faq-item p,.article-block p,.notice-card p{color:#B8BEC9}
.category-grid{grid-template-columns:repeat(3,1fr)}
.category-card{min-height:205px;display:flex;flex-direction:column;justify-content:space-between}.category-card .gold-no{font-size:15px}.intro-strip{background:#1B1C21;border:1px solid var(--line);border-radius:18px;padding:28px 32px;box-shadow:var(--shadow)}
.service-card .gold-no{font-size:22px;display:block;margin-bottom:8px}.feature-row{display:grid;gap:24px}.feature-row .zone-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.feature-row .zone-card:nth-child(even){grid-template-columns:1.1fr .9fr}.feature-row .zone-card:nth-child(even) .image-panel{order:2}.zone-card ul,.article-block ul,.notice-card ul{margin:12px 0 0;padding-left:18px;color:#B8BEC9}.zone-card li,.article-block li,.notice-card li{margin:6px 0}.zone-card img,.app-section img,.content-img{max-width:100%;height:auto;object-fit:contain}.wall-card{padding:0;overflow:hidden}.wall-card .wall-img{height:210px;background:#202127;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}.wall-card img{width:100%;height:100%;object-fit:contain}.wall-body{padding:22px}.split-card{display:grid;grid-template-columns:1fr 1fr;gap:22px}.split-card .notice-card{padding:0;overflow:hidden}.notice-img{height:230px;background:#202127;display:flex;align-items:center;justify-content:center}.notice-img img{width:100%;height:100%;object-fit:contain}.notice-body{padding:22px}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:#1B1C21;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}.app-section .image-panel img{max-height:390px}.pill-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.pill-list span{display:block;padding:12px 14px;border-radius:14px;background:#202127;border:1px solid var(--line);color:#EDEFF5}.faq-list{display:grid;gap:14px}.faq-item h3{font-size:18px}.compliance-box{background:linear-gradient(135deg,rgba(248,200,74,0.14),rgba(248,200,74,0.03)),#15161A;border:1px solid rgba(248,200,74,0.28);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.page-hero{margin:28px auto 42px;background:#15161A;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.page-hero-inner{display:grid;grid-template-columns:1fr .92fr;gap:30px;align-items:center;padding:38px}.page-hero .page-visual img{max-height:350px}.breadcrumb{color:#8E96A6;margin-bottom:10px}.article-layout{display:grid;grid-template-columns:1fr .72fr;gap:24px;align-items:start}.article-block{margin-bottom:20px}.side-stack{display:grid;gap:18px}.check-list{display:grid;gap:12px;margin-top:18px}.check-list span{display:block;background:#202127;border:1px solid var(--line);border-radius:14px;padding:13px 14px;color:#B8BEC9}.contact-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.form-like{display:grid;gap:12px}.form-like div{background:#202127;border:1px solid var(--line);border-radius:14px;padding:14px;color:#B8BEC9}.site-footer{background:#08090C;color:#D8DEEA;margin-top:70px;padding-top:46px;border-top:1px solid rgba(248,200,74,0.1)}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr;gap:32px}.footer-logo img{width:148px;max-height:54px;object-fit:contain;margin-bottom:16px}.footer-brand p{color:#D8DEEA}.footer-warning{font-size:14px;color:#B8BEC9}.site-footer h3{font-size:18px}.site-footer a{display:block;color:#D8DEEA;margin:8px 0}.site-footer a:hover{color:#F8C84A}.footer-bottom{margin-top:34px;padding:18px;text-align:center;color:#8E96A6;border-top:1px solid rgba(248,200,74,0.1)}
@media (max-width:1100px){.desktop-nav a{font-size:13px;padding:18px 7px}.brand-logo img{width:128px}.hero-grid,.page-hero-inner{padding:34px}.grid-4{grid-template-columns:repeat(2,1fr)}.category-grid,.grid-3{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:860px){.desktop-header{display:none}.mobile-header{display:flex}.hero-section,.page-hero{margin-top:18px;border-radius:18px}.hero-grid,.page-hero-inner,.app-section,.feature-row .zone-card,.feature-row .zone-card:nth-child(even){grid-template-columns:1fr;padding:24px}.feature-row .zone-card:nth-child(even) .image-panel{order:0}.grid-2,.grid-3,.grid-4,.category-grid,.split-card,.contact-panel{grid-template-columns:1fr}.section{margin:42px auto}.section-head{display:block}.wall-card .wall-img,.notice-img{height:auto;min-height:180px}.pill-list{grid-template-columns:1fr}.hero-image img,.page-visual img,.image-panel img{max-height:310px}.footer-grid{grid-template-columns:1fr}.container{width:min(100% - 24px,1200px)}}
@media (max-width:480px){h1{font-size:31px}.lead{font-size:16px}.card,.zone-card,.info-card,.faq-item,.notice-card,.article-block{padding:18px}.intro-strip,.compliance-box{padding:22px}.main-btn{padding:9px 18px}.mobile-logo img{width:112px}.mobile-register{padding:7px 13px}.hero-grid,.page-hero-inner,.app-section{padding:18px}.tag-list{gap:8px}.tag{font-size:13px}}
