
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none}.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,.12)}.header-inner{max-width:1200px;margin:auto;min-height:74px;display:flex;align-items:center;gap:20px;padding:0 20px}.logo{flex:0 0 auto}.logo img{height:52px;width:auto;display:block}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.nav a{color:#F8C84A;padding:10px 12px;border-radius:10px;font-size:15px}.nav a:hover,.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)}.header-action{margin-left:auto}.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:10px;box-shadow:0 10px 24px rgba(248,184,50,.28);font-weight:700;padding:10px 22px;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}.text-link{color:#F8C84A;font-weight:700}.text-link:hover{text-decoration:underline}.menu-toggle{display:none;background:none;border:0;width:40px}.menu-toggle span{display:block;height:2px;background:#F8C84A;margin:7px 0}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:radial-gradient(circle at 80% 20%,rgba(248,200,74,.15),transparent 35%),#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;padding:42px}.hero-section h1,.page-hero h1{font-size:44px;line-height:1.2;margin:10px 0 18px;color:#F8C84A}.hero-section p,.page-hero p{color:#D8DEEA}.hero-visual,.page-hero{background:#1B1C21;border:1px solid rgba(248,200,74,.16);border-radius:18px}.hero-visual{display:flex;align-items:center;justify-content:center;padding:16px}.content-img,.zone-card img,.app-section img,.hero-section img{max-width:100%;height:auto;object-fit:contain;display:block}.tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.tags span,.badge,.section-kicker,.num{color:#F8C84A}.tags span{border:1px solid rgba(248,200,74,.22);background:rgba(248,200,74,.06);border-radius:999px;padding:6px 12px}.section{max-width:1200px;margin:0 auto 34px;padding:0 20px}.section-title,h1,h2,h3{color:#F8C84A}.category-grid,.zone-grid,.review-grid,.faq-grid,.info-grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(3,1fr)}.zone-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.info-grid.four{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card,.faq-card,.intro-strip,.about-strip,.notice{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:18px;padding:24px}.cat-card:hover,.zone-card:hover{border-color:rgba(248,200,74,.45);transform:translateY(-2px)}.zone-card{transition:.2s}.zone-card img{height:170px;width:100%;object-fit:contain;background:#101115;border-radius:14px;margin-bottom:14px}.split-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;margin:0 0 22px;background:#15161A;border:1px solid rgba(248,200,74,.16);border-radius:18px;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.32)}.split-card:nth-child(even){grid-template-columns:1.1fr .9fr}.split-card:nth-child(even)>div:first-child{order:2}.split-card img{max-height:280px;margin:auto}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center;background:#15161A;border:1px solid rgba(248,200,74,.16);border-radius:22px;padding:28px}.mini-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.mini-list span{background:#202127;border:1px solid rgba(248,200,74,.14);border-radius:12px;padding:10px;color:#B8BEC9}.page-hero{max-width:1200px;margin:28px auto 34px;padding:34px 36px;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;box-shadow:0 18px 40px rgba(0,0,0,.35)}.page-hero img{max-height:260px;margin:auto}.faq-card summary{cursor:pointer;color:#F8C84A;font-weight:700}.faq-card p,.card p,.zone-card p,.info-card p,.review-card p,.intro-strip p,.about-strip p,.notice p{color:#B8BEC9}.site-footer{background:#08090C;color:#D8DEEA;margin-top:40px}.footer-inner{max-width:1200px;margin:auto;padding:34px 20px}.footer-brand img{height:54px}.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin:18px 0}.footer-links a{color:#F8C84A}.footer-note{color:#8E96A6}.mobile-drawer{position:fixed;left:-340px;top:0;height:100vh;width:82vw;max-width:320px;background:#15161A;z-index:10000;transition:.25s;padding:18px;box-shadow:12px 0 32px rgba(0,0,0,.4)}.mobile-drawer.open{left:0}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:none}.drawer-mask.show{display:block}.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.drawer-top img{height:48px}.drawer-close{background:#202127;color:#F8C84A;border:1px solid rgba(248,200,74,.2);border-radius:10px;font-size:24px;width:40px;height:40px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{color:#F8C84A;background:#1B1C21;border-radius:12px;padding:12px}.no-scroll{overflow:hidden}@media(max-width:980px){.nav{display:none}.menu-toggle{display:block}.header-inner{justify-content:space-between}.logo{position:absolute;left:50%;transform:translateX(-50%)}.hero-section,.page-hero,.two-col,.app-section,.split-card,.split-card:nth-child(even){grid-template-columns:1fr}.split-card:nth-child(even)>div:first-child{order:0}.category-grid,.zone-grid,.review-grid,.faq-grid{grid-template-columns:1fr 1fr}.info-grid.four{grid-template-columns:1fr 1fr}.hero-section{padding:28px;margin:18px 14px}.hero-section h1,.page-hero h1{font-size:32px}.page-hero{margin:18px 14px;padding:24px}.section{padding:0 14px}}@media(max-width:640px){body{padding-bottom:0}.header-inner{min-height:66px;padding:0 12px}.logo img{height:44px}.main-btn{padding:8px 14px}.category-grid,.zone-grid,.review-grid,.faq-grid,.info-grid.four,.mini-list{grid-template-columns:1fr}.hero-section h1,.page-hero h1{font-size:28px}.hero-visual img{max-height:220px}.zone-card img{height:140px}.card,.zone-card,.info-card,.review-card,.faq-card,.intro-strip,.about-strip,.notice{padding:18px}}
