:root { --bg-main: #050814; --c-cyan: #00d2ff; --c-blue: #03a9f4; --c-gold: #ffcf4a; --glass-bg: rgba(16, 22, 38, 0.6); --glass-border: rgba(255, 255, 255, 0.05); } body { background-color: var(--bg-main); color: #e2e8f0; 
    font-family: 'Plus Jakarta Sans', sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--bg-main); } ::-webkit-scrollbar-thumb { background:
         rgba(0, 210, 255, 0.2); border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: var(--c-cyan); } #bg3d { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -2; pointer-events: none; } .ambient-glow 
         { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; pointer-events: none; background: radial-gradient(circle at 15% 50%, rgba(0, 210, 255, 0.05), transparent 40%), radial-gradient(circle at 85% 30%, rgba(3, 169, 244, 0.05), 
            transparent 50%); } h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif;
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
    letter-spacing: -0.04em;
    line-height: 0.95;
    white-space: nowrap;
} 
.st-counter {
    display: block;
    font-size: clamp(1.9rem, 3.2vw, 3.15rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row.g-3.mb-5 > [class*="col-"] > div {
    overflow: hidden;
}

.row.g-3.mb-5 > [class*="col-"] > div > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.row.g-3.mb-5 > [class*="col-"] > div > div:last-child {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    margin-left: 12px;
    flex: 0 0 52px;
}

.row.g-3.mb-5 .fw-medium.mb-1 {
    max-width: 150px;
}

@media (max-width: 767.98px) {
    .st-counter {
        font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
    }
}
.full-screen-section { min-height: 100vh; display: flex; align-items: center; padding: 100px 0; position: relative; } .hero-title { font-size:
                 clamp(3rem, 5vw, 5.5rem); font-weight: 900; line-height: 1.1; letter-spacing: -1px; margin-bottom: 1.5rem; } .text-gradient { background: linear-gradient(90deg, var(--c-cyan), var(--c-blue)); -webkit-background-clip: text; -webkit-text-fill-color:
                     transparent; } .glass-card { background: var(--glass-bg); border: 1px solid var(--glass-border); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 20px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 20px 40px 
                        rgba(0,0,0,0.5); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.4s, box-shadow 0.4s; } .glass-card:hover { transform: translateY(-8px); border-color: rgba(0, 210, 255, 0.2); box-shadow: 0 30px 60px
                             rgba(0,0,0,0.7), 0 0 20px rgba(0, 210, 255, 0.05); } .section-title { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; margin-bottom: 1.5rem; } .btn-cyber { background: rgba(0, 210, 255, 0.1); 
                                border: 1px solid rgba(0, 210, 255, 0.4); color: #fff; font-family: 'Orbitron', sans-serif; font-weight: 700; padding: 16px 36px; border-radius: 12px; transition: all 0.3s ease; text-transform:
                                 uppercase; letter-spacing: 1px; position: relative; overflow: hidden; box-shadow: 0 0 15px rgba(0, 210, 255, 0.15); text-shadow: 0 0 8px rgba(255, 255, 255, 0.3); } .btn-cyber:hover { background: 
                                    var(--c-cyan); color: #000; box-shadow: 0 0 30px rgba(0, 210, 255, 0.6); transform: translateY(-3px) scale(1.02); text-shadow: none; } .btn-cyber-dark { background: rgba(255, 255, 255, 0.03); 
                                        border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; font-family: 'Orbitron', sans-serif; font-weight: 700; padding: 16px 36px; border-radius: 12px; transition: all 0.3s ease; text-transform: 
                                        uppercase; letter-spacing: 1px; } .btn-cyber-dark:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.3); } .status-badge { background:
                                             rgba(0, 210, 255, 0.05); border: 1px solid rgba(0, 210, 255, 0.3); padding: 8px 20px; border-radius: 30px; display: inline-flex; align-items: center; gap: 12px; font-weight: 700;
                                              font-size: 0.85rem; } .status-dot { width: 8px; height: 8px; background: var(--c-cyan); border-radius: 50%; box-shadow: 0 0 12px var(--c-cyan); animation: pulseDot 2s infinite; } 
                                              @keyframes pulseDot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } } .aggressive-update-box { background: linear-gradient(135deg,
                                                 rgba(20, 20, 20, 0.9), rgba(10, 10, 10, 0.9)); border: 2px solid #ffaa00; border-radius: 16px; position: relative; overflow: hidden; box-shadow: 0 0 30px rgba(255,
                                                  170, 0, 0.15); } .aggressive-update-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: repeating-linear-gradient(45deg, #ffaa00, #ffaa00 10px,
                                                     #000 10px, #000 20px); } .typewrite > .wrap { border-right: 0.08em solid var(--c-cyan); animation: blink 0.9s infinite; } @keyframes blink { 50% { border-color: transparent; } } .reveal 
                                                     { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); } .reveal.active { opacity: 1; transform: translateY(0); } .pricing-card { display: flex; flex-direction:
                                                         column; height: 100%; position: relative; } .pricing-card.vip { border-color: rgba(255, 207, 74, 0.4); background: linear-gradient(180deg, rgba(255,207,74,0.03) 0%, transparent 100%); } 
                                                         .pricing-card.vip:hover { border-color: var(--c-gold); box-shadow: 0 20px 50px rgba(255, 207, 74, 0.15); transform: scale(1.03) translateY(-10px); z-index: 2; } .table-dark-glass { width: 
                                                            100%; border-collapse: collapse; } .table-dark-glass th, .table-dark-glass td { padding: 20px; border-bottom: 1px solid var(--glass-border); } .table-dark-glass th { font-family: 'Orbitron', 
                                                                sans-serif; background: rgba(255,255,255,0.02); } .youtube-btn { background: rgba(255, 0, 0, 0.1); border: 1px solid rgba(255, 0, 0, 0.4); color: #ff4d4d; border-radius: 12px;
                                                                     transition: all 0.3s ease; animation: yt-pulse 2s infinite; } @keyframes yt-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3); } 70% { box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); } 
                                                                     100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } } .youtube-btn:hover { background: #ff0000; color: #ffffff; box-shadow: 0 0 30px rgba(255, 0, 0, 0.6); transform: translateY(-2px); }
                                                                      .back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 210, 255, 0.1); border: 1px solid rgba(0, 210, 255, 0.3); color: 
                                                                        var(--c-cyan); font-size: 1.2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 999; opacity: 0; visibility: hidden; transition: all 0.3s 
    ease; backdrop-filter: blur(10px); } .back-to-top.show { opacity: 1; visibility: visible; } .back-to-top:hover { background: var(--c-cyan); color: #000; box-shadow: 0 0 20px rgba(0, 210, 255, 0.5); transform: translateY(-5px); }
   .hero-side-card{
    position:relative;
    overflow:visible;
    padding:24px!important;
    border-radius:22px;
    background:rgba(8,13,30,.82);
    border:1px solid rgba(255,255,255,.05);
    box-shadow:0 16px 34px rgba(0,0,0,.28);
}
.hero-side-card::before{
    content:"";
    position:absolute;
    top:-14px;
    right:36px;
    width:86px;
    height:86px;
    border-radius:22px;
    background:radial-gradient(circle,rgba(0,210,255,.16) 0%,rgba(0,210,255,.06) 42%,rgba(0,210,255,0) 72%);
    pointer-events:none;
    filter:blur(6px);
    opacity:.9;
}
.hero-side-card:hover{
    transform:none;
    border-color:rgba(255,255,255,.05);
    box-shadow:0 16px 34px rgba(0,0,0,.28);
}
.hero-stats{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.hero-stat-card{
    position:relative;
    overflow:visible;
    min-width:0;
    min-height:108px;
    padding:14px;
    border-radius:16px;
    background:rgba(255,255,255,.025);
    border:1px solid rgba(255,255,255,.05);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.hero-stat-card-wide{
    grid-column:1/-1;
}
.hero-stat-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}
.hero-stat-label{
    display:block;
    max-width:125px;
    font-size:.82rem;
    font-weight:600;
    line-height:1.2;
    color:#8ea2ff;
}
.hero-stat-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(127,151,255,.08);
    border:1px solid rgba(127,151,255,.12);
    color:#8ea2ff;
    box-shadow:none;
}
.hero-breakout-icon{
    position:relative;
    transform:translate(10px,-10px);
    box-shadow:0 10px 24px rgba(0,0,0,.20);
}
.hero-breakout-icon::before{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:16px;
    background:radial-gradient(circle,rgba(127,151,255,.16) 0%,rgba(127,151,255,.06) 45%,rgba(127,151,255,0) 74%);
    z-index:-1;
    filter:blur(3px);
}
.hero-stat-icon i{
    font-size:.95rem;
}
.hero-stat-value{
    margin-top:8px;
    font-size:clamp(1.7rem,2.2vw,2.35rem);
    line-height:.95;
    letter-spacing:-.05em;
    white-space:nowrap;
    font-variant-numeric:tabular-nums;
    font-feature-settings:"tnum" 1,"lnum" 1;
}
.hero-side-footer{
    display:grid;
    gap:10px;
}
.hero-channel-btn{
    min-height:52px;
    border-radius:14px;
    padding:0 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:rgba(3,169,244,.08);
    border:1px solid rgba(3,169,244,.18);
    color:#03a9f4;
    font-family:'Orbitron',sans-serif;
    font-weight:700;
    transition:.2s ease;
}
.hero-channel-btn:hover{
    background:rgba(3,169,244,.12);
    border-color:rgba(3,169,244,.24);
    color:#03a9f4;
    box-shadow:none;
}
.hero-update-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 2px;
}
.hero-update-label{
    font-size:.75rem;
    color:rgba(255,255,255,.42);
}
.hero-update-value{
    font-size:.75rem;
    color:rgba(255,255,255,.68);
    font-weight:600;
}
.hero-online-badge{
    position:relative;
    transform:translate(14px,-12px);
    background:rgba(0,210,255,.10)!important;
    color:var(--c-cyan)!important;
    border:1px solid rgba(0,210,255,.22)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.hero-online-badge::before{
    content:"";
    position:absolute;
    inset:-10px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(0,210,255,.18) 0%,rgba(0,210,255,.07) 46%,rgba(0,210,255,0) 76%);
    z-index:-1;
    filter:blur(4px);
}
.st-counter{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media (max-width:991.98px){
    .hero-stats{
        grid-template-columns:1fr;
    }
    .hero-stat-card-wide{
        grid-column:auto;
    }
    .hero-stat-label{
        max-width:none;
    }
    .hero-update-row{
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
    }
    .hero-online-badge{
        transform:none;
    }
    .hero-breakout-icon{
        transform:none;
    }
}
@media (max-width:575.98px){
    .hero-side-card{
        padding:18px!important;
        border-radius:18px;
    }
    .hero-side-card::before{
        top:-8px;
        right:20px;
        width:58px;
        height:58px;
    }
    .hero-stat-card{
        min-height:98px;
        padding:12px;
        border-radius:14px;
    }
    .hero-stat-icon{
        width:36px;
        height:36px;
        min-width:36px;
        border-radius:10px;
    }
    .hero-stat-icon i{
        font-size:.88rem;
    }
    .hero-stat-value{
        font-size:clamp(1.55rem,8vw,2rem);
    }
    .hero-channel-btn{
        min-height:48px;
        border-radius:12px;
        padding:0 14px;
    }
}