:root{--cream:#FFF8E7;--deep:#F3E6C4;--paper:#FFFDF6;--ink:#111111;--text:#2B2B2B;--muted:#5C5346;--soft:#7A7266;--yellow:#F5C518;--yellow-dark:#D4A40F;--border:rgba(17,17,17,.14);--shadow:0 14px 36px rgba(17,17,17,.12);--max:1120px;--radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font:16px/1.75 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}.wrap{width:min(calc(100% - 32px),var(--max));margin:0 auto}.site-header{position:fixed;z-index:1000;top:0;left:0;right:0}.brand-strip{height:14px;background:var(--yellow);color:var(--ink);font-size:11px;font-weight:800;line-height:14px}.strip-inner{display:flex;align-items:center;justify-content:space-between;height:14px}.strip-search{height:14px;padding:0 10px;border:0;background:transparent;color:var(--ink);font-weight:900;cursor:pointer}.clipbar{height:50px;background:var(--ink);color:var(--cream);box-shadow:0 6px 18px rgba(0,0,0,.18)}.clipbar-inner{height:50px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:18px}.brand-link{display:flex;align-items:center;min-width:0;height:44px}.brand-logo{max-height:26px;width:auto;object-fit:contain}.brand-fallback{font-size:18px;font-weight:900;color:var(--cream);white-space:nowrap}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:5px}.desktop-nav a{padding:5px 9px;border-radius:8px;color:var(--cream);font-size:14px;font-weight:800}.desktop-nav a:hover,.desktop-nav a:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.desktop-nav a.active{background:var(--yellow);color:var(--ink)}.clipbar-actions{display:flex;gap:8px;align-items:center}.tray-button,.app-button{min-height:36px;padding:6px 13px;border-radius:9px;font-weight:900;cursor:pointer}.tray-button{border:1px solid rgba(255,248,231,.38);background:transparent;color:var(--cream)}.app-button{display:flex;align-items:center;background:var(--yellow);color:var(--ink)}.tray-button:focus-visible,.app-button:focus-visible,.strip-search:focus-visible,.icon-close:focus-visible{outline:3px solid #fff;outline-offset:2px}.site-main{padding-top:64px;min-height:70vh}.hero-dark{background:var(--ink);color:var(--cream);padding:42px 0}.eyebrow{display:inline-block;font-size:13px;font-weight:900;letter-spacing:.08em;color:var(--yellow);margin-bottom:7px}.hero-dark h1,.page-hero h1{margin:0 0 12px;font-size:clamp(28px,4.5vw,32px);line-height:1.25;color:inherit}.hero-dark p{max-width:820px;margin:0;color:var(--cream)}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 15px;border-radius:10px;font-weight:900;border:1px solid var(--yellow-dark)}.btn-dark{background:var(--ink);color:var(--yellow)}.btn-yellow{background:var(--yellow);color:var(--ink)}.btn-cream{background:var(--cream);color:var(--ink)}.hero-dark .btn-dark{border-color:var(--yellow);background:#1c1c1c}.hero-dark .btn-cream{border-color:var(--cream)}.btn:hover,.btn:focus-visible{transform:translateY(-1px);box-shadow:0 7px 18px rgba(17,17,17,.15);outline:none}.section{padding:42px 0}.section.alt{background:var(--deep)}.section.dark{background:var(--ink);color:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.section-head h2{margin:0;font-size:24px;line-height:1.3;color:var(--ink)}.dark .section-head h2,.dark h2,.dark h3{color:var(--yellow)}.section-head p{max-width:650px;margin:0;color:var(--muted)}.dark p,.dark li{color:var(--cream)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.media-slot{min-height:200px;background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px}.media-slot img{width:100%;max-height:250px;object-fit:contain;object-position:center}.media-slot.tall img{max-height:420px;width:auto}.media-fallback{display:grid;place-items:center;min-height:190px;width:100%;font-size:18px;font-weight:900;color:var(--ink);text-align:center}.content-card,.info-card,.status-card,.faq-item,.prose-card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 20px rgba(17,17,17,.05)}.content-card{overflow:hidden}.content-card .media-slot{border:0;border-bottom:1px solid var(--border);border-radius:0;min-height:160px}.content-card .media-slot img{max-height:190px}.card-body{padding:18px}.card-body h3{margin:0 0 7px;color:var(--ink);font-size:19px}.card-body p{margin:0;color:var(--muted)}.card-body .text-link{display:inline-block;margin-top:12px;font-weight:900;border-bottom:2px solid var(--yellow-dark)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-card,.status-card{padding:18px}.info-card h3,.status-card h3{margin:0 0 7px;font-size:18px;color:var(--ink)}.info-card p,.status-card p{margin:0;color:var(--muted)}.status-card{border-top:4px solid var(--yellow)}.page-hero{padding:38px 0 28px;background:var(--deep);color:var(--ink)}.page-hero p{max-width:830px;margin:0;color:var(--muted)}.page-body{padding:34px 0 48px}.prose{max-width:900px}.prose p{margin:0 0 18px}.prose h2{margin:34px 0 10px;font-size:23px;color:var(--ink)}.prose h3{margin:24px 0 8px;font-size:19px}.prose ul{padding-left:1.2em}.lead{font-size:18px;color:var(--ink)}.notice{padding:16px 18px;background:var(--yellow);color:var(--ink);border-radius:var(--radius);font-weight:700}.notice p{margin:0}.article-index{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}.article-index a{padding:14px 15px;background:var(--paper);border:1px solid var(--border);border-radius:10px;font-weight:800}.article-index a:hover{border-color:var(--yellow-dark);background:#fff9d8}.faq-list{display:grid;gap:12px}.faq-item{padding:18px}.faq-item h2,.faq-item h3{font-size:18px;margin:0 0 8px}.faq-item p{margin:0;color:var(--muted)}.mini-meta{font-size:13px;color:var(--soft);font-weight:800}.site-footer{background:var(--ink);color:var(--yellow);padding:36px 0 calc(18px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:2.1fr repeat(4,1fr);gap:24px}.footer-grid h2{font-size:15px;margin:0 0 10px;color:var(--yellow)}.footer-grid a{display:block;color:var(--cream);font-size:14px;margin:6px 0}.footer-grid a:hover{text-decoration:underline;text-decoration-color:var(--yellow)}.footer-brand p{color:var(--cream);font-size:14px;max-width:420px}.footer-logo-link{display:flex!important;align-items:center;gap:10px;margin-bottom:12px!important}.footer-logo{max-height:28px;width:auto;object-fit:contain}.footer-logo-link span{display:grid}.footer-logo-link strong{color:var(--yellow)}.footer-logo-link em{font-style:normal;font-size:11px;color:var(--cream);letter-spacing:.08em}.footer-bottom{border-top:1px solid rgba(245,197,24,.28);margin-top:24px;padding-top:16px;color:var(--yellow);font-size:13px}.page-overlay{position:fixed;z-index:1090;inset:64px 0 0;background:rgba(17,17,17,.56);opacity:0;pointer-events:none;transition:.18s}.page-overlay.show{opacity:1;pointer-events:auto}.clip-tray{position:fixed;z-index:1100;top:72px;right:max(16px,calc((100vw - 1120px)/2));width:min(400px,calc(100vw - 32px));height:min(440px,calc(100vh - 105px));background:var(--paper);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-8px);transition:.18s;overflow:hidden;display:flex;flex-direction:column}.clip-tray.open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.tray-head,.search-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border)}.tray-brand{display:flex;align-items:center;gap:9px;color:var(--ink)}.tray-brand img{max-height:24px;width:auto}.icon-close{width:44px;height:44px;border:0;border-radius:9px;background:var(--ink);color:var(--yellow);font-size:24px;cursor:pointer}.tray-groups{padding:12px;overflow:auto}.tray-group{margin-bottom:14px}.tray-group h2{font-size:12px;letter-spacing:.08em;margin:0 0 6px;color:var(--soft)}.tray-group a{display:grid;grid-template-columns:100px 1fr;gap:8px;padding:7px 8px;border-radius:8px}.tray-group a:hover{background:var(--deep)}.tray-group b{color:var(--ink);font-size:14px}.tray-group span{color:var(--muted);font-size:12px}.search-layer{position:fixed;z-index:1100;top:74px;left:50%;width:min(480px,calc(100vw - 32px));transform:translate(-50%,-8px);background:var(--paper);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);visibility:hidden;pointer-events:none;opacity:0;transition:.18s}.search-layer.open{visibility:visible;pointer-events:auto;opacity:1;transform:translate(-50%,0)}.search-head strong{color:var(--ink)}.search-box{margin:16px;border:2px solid var(--ink);border-radius:10px;min-height:48px;padding:11px 13px;color:var(--muted);background:var(--cream)}.search-presets{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 18px}.search-presets a{min-height:40px;display:flex;align-items:center;padding:7px 11px;background:var(--yellow);color:var(--ink);border-radius:8px;font-weight:800}.mobile-bottom{display:none}
@media(max-width:900px){.desktop-nav{display:none}.clipbar-inner{grid-template-columns:1fr auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.article-index{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body{padding-bottom:calc(50px + env(safe-area-inset-bottom))}.wrap{width:min(calc(100% - 32px),var(--max))}.brand-strip{height:14px}.clipbar{height:50px}.clipbar-inner{height:50px;gap:8px}.brand-link{min-width:0}.brand-logo{max-height:24px;max-width:145px}.brand-fallback{font-size:16px}.clipbar-actions{gap:5px}.tray-button,.app-button{min-height:44px;padding:7px 10px;font-size:13px}.site-main{padding-top:64px}.hero-dark{padding:32px 0}.section{padding:32px 0}.section-head{display:block}.section-head p{margin-top:8px}.two-col,.grid-4,.grid-3,.grid-2,.article-index{grid-template-columns:1fr}.content-card .media-slot img{max-height:200px}.clip-tray{top:64px;right:8px;width:calc(100vw - 16px);height:64vh;max-height:none}.tray-group a{grid-template-columns:92px 1fr}.page-overlay{inset:64px 0 0}.search-layer{top:72px;width:calc(100vw - 24px)}.mobile-bottom{position:fixed;z-index:950;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--ink);border-top:1px solid rgba(245,197,24,.35)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:12px;font-weight:800;min-width:0}.mobile-bottom a.active{background:var(--yellow);color:var(--ink)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.site-footer{padding-bottom:30px}.media-slot{min-height:170px}.media-slot img{max-height:230px}.media-slot.tall img{max-height:380px}}
