/* roulang page: index */
:root{
            --bg:#130B16;
            --bg-2:#1A1020;
            --panel:#2A1633;
            --panel-2:#321C25;
            --panel-3:#221629;
            --panel-4:#3A2038;
            --primary:#D83A78;
            --primary-2:#F45B9A;
            --accent:#FFB84D;
            --accent-2:#FFD28A;
            --text:#F7EEF4;
            --muted:#BBAAB8;
            --weak:#8E7B8B;
            --line:rgba(255,255,255,.10);
            --line-strong:rgba(255,184,77,.45);
            --shadow:0 24px 70px rgba(8,2,12,.46);
            --glow:0 0 0 1px rgba(216,58,120,.22),0 18px 45px rgba(216,58,120,.18);
            --radius-xl:28px;
            --radius-lg:22px;
            --radius-md:16px;
            --radius-sm:12px;
            --side:232px;
            --ease:all .25s ease;
        }
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{
            margin:0;
            min-height:100vh;
            background:
                radial-gradient(circle at 78% 8%, rgba(216,58,120,.22), transparent 32%),
                radial-gradient(circle at 15% 35%, rgba(255,184,77,.13), transparent 30%),
                linear-gradient(180deg,var(--bg),var(--bg-2) 55%,#100812);
            color:var(--text);
            font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;
            line-height:1.75;
            overflow-x:hidden;
        }
        body:before{
            content:"";
            position:fixed;
            inset:0;
            pointer-events:none;
            opacity:.25;
            background-image:
                linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
            background-size:42px 42px;
            mask-image:linear-gradient(to bottom, #000, transparent 78%);
            z-index:0;
        }
        a{color:inherit;text-decoration:none;transition:var(--ease)}
        a:hover,a:focus{color:var(--accent)}
        img{max-width:100%;display:block}
        button,input{font-family:inherit}
        input[type="text"],input[type="email"]{
            height:52px;
            border:1px solid var(--line);
            background:rgba(19,11,22,.86);
            color:var(--text);
            border-radius:14px;
            box-shadow:none;
            padding:0 16px;
            margin:0;
        }
        input[type="text"]:focus,input[type="email"]:focus{
            border-color:rgba(216,58,120,.85);
            box-shadow:0 0 0 4px rgba(216,58,120,.16);
            background:#170D1B;
        }
        label{color:var(--muted);font-size:14px}
        .page-shell{position:relative;z-index:1}
        .app-sidebar{
            position:fixed;
            left:0;
            top:0;
            bottom:0;
            width:var(--side);
            padding:22px 16px;
            background:linear-gradient(180deg, rgba(31,16,39,.96), rgba(17,8,21,.96));
            border-right:1px solid var(--line);
            box-shadow:18px 0 50px rgba(0,0,0,.22);
            z-index:50;
            display:flex;
            flex-direction:column;
            gap:20px;
        }
        .brand-mark{
            display:flex;
            align-items:center;
            gap:12px;
            min-height:58px;
            padding:10px 10px 14px;
            border-bottom:1px solid var(--line);
        }
        .brand-icon{
            width:42px;
            height:42px;
            border-radius:16px;
            display:grid;
            place-items:center;
            color:#1A1020;
            font-weight:900;
            background:linear-gradient(135deg,var(--accent),var(--primary));
            box-shadow:0 0 28px rgba(216,58,120,.34);
            flex:0 0 auto;
        }
        .brand-text{font-size:15px;font-weight:900;line-height:1.25;letter-spacing:-.02em}
        .side-nav{
            display:flex;
            flex-direction:column;
            gap:10px;
        }
        .side-nav a{
            position:relative;
            display:flex;
            align-items:center;
            gap:12px;
            min-height:48px;
            padding:12px 14px;
            border-radius:16px;
            color:var(--muted);
            border:1px solid transparent;
        }
        .side-nav a i{width:20px;text-align:center;color:var(--weak)}
        .side-nav a:hover{
            transform:translateX(3px);
            color:var(--text);
            background:rgba(255,255,255,.045);
            border-color:var(--line);
        }
        .side-nav a.active{
            color:var(--text);
            background:linear-gradient(135deg, rgba(216,58,120,.22), rgba(255,184,77,.08));
            border-color:rgba(216,58,120,.38);
            box-shadow:inset 4px 0 0 var(--accent), var(--glow);
        }
        .side-nav a.active i{color:var(--accent)}
        .sidebar-note{
            margin-top:auto;
            padding:15px;
            border-radius:18px;
            background:rgba(255,184,77,.08);
            border:1px solid rgba(255,184,77,.20);
            color:var(--muted);
            font-size:13px;
            line-height:1.65;
        }
        .sidebar-note strong{display:block;color:var(--accent);font-size:14px;margin-bottom:4px}
        .mobile-topbar{
            display:none;
            position:sticky;
            top:0;
            z-index:60;
            background:rgba(20,10,24,.92);
            backdrop-filter:blur(18px);
            border-bottom:1px solid var(--line);
            padding:10px 14px;
        }
        .mobile-topbar .topbar-inner{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:12px;
        }
        .menu-btn{
            width:44px;
            height:44px;
            border-radius:14px;
            border:1px solid var(--line);
            color:var(--text);
            background:rgba(255,255,255,.05);
            display:grid;
            place-items:center;
            cursor:pointer;
        }
        .off-canvas{
            background:#160B1A;
            color:var(--text);
            padding:22px 16px;
        }
        .main-content{
            margin-left:var(--side);
            min-height:100vh;
        }
        .site-container{
            width:min(1220px, calc(100% - 42px));
            margin:0 auto;
        }
        .section{
            padding:82px 0;
            position:relative;
        }
        .section.compact{padding:54px 0}
        .section-head{
            display:flex;
            align-items:flex-end;
            justify-content:space-between;
            gap:26px;
            margin-bottom:28px;
        }
        .section-kicker{
            display:inline-flex;
            align-items:center;
            gap:8px;
            padding:7px 12px;
            border-radius:999px;
            color:var(--accent);
            background:rgba(255,184,77,.08);
            border:1px solid rgba(255,184,77,.22);
            font-size:13px;
            font-weight:800;
            margin-bottom:12px;
        }
        h1,h2,h3,p{margin-top:0}
        h1{
            font-size:clamp(34px,5.3vw,58px);
            line-height:1.12;
            letter-spacing:-.05em;
            font-weight:950;
            margin-bottom:18px;
        }
        h2{
            font-size:clamp(26px,3.2vw,36px);
            line-height:1.22;
            letter-spacing:-.035em;
            font-weight:920;
            margin-bottom:10px;
        }
        h3{
            font-size:21px;
            line-height:1.35;
            font-weight:900;
            margin-bottom:8px;
        }
        .lead{
            color:var(--muted);
            font-size:18px;
            max-width:760px;
        }
        .muted{color:var(--muted)}
        .button{
            margin:0;
            border-radius:999px;
            font-weight:900;
            letter-spacing:.01em;
            transition:var(--ease);
            border:1px solid transparent;
        }
        .button.primary-action{
            color:#190A13;
            background:linear-gradient(135deg,var(--primary),var(--accent));
            box-shadow:0 14px 35px rgba(216,58,120,.28);
        }
        .button.primary-action:hover,.button.primary-action:focus{
            transform:translateY(-2px);
            color:#170B12;
            box-shadow:0 20px 48px rgba(255,184,77,.22),0 0 0 5px rgba(216,58,120,.12);
        }
        .button.ghost-action{
            color:var(--accent);
            background:rgba(255,255,255,.035);
            border-color:rgba(255,184,77,.42);
        }
        .button.ghost-action:hover,.button.ghost-action:focus{
            color:var(--text);
            background:rgba(255,184,77,.10);
            transform:translateY(-2px);
            border-color:var(--accent);
        }
        .button.small-cta{
            padding:.65rem 1rem;
            font-size:13px;
        }
        .badge{
            display:inline-flex;
            align-items:center;
            gap:7px;
            padding:7px 11px;
            border-radius:999px;
            color:var(--text);
            border:1px solid var(--line);
            background:rgba(255,255,255,.055);
            font-size:13px;
            font-weight:800;
        }
        .badge.hot{
            color:#1A1020;
            background:var(--accent);
            border-color:var(--accent);
        }
        .hero{
            min-height:720px;
            display:flex;
            align-items:center;
            padding:34px 0 76px;
            overflow:hidden;
            background:
                linear-gradient(135deg, rgba(216,58,120,.24), transparent 34%),
                linear-gradient(315deg, rgba(255,184,77,.18), transparent 35%);
        }
        .hero:before{
            content:"";
            position:absolute;
            inset:28px 28px auto auto;
            width:360px;
            height:360px;
            background:radial-gradient(circle, rgba(255,184,77,.18), transparent 64%);
            filter:blur(8px);
        }
        .hero-card{
            position:relative;
            overflow:hidden;
            min-height:620px;
            border-radius:34px;
            padding:28px;
            border:1px solid var(--line);
            background:
                linear-gradient(135deg, rgba(58,32,56,.88), rgba(34,22,41,.72)),
                radial-gradient(circle at 76% 22%, rgba(216,58,120,.33), transparent 38%);
            box-shadow:var(--shadow);
        }
        .hero-card:after{
            content:"";
            position:absolute;
            right:-90px;
            top:80px;
            width:520px;
            height:360px;
            transform:rotate(-12deg);
            border-radius:38px;
            background:
                linear-gradient(135deg, rgba(255,184,77,.12), rgba(216,58,120,.14)),
                repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px);
            border:1px solid rgba(255,255,255,.08);
            z-index:0;
        }
        .countdown-strip{
            position:relative;
            z-index:2;
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:16px;
            padding:14px 16px;
            margin-bottom:42px;
            border-radius:22px;
            background:linear-gradient(90deg, rgba(216,58,120,.22), rgba(255,184,77,.12));
            border:1px solid rgba(255,184,77,.34);
        }
        .countdown-left{
            display:flex;
            align-items:center;
            gap:12px;
            min-width:0;
            color:var(--text);
            font-weight:900;
        }
        .countdown-left .stamp{
            padding:7px 10px;
            border-radius:11px;
            background:var(--accent);
            color:#1A1020;
            font-size:13px;
            white-space:nowrap;
        }
        .countdown-timer{
            display:flex;
            align-items:center;
            gap:8px;
        }
        .time-box{
            min-width:52px;
            padding:7px 8px;
            border-radius:13px;
            text-align:center;
            color:var(--accent);
            background:rgba(19,11,22,.68);
            border:1px solid rgba(255,184,77,.24);
            font-weight:950;
            line-height:1.1;
        }
        .time-box small{display:block;color:var(--weak);font-size:10px;font-weight:700;margin-top:2px}
        .hero-inner{
            position:relative;
            z-index:2;
            display:grid;
            grid-template-columns:1.02fr .98fr;
            gap:34px;
            align-items:end;
        }
        .hero-copy{
            padding:26px 8px 10px;
        }
        .hero-badges{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-bottom:18px;
        }
        .hero-copy p{
            max-width:720px;
            color:var(--muted);
            font-size:18px;
            margin-bottom:24px;
        }
        .hero-actions{
            display:flex;
            flex-wrap:wrap;
            gap:12px;
            margin:22px 0;
        }
        .hero-data{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:12px;
            max-width:640px;
            margin-top:26px;
        }
        .data-pill{
            padding:14px;
            border-radius:18px;
            background:rgba(255,255,255,.045);
            border:1px solid var(--line);
        }
        .data-pill strong{
            display:block;
            color:var(--accent);
            font-size:24px;
            line-height:1.1;
            margin-bottom:4px;
        }
        .data-pill span{
            color:var(--muted);
            font-size:13px;
        }
        .hero-matrix{
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:14px;
            align-items:stretch;
        }
        .entry-tile{
            min-height:146px;
            padding:18px;
            border-radius:24px;
            border:1px solid var(--line);
            background:rgba(19,11,22,.62);
            box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
            transition:var(--ease);
            position:relative;
            overflow:hidden;
        }
        .entry-tile:before{
            content:"";
            position:absolute;
            inset:auto -40px -50px auto;
            width:150px;
            height:150px;
            background:radial-gradient(circle, rgba(216,58,120,.22), transparent 70%);
        }
        .entry-tile.big{
            grid-row:span 2;
            min-height:306px;
            background:linear-gradient(180deg, rgba(216,58,120,.18), rgba(19,11,22,.68));
        }
        .entry-tile:hover{
            transform:translateY(-3px);
            border-color:var(--line-strong);
            box-shadow:0 18px 45px rgba(0,0,0,.20);
        }
        .tile-icon{
            width:42px;
            height:42px;
            border-radius:15px;
            display:grid;
            place-items:center;
            color:var(--accent);
            background:rgba(255,184,77,.10);
            border:1px solid rgba(255,184,77,.22);
            margin-bottom:16px;
        }
        .tile-status{
            display:inline-flex;
            align-items:center;
            gap:6px;
            color:var(--accent);
            font-size:12px;
            font-weight:900;
            margin-bottom:10px;
        }
        .entry-tile p{color:var(--muted);font-size:14px;margin-bottom:0}
        .stage-wrap{
            border-radius:32px;
            padding:24px;
            background:linear-gradient(135deg,var(--panel),var(--panel-3));
            border:1px solid var(--line);
            box-shadow:var(--shadow);
        }
        .stage-grid{
            display:grid;
            grid-template-columns:1.1fr .9fr;
            gap:22px;
        }
        .screen-board{
            min-height:390px;
            border-radius:26px;
            padding:24px;
            background:
                radial-gradient(circle at 72% 25%, rgba(255,184,77,.18), transparent 32%),
                linear-gradient(135deg, #24122C, #160C1A);
            border:1px solid rgba(255,255,255,.11);
            position:relative;
            overflow:hidden;
        }
        .screen-board:before{
            content:"";
            position:absolute;
            inset:24px;
            border-radius:22px;
            border:1px dashed rgba(255,255,255,.13);
        }
        .screen-cards{
            position:relative;
            z-index:1;
            display:grid;
            grid-template-columns:repeat(6,1fr);
            gap:12px;
            height:100%;
            align-content:center;
        }
        .mini-card{
            min-height:92px;
            border-radius:18px;
            padding:12px;
            background:rgba(255,255,255,.06);
            border:1px solid var(--line);
            color:var(--muted);
            display:flex;
            flex-direction:column;
            justify-content:space-between;
        }
        .mini-card:nth-child(1){grid-column:span 3;min-height:160px;background:rgba(216,58,120,.16)}
        .mini-card:nth-child(2){grid-column:span 3;min-height:120px}
        .mini-card:nth-child(3),.mini-card:nth-child(4),.mini-card:nth-child(5){grid-column:span 2}
        .mini-card b{color:var(--text)}
        .mini-card i{color:var(--accent)}
        .stage-side{
            display:grid;
            gap:14px;
        }
        .side-info{
            padding:20px;
            border-radius:22px;
            background:rgba(255,255,255,.045);
            border:1px solid var(--line);
        }
        .side-info strong{display:block;color:var(--accent);margin-bottom:6px}
        .campaign-track{
            display:grid;
            grid-template-columns:1.35fr .85fr .85fr;
            gap:18px;
            align-items:stretch;
        }
        .benefit-card{
            position:relative;
            min-height:210px;
            padding:24px;
            border-radius:26px;
            background:linear-gradient(135deg, rgba(42,22,51,.96), rgba(26,16,32,.82));
            border:1px solid var(--line);
            overflow:hidden;
            transition:var(--ease);
        }
        .benefit-card.large{
            min-height:438px;
            background:
                radial-gradient(circle at 75% 20%, rgba(255,184,77,.18), transparent 32%),
                linear-gradient(145deg, rgba(216,58,120,.18), rgba(42,22,51,.92));
        }
        .benefit-card:hover{
            transform:translateY(-4px);
            border-color:var(--line-strong);
            box-shadow:var(--glow);
        }
        .benefit-no{
            width:44px;
            height:44px;
            display:grid;
            place-items:center;
            border-radius:16px;
            color:#1A1020;
            background:var(--accent);
            font-weight:950;
            margin-bottom:18px;
        }
        .benefit-card p{color:var(--muted);margin-bottom:0}
        .step-lane{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:18px;
            counter-reset:step;
        }
        .step-card{
            counter-increment:step;
            padding:24px;
            border-radius:26px;
            background:linear-gradient(180deg, rgba(50,28,37,.86), rgba(34,22,41,.78));
            border:1px solid var(--line);
            position:relative;
            transition:var(--ease);
        }
        .step-card:before{
            content:"0" counter(step);
            display:inline-flex;
            color:var(--accent);
            font-weight:950;
            margin-bottom:14px;
            font-size:24px;
        }
        .step-card:hover{
            transform:translateY(-3px);
            border-color:rgba(216,58,120,.48);
        }
        .timeline{
            border-radius:32px;
            padding:28px;
            background:linear-gradient(135deg,var(--panel-4),var(--panel-3));
            border:1px solid var(--line);
        }
        .timeline-item{
            display:grid;
            grid-template-columns:120px 1fr auto;
            gap:18px;
            align-items:center;
            padding:18px 0;
            border-bottom:1px solid var(--line);
        }
        .timeline-item:last-child{border-bottom:0}
        .timeline-time{
            color:var(--accent);
            font-size:24px;
            font-weight:950;
        }
        .timeline-item p{margin-bottom:0;color:var(--muted)}
        .focus-grid{
            display:grid;
            grid-template-columns:1.25fr .75fr 1fr;
            grid-auto-rows:188px;
            gap:18px;
        }
        .visual-card{
            position:relative;
            border-radius:26px;
            padding:22px;
            overflow:hidden;
            border:1px solid var(--line);
            background:linear-gradient(135deg, rgba(216,58,120,.15), rgba(255,255,255,.045));
            transition:var(--ease);
            display:flex;
            flex-direction:column;
            justify-content:flex-end;
        }
        .visual-card:before{
            content:"";
            position:absolute;
            inset:0;
            background:
                radial-gradient(circle at 70% 25%, rgba(255,184,77,.20), transparent 32%),
                repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 16px);
            transform:scale(1);
            transition:var(--ease);
        }
        .visual-card > *{position:relative;z-index:1}
        .visual-card.big{grid-row:span 2}
        .visual-card.wide{grid-column:span 2}
        .visual-card:hover{
            transform:translateY(-4px);
            border-color:var(--line-strong);
            box-shadow:var(--glow);
        }
        .visual-card:hover:before{transform:scale(1.03);filter:saturate(1.15)}
        .visual-card p{color:var(--muted);margin-bottom:0;font-size:14px}
        .reviews{
            display:grid;
            grid-template-columns:repeat(12,1fr);
            gap:18px;
        }
        .review-card{
            grid-column:span 4;
            padding:22px;
            border-radius:24px;
            background:rgba(255,255,255,.045);
            border:1px solid var(--line);
        }
        .review-card:nth-child(2){grid-column:span 5;background:rgba(216,58,120,.10)}
        .review-card:nth-child(3){grid-column:span 3}
        .review-card:nth-child(4){grid-column:span 7}
        .review-card:nth-child(5){grid-column:span 5;background:rgba(255,184,77,.07)}
        .review-card p{color:var(--muted)}
        .reviewer{
            display:flex;
            align-items:center;
            gap:10px;
            color:var(--text);
            font-weight:900;
        }
        .avatar{
            width:34px;
            height:34px;
            border-radius:999px;
            background:linear-gradient(135deg,var(--primary),var(--accent));
        }
        .news-layout{
            display:grid;
            grid-template-columns:1fr 360px;
            gap:22px;
        }
        .news-list{
            border-radius:28px;
            overflow:hidden;
            border:1px solid var(--line);
            background:rgba(255,255,255,.04);
        }
        .news-link{
            display:grid;
            grid-template-columns:110px 1fr auto;
            gap:18px;
            align-items:center;
            padding:18px 20px;
            border-bottom:1px solid var(--line);
        }
        .news-link:last-child{border-bottom:0}
        .news-link:hover{
            background:rgba(255,255,255,.055);
            color:var(--text);
        }
        .news-link time{
            color:var(--accent);
            font-weight:900;
            font-size:14px;
        }
        .news-link strong{display:block;margin-bottom:4px}
        .news-link span{display:block;color:var(--muted);font-size:14px}
        .news-link i{color:var(--accent);transition:var(--ease)}
        .news-link:hover i{transform:translateX(4px)}
        .recommend-box{
            position:sticky;
            top:22px;
            padding:24px;
            border-radius:28px;
            background:linear-gradient(180deg, rgba(255,184,77,.10), rgba(42,22,51,.86));
            border:1px solid rgba(255,184,77,.25);
        }
        .recommend-box ul{
            margin:16px 0 0;
            list-style:none;
        }
        .recommend-box li{
            padding:12px 0;
            border-bottom:1px solid var(--line);
            color:var(--muted);
        }
        .recommend-box li:last-child{border-bottom:0}
        .cta-zone{
            border-radius:34px;
            padding:30px;
            background:
                linear-gradient(135deg, rgba(216,58,120,.28), rgba(255,184,77,.12)),
                linear-gradient(180deg, var(--panel-4), var(--panel-2));
            border:1px solid var(--line-strong);
            box-shadow:var(--shadow);
            overflow:hidden;
            position:relative;
        }
        .cta-zone:before{
            content:"今日确认";
            position:absolute;
            right:-40px;
            top:28px;
            transform:rotate(18deg);
            padding:8px 58px;
            background:var(--accent);
            color:#1A1020;
            font-weight:950;
            opacity:.9;
        }
        .cta-grid{
            display:grid;
            grid-template-columns:.9fr 1.1fr;
            gap:28px;
            align-items:center;
            position:relative;
            z-index:1;
        }
        .lead-form{
            padding:22px;
            border-radius:26px;
            background:rgba(19,11,22,.72);
            border:1px solid rgba(255,255,255,.13);
        }
        .form-row{
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:14px;
            margin-bottom:14px;
        }
        .checkline{
            display:flex;
            align-items:flex-start;
            gap:10px;
            margin:12px 0 18px;
            color:var(--muted);
            font-size:14px;
        }
        .checkline input{margin-top:5px}
        .accordion{
            background:transparent;
        }
        .accordion-item{
            margin-bottom:12px;
            border-radius:20px;
            overflow:hidden;
            border:1px solid var(--line);
            background:rgba(255,255,255,.04);
        }
        .accordion-title{
            color:var(--text);
            font-size:17px;
            font-weight:900;
            border:0;
            padding:19px 54px 19px 20px;
            background:rgba(255,255,255,.035);
        }
        .accordion-title:hover,.accordion-title:focus{
            color:var(--accent);
            background:rgba(255,184,77,.06);
        }
        .is-active > .accordion-title{
            border-top:2px solid var(--accent);
            color:var(--accent);
        }
        .accordion-content{
            background:rgba(19,11,22,.62);
            border:0;
            color:var(--muted);
            padding:0 20px 20px;
        }
        .site-footer{
            margin-left:var(--side);
            padding:46px 0 34px;
            border-top:1px solid var(--line);
            background:linear-gradient(180deg, rgba(19,11,22,.2), rgba(10,4,12,.86));
            position:relative;
            z-index:1;
        }
        .footer-grid{
            display:grid;
            grid-template-columns:1.15fr .85fr;
            gap:26px;
            align-items:start;
        }
        .footer-brand{
            font-size:20px;
            font-weight:950;
            margin-bottom:10px;
        }
        .footer-links{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            justify-content:flex-end;
        }
        .footer-links a{
            padding:8px 12px;
            border-radius:999px;
            color:var(--muted);
            background:rgba(255,255,255,.04);
            border:1px solid var(--line);
            font-size:14px;
        }
        .footer-links a:hover{
            color:var(--accent);
            border-color:rgba(255,184,77,.32);
        }
        .copyright{
            margin-top:24px;
            padding-top:18px;
            border-top:1px solid var(--line);
            display:flex;
            justify-content:space-between;
            gap:16px;
            color:var(--weak);
            font-size:13px;
        }
        @media (max-width:1024px){
            :root{--side:0px}
            .app-sidebar{display:none}
            .mobile-topbar{display:block}
            .main-content,.site-footer{margin-left:0}
            .hero{padding-top:20px;min-height:auto}
            .hero-inner,.stage-grid,.cta-grid,.news-layout{grid-template-columns:1fr}
            .campaign-track{grid-template-columns:1fr 1fr}
            .benefit-card.large{grid-column:1/-1;min-height:310px}
            .focus-grid{grid-template-columns:1fr 1fr}
            .visual-card.wide{grid-column:span 1}
            .review-card,.review-card:nth-child(2),.review-card:nth-child(3),.review-card:nth-child(4),.review-card:nth-child(5){grid-column:span 6}
            .recommend-box{position:relative;top:auto}
        }
        @media (max-width:768px){
            .site-container{width:min(100% - 28px, 720px)}
            .section{padding:58px 0}
            .section-head{display:block}
            .hero-card{padding:16px;border-radius:26px;min-height:auto}
            .countdown-strip{align-items:flex-start;flex-direction:column}
            .countdown-timer{width:100%;overflow-x:auto;padding-bottom:2px}
            .hero-inner,.hero-matrix,.hero-data,.campaign-track,.step-lane,.focus-grid,.form-row,.footer-grid{grid-template-columns:1fr}
            .hero-copy{padding:16px 2px}
            .entry-tile.big{grid-row:auto;min-height:170px}
            .stage-wrap,.timeline,.cta-zone{border-radius:26px;padding:18px}
            .screen-cards{grid-template-columns:1fr 1fr}
            .mini-card,.mini-card:nth-child(1),.mini-card:nth-child(2),.mini-card:nth-child(3),.mini-card:nth-child(4),.mini-card:nth-child(5){grid-column:span 1;min-height:110px}
            .screen-board{min-height:auto}
            .timeline-item{grid-template-columns:1fr;gap:6px}
            .review-card,.review-card:nth-child(2),.review-card:nth-child(3),.review-card:nth-child(4),.review-card:nth-child(5){grid-column:span 12}
            .news-link{grid-template-columns:1fr;gap:6px}
            .footer-links{justify-content:flex-start}
            .copyright{flex-direction:column}
        }
        @media (max-width:520px){
            .mobile-topbar .brand-text{font-size:13px;max-width:190px}
            .hero-actions .button{width:100%;display:block}
            .time-box{min-width:46px;font-size:14px}
            .section{padding:46px 0}
            h1{font-size:32px}
            .lead,.hero-copy p{font-size:16px}
            .cta-zone:before{display:none}
        }

/* roulang page: category1 */
:root{
      --bg:#130B16;
      --bg-2:#1A1020;
      --panel:#221629;
      --panel-2:#2A1633;
      --panel-3:#321C25;
      --panel-4:#3A2038;
      --primary:#D83A78;
      --primary-2:#FF5A9C;
      --accent:#FFB84D;
      --accent-2:#FFD27A;
      --text:#F7EEF4;
      --muted:#BBAAB8;
      --weak:#8E7B8B;
      --border:rgba(255,255,255,.10);
      --border-strong:rgba(255,184,77,.45);
      --shadow:0 24px 70px rgba(8,3,12,.46);
      --glow:0 0 28px rgba(216,58,120,.28);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --nav-w:220px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 5%,rgba(216,58,120,.24),transparent 30%),
        radial-gradient(circle at 82% 8%,rgba(255,184,77,.14),transparent 28%),
        linear-gradient(135deg,var(--bg),var(--bg-2) 42%,#100812);
      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:36px 36px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.78),transparent 78%);
      z-index:0;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--accent)}
    button,input{font-family:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    .skip-link{
      position:absolute;
      left:-999px;
      top:10px;
      background:var(--accent);
      color:#21101b;
      padding:10px 14px;
      border-radius:10px;
      z-index:999;
      font-weight:800;
    }
    .skip-link:focus{left:12px}
    .app-shell{position:relative;z-index:1}
    .site-container{
      width:min(1180px,calc(100% - 44px));
      margin:0 auto;
    }
    .desktop-rail{
      position:fixed;
      left:18px;
      top:18px;
      bottom:18px;
      width:var(--nav-w);
      padding:18px;
      border:1px solid var(--border);
      border-radius:28px;
      background:linear-gradient(180deg,rgba(42,22,51,.92),rgba(19,11,22,.92));
      box-shadow:var(--shadow);
      z-index:30;
      backdrop-filter:blur(14px);
      display:flex;
      flex-direction:column;
      gap:18px;
    }
    .brand-mark{
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px 8px 16px;
      border-bottom:1px solid var(--border);
    }
    .brand-icon{
      width:44px;
      height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#21101b;
      font-weight:900;
      box-shadow:0 12px 30px rgba(216,58,120,.35);
      flex:0 0 auto;
    }
    .brand-name{
      font-size:15px;
      line-height:1.35;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-sub{
      display:block;
      margin-top:2px;
      font-size:11px;
      color:var(--muted);
      font-weight:600;
    }
    .side-nav{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-top:2px;
    }
    .side-nav a{
      position:relative;
      display:flex;
      align-items:center;
      gap:12px;
      min-height:48px;
      padding:12px 14px;
      border:1px solid transparent;
      border-radius:18px;
      color:var(--muted);
      font-weight:800;
      background:rgba(255,255,255,.035);
    }
    .side-nav a i{
      width:20px;
      text-align:center;
      color:var(--accent);
      filter:drop-shadow(0 0 10px rgba(255,184,77,.16));
    }
    .side-nav a:hover{
      transform:translateY(-2px);
      border-color:var(--border-strong);
      background:rgba(255,255,255,.07);
      color:var(--text);
    }
    .side-nav a.active{
      color:var(--text);
      background:linear-gradient(135deg,rgba(216,58,120,.34),rgba(255,184,77,.13));
      border-color:rgba(216,58,120,.52);
      box-shadow:var(--glow);
    }
    .side-nav a.active:before{
      content:"";
      position:absolute;
      left:-1px;
      top:14px;
      bottom:14px;
      width:4px;
      border-radius:999px;
      background:var(--accent);
      box-shadow:0 0 16px rgba(255,184,77,.75);
    }
    .rail-card{
      margin-top:auto;
      padding:14px;
      border-radius:20px;
      border:1px solid rgba(255,184,77,.22);
      background:linear-gradient(135deg,rgba(255,184,77,.12),rgba(216,58,120,.08));
    }
    .rail-card strong{
      display:block;
      color:var(--accent-2);
      font-size:13px;
      margin-bottom:4px;
    }
    .rail-card span{display:block;color:var(--muted);font-size:12px;line-height:1.55}
    .mobile-topbar{
      display:none;
      position:sticky;
      top:0;
      z-index:40;
      padding:10px 14px;
      background:rgba(19,11,22,.88);
      border-bottom:1px solid var(--border);
      backdrop-filter:blur(14px);
    }
    .mobile-topbar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .mobile-brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      font-weight:900;
    }
    .mobile-brand .brand-icon{width:38px;height:38px;border-radius:14px}
    .mobile-brand span{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      max-width:54vw;
    }
    .menu-button,.mini-cta{
      border:1px solid var(--border);
      color:var(--text);
      background:rgba(255,255,255,.06);
      border-radius:999px;
      min-height:40px;
      padding:8px 12px;
      font-weight:900;
      transition:var(--ease);
    }
    .menu-button:hover,.mini-cta:hover{
      border-color:var(--border-strong);
      transform:translateY(-1px);
    }
    .mini-cta{
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#21101b;
      border:none;
      box-shadow:0 10px 24px rgba(216,58,120,.22);
    }
    .off-canvas{
      background:linear-gradient(180deg,var(--panel-2),var(--bg));
      color:var(--text);
      padding:18px;
    }
    .off-canvas .side-nav{margin-top:18px}
    .main-content{
      margin-left:calc(var(--nav-w) + 36px);
      min-height:100vh;
      padding:26px 0 0;
      position:relative;
      z-index:2;
    }
    .section{padding:38px 0}
    .section-tight{padding:24px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--accent-2);
      border:1px solid rgba(255,184,77,.34);
      background:rgba(255,184,77,.08);
      font-size:13px;
      font-weight:900;
      letter-spacing:.02em;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:12px 18px;
      border-radius:var(--radius-pill);
      font-weight:900;
      border:1px solid transparent;
      transition:var(--ease);
      line-height:1.2;
    }
    .btn-primary{
      color:#21101b;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 16px 36px rgba(216,58,120,.28),0 0 28px rgba(255,184,77,.16);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#21101b;
      transform:translateY(-2px);
      box-shadow:0 22px 48px rgba(216,58,120,.38),0 0 34px rgba(255,184,77,.24);
    }
    .btn-secondary{
      color:var(--text);
      background:rgba(255,255,255,.045);
      border-color:rgba(255,184,77,.42);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--accent-2);
      background:rgba(255,184,77,.08);
      transform:translateY(-2px);
      border-color:var(--accent);
    }
    .category-hero{
      position:relative;
      overflow:hidden;
      border:1px solid var(--border);
      border-radius:34px;
      background:
        radial-gradient(circle at 78% 10%,rgba(255,184,77,.24),transparent 27%),
        radial-gradient(circle at 16% 20%,rgba(216,58,120,.34),transparent 34%),
        linear-gradient(135deg,var(--panel-2),var(--panel-3) 56%,#1d0d21);
      box-shadow:var(--shadow);
      padding:42px;
      isolation:isolate;
    }
    .category-hero:before{
      content:"";
      position:absolute;
      right:-90px;
      top:-70px;
      width:310px;
      height:310px;
      background:conic-gradient(from 40deg,rgba(216,58,120,.1),rgba(255,184,77,.33),rgba(255,255,255,.03),rgba(216,58,120,.2));
      border-radius:50%;
      filter:blur(2px);
      opacity:.9;
      z-index:-1;
    }
    .category-hero:after{
      content:"精选";
      position:absolute;
      right:34px;
      top:28px;
      transform:rotate(10deg);
      padding:8px 16px;
      border-radius:14px;
      background:var(--accent);
      color:#29131e;
      font-weight:1000;
      box-shadow:0 12px 28px rgba(255,184,77,.25);
      letter-spacing:.04em;
    }
    .hero-layout{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
      gap:34px;
      align-items:end;
    }
    .breadcrumb-line{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:14px;
      margin-bottom:18px;
    }
    .breadcrumb-line a{color:var(--muted);font-weight:800}
    .breadcrumb-line a:hover{color:var(--accent)}
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,4.5vw,54px);
      line-height:1.12;
      font-weight:1000;
      letter-spacing:-.05em;
      margin-bottom:18px;
    }
    .hero-summary{
      max-width:780px;
      color:var(--muted);
      font-size:18px;
      line-height:1.78;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:18px;
    }
    .safe-note{
      display:flex;
      align-items:flex-start;
      gap:10px;
      max-width:720px;
      color:var(--weak);
      font-size:14px;
    }
    .safe-note i{color:var(--accent);margin-top:5px}
    .status-panel{
      border:1px solid rgba(255,255,255,.12);
      border-radius:26px;
      background:rgba(10,5,13,.46);
      padding:20px;
      box-shadow:inset 0 0 0 1px rgba(255,184,77,.08);
    }
    .status-title{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding-bottom:14px;
      border-bottom:1px solid var(--border);
      margin-bottom:16px;
    }
    .status-title strong{font-size:18px}
    .status-pill{
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,58,120,.16);
      color:var(--accent-2);
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(255,184,77,.24);
      white-space:nowrap;
    }
    .status-list{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .status-list li{
      display:grid;
      grid-template-columns:34px 1fr;
      gap:10px;
      align-items:start;
      padding:12px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid transparent;
    }
    .status-list li:hover{border-color:rgba(255,184,77,.24);background:rgba(255,255,255,.065)}
    .status-list i{
      width:34px;
      height:34px;
      border-radius:12px;
      display:grid;
      place-items:center;
      color:#21101b;
      background:linear-gradient(135deg,var(--accent),var(--primary-2));
    }
    .status-list strong{display:block;font-size:15px;margin-bottom:2px}
    .status-list span{display:block;color:var(--muted);font-size:13px;line-height:1.55}
    .strip{
      margin-top:22px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      border:1px solid rgba(255,184,77,.24);
      border-radius:20px;
      padding:13px 16px;
      background:linear-gradient(90deg,rgba(216,58,120,.18),rgba(255,184,77,.09));
    }
    .strip strong{color:var(--accent-2)}
    .strip span{color:var(--muted);font-size:14px}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:20px;
    }
    .section-head h2{
      font-size:clamp(26px,3vw,36px);
      line-height:1.2;
      font-weight:1000;
      letter-spacing:-.035em;
      margin-bottom:8px;
    }
    .section-head p{
      color:var(--muted);
      max-width:720px;
      margin:0;
    }
    .filter-zone{
      border:1px solid var(--border);
      border-radius:26px;
      padding:18px;
      background:linear-gradient(135deg,rgba(42,22,51,.72),rgba(34,22,41,.76));
      box-shadow:0 14px 44px rgba(8,3,12,.28);
    }
    .filter-label{
      display:flex;
      align-items:center;
      gap:9px;
      color:var(--muted);
      font-weight:900;
      margin-bottom:14px;
    }
    .filter-label i{color:var(--accent)}
    .button-group.filter-pills{
      flex-wrap:wrap;
      gap:10px;
      margin:0;
    }
    .filter-pills .button{
      margin:0;
      border-radius:999px;
      padding:10px 14px;
      font-weight:900;
      color:var(--muted);
      background:rgba(255,255,255,.055);
      border:1px solid var(--border);
    }
    .filter-pills .button:hover,.filter-pills .button:focus{
      color:var(--text);
      border-color:var(--border-strong);
      background:rgba(255,184,77,.08);
    }
    .filter-pills .button.is-active{
      color:#21101b;
      background:linear-gradient(135deg,var(--accent),var(--primary-2));
      border-color:transparent;
      box-shadow:0 12px 28px rgba(255,184,77,.16);
    }
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .entry-stream{
      display:grid;
      gap:18px;
    }
    .entry-card{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:86px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px;
      border-radius:26px;
      background:linear-gradient(135deg,rgba(42,22,51,.78),rgba(26,16,32,.88));
      border:1px solid var(--border);
      box-shadow:0 14px 38px rgba(8,3,12,.24);
      transition:var(--ease);
    }
    .entry-card:nth-child(2n){background:linear-gradient(135deg,rgba(50,28,37,.82),rgba(26,16,32,.9))}
    .entry-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(110deg,transparent,rgba(255,184,77,.075),transparent);
      transform:translateX(-100%);
      transition:transform .55s ease;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,184,77,.42);
      box-shadow:0 20px 54px rgba(8,3,12,.34),0 0 28px rgba(216,58,120,.16);
    }
    .entry-card:hover:before{transform:translateX(100%)}
    .entry-visual{
      width:86px;
      height:86px;
      border-radius:24px;
      display:grid;
      place-items:center;
      background:
        radial-gradient(circle at 70% 20%,rgba(255,255,255,.24),transparent 28%),
        linear-gradient(135deg,var(--primary),var(--panel-4) 58%,var(--accent));
      color:#fff;
      font-size:28px;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 16px 32px rgba(216,58,120,.24);
      z-index:1;
    }
    .entry-body{z-index:1}
    .card-topline{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      margin-bottom:8px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:900;
      color:var(--accent-2);
      background:rgba(255,184,77,.08);
      border:1px solid rgba(255,184,77,.25);
    }
    .badge.pink{
      color:#ffc6dc;
      background:rgba(216,58,120,.14);
      border-color:rgba(216,58,120,.34);
    }
    .entry-card h3{
      font-size:22px;
      line-height:1.28;
      margin-bottom:8px;
      font-weight:1000;
      letter-spacing:-.025em;
    }
    .entry-card p{
      color:var(--muted);
      margin-bottom:0;
      font-size:15px;
    }
    .entry-action{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--accent-2);
      font-weight:1000;
      white-space:nowrap;
      z-index:1;
    }
    .entry-card:hover .entry-action i{transform:translateX(4px)}
    .entry-action i{transition:var(--ease)}
    .side-stack{
      position:sticky;
      top:26px;
      display:grid;
      gap:18px;
    }
    .info-card{
      border-radius:26px;
      border:1px solid var(--border);
      background:linear-gradient(145deg,rgba(34,22,41,.9),rgba(19,11,22,.92));
      box-shadow:0 18px 46px rgba(8,3,12,.26);
      padding:20px;
      overflow:hidden;
    }
    .info-card.highlight{
      border-color:rgba(255,184,77,.3);
      background:
        linear-gradient(90deg,rgba(255,184,77,.55),rgba(216,58,120,.35)) top/100% 5px no-repeat,
        linear-gradient(145deg,rgba(50,28,37,.9),rgba(19,11,22,.94));
      padding-top:25px;
    }
    .info-card h3{
      font-size:20px;
      margin-bottom:10px;
      font-weight:1000;
    }
    .info-card p,.info-card li{color:var(--muted);font-size:14px}
    .check-list{
      list-style:none;
      padding:0;
      margin:12px 0 0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:9px;
      align-items:flex-start;
    }
    .check-list i{
      color:var(--accent);
      margin-top:5px;
    }
    .progress-line{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
      margin:14px 0 8px;
    }
    .progress-line span{
      display:block;
      width:76%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
      box-shadow:0 0 18px rgba(255,184,77,.28);
    }
    .mini-meta{
      display:flex;
      justify-content:space-between;
      color:var(--weak);
      font-size:12px;
      font-weight:800;
    }
    .steps-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
      align-items:stretch;
    }
    .step-board{
      border:1px solid var(--border);
      border-radius:30px;
      padding:24px;
      background:linear-gradient(135deg,var(--panel-2),rgba(26,16,32,.92));
      box-shadow:var(--shadow);
    }
    .step-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:14px;
    }
    .step-list li{
      display:grid;
      grid-template-columns:54px 1fr;
      gap:14px;
      padding:15px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:20px;
      background:rgba(255,255,255,.04);
    }
    .step-no{
      width:54px;
      height:54px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#21101b;
      font-weight:1000;
      background:linear-gradient(135deg,var(--accent),var(--primary-2));
    }
    .step-list strong{display:block;margin-bottom:3px}
    .step-list span{display:block;color:var(--muted);font-size:14px}
    .campaign-card{
      position:relative;
      overflow:hidden;
      min-height:100%;
      border-radius:30px;
      padding:26px;
      background:
        radial-gradient(circle at 82% 18%,rgba(255,184,77,.28),transparent 31%),
        linear-gradient(145deg,var(--panel-3),var(--panel-4));
      border:1px solid rgba(255,184,77,.24);
      box-shadow:0 20px 56px rgba(8,3,12,.32);
    }
    .campaign-card .big-number{
      font-size:58px;
      line-height:1;
      font-weight:1000;
      letter-spacing:-.06em;
      color:var(--accent);
      text-shadow:0 0 26px rgba(255,184,77,.22);
      margin:12px 0;
    }
    .campaign-card p{color:var(--muted)}
    .campaign-card:after{
      content:"已成年";
      position:absolute;
      right:-10px;
      bottom:26px;
      transform:rotate(-12deg);
      border:1px solid rgba(255,184,77,.35);
      color:rgba(255,184,77,.62);
      border-radius:14px;
      padding:8px 18px;
      font-size:22px;
      font-weight:1000;
    }
    .cta-banner{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      border:1px solid rgba(255,184,77,.30);
      background:
        radial-gradient(circle at 88% 18%,rgba(255,184,77,.28),transparent 28%),
        radial-gradient(circle at 12% 88%,rgba(216,58,120,.28),transparent 34%),
        linear-gradient(135deg,var(--panel-4),var(--panel-2));
      box-shadow:var(--shadow);
      padding:34px;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) 410px;
      gap:28px;
      align-items:center;
    }
    .cta-banner h2{
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.18;
      font-weight:1000;
      letter-spacing:-.04em;
      margin-bottom:12px;
    }
    .cta-banner p{color:var(--muted);max-width:720px}
    .claim-form{
      border:1px solid rgba(255,255,255,.12);
      border-radius:26px;
      background:rgba(10,5,13,.42);
      padding:20px;
    }
    .claim-form label{
      color:var(--text);
      font-weight:900;
      font-size:14px;
      margin-bottom:6px;
    }
    .claim-form input[type="text"],
    .claim-form input[type="email"]{
      height:48px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      color:var(--text);
      box-shadow:none;
      margin-bottom:13px;
    }
    .claim-form input::placeholder{color:rgba(187,170,184,.7)}
    .claim-form input:focus{
      border-color:var(--primary-2);
      box-shadow:0 0 0 4px rgba(216,58,120,.18);
      background:rgba(255,255,255,.08);
    }
    .checkbox-line{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:13px;
      margin:8px 0 16px;
    }
    .checkbox-line input{margin-top:6px}
    .claim-form .btn{width:100%}
    .faq-wrap{
      border-radius:30px;
      border:1px solid var(--border);
      background:linear-gradient(135deg,rgba(42,22,51,.58),rgba(19,11,22,.82));
      padding:18px;
      box-shadow:0 18px 48px rgba(8,3,12,.24);
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      background:rgba(255,255,255,.035);
      border:1px solid var(--border);
      border-radius:20px;
      overflow:hidden;
      margin-bottom:12px;
      transition:var(--ease);
    }
    .accordion-item:last-child{margin-bottom:0}
    .accordion-item.is-active{
      border-color:rgba(255,184,77,.42);
      box-shadow:0 0 24px rgba(255,184,77,.08);
    }
    .accordion-title{
      position:relative;
      display:block;
      color:var(--text);
      border:none;
      padding:18px 52px 18px 18px;
      font-weight:1000;
      font-size:16px;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(255,184,77,.055);
      color:var(--accent-2);
    }
    .accordion-title:before{
      right:20px;
      margin-top:-12px;
      font-size:24px;
      color:var(--accent);
    }
    .accordion-content{
      border:none;
      color:var(--muted);
      background:rgba(10,5,13,.28);
      padding:0 18px 18px;
      line-height:1.75;
    }
    .site-footer{
      margin-top:52px;
      border-top:1px solid var(--border);
      background:linear-gradient(180deg,rgba(19,11,22,.1),rgba(10,5,13,.88));
      padding:34px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:28px;
      align-items:start;
      padding-bottom:24px;
      border-bottom:1px solid var(--border);
    }
    .footer-brand{
      font-size:20px;
      font-weight:1000;
      margin-bottom:8px;
      letter-spacing:-.02em;
    }
    .muted{color:var(--muted)}
    .footer-grid .muted{
      max-width:680px;
      margin:0;
      font-size:14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
      max-width:430px;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:8px 12px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(255,255,255,.04);
      border:1px solid var(--border);
      font-weight:800;
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--accent-2);
      border-color:var(--border-strong);
      transform:translateY(-1px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:13px;
      padding-top:18px;
    }
    .reveal{
      border-radius:26px;
      border:1px solid rgba(255,184,77,.34);
      background:linear-gradient(135deg,var(--panel-2),var(--bg));
      color:var(--text);
      padding:26px;
      box-shadow:var(--shadow);
    }
    .reveal h3{font-weight:1000}
    .reveal p{color:var(--muted)}
    .close-button{color:var(--accent)}
    .close-button:hover{color:var(--text)}
    @media (max-width:1180px){
      :root{--nav-w:92px}
      .desktop-rail{width:var(--nav-w);padding:14px;align-items:center}
      .brand-mark{padding:8px 0 14px;justify-content:center}
      .brand-name,.rail-card,.side-nav a span{display:none}
      .side-nav a{justify-content:center;width:58px;height:58px;padding:0;border-radius:20px}
      .side-nav a.active:before{left:3px;top:18px;bottom:18px}
      .main-content{margin-left:calc(var(--nav-w) + 30px)}
      .content-layout{grid-template-columns:1fr}
      .side-stack{position:static;grid-template-columns:repeat(2,1fr)}
      .cta-grid{grid-template-columns:1fr}
    }
    @media (max-width:900px){
      .desktop-rail{display:none}
      .mobile-topbar{display:block}
      .main-content{margin-left:0;padding-top:18px}
      .site-container{width:min(100% - 30px,1180px)}
      .category-hero{padding:30px 22px}
      .category-hero:after{right:20px;top:20px;font-size:13px}
      .hero-layout,.steps-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .entry-card{grid-template-columns:72px 1fr;align-items:start}
      .entry-visual{width:72px;height:72px;border-radius:20px}
      .entry-action{grid-column:2;justify-content:flex-start}
      .side-stack{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:640px){
      body{line-height:1.68}
      .section{padding:28px 0}
      .hero-summary{font-size:16px}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .btn{width:100%}
      .strip{align-items:flex-start}
      .filter-zone{padding:14px;border-radius:22px}
      .button-group.filter-pills{display:flex}
      .filter-pills .button{font-size:13px;padding:9px 11px}
      .entry-card{
        grid-template-columns:1fr;
        padding:18px;
        border-radius:22px;
      }
      .entry-visual{width:64px;height:64px}
      .entry-action{grid-column:auto}
      .step-list li{grid-template-columns:1fr}
      .step-no{width:48px;height:48px}
      .campaign-card .big-number{font-size:44px}
      .cta-banner{padding:24px 18px;border-radius:28px}
      .claim-form{padding:16px}
      .copyright{display:grid}
      .mobile-brand span{max-width:46vw}
    }
    @media (max-width:420px){
      .site-container{width:min(100% - 22px,1180px)}
      .category-hero{border-radius:26px}
      .mobile-topbar{padding-left:10px;padding-right:10px}
      .mini-cta{display:none}
      .breadcrumb-line{font-size:13px}
      h1{font-size:31px}
    }
