:root{
  --bg:#101115;
  --nav:#101115;
  --panel:#15161A;
  --panel2:#1B1C21;
  --panel3:#202127;
  --gold:#F8C84A;
  --text:#EDEFF5;
  --muted:#B8BEC9;
  --soft:#8E96A6;
  --footer:#08090C;
  --border: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%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
html.no-scroll,html.no-scroll body{overflow:hidden}
body{margin:0;background:#101115;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;letter-spacing:.01em}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site-header{position:sticky;top:0;z-index:9999;background:#101115;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.28);border-bottom:1px solid rgba(248,200,74,.1)}
.desktop-navwrap{max-width:1220px;margin:0 auto;height:76px;display:flex;align-items:center;gap:22px;padding:0 22px}
.brand-logo img,.footer-logo img,.drawer-logo img,.mobile-logo img{object-fit:contain;height:auto}
.brand-logo img{width:142px;max-height:52px}.footer-logo img{width:142px;max-height:54px}.mobile-logo img{width:128px;max-height:48px}.drawer-logo img{width:132px;max-height:48px}
.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;white-space:nowrap}
.desktop-nav a{color:#F8C84A;font-size:15px;font-weight:700;padding:14px 10px;border-radius:12px;transition:.25s ease;position:relative}
.desktop-nav a:hover,.desktop-nav a.active{background:linear-gradient(180deg,rgba(248,200,74,.12),rgba(248,200,74,.02));box-shadow:inset 0 -2px 0 #F8C84A,0 10px 22px rgba(248,200,74,.16);color:#F8C84A}
.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115;border-radius:999px;box-shadow:0 10px 24px rgba(248,184,50,.28),inset 0 1px 0 rgba(255,255,255,.45);font-weight:800;border:0;transition:.25s ease;min-height:42px;padding:10px 24px;white-space:nowrap}
.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}
.header-btn{font-size:15px;padding:9px 24px}.mobile-topbar{display:none;height:68px;align-items:center;grid-template-columns:64px 1fr 88px;padding:0 14px;background:#101115}
.menu-toggle{width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#15161A;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;cursor:pointer}
.menu-toggle span{width:20px;height:2px;background:#F8C84A;border-radius:999px}.mobile-logo{justify-self:center}.mobile-topbar .header-btn{justify-self:end;padding:8px 16px;min-height:38px}
.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:10000}.mobile-drawer{position:fixed;top:0;left:0;height:100vh;width:84vw;max-width:320px;background:#15161A;z-index:10001;transform:translateX(-102%);transition:transform .28s ease;box-shadow:18px 0 38px rgba(0,0,0,.42);border-right:1px solid var(--border);padding:18px;display:flex;flex-direction:column;gap:16px}.mobile-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-close{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#1B1C21;color:#F8C84A;font-size:28px;line-height:1;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;gap:8px}.drawer-nav a{color:#F8C84A;font-weight:800;border:1px solid rgba(248,200,74,.1);padding:12px 14px;border-radius:14px;background:#1B1C21}.drawer-nav a.active{box-shadow:inset 0 0 0 1px #F8C84A,0 10px 22px rgba(248,200,74,.16)}.drawer-note{margin-top:auto;color:#B8BEC9;font-size:13px;border-top:1px solid var(--border);padding-top:14px}
.site-main{min-height:70vh}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:56px 0}.section.tight{padding:34px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.eyebrow,.tag,.card-num{color:#F8C84A;font-weight:900;letter-spacing:.08em}.eyebrow{font-size:14px;text-transform:uppercase}.section-title,h1,h2,h3{color:#F8C84A;line-height:1.25;margin:0}.section-title{font-size:34px}.section-desc{color:#B8BEC9;max-width:720px;margin:10px 0 0}.text-link{color:#F8C84A;font-weight:800;display:inline-flex;align-items:center;gap:6px}.text-link:after{content:"›";font-size:18px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:24px;background:#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;position:relative;border:1px solid rgba(248,200,74,.16)}
.hero-section:before{content:"";position:absolute;inset:-20% -10% auto auto;width:420px;height:420px;background:radial-gradient(circle,rgba(248,200,74,.18),rgba(248,200,74,0) 64%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:28px;padding:54px}.hero-copy{position:relative;z-index:1}.hero-copy h1{font-size:50px;margin:8px 0 14px}.hero-subtitle{font-size:20px;color:#EDEFF5;font-weight:700;margin:0 0 14px}.hero-copy p{color:#B8BEC9;margin:0 0 20px;max-width:620px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 24px}.tag-list span,.pill{border:1px solid rgba(248,200,74,.22);background:rgba(248,200,74,.08);color:#F8C84A;border-radius:999px;padding:7px 12px;font-weight:800;font-size:14px}.hero-visual{background:#1B1C21;border:1px solid var(--border);border-radius:22px;padding:18px;align-self:center;box-shadow:var(--shadow)}.hero-visual img,.content-img,.zone-card img,.app-section img,.inner-hero-img img,.split-img img{width:100%;height:auto;object-fit:contain;background:#0d0e12;border-radius:18px}.hero-visual img{max-height:420px;margin:auto}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card,.zone-card,.info-card,.notice-card,.faq-card,.inner-card{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:20px;transition:.25s ease}.card:hover,.zone-card:hover,.info-card:hover,.inner-card:hover{transform:translateY(-3px);border-color:rgba(248,200,74,.38)}.category-card{padding:22px}.category-card h3{font-size:22px;margin:6px 0 10px}.category-card p,.info-card p,.zone-card p,.notice-card p,.faq-card p,.inner-card p,.split-text p{color:#B8BEC9;margin:0 0 14px}.intro-strip{padding:28px 30px;border-radius:22px;background:linear-gradient(135deg,#15161A,#1B1C21);border:1px solid rgba(248,200,74,.16);box-shadow:var(--shadow)}.intro-strip p{margin:0;color:#EDEFF5}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.info-card{padding:24px}.info-card h3{font-size:22px;margin:6px 0 10px}.featured-list{display:grid;gap:24px}.feature-row{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center;background:#15161A;border:1px solid var(--border);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.feature-row:nth-child(even){grid-template-columns:1.08fr .92fr}.feature-row:nth-child(even) .split-img{order:2}.split-img img{max-height:360px}.split-text{padding:10px 12px}.split-text h3{font-size:28px;margin:6px 0 12px}.point-list{display:grid;gap:8px;margin:16px 0;padding:0;list-style:none}.point-list li{color:#EDEFF5;background:#1B1C21;border:1px solid rgba(248,200,74,.1);border-radius:14px;padding:10px 12px}.wall-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.zone-card{overflow:hidden}.zone-card img{border-radius:20px 20px 0 0;max-height:230px;padding:10px}.zone-body{padding:20px}.zone-body h3{font-size:23px;margin:6px 0 10px}.notice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.notice-card{padding:22px;display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center}.notice-card img{width:100%;max-height:200px;object-fit:contain;background:#0d0e12;border-radius:18px}.notice-card h3{font-size:26px;margin:0 0 10px}.app-section{background:#15161A;border:1px solid var(--border);border-radius:26px;padding:26px;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;box-shadow:var(--shadow)}.app-section img{max-height:360px;margin:auto}.feature-bullets{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.feature-bullets span{border:1px solid rgba(248,200,74,.16);background:#1B1C21;color:#EDEFF5;border-radius:14px;padding:12px 14px}.security-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.security-side{background:#1B1C21;border:1px solid var(--border);border-radius:22px;padding:26px}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-card{padding:22px}.faq-card h3{font-size:20px;margin-bottom:10px}.compliance-box{border-radius:24px;padding:28px;background:linear-gradient(135deg,#1B1C21,#15161A);border:1px solid rgba(248,200,74,.2);box-shadow:var(--shadow)}.compliance-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0 0;padding:0;list-style:none}.compliance-list li{color:#EDEFF5;background:#202127;border:1px solid rgba(248,200,74,.13);border-radius:14px;padding:12px;text-align:center;font-weight:700}.inner-hero{max-width:1200px;margin:28px auto 0;padding:0 22px}.inner-hero-box{border-radius:24px;background:#15161A;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:1fr .92fr;gap:0}.inner-hero-text{padding:46px}.inner-hero-text h1{font-size:42px;margin:8px 0 14px}.inner-hero-text p{color:#B8BEC9;margin:0}.inner-hero-img{padding:18px;background:#1B1C21;display:flex;align-items:center}.inner-hero-img img{max-height:360px;margin:auto}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px}.prose{background:#15161A;border:1px solid var(--border);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.prose h2{font-size:28px;margin:10px 0 14px}.prose h3{font-size:23px;margin:24px 0 10px}.prose p{color:#DDE2EC;margin:0 0 16px}.side-stack{display:grid;gap:16px;align-content:start}.inner-card{padding:22px}.inner-card h3{font-size:21px;margin:6px 0 10px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.content-img{max-height:330px;padding:10px;margin:18px auto;border:1px solid rgba(248,200,74,.13)}.contact-list{display:grid;gap:12px}.contact-list div{background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:16px;padding:14px;color:#EDEFF5}.site-footer{background:#08090C;color:#D8DEEA;margin-top:60px;border-top:1px solid rgba(248,200,74,.12)}.footer-inner{max-width:1200px;margin:0 auto;padding:44px 22px;display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:34px}.footer-brand p{color:#B8BEC9;margin:14px 0 0}.footer-warning{color:#D8DEEA!important;border-left:3px solid #F8C84A;padding-left:12px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h3{font-size:19px;margin:0 0 8px}.footer-links a{color:#B8BEC9}.footer-links a:hover{color:#F8C84A}.copyright{text-align:center;color:#8E96A6;border-top:1px solid rgba(255,255,255,.06);padding:16px 22px;font-size:14px}
@media(max-width:1080px){.desktop-navwrap{display:none}.mobile-topbar{display:grid}.hero-grid,.inner-hero-box{grid-template-columns:1fr}.hero-grid{padding:38px}.hero-copy h1{font-size:40px}.quick-grid,.wall-grid,.cards-3{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.feature-row,.feature-row:nth-child(even),.app-section,.security-layout,.content-grid{grid-template-columns:1fr}.feature-row:nth-child(even) .split-img{order:0}.notice-card{grid-template-columns:1fr}.compliance-list{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{padding:0 16px}.section{padding:42px 0}.hero-section{margin:18px 14px 26px;border-radius:20px}.hero-grid{padding:26px;gap:18px}.hero-copy h1{font-size:32px}.hero-subtitle{font-size:17px}.section-head{display:block}.section-title{font-size:28px}.quick-grid,.wall-grid,.service-grid,.faq-grid,.cards-3,.cards-2,.notice-grid,.security-grid,.feature-bullets{grid-template-columns:1fr}.feature-row,.app-section,.notice-card{padding:16px;border-radius:20px}.inner-hero{padding:0 14px}.inner-hero-text{padding:30px 22px}.inner-hero-text h1{font-size:32px}.prose{padding:22px}.footer-inner{grid-template-columns:1fr}.mobile-drawer{width:86vw}.compliance-list{grid-template-columns:1fr}.header-btn{padding:8px 15px}}
