/* roulang page: index */
:root{
      --color-bg:#fbf7ef;
      --color-surface:#fffdf8;
      --color-surface-2:#f5ecdc;
      --color-ink:#15130f;
      --color-muted:#6f675d;
      --color-soft:#9b907f;
      --color-border:rgba(21,19,15,.12);
      --color-border-strong:rgba(21,19,15,.22);
      --color-gold:#c79a45;
      --color-gold-dark:#916a20;
      --color-berry:#d94b5f;
      --color-moss:#63724f;
      --shadow-soft:0 18px 60px rgba(52,39,19,.10);
      --shadow-card:0 12px 36px rgba(55,41,18,.09);
      --shadow-hover:0 18px 46px rgba(55,41,18,.15);
      --radius-xs:10px;
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:30px;
      --radius-xl:42px;
      --container:1180px;
      --nav-height:132px;
      --ease:cubic-bezier(.2,.8,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth;text-size-adjust:100%}
    body{
      margin:0;
      min-height:100vh;
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 12% 6%, rgba(217,75,95,.12), transparent 32%),
        radial-gradient(circle at 86% 14%, rgba(199,154,69,.20), transparent 28%),
        linear-gradient(180deg,#fffaf1 0%,var(--color-bg) 44%,#f7efe1 100%);
      line-height:1.7;
      padding-bottom:86px;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:linear-gradient(rgba(21,19,15,.035) 1px, transparent 1px),linear-gradient(90deg,rgba(21,19,15,.035) 1px, transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 70%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    a,button,input{transition:color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease), opacity .22s var(--ease)}
    img,svg{display:block;max-width:100%}
    button,input{font:inherit}
    button{cursor:pointer}
    input{outline:none}
    ::selection{background:rgba(217,75,95,.22);color:var(--color-ink)}
    .container{
      width:min(calc(100% - 40px),var(--container));
      margin-inline:auto;
    }
    .skip-link{
      position:absolute;
      left:16px;
      top:-60px;
      z-index:100;
      background:var(--color-ink);
      color:#fff;
      padding:10px 14px;
      border-radius:999px;
    }
    .skip-link:focus{top:14px;outline:3px solid rgba(199,154,69,.55)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(251,247,239,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--color-border);
    }
    .brand-row{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
      padding-block:14px;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:13px;
      min-width:0;
    }
    .logo-seal{
      width:44px;
      height:44px;
      flex:0 0 auto;
      border-radius:16px;
      background:linear-gradient(135deg,#15130f 0%,#3e3425 52%,#c79a45 100%);
      box-shadow:0 12px 30px rgba(21,19,15,.18);
      position:relative;
      overflow:hidden;
    }
    .logo-seal::before{
      content:"";
      position:absolute;
      inset:9px;
      border:1px solid rgba(255,255,255,.52);
      border-radius:12px;
      transform:rotate(8deg);
    }
    .logo-seal::after{
      content:"字";
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      color:#fff7df;
      font-weight:900;
      font-size:18px;
      letter-spacing:.04em;
    }
    .brand-text{
      min-width:0;
    }
    .brand-name{
      display:block;
      font-weight:900;
      letter-spacing:-.02em;
      font-size:clamp(17px,2.2vw,22px);
      line-height:1.2;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:56vw;
    }
    .brand-sub{
      display:block;
      color:var(--color-muted);
      font-size:12px;
      margin-top:3px;
      letter-spacing:.08em;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex:0 0 auto;
    }
    .mini-search{
      width:280px;
      height:44px;
      display:flex;
      align-items:center;
      gap:8px;
      border:1px solid var(--color-border);
      background:rgba(255,253,248,.78);
      border-radius:999px;
      padding:0 15px;
      box-shadow:0 8px 24px rgba(55,41,18,.05);
    }
    .mini-search:focus-within{
      border-color:rgba(199,154,69,.65);
      box-shadow:0 0 0 4px rgba(199,154,69,.16);
    }
    .mini-search svg{width:17px;height:17px;color:var(--color-soft);flex:0 0 auto}
    .mini-search input{
      width:100%;
      min-width:0;
      border:0;
      background:transparent;
      color:var(--color-ink);
      font-size:14px;
    }
    .mini-search input::placeholder{color:#9d9486}
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid var(--color-border);
      border-radius:999px;
      background:rgba(255,253,248,.86);
      align-items:center;
      justify-content:center;
      color:var(--color-ink);
    }
    .menu-toggle:hover,.menu-toggle:focus-visible{
      border-color:rgba(199,154,69,.75);
      box-shadow:0 0 0 4px rgba(199,154,69,.14);
    }
    .channel-row{
      border-top:1px solid rgba(21,19,15,.08);
    }
    .channel-nav{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      min-height:54px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-list{
      display:flex;
      align-items:center;
      gap:10px;
      padding:8px 0;
      min-width:max-content;
    }
    .channel-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 18px;
      border-radius:999px;
      border:1px solid transparent;
      color:var(--color-muted);
      font-weight:800;
      font-size:14px;
      letter-spacing:.02em;
    }
    .channel-link:hover{
      color:var(--color-ink);
      background:rgba(255,253,248,.78);
      border-color:var(--color-border);
    }
    .channel-link.active{
      color:#fff9e9;
      background:var(--color-ink);
      border-color:var(--color-ink);
      box-shadow:0 10px 28px rgba(21,19,15,.16);
    }
    .channel-note{
      flex:0 0 auto;
      color:var(--color-muted);
      font-size:13px;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .pulse-dot{
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--color-berry);
      box-shadow:0 0 0 0 rgba(217,75,95,.46);
      animation:pulse 1.8s infinite;
    }
    @keyframes pulse{
      70%{box-shadow:0 0 0 12px rgba(217,75,95,0)}
      100%{box-shadow:0 0 0 0 rgba(217,75,95,0)}
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:0 21px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      letter-spacing:.01em;
      line-height:1;
      white-space:nowrap;
    }
    .btn:focus-visible{
      outline:none;
      box-shadow:0 0 0 4px rgba(199,154,69,.20),0 0 0 1px rgba(199,154,69,.8);
    }
    .btn-primary{
      background:var(--color-ink);
      color:#fff8e8;
      box-shadow:0 16px 34px rgba(21,19,15,.22);
    }
    .btn-primary:hover{
      transform:translateY(-2px);
      background:#292217;
      box-shadow:0 20px 42px rgba(21,19,15,.28);
    }
    .btn-gold{
      background:linear-gradient(135deg,#f1d28d,#c79a45);
      color:#21190c;
      box-shadow:0 16px 34px rgba(145,106,32,.22);
    }
    .btn-gold:hover{
      transform:translateY(-2px);
      filter:saturate(1.08);
      box-shadow:0 22px 44px rgba(145,106,32,.26);
    }
    .btn-ghost{
      color:var(--color-ink);
      background:rgba(255,253,248,.72);
      border-color:var(--color-border);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      border-color:rgba(199,154,69,.55);
      background:#fffdf8;
      box-shadow:var(--shadow-card);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      width:max-content;
      max-width:100%;
      border:1px solid var(--color-border);
      background:rgba(255,253,248,.72);
      color:var(--color-muted);
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:800;
    }
    .badge strong{color:var(--color-ink)}
    .section{
      padding:78px 0;
      position:relative;
    }
    .section-tight{padding:54px 0}
    .section-kicker{
      color:var(--color-gold-dark);
      font-weight:950;
      font-size:13px;
      letter-spacing:.16em;
      text-transform:uppercase;
      margin-bottom:13px;
    }
    .section-title{
      font-size:clamp(28px,4vw,50px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.055em;
      margin:0;
    }
    .section-desc{
      color:var(--color-muted);
      font-size:clamp(15px,1.5vw,18px);
      max-width:760px;
      margin:18px 0 0;
    }
    .card{
      background:rgba(255,253,248,.78);
      border:1px solid var(--color-border);
      border-radius:var(--radius-md);
      box-shadow:var(--shadow-card);
      overflow:hidden;
    }
    .card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(199,154,69,.38);
    }
    .hero{
      min-height:calc(100vh - var(--nav-height));
      display:flex;
      align-items:center;
      padding:42px 0 34px;
    }
    .hero-shell{
      width:100%;
      border:1px solid rgba(21,19,15,.13);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(135deg,rgba(255,253,248,.88),rgba(245,236,220,.72)),
        radial-gradient(circle at 20% 20%,rgba(217,75,95,.17),transparent 32%),
        radial-gradient(circle at 82% 12%,rgba(199,154,69,.22),transparent 34%);
      box-shadow:0 30px 90px rgba(70,52,22,.14);
      overflow:hidden;
      position:relative;
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      width:340px;
      height:340px;
      right:-110px;
      top:-135px;
      border-radius:999px;
      border:1px solid rgba(199,154,69,.24);
      background:radial-gradient(circle,rgba(199,154,69,.15),transparent 65%);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      padding:clamp(34px,6vw,76px);
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
      gap:clamp(28px,5vw,70px);
      align-items:center;
    }
    .hero-copy{
      max-width:720px;
    }
    .hero h1{
      margin:18px 0 0;
      font-size:clamp(42px,7vw,88px);
      line-height:.96;
      letter-spacing:-.08em;
      font-weight:1000;
    }
    .hero h1 .accent{
      display:inline-block;
      color:transparent;
      background:linear-gradient(135deg,#15130f 0%,#72522b 48%,#d94b5f 100%);
      -webkit-background-clip:text;
      background-clip:text;
    }
    .hero-lead{
      max-width:650px;
      color:#554c42;
      font-size:clamp(16px,1.7vw,20px);
      margin:24px 0 0;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:30px;
    }
    .group-alert{
      margin-top:26px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .group-alert .chip{
      border-radius:999px;
      padding:10px 13px;
      background:rgba(21,19,15,.06);
      border:1px solid rgba(21,19,15,.08);
      font-weight:800;
      color:#43382b;
      font-size:13px;
    }
    .group-alert .chip strong{color:var(--color-berry)}
    .hero-stage{
      min-height:500px;
      position:relative;
      display:grid;
      place-items:center;
    }
    .group-panel{
      width:min(100%,470px);
      border-radius:36px;
      border:1px solid rgba(255,255,255,.50);
      background:rgba(21,19,15,.92);
      color:#fff7e6;
      box-shadow:0 34px 78px rgba(21,19,15,.30);
      padding:26px;
      position:relative;
      overflow:hidden;
    }
    .group-panel::before{
      content:"";
      position:absolute;
      inset:-1px;
      background:radial-gradient(circle at 28% 15%,rgba(217,75,95,.25),transparent 34%),radial-gradient(circle at 90% 15%,rgba(199,154,69,.26),transparent 30%);
      pointer-events:none;
    }
    .group-panel > *{position:relative}
    .panel-top{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      margin-bottom:22px;
    }
    .panel-title{
      font-size:26px;
      line-height:1.18;
      font-weight:950;
      letter-spacing:-.04em;
      margin:0;
    }
    .panel-label{
      color:#d8c7a7;
      font-size:13px;
      font-weight:800;
      margin-top:5px;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:9px;
      margin:20px 0;
    }
    .time-box{
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      border-radius:18px;
      padding:13px 8px;
      text-align:center;
    }
    .time-box b{
      display:block;
      font-size:27px;
      line-height:1;
      letter-spacing:-.04em;
    }
    .time-box span{
      display:block;
      margin-top:6px;
      color:#d8c7a7;
      font-size:12px;
    }
    .progress-wrap{
      margin-top:18px;
    }
    .progress-meta{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:#e9dcc4;
      font-size:13px;
      margin-bottom:9px;
    }
    .progress{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      overflow:hidden;
    }
    .progress span{
      display:block;
      height:100%;
      width:78%;
      border-radius:inherit;
      background:linear-gradient(90deg,#d94b5f,#f1d28d);
      animation:shine 3.2s linear infinite;
      background-size:180% 100%;
    }
    @keyframes shine{
      0%{background-position:0 0}
      100%{background-position:180% 0}
    }
    .mini-matrix{
      margin-top:22px;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
    }
    .matrix-item{
      min-height:94px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      padding:14px;
    }
    .matrix-item b{
      display:block;
      font-size:15px;
      margin-bottom:7px;
    }
    .matrix-item span{
      display:block;
      color:#d8c7a7;
      font-size:12px;
      line-height:1.55;
    }
    .trust-ribbon{
      border-top:1px solid rgba(21,19,15,.10);
      background:rgba(255,253,248,.56);
      display:grid;
      grid-template-columns:repeat(4,1fr);
    }
    .trust-item{
      padding:22px 24px;
      border-right:1px solid rgba(21,19,15,.08);
    }
    .trust-item:last-child{border-right:0}
    .trust-item b{
      display:block;
      font-size:24px;
      letter-spacing:-.04em;
      line-height:1.1;
    }
    .trust-item span{
      display:block;
      color:var(--color-muted);
      font-size:13px;
      margin-top:7px;
    }
    .live-layout{
      display:grid;
      grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
      gap:26px;
      align-items:stretch;
      margin-top:32px;
    }
    .live-main{
      padding:30px;
      background:var(--color-ink);
      color:#fff8e8;
      position:relative;
      overflow:hidden;
    }
    .live-main::after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:999px;
      right:-80px;
      bottom:-110px;
      background:radial-gradient(circle,rgba(199,154,69,.24),transparent 70%);
    }
    .live-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(217,75,95,.18);
      border:1px solid rgba(217,75,95,.35);
      color:#ffdce2;
      font-weight:900;
      font-size:13px;
    }
    .live-main h3{
      margin:24px 0 0;
      font-size:clamp(27px,3.4vw,43px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.05em;
    }
    .live-main p{
      color:#dfd2bc;
      margin:16px 0 0;
      font-size:16px;
    }
    .live-info{
      margin-top:24px;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .live-info div{
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      border-radius:18px;
      padding:14px;
    }
    .live-info b{
      display:block;
      color:#fff;
      font-size:14px;
    }
    .live-info span{
      color:#d8c7a7;
      font-size:13px;
      display:block;
      margin-top:4px;
    }
    .agenda{
      display:flex;
      flex-direction:column;
      gap:13px;
      padding:24px;
    }
    .agenda-item{
      display:grid;
      grid-template-columns:86px minmax(0,1fr);
      gap:14px;
      align-items:start;
      border:1px solid rgba(21,19,15,.09);
      background:rgba(255,253,248,.62);
      border-radius:20px;
      padding:16px;
    }
    .agenda-time{
      font-weight:950;
      color:var(--color-gold-dark);
      letter-spacing:-.02em;
    }
    .agenda-item b{
      display:block;
      font-size:16px;
      line-height:1.35;
    }
    .agenda-item span{
      display:block;
      color:var(--color-muted);
      font-size:13px;
      margin-top:5px;
    }
    .highlights-grid{
      margin-top:32px;
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:18px;
    }
    .highlight-card{
      min-height:238px;
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .highlight-card.featured{
      min-height:100%;
      background:linear-gradient(135deg,rgba(21,19,15,.94),rgba(48,39,27,.92));
      color:#fff8e8;
    }
    .highlight-card.featured .highlight-text{color:#dfd2bc}
    .highlight-number{
      width:44px;
      height:44px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:rgba(199,154,69,.16);
      color:var(--color-gold-dark);
      font-weight:950;
      margin-bottom:22px;
    }
    .featured .highlight-number{
      background:rgba(255,255,255,.10);
      color:#f5d991;
      border:1px solid rgba(255,255,255,.14);
    }
    .highlight-card h3{
      margin:0;
      font-size:22px;
      line-height:1.22;
      letter-spacing:-.035em;
      font-weight:950;
    }
    .highlight-text{
      margin-top:12px;
      color:var(--color-muted);
      font-size:14px;
    }
    .highlight-list{
      margin:22px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .highlight-list li{
      display:flex;
      gap:9px;
      align-items:flex-start;
      color:inherit;
      font-size:14px;
    }
    .check{
      width:18px;
      height:18px;
      flex:0 0 auto;
      border-radius:99px;
      background:rgba(199,154,69,.18);
      color:var(--color-gold-dark);
      display:grid;
      place-items:center;
      margin-top:3px;
      font-size:12px;
      font-weight:950;
    }
    .featured .check{
      background:rgba(245,217,145,.14);
      color:#f5d991;
    }
    .category-scroll{
      margin-top:28px;
      display:flex;
      gap:14px;
      overflow:auto;
      padding:4px 4px 12px;
      scrollbar-color:rgba(199,154,69,.55) transparent;
    }
    .category-card{
      min-width:240px;
      max-width:280px;
      border-radius:24px;
      border:1px solid var(--color-border);
      background:rgba(255,253,248,.74);
      padding:20px;
      box-shadow:0 10px 28px rgba(55,41,18,.06);
    }
    .category-card:hover{
      transform:translateY(-4px);
      border-color:rgba(217,75,95,.30);
      box-shadow:var(--shadow-card);
    }
    .category-card .tag{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      background:rgba(217,75,95,.10);
      color:#9d2939;
      padding:6px 10px;
      font-size:12px;
      font-weight:900;
      margin-bottom:16px;
    }
    .category-card b{
      display:block;
      font-size:19px;
      line-height:1.25;
      letter-spacing:-.03em;
    }
    .category-card span{
      display:block;
      color:var(--color-muted);
      font-size:13px;
      margin-top:10px;
    }
    .news-layout{
      margin-top:32px;
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:26px;
      align-items:start;
    }
    .news-list{
      display:grid;
      gap:12px;
    }
    .news-link{
      display:grid;
      grid-template-columns:112px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      padding:18px;
      border-radius:22px;
      border:1px solid var(--color-border);
      background:rgba(255,253,248,.70);
    }
    .news-link:hover{
      transform:translateX(4px);
      border-color:rgba(199,154,69,.45);
      background:#fffdf8;
      box-shadow:var(--shadow-card);
    }
    .news-date{
      color:var(--color-gold-dark);
      font-weight:950;
      font-size:13px;
    }
    .news-title{
      font-size:17px;
      line-height:1.42;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .news-summary{
      color:var(--color-muted);
      font-size:13px;
      margin-top:5px;
    }
    .arrow{
      width:36px;
      height:36px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:rgba(21,19,15,.06);
      color:var(--color-ink);
      font-weight:950;
    }
    .news-link:hover .arrow{
      background:var(--color-ink);
      color:#fff8e8;
    }
    .recommend-box{
      padding:24px;
      position:sticky;
      top:156px;
    }
    .recommend-box h3{
      margin:0;
      font-size:22px;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .rank-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .rank-list li{
      display:flex;
      gap:12px;
      padding:13px 0;
      border-bottom:1px solid rgba(21,19,15,.08);
      color:var(--color-muted);
      font-size:14px;
    }
    .rank-list li:last-child{border-bottom:0}
    .rank-list em{
      width:28px;
      height:28px;
      border-radius:10px;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-style:normal;
      color:#fff8e8;
      background:var(--color-ink);
      font-size:12px;
      font-weight:950;
    }
    .quote-grid{
      margin-top:32px;
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:20px;
    }
    .quote-card{
      padding:30px;
      background:linear-gradient(135deg,rgba(255,253,248,.88),rgba(245,236,220,.65));
    }
    .quote-mark{
      font-size:54px;
      line-height:1;
      color:rgba(199,154,69,.75);
      font-family:Georgia,serif;
    }
    .quote-card p{
      margin:10px 0 0;
      font-size:22px;
      line-height:1.48;
      font-weight:850;
      letter-spacing:-.035em;
    }
    .quote-card span{
      display:block;
      color:var(--color-muted);
      margin-top:18px;
      font-size:14px;
    }
    .insight-list{
      padding:24px;
      display:grid;
      gap:14px;
    }
    .insight-item{
      display:grid;
      grid-template-columns:36px minmax(0,1fr);
      gap:13px;
      align-items:start;
      padding:15px;
      border-radius:18px;
      background:rgba(21,19,15,.045);
    }
    .insight-item b{
      display:block;
      font-size:16px;
      line-height:1.35;
    }
    .insight-item span{
      display:block;
      color:var(--color-muted);
      font-size:13px;
      margin-top:5px;
    }
    .insight-dot{
      width:36px;
      height:36px;
      border-radius:14px;
      background:rgba(199,154,69,.17);
      color:var(--color-gold-dark);
      display:grid;
      place-items:center;
      font-weight:950;
    }
    .subscribe-panel{
      display:grid;
      grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);
      gap:26px;
      align-items:center;
      padding:clamp(26px,4vw,44px);
      border-radius:var(--radius-xl);
      border:1px solid rgba(21,19,15,.12);
      background:
        linear-gradient(135deg,rgba(21,19,15,.96),rgba(50,40,27,.95)),
        radial-gradient(circle at 80% 20%,rgba(217,75,95,.32),transparent 36%);
      color:#fff8e8;
      box-shadow:0 28px 80px rgba(21,19,15,.22);
      overflow:hidden;
    }
    .subscribe-panel .section-kicker{color:#f5d991}
    .subscribe-panel .section-desc{color:#dfd2bc}
    .subscribe-form{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:12px;
      padding:10px;
      border-radius:24px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.15);
    }
    .subscribe-form:focus-within{
      border-color:rgba(245,217,145,.62);
      box-shadow:0 0 0 4px rgba(245,217,145,.12);
    }
    .subscribe-form input{
      min-height:52px;
      border:0;
      background:transparent;
      padding:0 12px;
      color:#fff8e8;
    }
    .subscribe-form input::placeholder{color:#cfc0a8}
    .form-hint{
      color:#cfc0a8;
      font-size:13px;
      margin-top:12px;
    }
    .faq-wrap{
      margin-top:32px;
      display:grid;
      grid-template-columns:340px minmax(0,1fr);
      gap:26px;
      align-items:start;
    }
    .faq-side{
      padding:26px;
      background:rgba(255,253,248,.72);
    }
    .faq-side b{
      display:block;
      font-size:22px;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .faq-side p{
      color:var(--color-muted);
      margin:12px 0 0;
      font-size:14px;
    }
    .faq-list{
      display:grid;
      gap:12px;
    }
    .faq-item{
      border:1px solid var(--color-border);
      border-radius:22px;
      background:rgba(255,253,248,.76);
      overflow:hidden;
    }
    .faq-question{
      width:100%;
      border:0;
      background:transparent;
      padding:20px 22px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      text-align:left;
      color:var(--color-ink);
      font-weight:950;
      font-size:16px;
    }
    .faq-question:hover{background:rgba(199,154,69,.07)}
    .faq-question:focus-visible{
      outline:none;
      box-shadow:inset 0 0 0 3px rgba(199,154,69,.18);
    }
    .faq-icon{
      width:28px;
      height:28px;
      border-radius:999px;
      background:rgba(21,19,15,.06);
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-size:18px;
      line-height:1;
    }
    .faq-answer{
      display:none;
      padding:0 22px 22px;
      color:var(--color-muted);
      font-size:14px;
    }
    .faq-item.open{
      border-color:rgba(199,154,69,.40);
      box-shadow:var(--shadow-card);
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-icon{
      background:var(--color-ink);
      color:#fff8e8;
      transform:rotate(45deg);
    }
    .site-footer{
      padding:58px 0 104px;
      background:#15130f;
      color:#fff8e8;
      margin-top:34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr .8fr;
      gap:32px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:13px;
    }
    .footer-brand .logo-seal{box-shadow:none}
    .footer-name{
      font-size:21px;
      font-weight:950;
      letter-spacing:-.03em;
      line-height:1.22;
    }
    .footer-desc{
      color:#cfc0a8;
      max-width:660px;
      margin:18px 0 0;
      font-size:14px;
    }
    .footer-note-box{
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.055);
      border-radius:24px;
      padding:22px;
    }
    .footer-note-box b{
      display:block;
      font-size:16px;
      margin-bottom:8px;
    }
    .footer-note-box p{
      margin:0;
      color:#cfc0a8;
      font-size:14px;
    }
    .footer-bottom{
      margin-top:32px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.12);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:#aa9d88;
      font-size:13px;
    }
    .fixed-cta{
      position:fixed;
      left:50%;
      transform:translateX(-50%);
      bottom:18px;
      z-index:60;
      width:min(calc(100% - 28px),980px);
      border:1px solid rgba(255,255,255,.24);
      border-radius:999px;
      background:rgba(21,19,15,.88);
      color:#fff8e8;
      backdrop-filter:blur(18px);
      box-shadow:0 22px 58px rgba(21,19,15,.28);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:10px 10px 10px 20px;
    }
    .fixed-cta-text{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      font-size:14px;
      color:#e7d9c0;
    }
    .fixed-cta-text b{
      color:#fff8e8;
      font-weight:950;
      white-space:nowrap;
    }
    .fixed-cta-actions{
      display:flex;
      gap:8px;
      flex:0 0 auto;
    }
    .fixed-cta .btn{
      min-height:42px;
      padding:0 16px;
      font-size:13px;
    }
    @media (max-width:1024px){
      :root{--nav-height:122px}
      .mini-search{width:220px}
      .hero-content{grid-template-columns:1fr}
      .hero-stage{min-height:auto}
      .group-panel{width:100%;max-width:none}
      .trust-ribbon{grid-template-columns:repeat(2,1fr)}
      .trust-item:nth-child(2){border-right:0}
      .trust-item:nth-child(1),.trust-item:nth-child(2){border-bottom:1px solid rgba(21,19,15,.08)}
      .live-layout,.news-layout,.quote-grid,.subscribe-panel,.faq-wrap,.footer-grid{grid-template-columns:1fr}
      .recommend-box{position:relative;top:auto}
      .highlights-grid{grid-template-columns:1fr 1fr}
      .highlight-card.featured{grid-column:1 / -1}
    }
    @media (max-width:768px){
      body{padding-bottom:118px}
      .container{width:min(calc(100% - 28px),var(--container))}
      .brand-row{min-height:auto;flex-wrap:wrap}
      .brand-name{max-width:calc(100vw - 100px)}
      .header-actions{width:100%;justify-content:space-between}
      .mini-search{width:calc(100% - 56px)}
      .menu-toggle{display:flex}
      .channel-row{
        display:none;
        background:rgba(251,247,239,.96);
      }
      .site-header.nav-open .channel-row{display:block}
      .channel-nav{display:block;min-height:auto;padding:8px 0 14px}
      .channel-list{min-width:0;display:grid;grid-template-columns:1fr}
      .channel-link{justify-content:center}
      .channel-note{justify-content:center;margin-top:8px}
      .hero{min-height:auto;padding-top:24px}
      .hero-shell{border-radius:30px}
      .hero-content{padding:28px}
      .hero h1{letter-spacing:-.065em}
      .hero-actions .btn{width:100%}
      .group-panel{border-radius:28px;padding:20px}
      .mini-matrix,.live-info{grid-template-columns:1fr}
      .trust-ribbon{grid-template-columns:1fr}
      .trust-item{border-right:0;border-bottom:1px solid rgba(21,19,15,.08)}
      .trust-item:last-child{border-bottom:0}
      .section{padding:58px 0}
      .highlights-grid{grid-template-columns:1fr}
      .news-link{grid-template-columns:1fr auto;gap:8px}
      .news-date{grid-column:1 / -1}
      .agenda-item{grid-template-columns:1fr}
      .subscribe-form{grid-template-columns:1fr}
      .subscribe-form .btn{width:100%}
      .fixed-cta{
        border-radius:26px;
        align-items:stretch;
        flex-direction:column;
        padding:13px;
      }
      .fixed-cta-text{justify-content:center;text-align:center;flex-wrap:wrap}
      .fixed-cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}
      .footer-bottom{display:grid}
    }
    @media (max-width:520px){
      .brand-sub,.channel-note{font-size:12px}
      .hero-content{padding:22px}
      .panel-top{display:grid}
      .countdown{grid-template-columns:repeat(3,1fr)}
      .time-box b{font-size:22px}
      .section-title{letter-spacing:-.045em}
      .category-card{min-width:220px}
      .fixed-cta-actions{grid-template-columns:1fr}
    }
    @media (prefers-reduced-motion:reduce){
      *,*::before,*::after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        scroll-behavior:auto!important;
        transition-duration:.01ms!important;
      }
    }
