
:root{--bg:#101115;--panel:#15161A;--panel2:#1B1C21;--panel3:#202127;--gold:#F8C84A;--text:#EDEFF5;--muted:#B8BEC9;--soft:#8E96A6;--footer:#08090C;--line:rgba(248,200,74,.16);--shadow:0 14px 36px rgba(0,0,0,.35);--btn:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.72}a{color:#F8C84A;text-decoration:none}p{margin:0 0 14px;color:#B8BEC9}.site-main{padding-top:14px}.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,.08)}.desktop-nav-wrap{max-width:1220px;margin:0 auto;height:78px;display:flex;align-items:center;gap:22px;padding:0 18px}.brand-logo img{width:136px;height:auto;display:block}.nav{flex:1;display:flex;justify-content:center;gap:2px;white-space:nowrap}.nav a{color:#F8C84A;padding:25px 10px 23px;border-radius:12px;font-size:14px;font-weight:700}.nav a.active,.nav a:hover{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)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115!important;border-radius:999px;box-shadow:0 10px 24px rgba(248,184,50,.28);font-weight:800;padding:10px 23px;transition:.2s;border:0}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}.mobile-topbar{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 14px;background:#101115}.menu-toggle{width:42px;height:42px;border:1px solid var(--line);background:#15161A;border-radius:12px;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-toggle span{width:20px;height:2px;background:#F8C84A}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{width:118px;display:block}.header-btn{min-width:72px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:10000;opacity:0;visibility:hidden;transition:.25s}.drawer-mask.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#15161A;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:18px 0 40px rgba(0,0,0,.42);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px}.drawer-head img{width:128px}.drawer-close{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#1B1C21;color:#F8C84A;font-size:28px;line-height:1}.drawer-nav{display:grid;gap:8px;margin-top:16px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#F8C84A;background:#1B1C21;border:1px solid rgba(248,200,74,.08);font-weight:700}.drawer-nav a.active{box-shadow:inset 3px 0 0 #F8C84A;background:#202127}.drawer-note{margin-top:18px;color:#8E96A6;font-size:13px;padding:14px;background:#1B1C21;border-radius:14px}.container{max-width:1200px;margin:0 auto;padding:0 18px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;position:relative;border:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:34px;align-items:center;padding:58px}.eyebrow,.tag,.num,.gold{color:#F8C84A}.eyebrow{font-weight:800;letter-spacing:.08em;margin-bottom:12px}.hero-section h1,.page-hero h1{font-size:48px;line-height:1.15;margin:0 0 18px;color:#F8C84A}.hero-lead{font-size:18px;color:#EDEFF5;margin-bottom:12px}.hero-text{font-size:16px;color:#B8BEC9}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.tag{border:1px solid var(--line);background:#1B1C21;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}.hero-img-wrap,.image-panel{background:#1B1C21;border-radius:18px;border:1px solid var(--line);padding:14px;box-shadow:var(--shadow)}.hero-img-wrap img,.content-img,.zone-card img,.app-section img,.hero-section img,.page-hero img,.split-img img{max-width:100%;height:auto;display:block;object-fit:contain;border-radius:14px}.section{margin:48px auto}.section-head{max-width:800px;margin:0 0 22px}.section-title,h1,h2,h3{color:#F8C84A}.section-title{font-size:32px;line-height:1.25;margin:0 0 10px}.section-desc{color:#B8BEC9;font-size:16px}.grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(4,1fr)}.wall-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(3,1fr)}.two-grid{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.notice-card,.faq-card{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:18px;padding:22px}.card:hover,.zone-card:hover{border-color:rgba(248,200,74,.42);transform:translateY(-2px)}.card,.zone-card{transition:.2s}.num{font-weight:900;font-size:13px}.card h3,.zone-card h3,.info-card h3,.review-card h3{margin:8px 0 8px;color:#F8C84A}.text-link{font-weight:800;color:#F8C84A}.brand-strip{background:#15161A;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:26px}.brand-strip p{font-size:16px;color:#EDEFF5}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;margin:24px 0;padding:22px;background:#15161A;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.feature-row:nth-child(even) .split-img{order:2}.feature-row h3{font-size:28px;margin:0 0 12px}.point-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px}.point-list li{color:#EDEFF5}.point-list li:before{content:'◆';color:#F8C84A;margin-right:8px}.zone-card{padding:0;overflow:hidden}.zone-card .zone-body{padding:20px}.zone-card img{width:100%;max-height:210px;margin:0 auto;background:#1B1C21}.review-card p{color:#EDEFF5}.reviewer{margin-top:12px;color:#F8C84A;font-weight:800}.notice-card img{width:100%;max-height:230px;margin-bottom:16px;background:#1B1C21}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;background:#15161A;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}.app-section img{max-height:360px;margin:auto;background:#1B1C21}.app-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.app-list span,.keyword span{background:#1B1C21;border:1px solid var(--line);border-radius:12px;padding:10px;color:#EDEFF5}.keyword{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.help-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.mini-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-list{display:grid;gap:14px}.faq-card h3{margin:0 0 8px}.legal{background:#1B1C21;border:1px solid rgba(248,200,74,.24);border-radius:18px;padding:22px;color:#D8DEEA}.page-hero{max-width:1200px;margin:28px auto 34px;padding:34px;border-radius:22px;background:#15161A;border:1px solid var(--line);box-shadow:var(--shadow)}.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.page-hero h1{font-size:42px}.page-hero img{max-height:320px;margin:auto;background:#1B1C21}.content-section{max-width:1200px;margin:0 auto 42px;padding:0 18px}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.article-card{background:#15161A;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.article-card h2{margin-top:0}.wide-card{grid-column:1/-1}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-footer{background:#08090C;color:#D8DEEA;margin-top:60px;padding:44px 18px 18px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:26px}.footer-brand img{width:138px}.footer-grid h3{margin-top:0}.footer-grid a{display:block;color:#D8DEEA;margin:7px 0}.footer-bottom{max-width:1200px;margin:26px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#8E96A6;font-size:13px}@media(max-width:1024px){.desktop-nav-wrap{display:none}.mobile-topbar{display:flex}.site-main{padding-top:10px}.hero-grid,.page-hero-grid,.feature-row,.app-section,.help-layout{grid-template-columns:1fr}.hero-grid{padding:34px}.hero-section h1,.page-hero h1{font-size:36px}.category-grid,.wall-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature-row:nth-child(even) .split-img{order:0}}@media(max-width:640px){.container{padding:0 14px}.hero-section,.page-hero{margin:18px 14px 26px}.hero-grid,.page-hero{padding:22px}.hero-section h1,.page-hero h1{font-size:30px}.section-title{font-size:26px}.category-grid,.wall-grid,.review-grid,.service-grid,.two-grid,.article-grid,.contact-box,.mini-cards,.app-list,.footer-grid{grid-template-columns:1fr}.feature-row{padding:16px}.card,.info-card,.review-card,.notice-card,.faq-card,.article-card{padding:18px}.header-btn{padding:8px 15px;min-width:auto}.mobile-logo img{width:104px}.site-footer{padding-bottom:24px}}
