/* roulang page: index */
:root {
      --blue: #345edb;
      --blue-deep: #183476;
      --blue-soft: #ebf1ff;
      --cyan: #51bad4;
      --ink: #172747;
      --muted: #62728e;
      --paper: #f5f8ff;
      --white: #fff;
      --line: #dfe7f4;
      --radius: 22px;
      --shadow: 0 16px 42px rgba(31, 66, 130, .085);
      --shadow-hover: 0 24px 55px rgba(31, 66, 130, .16);
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    body { margin: 0; background: var(--white); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; }
    a { color: var(--blue); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
    a:hover { color: var(--blue-deep); }
    button { font: inherit; }
    img { max-width: 100%; display: block; }
    :focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
    ::selection { background: #dce9ff; color: var(--blue-deep); }
    .container { max-width: 1200px; }
    .site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
    .nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; color: var(--ink); font-weight: 800; font-size: 19px; letter-spacing: -.035em; }
    .brand:hover { color: var(--blue); }
    .brand-mark { width: 36px; height: 36px; border-radius: 12px; background: var(--blue); display: grid; place-items: center; color: #fff; font-size: 16px; box-shadow: 0 6px 15px rgba(52,94,219,.22); }
    .site-nav { display: flex; align-items: center; gap: 36px; }
    .site-nav a { position: relative; padding: 9px 0; color: var(--muted); font-size: 14px; font-weight: 650; white-space: nowrap; }
    .site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
    .site-nav a:hover, .site-nav a.active { color: var(--blue-deep); }
    .site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
    .nav-note { border-left: 1px solid var(--line); padding-left: 24px; font-size: 12px; color: var(--muted); white-space: nowrap; }
    main section { padding: 85px 0; border-bottom: 1px solid #edf1f8; }
    .tint { background: var(--paper); }
    .section-kicker { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
    .section-head { max-width: 760px; margin-bottom: 34px; }
    .section-head h2, .split-title { margin: 0 0 15px; color: var(--ink); font-size: clamp(26px,3vw,38px); font-weight: 800; letter-spacing: -.045em; line-height: 1.28; }
    .section-head p, .section-copy { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
    .btn-main, .btn-light, .btn-outline-custom { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; font-size: 14px; line-height: 1.4; text-align: center; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
    .btn-main { background: var(--blue); color: #fff; box-shadow: 0 10px 22px rgba(52,94,219,.19); }
    .btn-main:hover { background: #244cc8; color: #fff; transform: translateY(-2px); box-shadow: 0 15px 28px rgba(52,94,219,.27); }
    .btn-light { background: #fff; color: var(--blue-deep); }
    .btn-light:hover { background: #e8f0ff; color: var(--blue-deep); transform: translateY(-2px); }
    .btn-outline-custom { border-color: #cbd7ed; background: #fff; color: var(--blue-deep); }
    .btn-outline-custom:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue); }
    .btn-main:active, .btn-light:active, .btn-outline-custom:active { transform: translateY(0); }
    .eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.86); color: var(--blue-deep); font-size: 12px; font-weight: 800; }
    .eyebrow::before, .live-dot { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); display: inline-block; flex-shrink: 0; }
    .hero { position: relative; overflow: hidden; min-height: 565px; display: flex; align-items: center; background: #dceaff url('/assets/images/8f25aa39aa83d0ad.png') center / cover no-repeat; border-bottom: 0; padding: 96px 0; isolation: isolate; }
    .hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(245,249,255,.98) 0%,rgba(245,249,255,.94) 45%,rgba(245,249,255,.51) 100%); }
    .hero-layout { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(235px,.65fr); align-items: center; gap: clamp(25px,5vw,90px); }
    .hero h1 { max-width: 770px; margin: 22px 0 19px; font-size: clamp(36px,4.9vw,64px); line-height: 1.15; letter-spacing: -.055em; font-weight: 850; overflow-wrap: anywhere; }
    .hero h1 span { color: var(--blue); }
    .hero-copy { max-width: 685px; margin: 0; color: #485b7a; font-size: 16px; line-height: 2; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 27px; }
    .hero-points { display: flex; flex-wrap: wrap; gap: 11px 21px; margin: 25px 0 0; padding: 0; list-style: none; color: #354b6d; font-size: 13px; font-weight: 700; }
    .hero-points li::before { content: "✓"; color: var(--blue); margin-right: 7px; }
    .count-card { justify-self: end; width: min(100%,300px); padding: 25px 22px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 25px 65px rgba(37,75,151,.17); backdrop-filter: blur(14px); text-align: center; }
    .count-ring { width: 177px; height: 177px; margin: 6px auto 18px; padding: 12px; border-radius: 50%; background: conic-gradient(var(--blue) 0 68%,#e0e9fa 68% 100%); box-shadow: 0 12px 30px rgba(52,94,219,.13); }
    .count-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; background: #fff; }
    .count-inner strong { font-size: 27px; line-height: 1.3; font-variant-numeric: tabular-nums; color: var(--blue-deep); }
    .count-inner small { color: var(--muted); font-size: 12px; }
    .count-card p { margin: 0; color: var(--muted); font-size: 12px; }
    .count-card b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }
    .surface-card { height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; transition: transform .22s, box-shadow .22s, border-color .22s; }
    .surface-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); border-color: #c5d6f4; }
    .surface-card .card-content { padding: 23px; }
    .surface-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
    .surface-card p { margin: 0; font-size: 13px; line-height: 1.85; color: var(--muted); }
    .card-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 20px; background: var(--blue-soft); border-radius: 14px; color: var(--blue); font-size: 20px; font-weight: 800; }
    .tag { display: inline-block; padding: 4px 10px; border: 1px solid #dae5f7; border-radius: 999px; background: #f5f8ff; color: var(--blue-deep); font-size: 11px; font-weight: 750; }
    .text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 13px; font-weight: 800; }
    .text-link:hover { gap: 11px; }
    .category-feature { position: relative; min-height: 100%; padding: 29px; border-radius: var(--radius); overflow: hidden; background: var(--blue-deep); color: #fff; box-shadow: var(--shadow); }
    .category-feature::after { content: "S16"; position: absolute; right: -12px; bottom: -54px; color: rgba(255,255,255,.07); font-size: 155px; font-weight: 900; line-height: 1; }
    .category-feature h3 { position: relative; z-index: 1; margin: 34px 0 10px; font-size: 29px; font-weight: 800; }
    .category-feature p { position: relative; z-index: 1; max-width: 360px; color: #d3e0ff; font-size: 14px; line-height: 1.85; }
    .category-feature .text-link { position: relative; z-index: 1; margin-top: 25px; color: #fff; }
    .category-feature .tag { background: rgba(255,255,255,.13); color: #fff; border-color: rgba(255,255,255,.25); }
    .compact-card { padding: 21px; }
    .compact-card h3 { margin: 14px 0 8px; font-size: 17px; font-weight: 800; }
    .compact-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
    .event-band { padding: 27px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
    .event-band + .event-band { margin-top: 14px; }
    .event-band h3 { font-size: 18px; font-weight: 800; margin: 0 0 7px; }
    .event-band p { color: var(--muted); font-size: 13px; margin: 0; }
    .event-num { font-size: 13px; font-weight: 900; color: var(--blue); letter-spacing: .08em; }
    .side-panel { padding: 30px; border-radius: var(--radius); background: #e9f0ff; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
    .side-panel strong { font-size: 23px; line-height: 1.4; }
    .side-panel p { color: #566985; font-size: 14px; margin: 18px 0 0; }
    .rank-list { list-style: none; padding: 0; margin: 0; counter-reset: rank; }
    .rank-list li { counter-increment: rank; display: flex; align-items: flex-start; gap: 19px; padding: 20px 0; border-bottom: 1px solid var(--line); }
    .rank-list li:last-child { border: 0; }
    .rank-list li::before { content: counter(rank, decimal-leading-zero); min-width: 43px; color: var(--blue); font-size: 22px; font-weight: 850; line-height: 1.3; }
    .rank-list h3 { margin: 0 0 4px; font-weight: 800; font-size: 17px; }
    .rank-list p { margin: 0; color: var(--muted); font-size: 13px; }
    .rank-picture { height: 100%; min-height: 350px; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--blue-deep); }
    .rank-picture img { width: 100%; height: 100%; object-fit: cover; }
    .rank-picture::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(13,35,80,.86)); }
    .rank-picture figcaption { position: absolute; z-index: 1; bottom: 25px; left: 25px; right: 25px; color: #fff; font-size: 21px; font-weight: 800; }
    .assurance { background: #eaf1ff; }
    .assurance-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid #d6e2f8; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
    .assurance-item { padding: 29px; }
    .assurance-item + .assurance-item { border-left: 1px solid var(--line); }
    .assurance-item strong { display: block; margin: 11px 0 7px; font-size: 18px; }
    .assurance-item p { margin: 0; color: var(--muted); font-size: 13px; }
    .step { position: relative; padding: 24px 25px; border-radius: var(--radius); background: var(--paper); height: 100%; }
    .step-number { display: inline-block; color: var(--blue); font-size: 31px; font-weight: 850; line-height: 1; }
    .step h3 { margin: 17px 0 9px; font-size: 18px; font-weight: 800; }
    .step p { color: var(--muted); font-size: 13px; margin: 0; }
    .media-card img { width: 100%; height: 186px; object-fit: cover; background: var(--blue-soft); }
    .media-card .tag { margin-bottom: 11px; }
    .media-card h3 { line-height: 1.5; }
    .media-card .text-link { margin-top: 15px; }
    .dark-section { color: #fff; background: #152d61; border-bottom: 0; }
    .dark-section .section-kicker { color: #a9d5ff; }
    .dark-section .section-head h2 { color: #fff; }
    .dark-section .section-head p { color: #d4e0f8; }
    .live-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 14px; }
    .live-lead, .live-tile { border: 1px solid rgba(255,255,255,.17); border-radius: 19px; padding: 24px; background: rgba(255,255,255,.075); }
    .live-lead { background: #2750a1; }
    .live-lead strong { display: block; margin: 18px 0 8px; font-size: 21px; line-height: 1.4; }
    .live-tile strong { display: block; margin: 12px 0 9px; font-size: 17px; }
    .live-lead p, .live-tile p { margin: 0; color: #d7e4fa; font-size: 13px; }
    .light-tag { color: #fff; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.2); }
    .feature-image { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
    .check-list { margin: 21px 0 0; padding: 0; list-style: none; }
    .check-list li { position: relative; padding: 11px 0 11px 29px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
    .check-list li::before { content: "✓"; position: absolute; left: 0; top: 11px; color: var(--blue); }
    .download-note { padding: 25px; border: 1px solid #d5e1f6; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
    .download-note h3 { font-size: 18px; font-weight: 800; }
    .download-note p { margin: 8px 0 0; font-size: 13px; color: var(--muted); }
    .insight-card { padding: 29px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; height: 100%; box-shadow: var(--shadow); }
    .insight-card blockquote { margin: 20px 0 14px; font-size: 21px; line-height: 1.55; font-weight: 800; letter-spacing: -.02em; }
    .insight-card p { color: var(--muted); margin: 0; font-size: 13px; }
    .final-section { background: #edf3ff; }
    .final-box { padding: clamp(28px,5vw,58px); border-radius: 28px; background: var(--blue-deep); color: #fff; box-shadow: 0 22px 54px rgba(20,47,104,.2); }
    .final-box .section-kicker { color: #a9d5ff; }
    .final-box h2 { margin: 0 0 15px; max-width: 720px; font-size: clamp(27px,3vw,39px); line-height: 1.3; font-weight: 800; }
    .final-box p { max-width: 780px; margin: 0; color: #d6e2fc; font-size: 15px; line-height: 1.95; }
    .final-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
    .final-small { margin-top: 18px !important; font-size: 12px !important; }
    .site-footer { padding: 48px 0 28px; background: #101e39; color: #d9e4f6; }
    .footer-brand { color: #fff; font-size: 19px; font-weight: 800; }
    .footer-brand:hover { color: #c3d9ff; }
    .site-footer p { max-width: 590px; margin: 12px 0 0; font-size: 13px; color: #aabbd6; }
    .footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
    .footer-nav a { color: #d9e4f6; font-size: 13px; }
    .footer-nav a:hover { color: #fff; text-decoration: underline; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 23px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.14); color: #96a9c9; font-size: 12px; }
    @media (max-width: 1024px) {
      .nav-note { display: none; }
      .hero-layout { grid-template-columns: minmax(0,1fr) 240px; }
      .live-grid { grid-template-columns: repeat(2,1fr); }
    }
    @media (max-width: 768px) {
      main section { padding: 66px 0; }
      .hero { min-height: auto; padding: 74px 0; }
      .hero-layout { grid-template-columns: 1fr; }
      .count-card { justify-self: start; width: 100%; max-width: 420px; display: flex; align-items: center; gap: 19px; text-align: left; }
      .count-ring { flex: 0 0 126px; width: 126px; height: 126px; margin: 0; padding: 9px; }
      .count-inner strong { font-size: 20px; }
      .assurance-strip { grid-template-columns: 1fr; }
      .assurance-item + .assurance-item { border-left: 0; border-top: 1px solid var(--line); }
      .feature-image { height: 320px; }
    }
    @media (max-width: 520px) {
      .nav-shell { min-height: 66px; gap: 9px; }
      .brand { font-size: 15px; gap: 7px; }
      .brand-mark { width: 31px; height: 31px; border-radius: 9px; font-size: 13px; }
      .site-nav { gap: 13px; }
      .site-nav a { font-size: 12px; }
      .hero { padding: 56px 0; }
      .hero h1 { font-size: clamp(33px,9vw,42px); }
      .hero-copy { font-size: 14px; }
      .hero-actions .btn-main, .hero-actions .btn-outline-custom { width: 100%; }
      .count-card { padding: 18px; }
      .count-ring { flex-basis: 106px; width: 106px; height: 106px; }
      .count-inner strong { font-size: 17px; }
      .live-grid { grid-template-columns: 1fr; }
      .section-head { margin-bottom: 25px; }
      .event-band { padding: 21px; }
      .site-footer { padding-top: 40px; }
      .footer-nav { justify-content: flex-start; margin-top: 24px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }

/* roulang page: category1 */
:root {
 --blue:#345edb; --blue-deep:#183476; --blue-soft:#ebf1ff; --cyan:#51bad4;
 --ink:#172747; --muted:#62728e; --paper:#f5f8ff; --white:#fff;
 --line:#dfe7f4; --radius:22px;
 --shadow:0 16px 42px rgba(31,66,130,.085);
 --shadow-hover:0 24px 55px rgba(31,66,130,.16);
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:92px; }
body { margin:0; background:var(--white); color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; line-height:1.75; -webkit-font-smoothing:antialiased; }
a { color:var(--blue); text-decoration:none; transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease; }
a:hover { color:var(--blue-deep); }
a:focus-visible,button:focus-visible { outline:3px solid var(--cyan); outline-offset:4px; }
button { font:inherit; }
img { max-width:100%; display:block; }
.container { max-width:1200px; }
.site-header { position:sticky; z-index:100; top:0; background:rgba(255,255,255,.95); border-bottom:1px solid var(--line); backdrop-filter:blur(18px); }
.nav-shell { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:11px; flex-shrink:0; color:var(--ink); font-weight:800; font-size:19px; letter-spacing:-.035em; }
.brand:hover { color:var(--blue); }
.brand-mark { width:36px; height:36px; border-radius:12px; background:var(--blue); display:grid; place-items:center; color:#fff; font-size:16px; box-shadow:0 6px 15px rgba(52,94,219,.22); }
.site-nav { display:flex; align-items:center; gap:36px; }
.site-nav a { position:relative; padding:9px 0; color:var(--muted); font-size:14px; font-weight:650; white-space:nowrap; }
.site-nav a::after { content:""; position:absolute; left:0; right:0; bottom:2px; height:2px; border-radius:2px; background:var(--blue); transform:scaleX(0); transform-origin:left; transition:transform .2s; }
.site-nav a:hover,.site-nav a.active { color:var(--blue-deep); }
.site-nav a:hover::after,.site-nav a.active::after { transform:scaleX(1); }
.nav-note { border-left:1px solid var(--line); padding-left:24px; font-size:12px; color:var(--muted); white-space:nowrap; }
main section { padding:85px 0; border-bottom:1px solid #edf1f8; }
.section-kicker { display:inline-block; margin-bottom:12px; color:var(--blue); font-size:12px; font-weight:800; letter-spacing:.12em; }
.section-head { max-width:760px; margin-bottom:34px; }
.section-head h2,.split-title { margin:0 0 15px; color:var(--ink); font-size:clamp(26px,3vw,38px); font-weight:800; letter-spacing:-.045em; line-height:1.28; }
.section-head p,.section-copy { margin:0; color:var(--muted); font-size:15px; line-height:1.95; }
.btn-main,.btn-light,.btn-outline-custom { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:48px; padding:11px 22px; border:1px solid transparent; border-radius:12px; font-weight:750; font-size:14px; line-height:1.4; text-align:center; transition:transform .2s,box-shadow .2s,background .2s,color .2s; }
.btn-main { background:var(--blue); color:#fff; box-shadow:0 10px 22px rgba(52,94,219,.19); }
.btn-main:hover { background:#244cc8; color:#fff; transform:translateY(-2px); box-shadow:0 15px 28px rgba(52,94,219,.27); }
.btn-light { background:#fff; color:var(--blue-deep); }
.btn-light:hover { background:#e8f0ff; color:var(--blue-deep); transform:translateY(-2px); }
.btn-outline-custom { border-color:#cbd7ed; background:#fff; color:var(--blue-deep); }
.btn-outline-custom:hover { border-color:var(--blue); background:var(--blue-soft); color:var(--blue); }
.btn-main:active,.btn-light:active,.btn-outline-custom:active { transform:translateY(0); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; padding:7px 12px; border-radius:999px; background:rgba(255,255,255,.86); color:var(--blue-deep); font-size:12px; font-weight:800; }
.eyebrow::before,.live-dot { content:""; width:7px; height:7px; border-radius:50%; background:var(--cyan); display:inline-block; flex-shrink:0; }
.surface-card { height:100%; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); overflow:hidden; transition:transform .22s,box-shadow .22s,border-color .22s; }
.surface-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-hover); border-color:#c5d6f4; }
.surface-card .card-content { padding:23px; }
.surface-card h3 { margin:0 0 10px; font-size:19px; font-weight:800; letter-spacing:-.02em; }
.surface-card p { margin:0; font-size:13px; line-height:1.85; color:var(--muted); }
.card-icon { display:grid; place-items:center; width:45px; height:45px; margin-bottom:20px; background:var(--blue-soft); border-radius:14px; color:var(--blue); font-size:20px; font-weight:800; }
.tag { display:inline-flex; align-items:center; padding:5px 11px; border-radius:999px; background:var(--blue-soft); color:var(--blue-deep); font-size:12px; font-weight:750; }
.hero { position:relative; overflow:hidden; background:#eaf2ff url('/assets/images/9fc3c651eb481a9f.png') center/cover no-repeat; padding:88px 0 92px; isolation:isolate; }
.hero::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(247,250,255,.98) 0%,rgba(247,250,255,.95) 51%,rgba(235,243,255,.74) 100%); }
.hero-layout { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr); align-items:center; gap:clamp(30px,5vw,82px); }
.hero h1 { margin:20px 0; max-width:760px; font-size:clamp(36px,4.7vw,60px); line-height:1.17; font-weight:850; letter-spacing:-.055em; overflow-wrap:anywhere; }
.hero h1 span { color:var(--blue); }
.hero-copy { max-width:700px; margin:0; color:#485b7a; font-size:16px; line-height:2; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:27px; }
.hero-points { display:flex; flex-wrap:wrap; gap:10px 20px; margin:24px 0 0; padding:0; list-style:none; font-size:13px; font-weight:700; color:#354b6d; }
.hero-points li::before { content:"✓"; margin-right:7px; color:var(--blue); }
.feature-panel { overflow:hidden; border:1px solid rgba(255,255,255,.95); border-radius:28px; background:rgba(255,255,255,.91); box-shadow:0 25px 65px rgba(37,75,151,.16); backdrop-filter:blur(14px); }
.feature-panel img { width:100%; height:176px; object-fit:cover; }
.feature-body { padding:25px; }
.feature-body h2 { margin:12px 0 8px; font-size:22px; font-weight:800; }
.feature-body p { margin:0; color:var(--muted); font-size:13px; line-height:1.9; }
.feature-meta { display:flex; justify-content:space-between; gap:12px; padding-top:17px; margin-top:18px; border-top:1px solid var(--line); color:var(--blue-deep); font-size:12px; font-weight:750; }
.soft-section { background:var(--paper); }
.channel-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.channel-link { display:flex; flex-direction:column; min-height:183px; padding:22px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.channel-link:hover { transform:translateY(-5px); box-shadow:var(--shadow-hover); border-color:#bdd0f5; }
.channel-link strong { margin:17px 0 6px; color:var(--ink); font-size:17px; }
.channel-link small { color:var(--muted); font-size:12px; line-height:1.7; }
.channel-arrow { align-self:flex-end; color:var(--blue); font-size:20px; line-height:1; }
.live-layout { display:grid; grid-template-columns:minmax(0,.83fr) minmax(0,1.17fr); gap:45px; align-items:center; }
.live-board { padding:27px; border:1px solid #dbe6fa; border-radius:28px; background:#fff; box-shadow:var(--shadow); }
.board-top { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-bottom:18px; border-bottom:1px solid var(--line); font-weight:800; }
.board-top .tag { flex-shrink:0; }
.event-row { display:grid; grid-template-columns:94px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.event-row:last-child { border:0; padding-bottom:0; }
.event-row b { color:var(--blue); font-size:13px; }
.event-row strong { display:block; font-size:15px; }
.event-row span { display:block; margin-top:4px; color:var(--muted); font-size:12px; line-height:1.7; }
.note-line { margin:19px 0 0; padding:13px 16px; border-left:3px solid var(--cyan); border-radius:0 10px 10px 0; background:var(--blue-soft); color:var(--blue-deep); font-size:13px; }
.schedule-image { position:relative; overflow:hidden; border-radius:28px; min-height:365px; background:#d8e6ff; box-shadow:var(--shadow); }
.schedule-image img { width:100%; height:365px; object-fit:cover; }
.schedule-image::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(15,37,83,.82)); }
.image-caption { position:absolute; bottom:27px; left:30px; right:30px; z-index:1; color:#fff; }
.image-caption strong { display:block; font-size:24px; line-height:1.35; }
.image-caption span { font-size:13px; color:#e6edff; }
.schedule-list { display:grid; gap:12px; margin:24px 0 0; padding:0; list-style:none; }
.schedule-list li { display:flex; gap:14px; align-items:flex-start; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:#fff; color:var(--muted); font-size:13px; }
.schedule-list b { min-width:63px; color:var(--blue-deep); }
.ticket-panel { padding:clamp(25px,4vw,50px); border-radius:30px; background:var(--blue-deep); color:#fff; box-shadow:0 24px 54px rgba(24,52,118,.19); }
.ticket-panel .section-kicker,.ticket-panel .split-title { color:#fff; }
.ticket-panel .section-copy { color:#cfdbf7; }
.ticket-checks { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; margin-top:30px; }
.ticket-check { padding:21px; border:1px solid rgba(255,255,255,.19); border-radius:17px; background:rgba(255,255,255,.08); }
.ticket-check b { display:block; margin-bottom:7px; font-size:15px; }
.ticket-check p { margin:0; color:#d9e3fb; font-size:12px; line-height:1.85; }
.ticket-warning { margin:23px 0 0; color:#e3ecff; font-size:13px; }
.download-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,.9fr); gap:36px; align-items:center; }
.download-list { display:grid; gap:13px; margin:22px 0 0; padding:0; list-style:none; }
.download-list li { padding:16px 19px; border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:0 8px 22px rgba(31,66,130,.045); }
.download-list strong { display:block; font-size:15px; }
.download-list span { display:block; margin-top:3px; color:var(--muted); font-size:13px; }
.download-aside { padding:32px; border:1px solid #cbdaf7; border-radius:26px; background:linear-gradient(145deg,#fff,#eaf2ff); box-shadow:var(--shadow); }
.download-aside .card-icon { width:56px; height:56px; font-size:24px; }
.download-aside h3 { margin:0 0 12px; font-size:23px; font-weight:800; }
.download-aside p { margin:0; color:var(--muted); font-size:14px; line-height:1.95; }
.results-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.result-card { padding:25px; }
.result-card .tag { margin-bottom:18px; }
.result-card h3 { margin:0 0 11px; font-size:19px; font-weight:800; }
.result-card p { margin:0; color:var(--muted); font-size:13px; }
.news-feature { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:35px; align-items:stretch; }
.news-feature img { width:100%; height:100%; min-height:320px; object-fit:cover; border-radius:23px; box-shadow:var(--shadow); }
.news-items { display:grid; gap:12px; }
.news-item { display:flex; align-items:flex-start; gap:16px; padding:19px 20px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.news-item .number { color:var(--blue); font-size:15px; font-weight:850; }
.news-item h3 { margin:0 0 6px; font-size:16px; font-weight:800; }
.news-item p { margin:0; color:var(--muted); font-size:12px; line-height:1.8; }
.closing { background:var(--blue-soft); }
.closing-box { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:34px 40px; border:1px solid #d0ddf8; border-radius:27px; background:#fff; box-shadow:var(--shadow); }
.closing-box h2 { margin:0 0 7px; font-size:clamp(23px,2.6vw,32px); font-weight:800; }
.closing-box p { margin:0; max-width:690px; color:var(--muted); font-size:14px; }
.site-footer { padding:58px 0 24px; background:#152849; color:#cad5e9; }
.footer-brand { display:inline-block; margin-bottom:13px; color:#fff; font-size:21px; font-weight:800; }
.footer-brand:hover { color:#b9d4ff; }
.site-footer p { max-width:580px; margin:0; font-size:13px; line-height:2; }
.footer-nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:14px 24px; padding-top:8px; }
.footer-nav a { color:#d5def0; font-size:13px; }
.footer-nav a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; flex-wrap:wrap; gap:9px 20px; margin-top:43px; padding-top:20px; border-top:1px solid rgba(255,255,255,.15); color:#a9b8d0; font-size:12px; }
@media (max-width:1024px) {
 .nav-note { display:none; }
 .channel-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .hero-layout { grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr); gap:28px; }
 .live-layout { gap:27px; }
}
@media (max-width:768px) {
 main section { padding:65px 0; }
 .hero { padding:68px 0; }
 .hero-layout,.live-layout,.download-grid,.news-feature { grid-template-columns:1fr; }
 .feature-panel { max-width:570px; }
 .ticket-checks,.results-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .footer-nav { justify-content:flex-start; margin-top:24px; }
 .closing-box { align-items:flex-start; flex-direction:column; }
}
@media (max-width:520px) {
 .nav-shell { min-height:68px; gap:10px; }
 .brand { gap:7px; font-size:15px; }
 .brand-mark { width:31px; height:31px; border-radius:10px; font-size:14px; }
 .site-nav { gap:15px; }
 .site-nav a { font-size:12px; }
 .hero { padding:53px 0 59px; }
 .hero h1 { font-size:36px; }
 .hero-copy { font-size:14px; }
 .hero-actions { flex-direction:column; align-items:stretch; }
 .hero-points { gap:7px 13px; }
 .channel-grid,.ticket-checks,.results-grid { grid-template-columns:1fr; }
 .channel-link { min-height:155px; }
 .live-board,.download-aside { padding:21px; }
 .event-row { grid-template-columns:74px 1fr; }
 .schedule-image,.schedule-image img { min-height:270px; height:270px; }
 .image-caption { left:20px; right:20px; bottom:18px; }
 .image-caption strong { font-size:20px; }
 .ticket-panel { padding:25px 21px; }
 .closing-box { padding:25px 21px; }
 .footer-bottom { margin-top:31px; }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; }
 *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; }
}

/* roulang: framework shim */
/* 覆盖 Bootstrap 等对 a/btn 的全局默认，避免导航出现下划线/蓝链 */
.site-header a,.site-header a:hover,.navbar a,.navbar a:hover,.nav-links a,.nav-links a:hover,header nav a,header nav a:hover{text-decoration:none}
.site-header .btn,.navbar .btn,.nav-cta{text-decoration:none}
