:root{--brand:hsl(273.23 76% 43%);--accent:hsl(307.23 84% 52%);--ink:#17181d;--muted:#687080;--line:#e7e9ef;--soft:hsl(273.23 76% 96%);--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f7f8fb;font:15px/1.75 Arial,"Microsoft YaHei",sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1200px,calc(100% - 30px));margin:auto}.header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 18px #1111}.head-inner{min-height:68px;display:flex;align-items:center;gap:28px}.brand{font-size:22px;font-weight:900;color:var(--brand);white-space:nowrap}nav{display:flex;gap:22px;font-weight:700}.filters{background:#fff;border-bottom:1px solid var(--line)}.filter-inner{padding:14px 0;display:flex;gap:9px;overflow:auto}.pill{border:1px solid var(--line);background:#fff;padding:6px 13px;border-radius:99px;white-space:nowrap}.pill:hover{background:var(--brand);border-color:var(--brand);color:#fff}.route-entry{width:min(1200px,calc(100% - 30px));margin:18px auto 0;padding:22px 28px 26px;border:1px solid #d9ad20;border-radius:24px;background:#fbf9f8;box-shadow:0 8px 24px rgba(88,0,0,.12)}.route-title{display:flex;align-items:center;gap:14px;margin:0;color:#a40000;font-size:30px;font-weight:900;line-height:1.2}.route-diamond{width:20px;height:20px;flex:0 0 20px;transform:rotate(45deg);background:#d9ad20}.route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin-top:24px}.route-link{display:flex;min-height:84px;align-items:center;justify-content:center;padding:16px 20px;border:2px solid #ffd000;border-radius:24px;background:linear-gradient(90deg,#d80000,#ff2618 52%,#ff9e08);color:#fff;font-size:28px;font-weight:900;text-align:center;text-shadow:0 2px 3px rgba(80,0,0,.55);box-shadow:0 10px 20px rgba(178,36,18,.22)}.hero{padding:46px 0;background:linear-gradient(125deg,var(--soft),#fff 58%,hsl(307.23 80% 95%));border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center}.eyebrow{color:var(--brand);font-weight:800}h1{font-size:clamp(31px,5vw,55px);line-height:1.15;margin:10px 0}.hero p{font-size:17px;color:#4b5563}.hero-card{padding:28px;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--accent));box-shadow:0 20px 45px #0002}main section{padding:32px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-head h2{margin:0;font-size:26px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tool-card,.article-card,.article,.panel,.movie{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 7px 20px #1111}.tool-card{padding:20px;min-height:150px}.tool-card b{display:block;color:var(--brand);font-size:18px;margin-bottom:8px}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.movie{min-width:0;height:100%;overflow:hidden;transition:.2s}.movie>a{display:flex;flex-direction:column;height:100%}.movie:hover{transform:translateY(-4px);box-shadow:0 14px 32px #1112}.poster{position:relative;aspect-ratio:16/10;overflow:hidden;background:#ddd;flex:0 0 auto}.poster img{display:block;width:100%;height:100%;object-fit:cover}.duration{position:absolute;right:9px;bottom:9px;background:#111d;color:#fff;border-radius:5px;padding:2px 7px;font-size:12px}.movie-body{min-width:0;height:84px;flex:0 0 84px;padding:13px;display:flex;flex-direction:column}.movie h3{font-size:16px;line-height:1.55;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats{min-width:0;margin-top:auto;display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px}.stats span:first-child{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats span:last-child{flex:0 0 auto;white-space:nowrap}.player{aspect-ratio:16/9;background:#000;border-radius:var(--radius);overflow:hidden}.player iframe{width:100%;height:100%;border:0}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{padding:22px}.article-card h3{margin:9px 0}.page{padding:30px 0}.article{max-width:900px;margin:32px auto;padding:28px}.article h1{font-size:36px}.article p{font-size:17px;text-indent:2em}.notice{background:var(--soft);border-left:4px solid var(--brand);padding:12px 15px}.friends{display:flex;gap:12px;flex-wrap:wrap}.friends a{color:var(--brand);font-weight:700}footer{margin-top:32px;background:#17181d;color:#d1d5db;padding:38px 0}footer h3{color:#fff}.copyright{border-top:1px solid #ffffff18;margin-top:22px;padding-top:18px;color:#9ca3af}@media(max-width:900px){nav{display:none}.tool-grid,.video-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}}@media(max-width:600px){.route-entry{padding:18px 14px 20px;border-radius:18px}.route-title{font-size:24px}.route-grid,.articles{grid-template-columns:1fr;gap:12px}.route-link{min-height:68px;border-radius:18px;font-size:24px}.tool-grid{grid-template-columns:1fr;gap:12px}.video-grid{gap:10px}.article{padding:20px}.article h1{font-size:29px}}