/* roulang page: index */
:root{
      --color-primary:#ff6b35;
      --color-primary-2:#ff9f1c;
      --color-secondary:#18c4b8;
      --color-accent:#8b5cf6;
      --color-dark:#101525;
      --color-dark-2:#171f33;
      --color-surface:#ffffff;
      --color-surface-2:#fff8f1;
      --color-muted:#667085;
      --color-text:#202636;
      --color-heading:#111827;
      --color-border:#e8edf5;
      --color-line:rgba(255,255,255,.14);
      --gradient-nav:linear-gradient(110deg,#111827 0%,#3a214c 46%,#ff6b35 100%);
      --gradient-warm:linear-gradient(135deg,#fff4e9 0%,#fff 48%,#effdfb 100%);
      --gradient-card:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,248,241,.92));
      --shadow-sm:0 10px 26px rgba(17,24,39,.08);
      --shadow-md:0 18px 48px rgba(17,24,39,.12);
      --shadow-lg:0 28px 72px rgba(17,24,39,.18);
      --radius-sm:12px;
      --radius-md:18px;
      --radius-lg:28px;
      --radius-xl:36px;
      --container:1180px;
      --section-y:84px;
      --ease:cubic-bezier(.2,.8,.2,1);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      color:var(--color-text);
      background:#fffaf5;
      line-height:1.68;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color .2s var(--ease),background .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(255,107,53,.22);color:#111827}

    .site-shell{min-height:100vh;background:
      radial-gradient(circle at 18% 6%,rgba(255,159,28,.16),transparent 28%),
      radial-gradient(circle at 84% 10%,rgba(24,196,184,.12),transparent 30%),
      linear-gradient(180deg,#fffaf5 0%,#ffffff 46%,#fffaf5 100%);
    }
    .container{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:var(--section-y) 0;
      position:relative;
    }
    .section.compact{padding:58px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,107,53,.10);
      color:#c54820;
      font-size:14px;
      font-weight:800;
      letter-spacing:.02em;
      margin-bottom:16px;
    }
    .section-kicker i{font-size:13px}
    .section-head{
      max-width:780px;
      margin-bottom:34px;
    }
    .section-head.wide{
      max-width:none;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
    }
    .section-title{
      margin:0;
      color:var(--color-heading);
      font-size:clamp(28px,4vw,44px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:900;
    }
    .section-desc{
      margin:14px 0 0;
      color:var(--color-muted);
      font-size:17px;
      max-width:720px;
    }
    .text-gradient{
      background:linear-gradient(90deg,#ff8a20,#ff4f3f 48%,#18c4b8);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:var(--gradient-nav);
      color:#fff;
      box-shadow:0 16px 42px rgba(17,24,39,.18);
    }
    .nav-wrap{
      width:min(calc(100% - 34px),var(--container));
      min-height:74px;
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:950;
      letter-spacing:-.04em;
      font-size:25px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.28);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 12px 26px rgba(0,0,0,.16);
    }
    .brand-mark span{
      display:block;
      width:20px;
      height:20px;
      border-radius:7px;
      background:linear-gradient(135deg,#fff,#ffe2cf);
      position:relative;
    }
    .brand-mark span:after{
      content:"";
      position:absolute;
      right:-6px;
      bottom:-5px;
      width:12px;
      height:12px;
      border-radius:50%;
      background:var(--color-secondary);
      border:2px solid rgba(255,255,255,.92);
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1;
    }
    .nav-link{
      padding:10px 16px;
      border-radius:999px;
      color:rgba(255,255,255,.88);
      font-weight:800;
      font-size:15px;
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:#fff;
      background:rgba(255,255,255,.13);
      outline:none;
    }
    .nav-link.active{
      color:#fff;
      background:rgba(255,255,255,.18);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.15);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-search{
      width:210px;
      height:42px;
      border:1px solid rgba(255,255,255,.18);
      border-radius:999px;
      background:rgba(255,255,255,.12);
      color:#fff;
      padding:0 14px 0 38px;
      outline:none;
      backdrop-filter:blur(10px);
      background-image:linear-gradient(transparent,transparent);
    }
    .search-box{position:relative}
    .search-box i{
      position:absolute;
      left:15px;
      top:50%;
      transform:translateY(-50%);
      color:rgba(255,255,255,.72);
      font-size:14px;
    }
    .nav-search::placeholder{color:rgba(255,255,255,.68)}
    .nav-search:focus{
      border-color:rgba(255,255,255,.56);
      box-shadow:0 0 0 4px rgba(255,255,255,.12);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:0 17px;
      border-radius:999px;
      background:#fff;
      color:#c94a18;
      font-weight:900;
      box-shadow:0 12px 24px rgba(0,0,0,.16);
    }
    .nav-cta:hover,.nav-cta:focus{
      transform:translateY(-1px);
      color:#9b3512;
      box-shadow:0 18px 32px rgba(0,0,0,.22);
      outline:none;
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid rgba(255,255,255,.2);
      border-radius:14px;
      color:#fff;
      background:rgba(255,255,255,.12);
    }
    .mobile-panel{
      display:none;
      padding:0 17px 18px;
      background:rgba(17,24,39,.98);
      border-top:1px solid rgba(255,255,255,.1);
    }
    .mobile-panel.open{display:block}
    .mobile-panel .nav-link{
      display:block;
      margin-top:8px;
      border-radius:14px;
    }
    .mobile-panel .nav-cta{
      justify-content:center;
      margin-top:12px;
      width:100%;
    }

    .hero{
      padding:44px 0 74px;
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 78% 16%,rgba(255,107,53,.42),transparent 25%),
        radial-gradient(circle at 48% 88%,rgba(24,196,184,.24),transparent 30%),
        linear-gradient(135deg,#0d1324 0%,#171f33 52%,#2b1729 100%);
      color:#fff;
      box-shadow:var(--shadow-lg);
      border:1px solid rgba(255,255,255,.12);
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.25));
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);
      gap:34px;
      align-items:stretch;
      padding:48px;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:34px;
    }
    .hero-labels{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:850;
      letter-spacing:.01em;
      background:rgba(255,255,255,.11);
      color:rgba(255,255,255,.9);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(10px);
    }
    .badge.light{
      background:#fff7ec;
      color:#b54708;
      border-color:#ffdec3;
    }
    .badge.green{
      background:rgba(24,196,184,.12);
      color:#077b72;
      border-color:rgba(24,196,184,.28);
    }
    .badge.dark{
      background:rgba(17,24,39,.06);
      color:#344054;
      border-color:rgba(17,24,39,.1);
    }
    .hero h1{
      margin:20px 0 0;
      max-width:780px;
      font-size:clamp(38px,6vw,72px);
      line-height:.98;
      letter-spacing:-.065em;
      font-weight:950;
    }
    .hero-intro{
      margin:22px 0 0;
      max-width:720px;
      color:rgba(255,255,255,.76);
      font-size:18px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:30px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:0 20px;
      border-radius:999px;
      font-weight:900;
      border:1px solid transparent;
      letter-spacing:.01em;
      transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease);
      user-select:none;
    }
    .btn:focus{
      outline:3px solid rgba(255,107,53,.28);
      outline-offset:3px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      box-shadow:0 14px 30px rgba(255,107,53,.28);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 22px 42px rgba(255,107,53,.34);
    }
    .btn-ghost{
      color:#fff;
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.18);
      backdrop-filter:blur(10px);
    }
    .btn-ghost:hover{
      color:#fff;
      background:rgba(255,255,255,.16);
      transform:translateY(-2px);
    }
    .btn-secondary{
      color:#064e49;
      background:#e8fffc;
      border-color:#c6f7f1;
    }
    .btn-secondary:hover{
      color:#063f3b;
      background:#d8fbf6;
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(24,196,184,.18);
    }
    .btn-soft{
      color:#c54820;
      background:#fff2e8;
      border-color:#ffd7bf;
    }
    .btn-soft:hover{
      color:#a73816;
      transform:translateY(-2px);
      box-shadow:0 14px 30px rgba(255,107,53,.14);
    }
    .hero-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .metric-pill{
      min-height:86px;
      border-radius:20px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      padding:14px;
    }
    .metric-pill strong{
      display:block;
      font-size:26px;
      line-height:1;
      letter-spacing:-.04em;
    }
    .metric-pill span{
      display:block;
      margin-top:9px;
      color:rgba(255,255,255,.62);
      font-size:13px;
    }

    .rank-board{
      align-self:stretch;
      border-radius:30px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
      backdrop-filter:blur(14px);
      padding:20px;
      display:flex;
      flex-direction:column;
      min-height:470px;
    }
    .rank-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:4px 4px 16px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .rank-top h2{
      margin:0;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.02em;
      color:#fff;
    }
    .live-dot{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:#a7fff6;
      font-size:13px;
      font-weight:850;
    }
    .live-dot:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:#18c4b8;
      box-shadow:0 0 0 6px rgba(24,196,184,.12);
    }
    .rank-list{
      list-style:none;
      padding:0;
      margin:16px 0 0;
      display:grid;
      gap:12px;
    }
    .rank-item{
      display:grid;
      grid-template-columns:34px 1fr auto;
      gap:12px;
      align-items:center;
      padding:13px;
      border-radius:18px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.10);
      transition:transform .2s var(--ease),background .2s var(--ease);
    }
    .rank-item:hover{
      transform:translateX(3px);
      background:rgba(255,255,255,.13);
    }
    .rank-num{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.12);
      color:#fff;
      font-weight:950;
    }
    .rank-item:nth-child(1) .rank-num{background:linear-gradient(135deg,#ff9f1c,#ff6b35)}
    .rank-title{font-weight:900;color:#fff;font-size:15px;line-height:1.3}
    .rank-sub{margin-top:3px;font-size:12px;color:rgba(255,255,255,.58)}
    .rank-change{
      color:#a7fff6;
      font-size:13px;
      font-weight:900;
      white-space:nowrap;
    }
    .progress-wrap{
      margin-top:auto;
      padding:18px;
      border-radius:22px;
      background:linear-gradient(135deg,rgba(255,107,53,.24),rgba(24,196,184,.14));
      border:1px solid rgba(255,255,255,.12);
    }
    .progress-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-weight:900;
      margin-bottom:12px;
    }
    .progress-track{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.14);
      overflow:hidden;
    }
    .progress-bar{
      width:68%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,#18c4b8,#ffdf77,#ff6b35);
      box-shadow:0 0 20px rgba(255,107,53,.35);
    }
    .progress-note{
      margin:12px 0 0;
      color:rgba(255,255,255,.66);
      font-size:13px;
    }

    .countdown-card{
      overflow:hidden;
      border-radius:var(--radius-lg);
      background:var(--gradient-warm);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-md);
      padding:30px;
    }
    .count-grid{
      display:grid;
      grid-template-columns:1fr 1.15fr;
      gap:28px;
      align-items:center;
    }
    .count-title{
      margin:0;
      font-size:clamp(28px,4vw,44px);
      line-height:1.1;
      letter-spacing:-.045em;
      font-weight:950;
      color:#111827;
    }
    .count-desc{
      margin:14px 0 0;
      color:var(--color-muted);
      font-size:16px;
    }
    .timer{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .time-box{
      border-radius:22px;
      background:#fff;
      border:1px solid #ffe0c9;
      padding:20px 12px;
      text-align:center;
      box-shadow:var(--shadow-sm);
    }
    .time-box strong{
      display:block;
      color:#111827;
      font-size:clamp(30px,5vw,52px);
      line-height:1;
      letter-spacing:-.06em;
      font-weight:950;
    }
    .time-box span{
      display:block;
      margin-top:8px;
      color:#d3541f;
      font-size:13px;
      font-weight:900;
    }
    .tier-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:22px;
    }
    .tier-mini{
      border-radius:18px;
      background:#fff;
      border:1px solid var(--color-border);
      padding:16px;
      transition:transform .2s var(--ease),box-shadow .2s var(--ease);
    }
    .tier-mini:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-sm);
    }
    .tier-mini b{display:block;color:#111827}
    .tier-mini p{margin:7px 0 0;color:var(--color-muted);font-size:13px;line-height:1.55}

    .masonry-wall{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      grid-auto-rows:minmax(156px,auto);
      gap:16px;
    }
    .feature-tile{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--color-border);
      padding:24px;
      box-shadow:var(--shadow-sm);
      transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease);
    }
    .feature-tile:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-md);
      border-color:#ffd2b7;
    }
    .feature-tile.large{
      grid-row:span 2;
      color:#fff;
      background:
        radial-gradient(circle at 78% 16%,rgba(255,255,255,.20),transparent 22%),
        linear-gradient(135deg,#ff6b35,#8b5cf6);
      border-color:rgba(255,255,255,.2);
    }
    .feature-tile.dark{
      color:#fff;
      background:linear-gradient(135deg,#111827,#24304a);
      border-color:rgba(255,255,255,.12);
    }
    .feature-icon{
      width:48px;height:48px;border-radius:16px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      box-shadow:0 14px 24px rgba(255,107,53,.22);
      margin-bottom:18px;
    }
    .feature-tile.large .feature-icon,.feature-tile.dark .feature-icon{
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:none;
    }
    .feature-tile h3{
      margin:0;
      color:inherit;
      font-size:22px;
      line-height:1.25;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .feature-tile p{
      margin:12px 0 0;
      color:var(--color-muted);
      font-size:15px;
    }
    .feature-tile.large p,.feature-tile.dark p{color:rgba(255,255,255,.74)}
    .security-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .security-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:rgba(255,255,255,.78);
      font-size:14px;
    }
    .security-list i{
      margin-top:5px;
      color:#9ffbf2;
    }

    .tickets-area{
      background:#111827;
      color:#fff;
      overflow:hidden;
    }
    .tickets-area:before{
      content:"";
      position:absolute;
      width:520px;height:520px;
      border-radius:50%;
      right:-180px;top:-170px;
      background:radial-gradient(circle,rgba(255,107,53,.38),transparent 65%);
      pointer-events:none;
    }
    .tickets-area .section-title{color:#fff}
    .tickets-area .section-desc{color:rgba(255,255,255,.66)}
    .ticket-layout{
      display:grid;
      grid-template-columns:.84fr 1.16fr;
      gap:22px;
      align-items:start;
      position:relative;
    }
    .compare-note{
      border-radius:var(--radius-lg);
      padding:26px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .compare-note h3{
      margin:0;
      color:#fff;
      font-size:24px;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .compare-note p{
      margin:12px 0 0;
      color:rgba(255,255,255,.68);
    }
    .hot-list{
      margin:22px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .hot-list li{
      display:grid;
      grid-template-columns:34px 1fr;
      gap:12px;
      align-items:start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.09);
    }
    .hot-list em{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      font-style:normal;
      font-weight:950;
      color:#111827;
      background:#fff;
    }
    .hot-list b{display:block;color:#fff}
    .hot-list span{display:block;margin-top:3px;color:rgba(255,255,255,.62);font-size:13px}
    .ticket-cards{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .ticket-card{
      position:relative;
      border-radius:28px;
      padding:24px;
      background:#fff;
      color:#111827;
      border:1px solid rgba(255,255,255,.15);
      box-shadow:0 24px 54px rgba(0,0,0,.22);
      min-height:430px;
      display:flex;
      flex-direction:column;
      transition:transform .24s var(--ease),box-shadow .24s var(--ease);
    }
    .ticket-card:hover{
      transform:translateY(-7px);
      box-shadow:0 34px 70px rgba(0,0,0,.28);
    }
    .ticket-card.featured{
      background:linear-gradient(180deg,#fff9f0,#ffffff);
      border:2px solid #ff9f1c;
    }
    .ticket-label{
      width:max-content;
      padding:7px 11px;
      border-radius:999px;
      background:#f2f4f7;
      color:#475467;
      font-size:12px;
      font-weight:900;
    }
    .ticket-card.featured .ticket-label{
      color:#9a3412;
      background:#ffedd5;
    }
    .ticket-card h3{
      margin:18px 0 0;
      font-size:24px;
      line-height:1.15;
      font-weight:950;
      letter-spacing:-.035em;
    }
    .price{
      margin:18px 0 0;
      display:flex;
      align-items:flex-end;
      gap:6px;
    }
    .price strong{
      font-size:42px;
      line-height:1;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .price span{color:var(--color-muted);font-size:13px;margin-bottom:6px}
    .ticket-card p{
      margin:15px 0 0;
      color:var(--color-muted);
      font-size:14px;
      min-height:70px;
    }
    .ticket-features{
      margin:20px 0 22px;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .ticket-features li{
      display:flex;
      gap:9px;
      align-items:flex-start;
      font-size:14px;
      color:#344054;
    }
    .ticket-features i{color:var(--color-secondary);margin-top:5px}
    .ticket-card .btn{
      margin-top:auto;
      width:100%;
    }

    .news-grid{
      display:grid;
      grid-template-columns:minmax(0,1.2fr) 360px;
      gap:24px;
      align-items:start;
    }
    .news-list{
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
    }
    .news-row{
      display:grid;
      grid-template-columns:118px 1fr auto;
      align-items:center;
      gap:18px;
      padding:22px 24px;
      border-bottom:1px solid var(--color-border);
      transition:background .2s var(--ease);
    }
    .news-row:last-child{border-bottom:none}
    .news-row:hover{background:#fff8f1}
    .news-date{
      display:flex;
      flex-direction:column;
      color:#b54708;
      font-weight:900;
      line-height:1.1;
    }
    .news-date small{
      color:#98a2b3;
      font-size:12px;
      margin-top:4px;
      font-weight:800;
    }
    .news-row h3{
      margin:0;
      color:#111827;
      font-size:18px;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .news-row p{
      margin:6px 0 0;
      color:var(--color-muted);
      font-size:14px;
    }
    .news-arrow{
      width:38px;height:38px;
      border-radius:13px;
      display:grid;place-items:center;
      color:#c54820;
      background:#fff2e8;
      transition:transform .2s var(--ease),background .2s var(--ease);
    }
    .news-row:hover .news-arrow{
      transform:translateX(4px);
      background:#ffdfc9;
    }
    .recommend-card{
      border-radius:var(--radius-lg);
      background:#111827;
      color:#fff;
      padding:26px;
      box-shadow:var(--shadow-md);
      position:sticky;
      top:102px;
      overflow:hidden;
    }
    .recommend-card:before{
      content:"";
      position:absolute;
      width:220px;height:220px;
      right:-80px;top:-90px;
      border-radius:50%;
      background:rgba(24,196,184,.22);
    }
    .recommend-card > *{position:relative}
    .recommend-card h3{
      margin:0;
      color:#fff;
      font-size:24px;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .recommend-card p{
      color:rgba(255,255,255,.68);
      margin:12px 0 20px;
    }
    .directory{
      display:grid;
      gap:10px;
      margin-bottom:20px;
    }
    .directory a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-radius:16px;
      padding:13px 14px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
      color:#fff;
      font-weight:850;
    }
    .directory a:hover{
      background:rgba(255,255,255,.14);
      transform:translateX(3px);
    }
    .directory span{
      color:#a7fff6;
      font-size:12px;
      font-weight:900;
    }

    .signup-section{
      padding-top:36px;
    }
    .signup-panel{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:30px;
      align-items:stretch;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 10% 12%,rgba(255,255,255,.24),transparent 28%),
        linear-gradient(135deg,#ff6b35 0%,#ff9f1c 45%,#18c4b8 100%);
      padding:34px;
      color:#fff;
      box-shadow:var(--shadow-lg);
      overflow:hidden;
    }
    .signup-copy{
      padding:12px 8px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .signup-copy h2{
      margin:0;
      color:#fff;
      font-size:clamp(30px,4.6vw,52px);
      line-height:1.08;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .signup-copy p{
      margin:18px 0 0;
      color:rgba(255,255,255,.82);
      font-size:17px;
      max-width:560px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .trust-item{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      padding:9px 12px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.18);
      color:#fff;
      font-size:13px;
      font-weight:850;
    }
    .signup-form{
      border-radius:28px;
      background:rgba(255,255,255,.96);
      padding:24px;
      color:#111827;
      box-shadow:0 24px 56px rgba(17,24,39,.18);
    }
    .form-title{
      margin:0 0 18px;
      font-size:22px;
      font-weight:950;
      letter-spacing:-.025em;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .field{display:flex;flex-direction:column;gap:7px}
    .field.full{grid-column:1/-1}
    .field label{
      color:#344054;
      font-size:13px;
      font-weight:900;
    }
    .field input,.field select,.field textarea{
      width:100%;
      border:1px solid #dfe5ef;
      border-radius:16px;
      background:#fff;
      color:#111827;
      padding:12px 14px;
      outline:none;
      transition:border-color .2s var(--ease),box-shadow .2s var(--ease);
    }
    .field textarea{min-height:92px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:#ff9f1c;
      box-shadow:0 0 0 4px rgba(255,159,28,.18);
    }
    .form-tip{
      margin:12px 0 0;
      color:#667085;
      font-size:12px;
      line-height:1.65;
    }
    .signup-form .btn{
      width:100%;
      border:none;
      margin-top:16px;
    }

    .faq-layout{
      display:grid;
      grid-template-columns:360px 1fr;
      gap:34px;
      align-items:start;
    }
    .faq-aside{
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-sm);
      padding:26px;
      position:sticky;
      top:102px;
    }
    .faq-aside h2{
      margin:0;
      color:#111827;
      font-size:30px;
      line-height:1.12;
      letter-spacing:-.04em;
      font-weight:950;
    }
    .faq-aside p{margin:14px 0 0;color:var(--color-muted)}
    .faq-list{
      display:grid;
      gap:14px;
    }
    .faq-item{
      border-radius:22px;
      background:#fff;
      border:1px solid var(--color-border);
      box-shadow:0 8px 22px rgba(17,24,39,.05);
      overflow:hidden;
    }
    .faq-question{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:20px 22px;
      background:#fff;
      color:#111827;
      border:none;
      text-align:left;
      font-weight:950;
      font-size:17px;
    }
    .faq-question:hover{background:#fff8f1}
    .faq-question:focus{
      outline:3px solid rgba(255,107,53,.18);
      outline-offset:-3px;
    }
    .faq-question i{
      color:#ff6b35;
      transition:transform .2s var(--ease);
    }
    .faq-item.open .faq-question i{transform:rotate(180deg)}
    .faq-answer{
      display:none;
      padding:0 22px 22px;
      color:var(--color-muted);
      font-size:15px;
    }
    .faq-item.open .faq-answer{display:block}
    .faq-answer p{margin:0}

    .site-footer{
      background:#0d1324;
      color:#fff;
      padding:54px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:auto -120px -240px auto;
      width:520px;height:520px;border-radius:50%;
      background:rgba(255,107,53,.16);
    }
    .footer-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      font-size:24px;
      letter-spacing:-.04em;
    }
    .footer-desc{
      margin:16px 0 0;
      color:rgba(255,255,255,.66);
      max-width:660px;
    }
    .footer-links{
      display:flex;
      justify-content:flex-end;
      flex-wrap:wrap;
      gap:12px;
      align-content:start;
    }
    .footer-links a{
      padding:9px 13px;
      border-radius:999px;
      color:rgba(255,255,255,.74);
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      font-weight:800;
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      background:rgba(255,255,255,.12);
      transform:translateY(-2px);
    }
    .footer-bottom{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding-top:22px;
      color:rgba(255,255,255,.52);
      font-size:13px;
    }
    .footer-bottom span{white-space:nowrap}

    .float-cta{
      position:fixed;
      left:50%;
      bottom:18px;
      transform:translateX(-50%);
      z-index:45;
      width:min(calc(100% - 28px),680px);
      border-radius:999px;
      background:rgba(17,24,39,.88);
      color:#fff;
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(17,24,39,.22);
      padding:10px 12px 10px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .float-cta strong{
      font-size:14px;
      line-height:1.3;
    }
    .float-cta span{
      color:rgba(255,255,255,.64);
      font-size:12px;
      margin-left:8px;
    }
    .float-cta .btn{
      min-height:40px;
      padding:0 15px;
      font-size:14px;
      flex:0 0 auto;
    }

    @media (max-width:1024px){
      :root{--section-y:70px}
      .search-box{display:none}
      .hero-inner{
        grid-template-columns:1fr;
        padding:36px;
      }
      .rank-board{min-height:auto}
      .count-grid,.ticket-layout,.signup-panel,.faq-layout{
        grid-template-columns:1fr;
      }
      .ticket-cards{grid-template-columns:1fr 1fr}
      .news-grid{grid-template-columns:1fr}
      .recommend-card,.faq-aside{position:static}
      .masonry-wall{grid-template-columns:1fr 1fr}
      .feature-tile.large{grid-row:auto}
      .section-head.wide{display:block}
    }
    @media (max-width:768px){
      .desktop-nav,.nav-actions{display:none}
      .menu-toggle{display:grid;place-items:center}
      .nav-wrap{min-height:66px}
      .hero{padding:26px 0 56px}
      .hero-inner{padding:28px 22px;border-radius:28px}
      .hero-panel{border-radius:28px}
      .hero h1{letter-spacing:-.055em}
      .hero-actions{gap:10px}
      .btn{width:100%;min-height:48px}
      .hero-metrics,.timer,.tier-strip,.ticket-cards,.form-grid{
        grid-template-columns:1fr;
      }
      .metric-pill{min-height:auto}
      .rank-item{grid-template-columns:30px 1fr;align-items:start}
      .rank-change{grid-column:2}
      .countdown-card{padding:22px}
      .masonry-wall{grid-template-columns:1fr}
      .news-row{
        grid-template-columns:1fr auto;
        gap:10px;
      }
      .news-date{grid-column:1/-1}
      .signup-panel{padding:22px;border-radius:28px}
      .signup-form{padding:20px;border-radius:22px}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .footer-bottom{flex-direction:column;align-items:flex-start}
      .float-cta{display:none}
    }
    @media (max-width:520px){
      .container{width:min(calc(100% - 28px),var(--container))}
      .section{padding:56px 0}
      .section.compact{padding:42px 0}
      .brand{font-size:22px}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .hero-inner{padding:24px 18px}
      .hero-intro,.section-desc,.signup-copy p{font-size:15px}
      .rank-board{padding:14px;border-radius:22px}
      .countdown-card,.feature-tile,.compare-note,.recommend-card,.faq-aside{
        border-radius:22px;
      }
      .ticket-card{min-height:auto;border-radius:22px;padding:20px}
      .news-row{padding:18px}
      .faq-question{padding:18px;font-size:16px}
      .faq-answer{padding:0 18px 18px}
    }
