:root{--bg:#120F0A;--top:#16120C;--sub:#1C1710;--panel:#221C14;--panel2:#2B241A;--title:#F6F0E4;--text:#D9D0C0;--muted:#A89B88;--soft:#7A7164;--cream:#F4E4C1;--gold:#D4B06A;--deep:#8B5A12;--brown:#3A2A12;--line:rgba(244,228,193,.14)}*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif}body{font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}img,.media,.panel,.grid>*{max-width:100%}button,a{min-height:40px}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.wrap{width:min(1280px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:60}.topbar{height:68px;background:#16120C}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-icon{width:28px;height:28px;display:grid;place-items:center}.brand-icon img{width:100%;height:100%;object-fit:contain}.brand-logo{height:32px;max-width:150px;display:grid;place-items:center}.brand-logo img{height:32px;max-width:150px;object-fit:contain}.brand-ph{background:linear-gradient(160deg,#2B241A,#14110C);border-radius:8px}.brand-text{font-weight:700;color:var(--title)}.auth-links{display:flex;align-items:center;gap:18px}.auth-links>a:not(.primary){color:#D9D0C0}.pill,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 20px;min-height:44px}.primary,.btn-primary{background:linear-gradient(180deg,#F7E7C8 0%,#E2C48A 100%);color:#3A2A12;border:1px solid rgba(139,90,18,.35);font-weight:700}.primary:hover,.btn-primary:hover{filter:brightness(1.06);transform:translateY(-2px)}.projectbar{height:54px;background:#1C1710;border-top:1px solid rgba(244,228,193,.08);border-bottom:1px solid var(--line)}.pills-scroll{height:100%;display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none}.pills-scroll::-webkit-scrollbar{display:none}.sport-pill{flex:0 0 auto;height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 17px;border-radius:999px;background:linear-gradient(180deg,#F7E7C8,#E2C48A);color:#3A2A12;border:1px solid transparent;font-weight:700;white-space:nowrap}.sport-pill.active{border-color:#8B5A12;box-shadow:inset 0 -2px 0 #8B5A12}.sport-dot{font-size:11px}.site-main{min-height:65vh}.hero,.section{padding:64px 0}.hero{padding-top:48px}.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:center}.eyebrow{color:var(--gold);font-weight:700;letter-spacing:.08em}.hero h1,.page-head h1{font-size:clamp(36px,4vw,48px);line-height:1.18;color:var(--title);margin:.2em 0 .4em}.hero p,.page-head p{color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.btn-secondary{border:1px solid var(--line);background:#221C14;color:var(--title)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:22px}.panel:hover{transform:translateY(-2px)}.section h2{font-size:clamp(24px,2.5vw,30px);color:var(--title);margin:0 0 16px}.section h3{font-size:20px;color:var(--title)}.section-intro{max-width:820px;color:var(--muted);margin-bottom:24px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.zone-grid{grid-template-columns:repeat(5,1fr)}.media{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:12px;background:#1A1610}.media>img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center center;display:block}.media-ph{width:100%;height:100%;background:linear-gradient(160deg,#2B241A,#14110C)}.media-hero{aspect-ratio:16/7;max-height:400px}.media-4x3{aspect-ratio:4/3;max-height:340px}.media-card{aspect-ratio:3/4;max-height:240px}.zone-card .media{margin-bottom:14px}.zone-card h3{margin:0 0 8px}.zone-card p{font-size:14px;color:var(--muted);line-height:1.65}.page-head{padding:46px 0 18px}.breadcrumb{font-size:14px;color:var(--soft);margin-bottom:12px}.article{padding:18px 0 64px}.article .prose{max-width:900px}.prose p{margin:0 0 18px}.prose h2{margin:34px 0 12px}.note{border-left:3px solid var(--gold);padding:14px 16px;background:#1C1710;border-radius:8px;color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:28px;align-items:start}.links{display:flex;flex-wrap:wrap;gap:10px}.links a{border:1px solid var(--line);padding:8px 12px;border-radius:999px}.faq-list{display:grid;gap:12px}.faq-item{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:0 18px}.faq-item button{width:100%;background:none;border:0;color:var(--title);font:inherit;font-weight:700;text-align:left;padding:16px 0;cursor:pointer}.faq-answer{padding:0 0 18px;color:var(--muted)}.filterbar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 24px}.filterbar button{border:1px solid var(--line);background:#221C14;color:var(--text);border-radius:999px;padding:0 16px;cursor:pointer}.filterbar button.active{background:linear-gradient(180deg,#F7E7C8,#E2C48A);color:#3A2A12}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px}.table{width:100%;border-collapse:collapse;min-width:680px}.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}.table th{color:var(--title);background:#1C1710}.site-footer{background:#0E0C09;padding:48px 0 90px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:28px}.site-footer h2{font-size:17px;color:var(--title);margin-top:0}.site-footer a{display:block;color:var(--muted);margin:7px 0}.footer-brand img{height:32px;max-width:150px;object-fit:contain}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:20px;color:var(--soft);font-size:13px}.mobile-only{display:none}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:90}.drawer{position:fixed;z-index:100;top:0;left:0;bottom:0;width:min(86vw,360px);background:#16120C;border-right:1px solid var(--line);padding:18px;overflow:auto;transform:translateX(-102%);visibility:hidden;pointer-events:none;transition:transform .2s ease}.drawer.open{transform:none;visibility:visible;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head button{background:#221C14;color:var(--title);border:1px solid var(--line);border-radius:8px;font-size:26px;width:42px}.drawer-group{padding:16px 0;border-bottom:1px solid var(--line)}.drawer-group h2{font-size:14px;color:var(--gold);margin:0 0 8px}.drawer-group a{display:block;padding:8px 0;color:var(--text)}.locked{overflow:hidden}.hero-controls{display:flex;gap:8px;margin-top:12px}.hero-controls button{width:12px;height:12px;min-height:12px;border-radius:50%;padding:0;border:1px solid var(--gold);background:transparent}.hero-controls button.active{background:var(--gold)}
@media(max-width:1024px){.zone-grid{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.wrap{width:min(100% - 40px,1280px)}}
@media(max-width:767px){body{font-size:15px;padding-bottom:calc(62px + env(safe-area-inset-bottom))}.desktop-only{display:none!important}.mobile-only{display:flex}.site-header{height:calc(56px + env(safe-area-inset-top));background:#16120C;padding-top:env(safe-area-inset-top)}.mobile-top{height:56px;display:grid;grid-template-columns:44px 1fr 70px;align-items:center;gap:8px;padding:0 12px}.menu-btn{width:40px;background:#221C14;color:var(--title);border:1px solid var(--line);border-radius:8px}.mobile-logo{height:28px;max-width:118px;justify-self:center;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--title);font-weight:700}.mobile-logo img{height:28px;max-width:118px;object-fit:contain}.mobile-login{height:36px;min-height:36px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#F7E7C8,#E2C48A);color:#3A2A12;font-weight:700}.wrap{width:calc(100% - 32px)}.hero,.section{padding:42px 0}.hero{padding-top:30px}.hero-grid,.split{grid-template-columns:1fr}.hero h1,.page-head h1{font-size:clamp(26px,8vw,32px)}.section h2{font-size:clamp(20px,6vw,24px)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.zone-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.panel{padding:16px}.media-hero{max-height:160px}.media-4x3{max-height:210px}.media-card{max-height:210px}.footer-grid{grid-template-columns:1fr 1fr}.site-footer{padding-bottom:90px}.mobile-bottom{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#16120C;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;text-align:center;font-size:12px;color:var(--text);min-height:52px}.actions{align-items:stretch}.actions .btn{flex:1 1 auto}.page-head{padding-top:30px}.article{padding-bottom:44px}}
@media(max-width:390px){.mobile-top{grid-template-columns:42px 1fr 64px;padding:0 8px}.zone-grid{gap:10px}.zone-card{padding:12px}.zone-card p{font-size:13px}.footer-grid{grid-template-columns:1fr}.wrap{width:calc(100% - 30px)}}
