/* roulang page: index */
:root{
      --bg-0:#120810;
      --bg-1:#1A0B18;
      --bg-2:#241020;
      --panel:#2A1325;
      --panel-2:#35172D;
      --text:#FFF6F9;
      --muted:#D6BFCB;
      --weak:#9E7F90;
      --line:rgba(255,255,255,.13);
      --line-strong:rgba(255,255,255,.22);
      --pink:#F0448F;
      --pink-2:#FF4D9D;
      --gold:#F6B75A;
      --gold-2:#FFCA6A;
      --violet:#8F5CFF;
      --green:#65E0B2;
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --pill:999px;
      --shadow-pink:0 22px 70px rgba(240,68,143,.20);
      --shadow-gold:0 18px 48px rgba(246,183,90,.14);
      --shadow-soft:0 18px 55px rgba(0,0,0,.34);
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.72;
      background:
        radial-gradient(circle at 16% 8%, rgba(240,68,143,.28), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(143,92,255,.22), transparent 30%),
        radial-gradient(circle at 50% 82%, rgba(246,183,90,.13), transparent 34%),
        linear-gradient(135deg,var(--bg-0),var(--bg-1) 48%,var(--bg-2));
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.22;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size:48px 48px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 80%);
      z-index:-2;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:var(--text)}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    .site-container{width:min(100% - 32px,var(--container));margin-inline:auto}
    .section-pad{padding:96px 0}
    .section-pad-sm{padding:72px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 14px;border:1px solid var(--line);
      border-radius:var(--pill);color:var(--gold-2);
      background:rgba(255,255,255,.055);
      font-size:13px;font-weight:700;letter-spacing:.04em;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .eyebrow::before,.status-dot{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 16px rgba(101,224,178,.75);display:inline-block}
    .section-title{
      margin:16px 0 14px;
      font-size:clamp(28px,4vw,42px);
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .section-desc{
      max-width:760px;
      margin:0;
      color:var(--muted);
      font-size:17px;
    }
    .btn-rou{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:46px;padding:12px 22px;border-radius:var(--pill);
      border:1px solid transparent;font-weight:800;letter-spacing:.01em;
      transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
      white-space:nowrap;
    }
    .btn-main{
      color:#fff;background:linear-gradient(100deg,var(--pink),var(--pink-2) 46%,var(--gold));
      box-shadow:0 16px 42px rgba(240,68,143,.32), inset 0 1px 0 rgba(255,255,255,.28);
    }
    .btn-main:hover,.btn-main:focus{transform:translateY(-2px);box-shadow:0 22px 62px rgba(240,68,143,.44)}
    .btn-ghost{
      color:var(--text);background:rgba(255,255,255,.055);border-color:var(--line-strong);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .btn-ghost:hover,.btn-ghost:focus{transform:translateY(-2px);border-color:rgba(246,183,90,.65);box-shadow:0 18px 48px rgba(246,183,90,.12)}
    .btn-small{min-height:38px;padding:9px 15px;font-size:14px}
    .form-control:focus,.btn:focus,.navbar-toggler:focus,a:focus-visible,input:focus-visible{
      outline:2px solid rgba(255,202,106,.68);
      outline-offset:3px;
      box-shadow:0 0 0 4px rgba(240,68,143,.14);
      border-color:rgba(240,68,143,.72);
    }

    .site-header{
      position:absolute;top:22px;left:0;right:0;z-index:30;
    }
    .float-nav{
      width:min(100% - 32px,var(--container));
      margin:auto;
      padding:10px 12px;
      border-radius:var(--pill);
      background:rgba(30,10,25,.70);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 55px rgba(0,0,0,.30);
    }
    .navbar-brand{
      display:flex;align-items:center;gap:10px;
      color:var(--text)!important;font-weight:900;letter-spacing:-.03em;
      padding:6px 10px;border-radius:var(--pill);
    }
    .logo-mark{
      width:34px;height:34px;border-radius:50%;
      background:
        radial-gradient(circle at 35% 30%, #fff 0 8%, transparent 9%),
        linear-gradient(135deg,var(--pink),var(--violet) 54%,var(--gold));
      box-shadow:0 0 24px rgba(240,68,143,.45);
    }
    .navbar-toggler{border:1px solid var(--line);border-radius:var(--pill);padding:9px 12px}
    .toggler-lines{display:grid;gap:5px}
    .toggler-lines span{display:block;width:22px;height:2px;border-radius:2px;background:var(--text)}
    .navbar-nav{gap:6px;align-items:center}
    .nav-link{
      color:var(--muted)!important;
      border-radius:var(--pill);
      padding:10px 15px!important;
      font-weight:700;font-size:14px;
      position:relative;transition:background .22s ease,color .22s ease,transform .22s ease;
    }
    .nav-link:hover{color:var(--text)!important;background:rgba(255,255,255,.08);transform:translateY(-1px)}
    .nav-link.active{
      color:var(--text)!important;background:linear-gradient(90deg,rgba(240,68,143,.24),rgba(246,183,90,.14));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
    }
    .nav-link.active::before{
      content:"";width:6px;height:6px;border-radius:50%;
      background:var(--gold);box-shadow:0 0 12px rgba(255,202,106,.7);
      display:inline-block;margin-right:7px;vertical-align:middle;
    }
    .nav-cta{margin-left:8px}

    .hero{
      position:relative;
      min-height:820px;
      padding:150px 0 76px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;inset:0;
      background:
        conic-gradient(from 190deg at 20% 0%, rgba(240,68,143,.32), transparent 20%, rgba(246,183,90,.18), transparent 45%),
        radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.10), transparent 38%);
      clip-path:polygon(0 0,100% 0,100% 84%,0 100%);
      opacity:.72;
      pointer-events:none;
    }
    .hero::after{
      content:"";
      position:absolute;left:50%;top:92px;transform:translateX(-50%);
      width:min(980px,86vw);height:380px;
      border:1px solid rgba(255,255,255,.10);
      border-radius:999px;
      filter:blur(.2px);
      background:radial-gradient(ellipse at center, rgba(240,68,143,.12), transparent 68%);
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:2}
    .hero-stage{
      border:1px solid rgba(255,255,255,.14);
      border-radius:42px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.035)),
        radial-gradient(circle at 75% 18%, rgba(246,183,90,.16), transparent 32%),
        rgba(26,11,24,.76);
      box-shadow:var(--shadow-pink),var(--shadow-soft);
      overflow:hidden;
      position:relative;
      padding:36px;
    }
    .hero-stage::before{
      content:"";
      position:absolute;inset:auto -12% -40% -12%;height:260px;
      background:radial-gradient(ellipse at center, rgba(240,68,143,.24), transparent 68%);
      pointer-events:none;
    }
    .hero-bento{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
      position:relative;
      z-index:2;
    }
    .hero-copy{
      padding:30px 24px 22px;
      display:flex;flex-direction:column;justify-content:center;
    }
    .badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
    .status-badge{
      display:inline-flex;align-items:center;gap:7px;
      padding:8px 12px;border-radius:var(--pill);
      font-size:13px;font-weight:800;color:var(--text);
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.13);
    }
    .status-badge.gold{color:#23120A;background:linear-gradient(90deg,var(--gold),var(--gold-2));border-color:transparent}
    .status-badge.pink{background:rgba(240,68,143,.18);border-color:rgba(240,68,143,.35)}
    h1{
      font-size:clamp(32px,5.2vw,58px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.055em;
      margin:0 0 22px;
    }
    .hero-lead{
      max-width:660px;
      color:var(--muted);
      font-size:18px;
      margin:0 0 28px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
    .hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
    .point-box{
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.055);
      padding:14px 15px;
    }
    .point-box strong{display:block;font-size:20px;line-height:1.1;color:var(--gold-2);font-weight:900}
    .point-box span{display:block;font-size:13px;color:var(--weak);margin-top:6px}

    .entry-matrix{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      min-height:100%;
    }
    .entry-card{
      position:relative;
      border:1px solid var(--line);
      border-radius:26px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035)),
        rgba(42,19,37,.75);
      padding:22px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
      transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
      overflow:hidden;
    }
    .entry-card:hover{transform:translateY(-4px);border-color:rgba(240,68,143,.48);box-shadow:0 18px 50px rgba(240,68,143,.16)}
    .entry-card.wide{grid-column:1/-1;min-height:138px;background:linear-gradient(120deg,rgba(240,68,143,.20),rgba(246,183,90,.10)),rgba(42,19,37,.78)}
    .entry-card .num{font-weight:950;color:rgba(255,255,255,.32);font-size:30px;line-height:1}
    .entry-card h3{font-size:20px;margin:12px 0 7px;font-weight:900}
    .entry-card p{color:var(--muted);font-size:14px;margin:0}
    .mini-line{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      margin-top:16px;padding-top:13px;border-top:1px dashed rgba(255,255,255,.14);
      color:var(--weak);font-size:13px;
    }
    .notice-strip{
      margin-top:20px;
      display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
    }
    .notice-item{
      display:flex;align-items:center;gap:9px;
      padding:13px 16px;border-radius:18px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      color:var(--muted);
      font-size:14px;
    }

    .flash-bar{
      margin-top:26px;
      border:1px solid rgba(246,183,90,.28);
      border-radius:24px;
      padding:18px;
      background:linear-gradient(90deg,rgba(246,183,90,.14),rgba(240,68,143,.12),rgba(143,92,255,.10));
      display:flex;align-items:center;justify-content:space-between;gap:16px;
      box-shadow:var(--shadow-gold);
    }
    .countdown{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
    .time-cell{
      min-width:46px;text-align:center;
      padding:8px 10px;border-radius:14px;
      background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12);
      font-weight:900;color:var(--gold-2);
    }
    .flash-copy strong{display:block;font-size:18px}
    .flash-copy span{color:var(--muted);font-size:14px}

    .story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:stretch}
    .profile-panel,.glass-card,.trust-panel,.cta-panel{
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.035)),
        rgba(42,19,37,.70);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .profile-panel{padding:32px}
    .profile-panel::after,.glass-card::after,.trust-panel::after{
      content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;
      background:radial-gradient(circle, rgba(240,68,143,.25), transparent 68%);
      pointer-events:none;
    }
    .profile-list{display:grid;gap:12px;margin-top:24px}
    .profile-row{
      display:flex;justify-content:space-between;gap:16px;
      padding:13px 0;border-bottom:1px dashed rgba(255,255,255,.13);
      color:var(--muted)
    }
    .profile-row b{color:var(--text)}
    .principle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
    .principle-card{
      padding:24px;border-radius:24px;border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      transition:transform .24s ease,border-color .24s ease,background .24s ease;
    }
    .principle-card:hover{transform:translateY(-3px);border-color:rgba(246,183,90,.42);background:rgba(255,255,255,.075)}
    .card-code{color:var(--gold-2);font-weight:950;letter-spacing:.08em;font-size:13px}
    .principle-card h3{font-size:19px;margin:12px 0 8px;font-weight:900}
    .principle-card p{margin:0;color:var(--muted);font-size:15px}

    .feature-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:20px;margin-top:34px}
    .feature-large{
      min-height:360px;
      padding:30px;
      border-radius:30px;
      border:1px solid rgba(240,68,143,.30);
      background:
        radial-gradient(circle at 82% 20%,rgba(246,183,90,.20),transparent 28%),
        linear-gradient(135deg,rgba(240,68,143,.18),rgba(255,255,255,.045)),
        rgba(42,19,37,.78);
      box-shadow:var(--shadow-pink);
      display:flex;flex-direction:column;justify-content:space-between;
      overflow:hidden;position:relative;
    }
    .feature-large::before{
      content:"";
      position:absolute;inset:26px;
      border:1px solid rgba(255,255,255,.10);
      border-radius:24px;
      pointer-events:none;
    }
    .feature-large h3{font-size:31px;line-height:1.18;font-weight:950;margin:20px 0 14px}
    .feature-large p{color:var(--muted);max-width:620px;margin:0 0 18px}
    .tag-list{display:flex;flex-wrap:wrap;gap:9px;margin:14px 0}
    .tag{
      display:inline-flex;align-items:center;
      border:1px solid rgba(255,255,255,.13);
      border-radius:var(--pill);
      padding:6px 10px;
      color:var(--muted);
      background:rgba(0,0,0,.16);
      font-size:13px;font-weight:700;
    }
    .feature-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .archive-card{
      padding:22px;
      border-radius:24px;border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      min-height:172px;
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .archive-card:hover{transform:translateY(-4px);border-color:rgba(240,68,143,.48);box-shadow:0 18px 48px rgba(240,68,143,.14)}
    .archive-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
    .archive-card h3{font-size:18px;font-weight:900;margin:0 0 8px}
    .archive-card p{color:var(--muted);font-size:14px;margin:0 0 14px}
    .text-link{color:var(--gold-2);font-weight:850;font-size:14px}
    .text-link:hover{color:var(--pink-2)}

    .topics-wrap{
      border:1px solid var(--line);
      border-radius:30px;
      padding:26px;
      background:linear-gradient(120deg,rgba(255,255,255,.075),rgba(255,255,255,.03));
      box-shadow:var(--shadow-soft);
    }
    .topic-cloud{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
    .topic-chip{
      padding:12px 16px;border-radius:var(--pill);
      border:1px solid var(--line);
      background:rgba(255,255,255,.055);
      color:var(--muted);
      transition:transform .22s ease,border-color .22s ease,color .22s ease;
    }
    .topic-chip:hover{transform:translateY(-2px);border-color:rgba(246,183,90,.48);color:var(--text)}

    .news-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}
    .news-list,.recommend-box{padding:26px;border-radius:28px;border:1px solid var(--line);background:rgba(255,255,255,.055)}
    .news-item{
      display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;
      padding:16px 0;border-bottom:1px dashed rgba(255,255,255,.13);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{color:var(--gold-2);font-weight:900;font-size:13px;white-space:nowrap}
    .news-title{font-weight:850;color:var(--text)}
    .news-title:hover{color:var(--gold-2)}
    .news-desc{color:var(--weak);font-size:14px;margin-top:4px}
    .recommend-box h3{font-size:22px;font-weight:950;margin:0 0 12px}
    .recommend-box p{color:var(--muted);margin:0 0 18px}
    .stock-track{display:grid;gap:12px}
    .stock-row{padding:14px;border-radius:18px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.10)}
    .stock-row span{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;margin-bottom:8px}
    .progress{height:8px;border-radius:999px;background:rgba(255,255,255,.10)}
    .progress-bar{background:linear-gradient(90deg,var(--pink),var(--gold));border-radius:999px}

    .trust-panel{padding:30px}
    .trust-strip{
      display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:26px 0 24px;
    }
    .trust-token{
      padding:16px 14px;text-align:center;border-radius:20px;
      background:rgba(255,255,255,.055);border:1px solid var(--line);
    }
    .trust-token b{display:block;color:var(--text);font-weight:950;margin-bottom:5px}
    .trust-token span{font-size:13px;color:var(--weak)}
    .accordion{--bs-accordion-bg:transparent;--bs-accordion-border-color:transparent;--bs-accordion-color:var(--text)}
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:20px!important;
      background:rgba(255,255,255,.055)!important;
      overflow:hidden;margin-bottom:12px;
    }
    .accordion-button{
      color:var(--text)!important;
      background:rgba(255,255,255,.035)!important;
      font-weight:900;
      box-shadow:none!important;
      padding:18px 20px;
    }
    .accordion-button::after{filter:invert(1) sepia(1) saturate(1.8) hue-rotate(300deg)}
    .accordion-button:not(.collapsed){background:linear-gradient(90deg,rgba(240,68,143,.18),rgba(246,183,90,.08))!important}
    .accordion-body{color:var(--muted);padding:0 20px 20px}

    .social-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .voice-card{
      padding:24px;border-radius:24px;border:1px solid var(--line);
      background:rgba(255,255,255,.055);
    }
    .voice-card p{color:var(--muted);margin:12px 0 0}
    .voice-meta{display:flex;align-items:center;gap:10px}
    .avatar-dot{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--pink),var(--gold));box-shadow:0 0 22px rgba(240,68,143,.35)}

    .cta-panel{
      padding:38px;
      background:
        radial-gradient(circle at 20% 0%,rgba(246,183,90,.20),transparent 28%),
        radial-gradient(circle at 82% 30%,rgba(240,68,143,.25),transparent 30%),
        linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
        rgba(42,19,37,.84);
    }
    .subscribe-form{
      display:flex;gap:12px;margin-top:24px;max-width:720px;
      padding:8px;border-radius:999px;border:1px solid var(--line);background:rgba(0,0,0,.20);
    }
    .subscribe-form input{
      flex:1;min-width:0;border:0;background:transparent;color:var(--text);
      padding:12px 16px;border-radius:999px;
    }
    .subscribe-form input::placeholder{color:#c7aabb}
    .privacy-note{color:var(--weak);font-size:13px;margin-top:12px}
    .bottom-float{
      position:sticky;bottom:14px;z-index:20;
      width:min(100% - 32px,920px);margin:0 auto 18px;
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      padding:12px 14px 12px 18px;border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(30,10,25,.78);backdrop-filter:blur(16px);
      box-shadow:0 18px 55px rgba(0,0,0,.36);
    }
    .bottom-float span{color:var(--muted);font-size:14px}

    .site-footer{
      padding:54px 0 30px;
      background:linear-gradient(180deg,rgba(10,4,9,.25),rgba(8,3,7,.92));
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:30px}
    .footer-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:950;margin-bottom:14px}
    .footer-text{color:var(--muted);max-width:520px}
    .footer-title{font-weight:950;margin-bottom:12px;color:var(--text)}
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:var(--muted)}
    .footer-links a:hover{color:var(--gold-2)}
    .footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
    .copyright{
      margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);
      color:var(--weak);font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
    }

    @media (max-width: 991.98px){
      .float-nav{border-radius:28px}
      .navbar-collapse{padding:12px 4px 4px}
      .navbar-nav{align-items:stretch}
      .nav-cta{margin-left:0;margin-top:6px}
      .hero{padding-top:130px;min-height:auto}
      .hero-stage{padding:24px;border-radius:32px}
      .hero-bento,.story-grid,.feature-layout,.news-grid{grid-template-columns:1fr}
      .entry-matrix{grid-template-columns:1fr 1fr}
      .notice-strip,.trust-strip{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
      .social-row{grid-template-columns:1fr}
    }
    @media (max-width: 767.98px){
      .section-pad{padding:66px 0}
      .section-pad-sm{padding:54px 0}
      .hero-copy{padding:18px 4px}
      .hero-lead{font-size:16px}
      .hero-actions{flex-direction:column}
      .hero-actions .btn-rou,.subscribe-form .btn-rou{width:100%}
      .hero-points,.entry-matrix,.principle-grid,.feature-small-grid,.notice-strip,.trust-strip{grid-template-columns:1fr}
      .flash-bar{align-items:flex-start;flex-direction:column;border-radius:22px}
      .news-item{grid-template-columns:1fr;gap:6px}
      .subscribe-form{border-radius:24px;flex-direction:column}
      .subscribe-form input{background:rgba(255,255,255,.045)}
      .bottom-float{border-radius:24px;align-items:flex-start;flex-direction:column}
      .bottom-float .btn-rou{width:100%}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width: 520px){
      .site-container{width:min(100% - 22px,var(--container))}
      .float-nav{width:min(100% - 22px,var(--container));padding:8px}
      .navbar-brand{font-size:15px}
      .logo-mark{width:30px;height:30px}
      .hero{padding-top:112px}
      .hero-stage,.profile-panel,.trust-panel,.cta-panel{padding:20px;border-radius:26px}
      .point-box strong{font-size:18px}
      .section-desc{font-size:15px}
      .archive-card,.principle-card,.entry-card{padding:18px;border-radius:20px}
      .copyright{display:block}
    }

/* roulang page: category2 */
:root{
      --bg-0:#120810;
      --bg-1:#1A0B18;
      --bg-2:#241020;
      --panel:#2b1428;
      --panel-soft:rgba(43,20,40,.72);
      --text:#FFF6F9;
      --muted:#D6BFCB;
      --weak:#9E7F90;
      --line:rgba(255,255,255,.13);
      --line-strong:rgba(255,255,255,.22);
      --rose:#F0448F;
      --rose-2:#FF4D9D;
      --gold:#F6B75A;
      --amber:#FFCA6A;
      --violet:#8F5CFF;
      --green:#6EE7B7;
      --shadow:0 22px 70px rgba(240,68,143,.18);
      --shadow-gold:0 18px 48px rgba(246,183,90,.18);
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:16px;
      --pill:999px;
      --container:1200px;
      --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 16% 6%, rgba(240,68,143,.22), transparent 32%),
        radial-gradient(circle at 84% 18%, rgba(246,183,90,.16), transparent 28%),
        radial-gradient(circle at 55% 58%, rgba(143,92,255,.13), transparent 34%),
        linear-gradient(140deg,var(--bg-0),var(--bg-1) 42%,var(--bg-2));
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px, transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(240,68,143,.55);color:#fff}

    .site-container{
      width:min(calc(100% - 32px), var(--container));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:18px;
      z-index:50;
      width:min(calc(100% - 32px), var(--container));
      margin:18px auto 0;
    }
    .float-nav{
      padding:10px 12px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:var(--pill);
      background:rgba(30,10,25,.68);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text)!important;
      font-weight:900;
      letter-spacing:.02em;
      padding:4px 10px;
      white-space:nowrap;
    }
    .logo-mark{
      width:28px;
      height:28px;
      display:inline-flex;
      border-radius:50%;
      background:
        radial-gradient(circle at 35% 30%, #fff 0 10%, transparent 11%),
        radial-gradient(circle at 65% 70%, var(--amber), transparent 28%),
        linear-gradient(135deg,var(--rose),var(--violet));
      box-shadow:0 0 24px rgba(240,68,143,.55);
      position:relative;
      flex:none;
    }
    .logo-mark::after{
      content:"";
      position:absolute;
      inset:7px;
      border:1px solid rgba(255,255,255,.72);
      border-radius:50%;
    }
    .navbar-nav{
      gap:6px;
      align-items:center;
    }
    .nav-link{
      color:var(--muted)!important;
      border-radius:var(--pill);
      padding:9px 15px!important;
      font-size:14px;
      font-weight:700;
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--text)!important;
      background:rgba(255,255,255,.08);
      outline:none;
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,rgba(240,68,143,.34),rgba(246,183,90,.16));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 24px rgba(240,68,143,.22);
    }
    .nav-link.active::before{
      content:"";
      display:inline-block;
      width:7px;
      height:7px;
      margin-right:7px;
      border-radius:50%;
      background:var(--amber);
      box-shadow:0 0 14px rgba(255,202,106,.8);
      vertical-align:middle;
    }
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.16);
      border-radius:50%;
      width:44px;
      height:44px;
      padding:0;
      box-shadow:none!important;
    }
    .toggler-lines{
      display:flex;
      flex-direction:column;
      gap:5px;
      align-items:center;
    }
    .toggler-lines span{
      width:18px;
      height:2px;
      border-radius:9px;
      background:var(--text);
    }

    .btn-rou{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:13px 22px;
      border-radius:var(--pill);
      border:1px solid transparent;
      font-weight:900;
      letter-spacing:.01em;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-main{
      color:#fff!important;
      background:linear-gradient(135deg,var(--rose),var(--rose-2) 45%,var(--gold));
      box-shadow:0 16px 36px rgba(240,68,143,.28),0 0 0 1px rgba(255,255,255,.08) inset;
    }
    .btn-soft{
      color:var(--text)!important;
      background:rgba(255,255,255,.055);
      border-color:rgba(255,255,255,.16);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .btn-small{
      min-height:38px;
      padding:8px 16px;
      font-size:14px;
    }
    .btn-rou:hover,.btn-rou:focus{
      transform:translateY(-2px);
      outline:none;
    }
    .btn-main:hover,.btn-main:focus{box-shadow:0 22px 54px rgba(240,68,143,.38),0 0 22px rgba(246,183,90,.25)}
    .btn-soft:hover,.btn-soft:focus{border-color:rgba(246,183,90,.46);background:rgba(246,183,90,.08)}

    .section{
      padding:92px 0;
      position:relative;
    }
    .section.tight{padding-top:62px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:var(--pill);
      background:rgba(240,68,143,.13);
      border:1px solid rgba(240,68,143,.28);
      color:#ffd5e7;
      font-weight:800;
      font-size:13px;
      letter-spacing:.06em;
      margin-bottom:16px;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 16px rgba(110,231,183,.8);
    }
    .section-title{
      font-size:clamp(28px,4vw,40px);
      line-height:1.18;
      font-weight:950;
      letter-spacing:-.04em;
      margin:0 0 14px;
    }
    .section-lead{
      color:var(--muted);
      font-size:17px;
      max-width:760px;
      margin:0;
    }

    .hero{
      padding:78px 0 72px;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-140px -10% 0;
      pointer-events:none;
      background:
        radial-gradient(ellipse at 34% 10%, rgba(240,68,143,.26), transparent 32%),
        radial-gradient(ellipse at 76% 18%, rgba(255,202,106,.18), transparent 28%),
        conic-gradient(from 200deg at 50% -10%, transparent, rgba(255,255,255,.08), transparent 28%);
      filter:blur(.2px);
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      padding:54px 0 24px;
    }
    .hero h1{
      font-size:clamp(31px,5.2vw,56px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.055em;
      margin:0 0 20px;
    }
    .hero .lead{
      color:var(--muted);
      font-size:18px;
      max-width:680px;
      margin:0 0 26px;
    }
    .badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0 0 20px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 12px;
      border-radius:var(--pill);
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:#ffeef5;
      font-size:13px;
      font-weight:800;
      line-height:1;
    }
    .status-badge::before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--rose-2);
      box-shadow:0 0 12px rgba(255,77,157,.8);
    }
    .status-badge.gold{
      background:rgba(246,183,90,.1);
      border-color:rgba(246,183,90,.28);
      color:#ffe4b6;
    }
    .status-badge.gold::before{background:var(--amber);box-shadow:0 0 12px rgba(255,202,106,.8)}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:25px;
    }

    .stage-panel{
      position:relative;
      padding:24px;
      border-radius:34px;
      border:1px solid rgba(255,255,255,.15);
      background:
        linear-gradient(150deg,rgba(255,255,255,.1),rgba(255,255,255,.035)),
        radial-gradient(circle at 82% 16%, rgba(246,183,90,.20), transparent 28%),
        rgba(30,10,25,.62);
      box-shadow:var(--shadow);
      overflow:hidden;
      min-height:520px;
    }
    .stage-panel::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      right:-70px;
      top:-70px;
      background:radial-gradient(circle, rgba(255,202,106,.25), transparent 68%);
    }
    .stage-panel::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.065) 42%, transparent 48% 100%);
      opacity:.55;
      pointer-events:none;
    }
    .recommend-card{
      position:relative;
      z-index:1;
      padding:26px;
      border-radius:28px;
      background:linear-gradient(145deg,rgba(240,68,143,.25),rgba(246,183,90,.16));
      border:1px solid rgba(255,255,255,.18);
      box-shadow:var(--shadow-gold);
    }
    .recommend-top{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      margin-bottom:16px;
    }
    .panel-no{
      font-size:34px;
      font-weight:950;
      color:rgba(255,255,255,.28);
      line-height:1;
    }
    .recommend-card h2{
      font-size:28px;
      line-height:1.22;
      font-weight:950;
      margin:0 0 10px;
    }
    .recommend-card p{color:#ffeaf2;margin:0 0 18px}
    .status-list{
      position:relative;
      z-index:1;
      display:grid;
      gap:12px;
      margin-top:16px;
    }
    .status-item{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      padding:15px 16px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(0,0,0,.18);
      transition:.25s ease;
    }
    .status-item:hover{
      transform:translateY(-2px);
      border-color:rgba(246,183,90,.38);
      background:rgba(255,255,255,.075);
    }
    .status-item strong{display:block;font-size:15px;margin-bottom:2px}
    .status-item span{color:var(--muted);font-size:13px}
    .status-dot{
      width:10px;height:10px;border-radius:50%;background:var(--green);
      box-shadow:0 0 15px rgba(110,231,183,.85);
      margin-top:8px;
      flex:none;
    }
    .filter-strip{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      padding:14px;
      border-radius:24px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      scrollbar-width:none;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .filter-strip::-webkit-scrollbar{display:none}
    .filter-chip{
      flex:0 0 auto;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:var(--muted);
      border-radius:var(--pill);
      padding:10px 15px;
      font-size:14px;
      font-weight:800;
      transition:.25s ease;
    }
    .filter-chip.active,.filter-chip:hover,.filter-chip:focus{
      color:#fff;
      border-color:rgba(246,183,90,.5);
      background:linear-gradient(135deg,rgba(240,68,143,.22),rgba(246,183,90,.12));
      outline:none;
    }

    .feature-layout{
      display:grid;
      grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
      gap:22px;
      margin-top:28px;
      align-items:start;
    }
    .big-card,.entry-card,.quality-card,.note-card,.cta-panel{
      border:1px solid var(--line);
      background:linear-gradient(150deg,rgba(255,255,255,.088),rgba(255,255,255,.038));
      border-radius:var(--radius-lg);
      box-shadow:0 18px 50px rgba(0,0,0,.22);
      position:relative;
      overflow:hidden;
    }
    .big-card{
      padding:30px;
      min-height:100%;
      background:
        radial-gradient(circle at 18% 10%, rgba(246,183,90,.18), transparent 30%),
        linear-gradient(150deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
    }
    .big-card::after{
      content:"";
      position:absolute;
      inset:auto -30px -60px auto;
      width:190px;height:190px;border-radius:50%;
      background:radial-gradient(circle,rgba(240,68,143,.22),transparent 70%);
    }
    .card-number{
      font-size:52px;
      line-height:1;
      font-weight:950;
      color:rgba(255,255,255,.16);
      margin:10px 0 18px;
    }
    .big-card h2,.entry-card h3,.quality-card h3,.note-card h2{
      font-weight:950;
      line-height:1.22;
      margin:0 0 12px;
      letter-spacing:-.03em;
    }
    .big-card p,.entry-card p,.quality-card p,.note-card p{color:var(--muted);margin:0}
    .meta-lines{
      display:grid;
      gap:10px;
      margin-top:22px;
    }
    .meta-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:11px 13px;
      border-radius:16px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.09);
      color:var(--muted);
      font-size:14px;
    }
    .meta-line b{color:var(--text)}
    .entry-list{
      display:grid;
      gap:14px;
    }
    .entry-card{
      padding:18px;
      border-radius:24px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:center;
      transition:.25s ease;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(240,68,143,.42);
      box-shadow:0 22px 58px rgba(240,68,143,.16);
    }
    .entry-card h3{font-size:19px}
    .entry-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      border-radius:var(--pill);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#f4dce7;
      padding:5px 9px;
      font-size:12px;
      font-weight:800;
    }
    .entry-arrow{
      width:42px;
      height:42px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,rgba(240,68,143,.9),rgba(246,183,90,.8));
      box-shadow:0 12px 26px rgba(240,68,143,.28);
    }

    .quality-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:28px;
    }
    .quality-card{
      padding:22px;
      border-radius:24px;
      transition:.25s ease;
    }
    .quality-card:hover{
      transform:translateY(-3px);
      border-color:rgba(246,183,90,.4);
    }
    .quality-icon{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      margin-bottom:16px;
      background:linear-gradient(135deg,rgba(240,68,143,.28),rgba(246,183,90,.18));
      border:1px solid rgba(255,255,255,.14);
      color:#ffe2ac;
      font-weight:950;
    }

    .note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
      margin-top:28px;
    }
    .note-card{
      padding:26px;
    }
    .check-list{
      display:grid;
      gap:12px;
      padding:0;
      margin:18px 0 0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
    }
    .check-list li::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--amber);
      box-shadow:0 0 12px rgba(255,202,106,.72);
      margin-top:9px;
      flex:none;
    }

    .accordion{
      margin-top:30px;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid var(--line)!important;
      background:rgba(255,255,255,.045)!important;
      border-radius:22px!important;
      overflow:hidden;
      color:var(--text);
      box-shadow:0 14px 38px rgba(0,0,0,.16);
    }
    .accordion-button{
      background:transparent!important;
      color:var(--text)!important;
      font-weight:900;
      padding:20px 22px;
      border-radius:22px!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(135deg,rgba(240,68,143,.16),rgba(246,183,90,.08))!important;
      color:#fff!important;
    }
    .accordion-button::after{
      filter:invert(1) sepia(1) saturate(2) hue-rotate(290deg);
      opacity:.75;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px;
    }

    .cta-panel{
      padding:34px;
      background:
        radial-gradient(circle at 15% 20%, rgba(240,68,143,.24), transparent 32%),
        radial-gradient(circle at 88% 30%, rgba(246,183,90,.18), transparent 30%),
        linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:center;
    }
    .subscribe-form{
      display:flex;
      gap:10px;
      padding:8px;
      border-radius:var(--pill);
      border:1px solid rgba(255,255,255,.14);
      background:rgba(0,0,0,.22);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .subscribe-form input{
      flex:1;
      min-width:0;
      border:0;
      outline:0;
      color:var(--text);
      background:transparent;
      padding:0 15px;
    }
    .subscribe-form input::placeholder{color:#caaebe}
    .subscribe-form:focus-within{
      border-color:rgba(240,68,143,.62);
      box-shadow:0 0 0 4px rgba(240,68,143,.12), inset 0 1px 0 rgba(255,255,255,.06);
    }
    .form-note{
      color:var(--weak);
      font-size:13px;
      margin-top:10px;
    }
    .cta-side{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .mini-panel{
      padding:16px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(0,0,0,.18);
    }
    .mini-panel b{display:block;margin-bottom:4px}
    .mini-panel span{color:var(--muted);font-size:13px}

    .site-footer{
      padding:54px 0 28px;
      background:linear-gradient(180deg,rgba(18,8,16,.25),rgba(8,4,8,.92));
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .7fr .8fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:950;
      font-size:20px;
      margin-bottom:12px;
    }
    .footer-text{
      color:var(--muted);
      margin:0;
      font-size:14px;
    }
    .footer-badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .footer-title{
      color:#fff;
      font-weight:950;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:#fff;
      transform:translateX(3px);
      outline:none;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      color:var(--weak);
      font-size:13px;
    }

    @media (max-width: 991.98px){
      .site-header{top:10px;margin-top:10px}
      .float-nav{border-radius:26px}
      .navbar-collapse{
        margin-top:10px;
        padding:10px;
        border-radius:22px;
        background:rgba(18,8,16,.64);
        border:1px solid rgba(255,255,255,.10);
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{width:100%;margin-top:4px}
      .hero-grid,.feature-layout,.cta-grid{
        grid-template-columns:1fr;
      }
      .hero-copy{padding:28px 0 0}
      .stage-panel{min-height:auto}
      .quality-grid{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .section{padding:66px 0}
      .hero{padding:44px 0 58px}
      .site-container{width:min(calc(100% - 24px), var(--container))}
      .site-header{width:min(calc(100% - 24px), var(--container))}
      .hero-actions{flex-direction:column}
      .btn-rou{width:100%}
      .recommend-card,.big-card,.note-card,.cta-panel{padding:22px}
      .entry-card{grid-template-columns:1fr}
      .entry-arrow{width:100%;border-radius:18px;height:40px}
      .note-grid,.footer-grid{grid-template-columns:1fr}
      .subscribe-form{
        border-radius:22px;
        flex-direction:column;
        padding:10px;
      }
      .subscribe-form input{min-height:44px}
      .cta-side{grid-template-columns:1fr}
    }
    @media (max-width: 575.98px){
      body::before{background-size:34px 34px}
      .float-nav{padding:8px 10px}
      .navbar-brand{font-size:15px;padding-left:6px}
      .logo-mark{width:25px;height:25px}
      .stage-panel{padding:18px;border-radius:26px}
      .status-item{flex-direction:column;gap:8px}
      .quality-grid{grid-template-columns:1fr}
      .filter-strip{margin-left:-4px;margin-right:-4px}
      .copyright{display:grid}
    }

/* roulang page: category1 */
:root{
      --bg:#120810;
      --bg-2:#1A0B18;
      --bg-3:#241020;
      --panel:rgba(37,15,34,.76);
      --panel-strong:rgba(51,20,45,.9);
      --panel-soft:rgba(255,255,255,.055);
      --text:#FFF6F9;
      --muted:#D6BFCB;
      --weak:#9E7F90;
      --line:rgba(255,255,255,.13);
      --line-strong:rgba(255,255,255,.2);
      --pink:#F0448F;
      --pink-2:#FF4D9D;
      --gold:#F6B75A;
      --gold-2:#FFCA6A;
      --violet:#8F5CFF;
      --green:#6AF0B4;
      --danger:#FF7B9C;
      --radius-pill:999px;
      --radius-lg:30px;
      --radius-md:22px;
      --radius-sm:16px;
      --shadow:0 18px 50px rgba(240,68,143,.18);
      --shadow-gold:0 18px 46px rgba(246,183,90,.14);
      --shadow-dark:0 24px 70px rgba(0,0,0,.38);
      --container:1200px;
      --nav-h:76px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 20% 0%, rgba(240,68,143,.26), transparent 30%),
        radial-gradient(circle at 82% 14%, rgba(143,92,255,.2), transparent 31%),
        radial-gradient(circle at 62% 74%, rgba(246,183,90,.12), transparent 34%),
        linear-gradient(135deg,var(--bg),var(--bg-2) 46%,var(--bg-3));
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.68), transparent 74%);
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:auto -20% -30% -20%;
      height:48vh;
      pointer-events:none;
      background:radial-gradient(ellipse at center, rgba(240,68,143,.18), transparent 66%);
      filter:blur(14px);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:var(--text)}
    img,svg{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(240,68,143,.45);color:#fff}
    .site-container{
      width:min(calc(100% - 40px), var(--container));
      margin:0 auto;
    }
    .site-header{
      position:fixed;
      top:18px;
      left:0;
      width:100%;
      z-index:1000;
      padding:0 20px;
    }
    .float-nav{
      width:min(100%, var(--container));
      margin:0 auto;
      padding:10px 12px 10px 16px;
      border-radius:var(--radius-pill);
      background:rgba(30,10,25,.68);
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 18px 60px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--text)!important;
      font-weight:900;
      letter-spacing:.02em;
      min-width:max-content;
    }
    .logo-mark{
      width:28px;
      height:28px;
      border-radius:50%;
      display:inline-flex;
      flex:none;
      background:
        radial-gradient(circle at 35% 28%, #fff 0 8%, transparent 9%),
        radial-gradient(circle at 70% 72%, var(--gold-2) 0 16%, transparent 17%),
        linear-gradient(135deg,var(--pink),var(--violet));
      box-shadow:0 0 22px rgba(240,68,143,.48), inset 0 0 12px rgba(255,255,255,.18);
      position:relative;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      inset:-4px;
      border-radius:inherit;
      border:1px solid rgba(255,255,255,.14);
    }
    .navbar-nav{
      gap:6px;
      align-items:center;
    }
    .nav-link{
      color:var(--muted)!important;
      border-radius:var(--radius-pill);
      padding:8px 14px!important;
      font-size:14px;
      font-weight:700;
      transition:var(--ease);
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--text)!important;
      background:rgba(255,255,255,.07);
      outline:none;
    }
    .nav-link.active{
      color:var(--text)!important;
      background:linear-gradient(135deg,rgba(240,68,143,.28),rgba(246,183,90,.16));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.1), 0 0 20px rgba(240,68,143,.16);
    }
    .nav-link.active:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--gold-2);
      box-shadow:0 0 12px rgba(255,202,106,.9);
      display:inline-block;
      margin-right:7px;
      vertical-align:middle;
    }
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.14);
      border-radius:999px;
      padding:9px 11px;
      box-shadow:none!important;
      background:rgba(255,255,255,.05);
    }
    .toggler-lines{
      display:grid;
      gap:4px;
      width:20px;
    }
    .toggler-lines span{
      display:block;
      width:20px;
      height:2px;
      border-radius:10px;
      background:var(--text);
    }
    .btn-rou{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-pill);
      border:1px solid transparent;
      font-weight:850;
      line-height:1;
      transition:var(--ease);
      cursor:pointer;
      min-height:46px;
      padding:14px 20px;
      white-space:nowrap;
    }
    .btn-main{
      color:#fff!important;
      background:linear-gradient(135deg,var(--pink),var(--pink-2) 42%,var(--gold));
      box-shadow:0 16px 34px rgba(240,68,143,.28), inset 0 1px 0 rgba(255,255,255,.22);
    }
    .btn-main:hover,.btn-main:focus{
      transform:translateY(-2px);
      box-shadow:0 22px 48px rgba(240,68,143,.38), 0 0 0 4px rgba(240,68,143,.12);
      color:#fff!important;
      outline:none;
    }
    .btn-ghost{
      color:var(--text)!important;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      transform:translateY(-2px);
      border-color:rgba(246,183,90,.55);
      background:rgba(246,183,90,.09);
      box-shadow:0 18px 38px rgba(246,183,90,.12);
      outline:none;
    }
    .btn-small{
      min-height:38px;
      padding:10px 14px;
      font-size:14px;
    }
    .nav-cta{margin-left:6px}
    .page-wrap{padding-top:118px}
    .section{
      padding:86px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.06);
      color:var(--gold-2);
      font-size:13px;
      font-weight:850;
      letter-spacing:.08em;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--pink);
      box-shadow:0 0 14px rgba(240,68,143,.9);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(2rem,5.1vw,3.55rem);
      line-height:1.13;
      font-weight:950;
      letter-spacing:-.045em;
      margin:18px 0 20px;
    }
    h2{
      font-size:clamp(1.75rem,3vw,2.4rem);
      line-height:1.18;
      font-weight:930;
      letter-spacing:-.035em;
      margin-bottom:14px;
    }
    h3{
      font-size:1.22rem;
      line-height:1.35;
      font-weight:900;
      margin-bottom:10px;
    }
    .lead{
      color:var(--muted);
      font-size:18px;
      max-width:760px;
      margin-bottom:0;
    }
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}
    .hero-category{
      position:relative;
      padding:34px 0 56px;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .hero-main,.hero-side,.mini-panel,.cta-strip,.glass-card,.archive-card,.info-panel,.process-card{
      border:1px solid var(--line);
      background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
    }
    .hero-main{
      min-height:472px;
      border-radius:34px;
      padding:36px;
      position:relative;
      overflow:hidden;
    }
    .hero-main:before{
      content:"";
      position:absolute;
      inset:-34% -10% auto 22%;
      height:70%;
      background:conic-gradient(from 180deg, transparent, rgba(240,68,143,.24), rgba(246,183,90,.18), transparent);
      filter:blur(22px);
      transform:rotate(-10deg);
      pointer-events:none;
    }
    .hero-main:after{
      content:"";
      position:absolute;
      right:24px;
      bottom:22px;
      width:240px;
      height:240px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.12);
      background:radial-gradient(circle,rgba(240,68,143,.14),transparent 60%);
      pointer-events:none;
    }
    .hero-content{position:relative;z-index:1}
    .badge-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin:0 0 18px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.06);
      color:var(--muted);
      font-size:12px;
      font-weight:850;
      letter-spacing:.04em;
      line-height:1;
    }
    .status-badge:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--pink-2);
      box-shadow:0 0 12px rgba(255,77,157,.8);
    }
    .status-badge.gold{
      color:#ffe2a7;
      background:rgba(246,183,90,.1);
      border-color:rgba(246,183,90,.28);
    }
    .status-badge.gold:before{background:var(--gold-2);box-shadow:0 0 12px rgba(255,202,106,.9)}
    .status-badge.green{
      color:#c8ffe7;
      background:rgba(106,240,180,.08);
      border-color:rgba(106,240,180,.22);
    }
    .status-badge.green:before{background:var(--green);box-shadow:0 0 12px rgba(106,240,180,.8)}
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .hero-note{
      display:flex;
      align-items:flex-start;
      gap:12px;
      margin-top:30px;
      padding:16px 18px;
      border-radius:20px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.1);
      color:var(--muted);
      font-size:14px;
      max-width:650px;
    }
    .note-dot{
      width:11px;
      height:11px;
      border-radius:50%;
      margin-top:7px;
      background:var(--gold);
      box-shadow:0 0 16px rgba(246,183,90,.9);
      flex:none;
    }
    .hero-side{
      border-radius:34px;
      padding:20px;
      display:grid;
      gap:16px;
      position:relative;
      overflow:hidden;
    }
    .hero-side:before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-96px;
      top:-92px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(143,92,255,.26),transparent 64%);
    }
    .side-top{
      position:relative;
      border-radius:26px;
      padding:22px;
      background:linear-gradient(145deg,rgba(240,68,143,.16),rgba(246,183,90,.06));
      border:1px solid rgba(255,255,255,.13);
    }
    .side-title{
      font-weight:930;
      font-size:1.08rem;
      margin-bottom:16px;
    }
    .status-list{
      display:grid;
      gap:11px;
    }
    .status-item{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:12px 13px;
      border-radius:18px;
      background:rgba(18,8,16,.44);
      border:1px solid rgba(255,255,255,.1);
    }
    .status-item span:first-child{
      color:var(--muted);
      font-size:14px;
    }
    .status-value{
      color:var(--text);
      font-weight:900;
      font-size:13px;
    }
    .side-mini-grid{
      position:relative;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .mini-panel{
      border-radius:22px;
      padding:18px;
      min-height:128px;
      transition:var(--ease);
    }
    .mini-panel:hover{
      transform:translateY(-3px);
      border-color:rgba(240,68,143,.36);
      box-shadow:var(--shadow);
    }
    .mini-k{
      color:var(--weak);
      font-size:12px;
      font-weight:850;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    .mini-v{
      font-size:1.22rem;
      font-weight:950;
      line-height:1.22;
      margin-bottom:8px;
    }
    .mini-p{
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
      margin:0;
    }
    .cta-strip{
      grid-column:1 / -1;
      border-radius:26px;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      background:linear-gradient(90deg,rgba(240,68,143,.16),rgba(246,183,90,.1),rgba(143,92,255,.1));
    }
    .cta-strip strong{display:block;font-size:1rem}
    .cta-strip span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
    .filter-bar{
      margin-top:26px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:14px;
      border-radius:26px;
      background:rgba(30,10,25,.58);
      border:1px solid rgba(255,255,255,.13);
      box-shadow:var(--shadow-dark);
      backdrop-filter:blur(14px);
    }
    .filter-pills{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .filter-btn{
      border:1px solid rgba(255,255,255,.14);
      color:var(--muted);
      background:rgba(255,255,255,.055);
      border-radius:999px;
      padding:10px 14px;
      font-size:13px;
      font-weight:850;
      transition:var(--ease);
    }
    .filter-btn.active,.filter-btn:hover,.filter-btn:focus{
      color:var(--text);
      border-color:rgba(240,68,143,.42);
      background:rgba(240,68,143,.14);
      outline:none;
      box-shadow:0 0 0 4px rgba(240,68,143,.08);
    }
    .filter-update{
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
      display:flex;
      align-items:center;
      gap:8px;
    }
    .pulse{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 rgba(106,240,180,.6);
      animation:pulse 1.8s infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(106,240,180,.48)}
      70%{box-shadow:0 0 0 10px rgba(106,240,180,0)}
      100%{box-shadow:0 0 0 0 rgba(106,240,180,0)}
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:26px;
      margin-bottom:30px;
    }
    .section-head .lead{max-width:650px;font-size:16px}
    .archive-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:18px;
    }
    .archive-card{
      border-radius:28px;
      padding:24px;
      min-height:258px;
      position:relative;
      overflow:hidden;
      transition:var(--ease);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .archive-card.large{
      grid-row:span 2;
      min-height:534px;
      padding:30px;
      background:
        radial-gradient(circle at 70% 20%, rgba(240,68,143,.23), transparent 35%),
        linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
    }
    .archive-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(255,255,255,.09),transparent 34%,rgba(246,183,90,.045));
      opacity:.85;
      pointer-events:none;
    }
    .archive-card:hover{
      transform:translateY(-5px);
      border-color:rgba(240,68,143,.42);
      box-shadow:0 26px 70px rgba(240,68,143,.16);
    }
    .card-inner{position:relative;z-index:1}
    .card-meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .card-no{
      color:rgba(255,255,255,.26);
      font-size:30px;
      font-weight:950;
      letter-spacing:-.06em;
    }
    .archive-card.large .card-no{font-size:52px}
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:18px 0 0;
    }
    .tag{
      display:inline-flex;
      padding:6px 9px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      color:var(--muted);
      font-size:12px;
      font-weight:800;
    }
    .param-lines{
      display:grid;
      gap:10px;
      margin-top:20px;
    }
    .param-line{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:10px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:14px;
    }
    .param-line b{
      color:var(--text);
      font-weight:900;
    }
    .card-action{
      position:relative;
      z-index:1;
      margin-top:22px;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#ffe1ef;
      font-weight:900;
      font-size:14px;
      transition:var(--ease);
    }
    .card-link:after{
      content:"→";
      color:var(--gold);
      transition:var(--ease);
    }
    .card-link:hover{color:#fff}
    .card-link:hover:after{transform:translateX(4px)}
    .info-layout{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:20px;
      align-items:stretch;
    }
    .info-panel{
      border-radius:30px;
      padding:30px;
      overflow:hidden;
      position:relative;
    }
    .info-panel.highlight{
      background:
        radial-gradient(circle at 18% 24%, rgba(246,183,90,.16), transparent 34%),
        linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
    }
    .info-panel p{color:var(--muted);margin-bottom:16px}
    .info-list{
      list-style:none;
      padding:0;
      margin:22px 0 0;
      display:grid;
      gap:13px;
    }
    .info-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.095);
      color:var(--muted);
    }
    .check-dot{
      width:20px;
      height:20px;
      border-radius:50%;
      flex:none;
      margin-top:3px;
      background:linear-gradient(135deg,var(--pink),var(--gold));
      box-shadow:0 0 18px rgba(240,68,143,.25);
      position:relative;
    }
    .check-dot:after{
      content:"";
      position:absolute;
      width:8px;
      height:5px;
      border-left:2px solid #fff;
      border-bottom:2px solid #fff;
      transform:rotate(-45deg);
      left:6px;
      top:6px;
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .matrix-card{
      border-radius:24px;
      padding:22px;
      min-height:184px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.11);
      transition:var(--ease);
    }
    .matrix-card:hover{
      transform:translateY(-4px);
      border-color:rgba(246,183,90,.36);
      box-shadow:var(--shadow-gold);
    }
    .process-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .process-card{
      border-radius:26px;
      padding:22px;
      min-height:224px;
      transition:var(--ease);
    }
    .process-card:hover{
      transform:translateY(-4px);
      border-color:rgba(143,92,255,.36);
      box-shadow:0 22px 54px rgba(143,92,255,.14);
    }
    .step-no{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:15px;
      margin-bottom:18px;
      background:linear-gradient(135deg,rgba(240,68,143,.28),rgba(246,183,90,.15));
      border:1px solid rgba(255,255,255,.14);
      color:var(--gold-2);
      font-weight:950;
    }
    .faq-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:24px;
      align-items:start;
    }
    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      color:var(--text);
      border:1px solid rgba(255,255,255,.12)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:rgba(255,255,255,.055)!important;
      box-shadow:none;
    }
    .accordion-button{
      color:var(--text)!important;
      background:rgba(255,255,255,.035)!important;
      box-shadow:none!important;
      font-weight:900;
      padding:18px 20px;
      border-radius:22px!important;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(90deg,rgba(240,68,143,.16),rgba(246,183,90,.06))!important;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(240,68,143,.16)!important;
    }
    .accordion-button::after{
      filter:invert(1) grayscale(1);
      opacity:.8;
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
      background:rgba(0,0,0,.05);
    }
    .subscribe-panel{
      position:relative;
      border:1px solid rgba(255,255,255,.14);
      border-radius:34px;
      padding:34px;
      overflow:hidden;
      background:
        radial-gradient(circle at 18% 18%, rgba(240,68,143,.22), transparent 35%),
        radial-gradient(circle at 88% 30%, rgba(246,183,90,.16), transparent 32%),
        linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.04));
      box-shadow:var(--shadow-dark);
    }
    .subscribe-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(110deg,transparent 0 18%,rgba(255,255,255,.08) 19%,transparent 20% 48%,rgba(255,255,255,.05) 49%,transparent 50%);
      opacity:.4;
      pointer-events:none;
    }
    .subscribe-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr .86fr;
      gap:26px;
      align-items:center;
    }
    .subscribe-form{
      display:flex;
      gap:12px;
      margin-top:22px;
      padding:8px;
      border-radius:999px;
      background:rgba(18,8,16,.58);
      border:1px solid rgba(255,255,255,.14);
    }
    .form-control{
      min-height:48px;
      color:var(--text)!important;
      border:0!important;
      border-radius:999px!important;
      background:transparent!important;
      padding:12px 16px;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:rgba(255,246,249,.62)}
    .form-control:focus{
      background:rgba(255,255,255,.035)!important;
      box-shadow:0 0 0 4px rgba(240,68,143,.14)!important;
    }
    .privacy-small{
      color:var(--weak);
      font-size:13px;
      margin-top:12px;
      margin-bottom:0;
    }
    .subscribe-side{
      display:grid;
      gap:12px;
    }
    .subscribe-chip{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:14px 16px;
      border-radius:20px;
      background:rgba(0,0,0,.2);
      border:1px solid rgba(255,255,255,.1);
      color:var(--muted);
    }
    .subscribe-chip b{
      color:var(--text);
    }
    .site-footer{
      padding:62px 0 30px;
      background:
        radial-gradient(circle at 85% 0%, rgba(240,68,143,.13), transparent 30%),
        linear-gradient(180deg,rgba(10,4,9,.25),rgba(8,3,7,.92));
      border-top:1px solid rgba(255,255,255,.1);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .7fr .9fr;
      gap:32px;
      padding-bottom:32px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:1.12rem;
      font-weight:950;
      margin-bottom:14px;
    }
    .footer-text{
      color:var(--muted);
      margin:0;
      font-size:14px;
      max-width:560px;
    }
    .footer-badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:18px;
    }
    .footer-title{
      color:var(--text);
      font-weight:920;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      transition:var(--ease);
      font-size:14px;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:var(--gold-2);
      transform:translateX(3px);
      outline:none;
    }
    .copyright{
      border-top:1px solid rgba(255,255,255,.1);
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
    }
    @media (max-width: 991.98px){
      .site-header{top:12px}
      .float-nav{border-radius:26px;padding:10px 12px}
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border-radius:22px;
        background:rgba(18,8,16,.76);
        border:1px solid rgba(255,255,255,.1);
      }
      .navbar-nav{align-items:stretch}
      .nav-link{padding:11px 14px!important}
      .nav-cta{margin-left:0;margin-top:4px;width:100%}
      .hero-shell,.info-layout,.faq-wrap,.subscribe-grid{grid-template-columns:1fr}
      .hero-main{min-height:auto}
      .archive-grid{grid-template-columns:1fr 1fr}
      .archive-card.large{grid-row:auto;grid-column:1 / -1;min-height:380px}
      .process-row{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .site-container{width:min(calc(100% - 28px), var(--container))}
      .page-wrap{padding-top:104px}
      .section{padding:62px 0}
      .hero-category{padding-top:22px}
      .hero-main,.hero-side,.subscribe-panel{border-radius:26px;padding:22px}
      .hero-actions{flex-direction:column}
      .hero-actions .btn-rou{width:100%}
      .cta-strip,.filter-bar,.section-head{
        align-items:stretch;
        flex-direction:column;
      }
      .filter-update{white-space:normal}
      .side-mini-grid,.archive-grid,.matrix-grid,.process-row,.footer-grid{grid-template-columns:1fr}
      .archive-card,.archive-card.large{min-height:auto;padding:22px}
      .archive-card.large .card-no{font-size:38px}
      .subscribe-form{
        border-radius:24px;
        flex-direction:column;
        padding:10px;
      }
      .subscribe-form .btn-rou{width:100%}
      .form-control{background:rgba(255,255,255,.04)!important}
      .copyright{display:grid}
    }
    @media (max-width: 520px){
      .site-header{padding:0 12px}
      .navbar-brand span:last-child{font-size:14px}
      .logo-mark{width:25px;height:25px}
      h1{letter-spacing:-.03em}
      .lead{font-size:15px}
      .badge-row,.filter-pills{gap:8px}
      .status-badge,.filter-btn{font-size:12px}
      .hero-note{font-size:13px}
      .mini-panel,.matrix-card,.process-card{padding:18px}
    }
    @media (prefers-reduced-motion: reduce){
      *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
    }
