
:root{--bg:#070a1c;--panel:#101633;--panel2:#151d42;--text:#eef5ff;--muted:#b7c5df;--cyan:#4be1ff;--pink:#ff4aa4;--gold:#ffd166;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans CJK SC","Microsoft YaHei",Arial,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(7,10,28,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar{text-align:center;color:var(--cyan);font-size:.92rem;padding:.35rem}.navbar{display:flex;align-items:center;gap:1.2rem;max-width:1240px;margin:auto;padding:.7rem 1rem}.brand{display:flex;align-items:center;gap:.55rem;margin-right:auto}.brand img:last-child{height:48px;width:auto}.nav-links{display:flex;gap:.72rem;flex-wrap:wrap}.nav-links a{padding:.5rem .7rem;border:1px solid transparent;border-radius:999px;color:#dbe7ff}.nav-links a:hover{border-color:var(--cyan);color:white;background:rgba(75,225,255,.1)}.nav-toggle{display:none}.search-panel{max-width:1240px;margin:auto;padding:0 1rem .85rem;display:grid;grid-template-columns:auto 1fr auto auto;gap:.65rem;align-items:center}.search-panel input{width:100%;border:1px solid var(--line);border-radius:999px;background:#0d1430;color:white;padding:.75rem 1rem}.search-panel button,.hero-actions a,.share-btn,#mcp-demo-btn{border:0;border-radius:999px;padding:.75rem 1rem;background:linear-gradient(135deg,var(--cyan),var(--pink));color:#071022;font-weight:800;cursor:pointer}.hero{min-height:650px;background-size:cover;background-position:center;display:flex;align-items:center}.hero-content{max-width:920px;margin-left:calc((100vw - 1240px)/2);padding:5rem 1rem}.breadcrumb{font-size:.9rem;color:var(--muted);display:flex;gap:.4rem;margin-bottom:1rem}.eyebrow{color:var(--cyan);font-weight:800;letter-spacing:.08em}.hero h1,.page-hero h1{font-size:clamp(2.6rem,6vw,5.4rem);line-height:1.08;margin:.3rem 0;background:linear-gradient(120deg,#fff,var(--cyan),var(--pink));-webkit-background-clip:text;color:transparent}.hero p{font-size:1.2rem;max-width:760px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.stats{max-width:1240px;margin:-55px auto 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 1rem}.stats div,.section,.video-card,.expert-grid article,.review-grid article,.steps article,.module article{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--line);box-shadow:0 16px 50px rgba(0,0,0,.24);border-radius:24px}.stats div{padding:1.2rem;text-align:center}.stats strong{display:block;font-size:2rem;color:var(--gold)}.section{max-width:1240px;margin:28px auto;padding:32px}.section h2{font-size:2rem;margin-top:0}.tag-cloud,.metrics,.share-grid{display:flex;gap:.6rem;flex-wrap:wrap}.tag,.tag-cloud span,.metrics span{border:1px solid var(--line);background:rgba(75,225,255,.08);border-radius:999px;padding:.35rem .65rem;color:#dff8ff}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.video-card{overflow:hidden}.video-frame{position:relative;aspect-ratio:16/9;background:#060a18}.video-frame video{width:100%;height:100%;object-fit:cover;display:block}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.82);width:70px;height:70px;border-radius:50%;border:2px solid white;background:rgba(255,74,164,.75);color:white;font-size:1.5rem;opacity:0;transition:.2s}.video-card:hover .play-button,.video-card.is-active .play-button{opacity:1;transform:translate(-50%,-50%) scale(1)}.video-copy{padding:1rem}.matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.matrix h2{grid-column:1/-1}.module{display:grid;gap:.8rem}.module h3{color:var(--cyan)}.module article{padding:1rem}.json-output{white-space:pre-wrap;overflow:auto;max-height:380px;background:#050814;border:1px solid rgba(75,225,255,.28);border-radius:18px;color:#b8ffe8;padding:1rem;font-size:.9rem}.expert-grid,.review-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.expert-grid article,.review-grid article,.steps article{padding:1rem}.expert-grid a{display:inline-block;margin-top:.5rem;color:var(--cyan)}.logo-wall{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}.logo-wall img{border-radius:16px;border:1px solid var(--line)}details{border:1px solid var(--line);border-radius:18px;padding:1rem;margin:.7rem 0;background:rgba(255,255,255,.045)}summary{cursor:pointer;color:#fff;font-weight:800}.page-hero{background:radial-gradient(circle at 20% 10%,rgba(75,225,255,.25),transparent 35%),linear-gradient(135deg,#090e2a,#171142 55%,#2b1034);padding:5rem 1rem}.page-hero>div{max-width:1240px;margin:auto}.site-footer{margin-top:40px;background:#050816;border-top:1px solid var(--line);padding:34px 1rem}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:1.3rem}.qr-wrap{display:flex;gap:.8rem}.qr-wrap img{border-radius:14px}.copyright{text-align:center;color:var(--muted);margin-top:1.5rem}.fake-toast{position:fixed;right:16px;bottom:16px;background:#101633;border:1px solid var(--cyan);padding:1rem;border-radius:18px;z-index:50}@media(max-width:980px){.nav-toggle{display:block}.nav-links{display:none;width:100%}.nav-links.open{display:flex}.navbar{flex-wrap:wrap}.search-panel{grid-template-columns:1fr}.hero-content{margin:auto}.stats,.video-grid,.matrix,.expert-grid,.review-grid,.steps,.footer-grid{grid-template-columns:1fr 1fr}.logo-wall{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.stats,.video-grid,.matrix,.expert-grid,.review-grid,.steps,.footer-grid,.logo-wall{grid-template-columns:1fr}.hero{min-height:560px}.section{padding:22px;margin:18px 10px}.brand img:last-child{width:150px}.hero h1,.page-hero h1{font-size:2.4rem}}

.hero-home{background-image:linear-gradient(90deg,rgba(7,10,28,.92),rgba(7,10,28,.58)),url("/assets/img/hero-esports-arena.webp");}
