:root{--brand:hsl(118.6 75% 42%);--accent:hsl(160.6 82% 52%);--soft:hsl(118.6 70% 96%);--line:#e5e7eb;--ink:#17181d}*{box-sizing:border-box}body{margin:0;background:#f7f8fb;color:var(--ink);font:15px/1.7 Arial,"Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1200px,calc(100% - 30px));margin:auto}header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.head{height:68px;display:flex;align-items:center;gap:28px}.brand{font-size:23px;font-weight:900;color:var(--brand)}nav{display:flex;gap:20px;font-weight:700}.filters{background:#fff;border-bottom:1px solid var(--line)}.pills{padding:14px 0;display:flex;gap:9px;overflow:auto}.pill{white-space:nowrap;border:1px solid var(--line);padding:6px 13px;border-radius:99px}.route{margin:18px auto;padding:22px 28px;border:1px solid #d9ad20;border-radius:24px;background:#fff}.route h2{color:#a40000;font-size:30px}.route-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.route a{display:flex;min-height:80px;align-items:center;justify-content:center;border:2px solid #ffd000;border-radius:22px;background:linear-gradient(90deg,#d80000,#ff9e08);color:#fff;font-size:27px;font-weight:900}.hero{padding:48px 0;background:linear-gradient(130deg,var(--soft),#fff)}h1{font-size:clamp(32px,5vw,54px);line-height:1.16}section{padding:30px 0}.grid,.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card,.article,.movie{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 20px #1111}.card,.article{padding:20px}.card b{display:block;color:var(--brand);font-size:18px}.movie{min-width:0;overflow:hidden}.poster{aspect-ratio:16/10;background:#ddd;overflow:hidden}.poster img{display:block;width:100%;height:100%;object-fit:cover}.movie-body{height:88px;padding:12px;display:flex;flex-direction:column}.movie h3{margin:0 0 6px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-keyword{margin-top:auto;color:var(--brand);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player{aspect-ratio:16/9;background:#000;border-radius:14px;overflow:hidden}.player iframe{width:100%;height:100%;border:0}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article{max-width:900px;margin:30px auto}.article p{font-size:17px;text-indent:2em}.friends{display:flex;flex-wrap:wrap;gap:12px}.friends a{color:var(--brand);font-weight:700}footer{margin-top:30px;padding:36px 0;background:#17181d;color:#ddd}@media(max-width:900px){nav{display:none}.grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.route-grid,.articles{grid-template-columns:1fr}.route a{font-size:23px;min-height:66px}.grid,.video-grid{gap:10px}}