/* /Components/Admin/TradingHistoryModal.razor.rz.scp.css */
.font-monospace[b-8k9n3ymbh7] {
        font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    }
/* /Components/ExchangeCarousel.razor.rz.scp.css */
.exchange-carousel-container[b-5nz63pumq9] {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-top: 1rem;
        position: relative;
        z-index: 0;
        padding: 1.5rem 1rem 1rem;
        overflow: visible;
    }

    .exchange-carousel-wrapper[b-5nz63pumq9] {
        width: 100%;
        max-width: 1200px;
        height: 280px;
        position: relative;
        cursor: grab;
        user-select: none;
        overflow: visible;
        margin: 0 auto;
    }

    .exchange-carousel-wrapper:active[b-5nz63pumq9] {
        cursor: grabbing;
    }



    .exchange-item[b-5nz63pumq9] {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        width: 160px;
        height: 200px;
        will-change: transform, opacity;
        transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .exchange-item--dragging[b-5nz63pumq9] {
        transition: none;
    }

    .exchange-item--selected[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(0) translateY(0) scale(1.2);
        opacity: 1;
        z-index: 100;
        pointer-events: auto;
    }

    .exchange-item--pos-1[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(180px) translateY(10px) scale(0.85);
        opacity: 0.75;
        z-index: 40;
        pointer-events: auto;
    }

    .exchange-item--pos-m1[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(-180px) translateY(10px) scale(0.85);
        opacity: 0.75;
        z-index: 40;
        pointer-events: auto;
    }

    .exchange-item--pos-2[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(360px) translateY(40px) scale(0.7);
        opacity: 0.5;
        z-index: 30;
        pointer-events: auto;
    }

    .exchange-item--pos-m2[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(-360px) translateY(40px) scale(0.7);
        opacity: 0.5;
        z-index: 30;
        pointer-events: auto;
    }

    .exchange-item--pos-3[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(540px) translateY(90px) scale(0.65);
        opacity: 0.25;
        z-index: 20;
        pointer-events: auto;
    }

    .exchange-item--pos-m3[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(-540px) translateY(90px) scale(0.65);
        opacity: 0.25;
        z-index: 20;
        pointer-events: auto;
    }

    .exchange-item--hidden[b-5nz63pumq9] {
        transform: translate(-50%, -50%) translateX(0) translateY(90px) scale(0.65);
        opacity: 0;
        z-index: 1;
        pointer-events: none;
    }

    .exchange-item.selected[b-5nz63pumq9] {
        animation: selected-pulse-b-5nz63pumq9 2s ease-in-out infinite;
    }

    @keyframes selected-pulse-b-5nz63pumq9 {
        0%, 100% { filter: drop-shadow(0 20px 40px hsl(var(--primary) / 0.2)); }
        50% { filter: drop-shadow(0 25px 50px hsl(var(--primary) / 0.3)); }
    }

    .exchange-item:not(.selected):hover .exchange-icon[b-5nz63pumq9] {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 20px 40px hsl(var(--primary) / 0.15);
    }

    .exchange-item:not(.selected):hover .exchange-details[b-5nz63pumq9] {
        opacity: 0.8;
        transform: translateY(-2px);
    }

    .exchange-icon[b-5nz63pumq9] {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: linear-gradient(135deg, 
            hsl(var(--background)) 0%, 
            hsl(var(--muted)) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        box-shadow: 0 8px 25px hsl(var(--foreground) / 0.1);
        border: 2px solid hsl(var(--border));
        transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .exchange-item.selected .exchange-icon[b-5nz63pumq9] {
        width: 90px;
        height: 90px;
        box-shadow: 
            0 20px 40px hsl(var(--primary) / 0.25),
            0 0 0 3px hsl(var(--primary) / 0.3),
            inset 0 2px 0 hsl(var(--background));
        border: 3px solid hsl(var(--primary));
        background: linear-gradient(135deg, 
            hsl(var(--background)) 0%, 
            hsl(var(--primary) / 0.1) 100%);
    }

    .exchange-icon img[b-5nz63pumq9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        user-select: none;
        -webkit-user-drag: none;
        pointer-events: none;
    }

    .exchange-placeholder[b-5nz63pumq9] {
        color: hsl(var(--primary-foreground));
        font-weight: bold;
        font-size: 1.5rem;
        text-transform: uppercase;
        text-shadow: 0 2px 4px hsl(var(--foreground) / 0.2);
        pointer-events: none;
    }

    .exchange-item.selected .exchange-placeholder[b-5nz63pumq9] {
        font-size: 2rem;
    }

    .exchange-details[b-5nz63pumq9] {
        text-align: center;
        margin-top: 0.75rem;
        opacity: 0.6;
        transition: all 0.4s ease-out;
        min-width: 160px;
    }

    .exchange-item.selected .exchange-details[b-5nz63pumq9] {
        opacity: 1;
        margin-top: 1.2rem;
        transform: translateY(0);
    }

    .exchange-name[b-5nz63pumq9] {
        font-size: 0.8rem;
        font-weight: 500;
        margin: 0 0 0.4rem 0;
        color: hsl(var(--muted-foreground));
        transition: all 0.4s ease-out;
        line-height: 1.2;
    }

    .exchange-item.selected .exchange-name[b-5nz63pumq9] {
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--foreground));
    }

    .cashback-rate[b-5nz63pumq9] {
        background: linear-gradient(135deg, 
            hsl(var(--primary) / 0.15) 0%, 
            hsl(var(--accent) / 0.15) 100%);
        color: hsl(var(--primary));
        padding: 0.4rem 0.8rem;
        border-radius: 12px;
        font-weight: 700;
        font-size: 0.75rem;
        display: inline-block;
        min-width: 60px;
        border: 1px solid hsl(var(--primary) / 0.3);
        box-shadow: 0 4px 12px hsl(var(--primary) / 0.2);
        animation: slideInUp-b-5nz63pumq9 0.3s ease-out;
    }

    @keyframes slideInUp-b-5nz63pumq9 {
        from {
            opacity: 0;
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
/* /Components/ExchangeSetupModal.razor.rz.scp.css */
.scrollbar-thin[b-h7srwpo1he]::-webkit-scrollbar {
        width: 6px;
    }
    
    .scrollbar-thin[b-h7srwpo1he]::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .scrollbar-thin[b-h7srwpo1he]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 3px;
    }
    
    .scrollbar-thin[b-h7srwpo1he]::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }

    .animate-in[b-h7srwpo1he] {
        animation-fill-mode: both;
    }
    
    .fade-in[b-h7srwpo1he] {
        animation: fadeIn-b-h7srwpo1he 0.5s ease-out;
    }
    
    .slide-in-from-right[b-h7srwpo1he] {
        animation: slideInFromRight-b-h7srwpo1he 0.7s ease-out;
    }
    
    .slide-in-from-left[b-h7srwpo1he] {
        animation: slideInFromLeft-b-h7srwpo1he 0.5s ease-out;
    }
    
    .slide-in-from-bottom[b-h7srwpo1he] {
        animation: slideInFromBottom-b-h7srwpo1he 0.6s ease-out;
    }
    
    .zoom-in[b-h7srwpo1he] {
        animation: zoomIn-b-h7srwpo1he 0.5s ease-out;
    }
    
    @keyframes fadeIn-b-h7srwpo1he {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    @keyframes slideInFromRight-b-h7srwpo1he {
        from { 
            transform: translateX(100%); 
            opacity: 0;
        }
        to { 
            transform: translateX(0); 
            opacity: 1;
        }
    }
    
    @keyframes slideInFromLeft-b-h7srwpo1he {
        from { 
            transform: translateX(-20px); 
            opacity: 0;
        }
        to { 
            transform: translateX(0); 
            opacity: 1;
        }
    }
    
    @keyframes slideInFromBottom-b-h7srwpo1he {
        from { 
            transform: translateY(20px); 
            opacity: 0;
        }
        to { 
            transform: translateY(0); 
            opacity: 1;
        }
    }
    
    @keyframes zoomIn-b-h7srwpo1he {
        from { 
            transform: scale(0.9); 
            opacity: 0;
        }
        to { 
            transform: scale(1); 
            opacity: 1;
        }
    }

    @keyframes glowPulse-b-h7srwpo1he {
        0%, 100% { opacity: 0.4; transform: scale(1); }
        50% { opacity: 0.8; transform: scale(1.05); }
    }

    .glow-pulse[b-h7srwpo1he] {
        animation: glowPulse-b-h7srwpo1he 2.5s ease-in-out infinite;
    }

    @keyframes subtleBounce-b-h7srwpo1he {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }

    .subtle-bounce[b-h7srwpo1he] {
        animation: subtleBounce-b-h7srwpo1he 2s ease-in-out infinite;
    }

    @keyframes softGlow-b-h7srwpo1he {
        0%, 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.12); }
        50% { box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.04); }
    }

    .soft-glow[b-h7srwpo1he] {
        animation: softGlow-b-h7srwpo1he 2.2s ease-in-out infinite;
    }
/* /Components/HeroSection.razor.rz.scp.css */
.hero-section[b-afy1t7kqkp] {
        width: 100%;
        padding: 2rem 0 1rem 0;
        position: relative;
        overflow: hidden;
        background: hsl(160 6% 2%);
    }

    .hero-section[b-afy1t7kqkp]::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 120px;
        background: linear-gradient(to top, hsl(180 5% 3%), transparent);
        pointer-events: none;
        z-index: 1;
    }

    .hero-media__halo[b-afy1t7kqkp] {
        position: absolute;
        inset: -60%;
        border-radius: 9999px;
        background: radial-gradient(circle, hsl(var(--primary) / 0.18), transparent 55%);
        filter: blur(40px);
        z-index: 0;
        animation: halo-breathe-b-afy1t7kqkp 8s ease-in-out infinite;
    }

    @keyframes halo-breathe-b-afy1t7kqkp {
        0%, 100% { opacity: 0.7; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.06); }
    }

    @media (max-width: 1023px) {
        .hero-section .grid[b-afy1t7kqkp] {
            text-align: center;
            gap: 1.5rem;
        }

        .hero-section[b-afy1t7kqkp] {
            padding: 1.5rem 0 2.5rem 0;
        }

        .hero-media[b-afy1t7kqkp] {
            max-width: 480px;
        }
    }

    @media (max-width: 767px) {
        .hero-section[b-afy1t7kqkp] {
            padding: 1rem 0 2rem 0;
        }

        .hero-section .grid[b-afy1t7kqkp] {
            gap: 1rem;
        }

        .hero-media[b-afy1t7kqkp] {
            max-width: min(360px, 90vw);
            padding: 1.2rem;
        }
    }

    @media (min-width: 768px) {
        .hero-section[b-afy1t7kqkp] {
            padding: 2rem 0 3rem 0;
        }
    }

    @media (min-width: 1024px) {
        .hero-section[b-afy1t7kqkp] {
            padding: 2.5rem 0 3.5rem 0;
        }
    }

    @media (min-width: 1280px) {
        .hero-section[b-afy1t7kqkp] {
            padding: 3rem 0 4rem 0;
        }
    }

    .hero-media[b-afy1t7kqkp] {
        position: relative;
        width: min(580px, 85vw);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        overflow: visible;
        isolation: isolate;
        pointer-events: none;
    }

    .hero-media__video[b-afy1t7kqkp] {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: clamp(24px, 6vw, 38px);
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                    filter 0.6s ease;
        z-index: 3;
        filter: brightness(1.05) contrast(1.05);
        pointer-events: auto;
    }

    .hero-media:hover .hero-media__video[b-afy1t7kqkp] {
        transform: translateY(-8px) scale(1.02);
        filter: brightness(1.08) contrast(1.08);
    }

    .gradient-text[b-afy1t7kqkp] {
        background: linear-gradient(135deg, 
                                  hsl(var(--foreground)), 
                                  hsl(var(--primary)) 40%, 
                                  hsl(var(--accent)) 70%, 
                                  hsl(var(--primary)));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 200%;
        animation: gradient-shift-b-afy1t7kqkp 12s ease-in-out infinite;
    }

    @keyframes gradient-shift-b-afy1t7kqkp {
        0%, 100% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .hero-media__halo[b-afy1t7kqkp],
        .gradient-text[b-afy1t7kqkp] {
            animation: none;
        }

        .hero-media__video[b-afy1t7kqkp],
        .hero-media:hover .hero-media__video[b-afy1t7kqkp] {
            transform: none;
            transition: none;
        }
    }
/* /Components/HeroSectionBackup.razor.rz.scp.css */
.hero-section[b-ekaey36ok2] {
        width: 100%;
        padding: 2rem 0 1rem 0;
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg,
                    hsl(var(--background)) 0%,
                    hsl(var(--background)) 100%);
        isolate: isolate;
    }

    .hero-section[b-ekaey36ok2]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at 30% 20%, hsl(var(--primary) / 0.08) 0%, transparent 50%),
                    radial-gradient(ellipse at 80% 70%, hsl(var(--accent) / 0.06) 0%, transparent 45%),
                    radial-gradient(ellipse at 50% 90%, hsl(var(--primary) / 0.04) 0%, transparent 40%);
        opacity: 1;
        filter: blur(60px);
        pointer-events: none;
        animation: subtle-shift-b-ekaey36ok2 20s ease-in-out infinite alternate;
    }

    @keyframes subtle-shift-b-ekaey36ok2 {
        0% {
            opacity: 0.8;
            transform: translate(0, 0) scale(1);
        }
        100% {
            opacity: 1;
            transform: translate(-2%, 2%) scale(1.05);
        }
    }

    @media (max-width: 1023px) {
        .hero-section .grid[b-ekaey36ok2] {
            text-align: center;
            gap: 1.5rem;
        }

        .hero-section[b-ekaey36ok2] {
            padding: 1.5rem 0 2.5rem 0;
        }

        .hero-media[b-ekaey36ok2] {
            max-width: 480px;
        }
    }

    @media (max-width: 767px) {
        .hero-section[b-ekaey36ok2] {
            padding: 1rem 0 2rem 0;
        }

        .hero-section .grid[b-ekaey36ok2] {
            gap: 1rem;
        }

        .hero-media[b-ekaey36ok2] {
            max-width: min(360px, 90vw);
            padding: 1.2rem;
        }
    }

    @media (min-width: 768px) {
        .hero-section[b-ekaey36ok2] {
            padding: 2rem 0 3rem 0;
        }
    }

    @media (min-width: 1024px) {
        .hero-section[b-ekaey36ok2] {
            padding: 2.5rem 0 3.5rem 0;
        }
    }

    @media (min-width: 1280px) {
        .hero-section[b-ekaey36ok2] {
            padding: 3rem 0 4rem 0;
        }
    }

    .hero-media[b-ekaey36ok2] {
        position: relative;
        width: min(580px, 85vw);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        overflow: visible;
        isolation: isolate;
    }

    .hero-media__halo[b-ekaey36ok2] {
        position: absolute;
        inset: -30%;
        background: radial-gradient(circle at center, hsl(var(--primary) / 0.45), transparent 60%);
        opacity: 0.35;
        filter: blur(40px);
        animation: pulse-halo-b-ekaey36ok2 9s ease-in-out infinite;
        z-index: 0;
        pointer-events: none;
    }

    .hero-media__pulse[b-ekaey36ok2] {
        position: absolute;
        inset: -55% 5% 5% 5%;
        background: radial-gradient(ellipse at 50% 30%, hsl(var(--primary) / 0.18), transparent 60%),
                    radial-gradient(ellipse at 70% 70%, hsl(var(--accent) / 0.14), transparent 55%);
        filter: blur(70px);
        opacity: 0.3;
        animation: gentle-pulse-b-ekaey36ok2 12s ease-in-out infinite alternate;
        z-index: 0;
        pointer-events: none;
    }

    .hero-media__orb[b-ekaey36ok2] {
        position: absolute;
        width: clamp(190px, 34vw, 260px);
        height: clamp(190px, 34vw, 260px);
        border-radius: 9999px;
        filter: blur(40px);
        opacity: 0.55;
        mix-blend-mode: screen;
        z-index: 1;
        pointer-events: none;
    }

    .hero-media__orb--one[b-ekaey36ok2] {
        top: -14%;
        left: 4%;
        background: radial-gradient(circle at center, hsl(var(--primary) / 0.45), transparent 65%);
        animation: orb-drift-one-b-ekaey36ok2 22s ease-in-out infinite;
    }

    .hero-media__orb--two[b-ekaey36ok2] {
        bottom: -12%;
        right: 10%;
        background: radial-gradient(circle at center, hsl(var(--accent) / 0.46), transparent 70%);
        animation: orb-drift-two-b-ekaey36ok2 26s ease-in-out infinite;
    }

    .hero-media__orb--three[b-ekaey36ok2] {
        top: 38%;
        left: -18%;
        background: radial-gradient(circle at center, hsl(var(--primary) / 0.4), transparent 68%);
        animation: orb-drift-three-b-ekaey36ok2 28s ease-in-out infinite;
    }

    .hero-game[b-ekaey36ok2] {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: clamp(24px, 6vw, 38px);
        overflow: hidden;
        border: 1px solid rgba(56, 189, 248, 0.2);
        box-shadow: 0 0 40px rgba(56, 189, 248, 0.1), 0 20px 60px rgba(0, 0, 0, 0.6), inset 0 0 60px rgba(6, 6, 15, 0.8);
        z-index: 3;
        background: #06060f;
        transition: opacity 0.6s ease, border-color 0.4s ease;
    }

    .hero-game--demo[b-ekaey36ok2] {
        cursor: default;
    }

    .hero-game--demo canvas[b-ekaey36ok2] {
        opacity: 0.45;
        filter: blur(0.5px);
        transition: opacity 0.5s ease, filter 0.5s ease;
    }

    .hero-game--active[b-ekaey36ok2] {
        cursor: crosshair;
        border-color: rgba(56, 189, 248, 0.4);
    }

    .hero-game--active canvas[b-ekaey36ok2] {
        opacity: 1;
        filter: none;
        transition: opacity 0.5s ease, filter 0.5s ease;
    }

    .hero-game canvas[b-ekaey36ok2] {
        width: 100%;
        height: 100%;
        display: block;
    }

    .hero-game__overlay[b-ekaey36ok2] {
        position: absolute;
        inset: 0;
        z-index: 7;
        display: flex;
        align-items: center;
        justify-content: center;
        background: radial-gradient(ellipse at center, rgba(6, 6, 15, 0.55) 0%, rgba(6, 6, 15, 0.35) 60%, transparent 100%);
        border-radius: inherit;
    }

    .hero-game__overlay-content[b-ekaey36ok2] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }

    .hero-game__demo-badge[b-ekaey36ok2] {
        font-family: 'Courier New', 'Fira Code', monospace;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: rgba(56, 189, 248, 0.8);
        border: 1px solid rgba(56, 189, 248, 0.3);
        border-radius: 9999px;
        padding: 0.25rem 0.75rem;
        background: rgba(6, 6, 15, 0.7);
        backdrop-filter: blur(4px);
        animation: demo-badge-pulse-b-ekaey36ok2 3s ease-in-out infinite;
    }

    @keyframes demo-badge-pulse-b-ekaey36ok2 {
        0%, 100% { color: rgba(56, 189, 248, 0.8); border-color: rgba(56, 189, 248, 0.3); }
        50% { color: rgba(56, 189, 248, 1); border-color: rgba(56, 189, 248, 0.6); }
    }

    .hero-game__demo-hint[b-ekaey36ok2] {
        font-family: 'Courier New', 'Fira Code', monospace;
        font-size: 0.72rem;
        color: rgba(148, 163, 184, 0.7);
        text-shadow: 0 0 4px rgba(56, 189, 248, 0.2);
        text-align: center;
        max-width: 280px;
    }

    .hero-game__hud[b-ekaey36ok2] {
        position: absolute;
        top: 0.75rem;
        left: 0.75rem;
        z-index: 5;
        border-radius: 9999px;
        padding: 0.4rem 0.85rem;
        border: 1px solid rgba(56, 189, 248, 0.35);
        background: rgba(6, 6, 15, 0.85);
        backdrop-filter: blur(8px);
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.8rem;
        font-weight: 800;
        font-family: 'Courier New', 'Fira Code', monospace;
        color: #e2e8f0;
        text-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
    }

    .hero-game__score-label[b-ekaey36ok2] {
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: rgba(148, 163, 184, 0.8);
    }

    .hero-game__score-value[b-ekaey36ok2] {
        color: #4ade80;
        min-width: 3.5rem;
        text-align: right;
        text-shadow: 0 0 10px rgba(74, 222, 128, 0.6);
    }

    .hero-game__play[b-ekaey36ok2] {
        border-radius: 9999px;
        border: 1px solid rgba(56, 189, 248, 0.6);
        background: linear-gradient(135deg, rgba(56, 189, 248, 0.9), rgba(99, 102, 241, 0.9));
        color: #fff;
        padding: 0.85rem 1.5rem;
        font-weight: 800;
        font-size: 0.95rem;
        font-family: 'Courier New', 'Fira Code', monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        box-shadow: 0 0 30px rgba(56, 189, 248, 0.4), 0 12px 35px rgba(0, 0, 0, 0.5);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        animation: play-btn-pulse-b-ekaey36ok2 2s ease-in-out infinite;
        cursor: pointer;
    }

    .hero-game__play:hover[b-ekaey36ok2] {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 0 45px rgba(56, 189, 248, 0.6), 0 16px 40px rgba(0, 0, 0, 0.6);
    }

    @keyframes play-btn-pulse-b-ekaey36ok2 {
        0%, 100% { box-shadow: 0 0 30px rgba(56, 189, 248, 0.4), 0 12px 35px rgba(0, 0, 0, 0.5); }
        50% { box-shadow: 0 0 45px rgba(56, 189, 248, 0.6), 0 12px 35px rgba(0, 0, 0, 0.5); }
    }

    .hero-game__hint[b-ekaey36ok2] {
        position: absolute;
        right: 0.75rem;
        bottom: 0.75rem;
        z-index: 5;
        border-radius: 9999px;
        border: 1px solid rgba(56, 189, 248, 0.2);
        background: rgba(6, 6, 15, 0.8);
        color: rgba(148, 163, 184, 0.7);
        font-size: 0.68rem;
        font-family: 'Courier New', 'Fira Code', monospace;
        padding: 0.35rem 0.7rem;
        backdrop-filter: blur(6px);
        text-shadow: 0 0 4px rgba(56, 189, 248, 0.3);
    }

    .gradient-text[b-ekaey36ok2] {
        background: linear-gradient(135deg,
                                  hsl(var(--foreground)),
                                  hsl(var(--primary)) 40%,
                                  hsl(var(--accent)) 70%,
                                  hsl(var(--primary)));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 200%;
        animation: gradient-shift-b-ekaey36ok2 12s ease-in-out infinite;
    }

    @keyframes gradient-shift-b-ekaey36ok2 {
        0%, 100% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
    }

    @keyframes pulse-halo-b-ekaey36ok2 {
        0%, 100% {
            opacity: 0.35;
            transform: scale(0.96);
        }
        50% {
            opacity: 0.55;
            transform: scale(1.04);
        }
    }

    @keyframes gentle-pulse-b-ekaey36ok2 {
        0% {
            opacity: 0.25;
            transform: scale(0.98);
        }
        100% {
            opacity: 0.35;
            transform: scale(1.02);
        }
    }

    @keyframes orb-drift-one-b-ekaey36ok2 {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }
        50% {
            transform: translate3d(12px, -16px, 0) scale(1.05);
        }
    }

    @keyframes orb-drift-two-b-ekaey36ok2 {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }
        50% {
            transform: translate3d(-18px, 14px, 0) scale(1.08);
        }
    }

    @keyframes orb-drift-three-b-ekaey36ok2 {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }
        50% {
            transform: translate3d(14px, -18px, 0) scale(0.96);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .hero-section[b-ekaey36ok2]::before,
        .hero-media__pulse[b-ekaey36ok2],
        .hero-media__halo[b-ekaey36ok2],
        .hero-media__orb[b-ekaey36ok2],
        .gradient-text[b-ekaey36ok2] {
            animation: none;
        }

        .hero-game__play[b-ekaey36ok2] {
            animation: none;
            transition: none;
        }

        .hero-game__demo-badge[b-ekaey36ok2] {
            animation: none;
        }
    }
/* /Components/HowItWorks.razor.rz.scp.css */
.hiw[b-brqcgmw4jh] {
        display: flex;
        justify-content: center;
        margin-top: 2.5rem;
        padding: 0 1rem;
        perspective: 800px;
    }

    .hiw__frame[b-brqcgmw4jh] {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0;
        padding: 0.75rem 2.5rem;
        border-radius: 60px;
        border: 1px solid rgba(148, 163, 184, 0.18);
        background: rgba(255, 255, 255, 0.02);
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
        overflow: hidden;
        transform-style: preserve-3d;
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    }

    .hiw__frame:hover[b-brqcgmw4jh] {
        transform: rotateX(4deg) rotateY(-6deg) scale(1.02);
        box-shadow:
            0 28px 60px rgba(15, 23, 42, 0.45),
            0 0 30px hsl(var(--primary) / 0.08),
            -4px 8px 20px hsl(var(--primary) / 0.06);
    }

    .hiw__glow-top[b-brqcgmw4jh] {
        position: absolute;
        top: -1px;
        left: 10%;
        right: 10%;
        height: 1px;
        background: linear-gradient(90deg,
            transparent,
            hsl(var(--primary) / 0.4) 20%,
            hsl(var(--primary) / 0.7) 50%,
            hsl(var(--primary) / 0.4) 80%,
            transparent
        );
        filter: blur(0.5px);
        pointer-events: none;
    }

    .hiw__glow-bot[b-brqcgmw4jh] {
        position: absolute;
        bottom: -1px;
        left: 20%;
        right: 20%;
        height: 1px;
        background: linear-gradient(90deg,
            transparent,
            hsl(var(--primary) / 0.15) 30%,
            hsl(var(--primary) / 0.25) 50%,
            hsl(var(--primary) / 0.15) 70%,
            transparent
        );
        pointer-events: none;
    }

    .hiw__shimmer[b-brqcgmw4jh] {
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient(
            105deg,
            transparent 0%,
            hsl(var(--primary) / 0.02) 30%,
            hsl(var(--primary) / 0.07) 50%,
            hsl(var(--primary) / 0.02) 70%,
            transparent 100%
        );
        animation: shimmer-slide-b-brqcgmw4jh 5s ease-in-out infinite;
        pointer-events: none;
    }

    .hiw__orb[b-brqcgmw4jh] {
        position: absolute;
        right: -10%;
        top: 50%;
        transform: translateY(-50%);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: radial-gradient(circle, hsl(var(--primary) / 0.08), transparent 70%);
        filter: blur(20px);
        pointer-events: none;
        animation: orb-drift-b-brqcgmw4jh 6s ease-in-out infinite;
    }

    @keyframes orb-drift-b-brqcgmw4jh {
        0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.5; }
        50% { transform: translateY(-50%) translateX(-15px); opacity: 0.8; }
    }

    @keyframes shimmer-slide-b-brqcgmw4jh {
        0% { left: -60%; }
        100% { left: 160%; }
    }

    .hiw__appear[b-brqcgmw4jh] {
        opacity: 0;
        transform: translateY(8px) scale(0.95);
        animation: step-enter-b-brqcgmw4jh 0.5s ease forwards;
        animation-delay: calc(0.6s + var(--i, 0) * 0.15s);
    }

    .hiw__appear--0[b-brqcgmw4jh] { --i: 0; }
    .hiw__appear--1[b-brqcgmw4jh] { --i: 1; }
    .hiw__appear--2[b-brqcgmw4jh] { --i: 2; }
    .hiw__appear--3[b-brqcgmw4jh] { --i: 3; }
    .hiw__appear--4[b-brqcgmw4jh] { --i: 4; }

    @keyframes step-enter-b-brqcgmw4jh {
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .hiw__step[b-brqcgmw4jh] {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        position: relative;
        z-index: 1;
    }

    .hiw__pip[b-brqcgmw4jh] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.2rem;
        height: 2.2rem;
        flex-shrink: 0;
    }

    .hiw__ring[b-brqcgmw4jh] {
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 1.5px solid hsl(var(--primary) / 0.25);
        background: linear-gradient(135deg, hsl(var(--primary) / 0.06), transparent);
        transition: all 0.4s ease;
    }

    .hiw__ring--glow[b-brqcgmw4jh] {
        border-color: hsl(var(--primary) / 0.5);
        background: radial-gradient(circle, hsl(var(--primary) / 0.12), transparent 70%);
        box-shadow:
            0 0 14px hsl(var(--primary) / 0.25),
            0 0 28px hsl(var(--primary) / 0.1),
            inset 0 0 8px hsl(var(--primary) / 0.1);
        animation: ring-pulse-b-brqcgmw4jh 2.8s ease-in-out infinite;
    }

    @keyframes ring-pulse-b-brqcgmw4jh {
        0%, 100% { box-shadow: 0 0 12px hsl(var(--primary) / 0.2), 0 0 24px hsl(var(--primary) / 0.08), inset 0 0 6px hsl(var(--primary) / 0.08); }
        50% { box-shadow: 0 0 20px hsl(var(--primary) / 0.35), 0 0 40px hsl(var(--primary) / 0.15), inset 0 0 10px hsl(var(--primary) / 0.12); }
    }

    .hiw__num[b-brqcgmw4jh] {
        position: relative;
        font-size: 0.78rem;
        font-weight: 700;
        color: hsl(var(--primary) / 0.85);
        z-index: 1;
    }

    .hiw__pip--end .hiw__num[b-brqcgmw4jh] {
        color: hsl(var(--primary));
        font-size: 0.9rem;
        text-shadow: 0 0 10px hsl(var(--primary) / 0.3);
    }

    .hiw__label[b-brqcgmw4jh] {
        font-size: 0.92rem;
        font-weight: 600;
        color: hsl(var(--foreground) / 0.9);
        white-space: nowrap;
        letter-spacing: -0.01em;
        position: relative;
        z-index: 1;
    }

    .hiw__label--hl[b-brqcgmw4jh] {
        color: hsl(var(--primary));
        font-weight: 700;
        text-shadow: 0 0 20px hsl(var(--primary) / 0.2);
    }

    .hiw__bridge[b-brqcgmw4jh] {
        display: flex;
        align-items: center;
        gap: 0;
        padding: 0 1rem;
        position: relative;
        z-index: 1;
    }

    .hiw__line[b-brqcgmw4jh] {
        position: relative;
        width: 28px;
        height: 1.5px;
        background: linear-gradient(90deg, hsl(var(--primary) / 0.12), hsl(var(--primary) / 0.3));
        border-radius: 1px;
        overflow: hidden;
    }

    .hiw__particle[b-brqcgmw4jh] {
        position: absolute;
        top: -1px;
        left: -6px;
        width: 6px;
        height: 3px;
        border-radius: 3px;
        background: hsl(var(--primary));
        box-shadow: 0 0 6px 2px hsl(var(--primary) / 0.5);
        animation: particle-flow-b-brqcgmw4jh 2s ease-in-out infinite;
    }

    .hiw__bridge--2 .hiw__particle[b-brqcgmw4jh] { animation-delay: 0.5s; }

    @keyframes particle-flow-b-brqcgmw4jh {
        0% { left: -6px; opacity: 0; }
        15% { opacity: 1; }
        85% { opacity: 1; }
        100% { left: calc(100% + 6px); opacity: 0; }
    }

    .hiw__chevron[b-brqcgmw4jh] {
        width: 8px;
        height: 12px;
        color: hsl(var(--primary) / 0.35);
        margin-left: -1px;
        animation: chevron-nudge-b-brqcgmw4jh 2.5s ease-in-out infinite;
    }

    .hiw__bridge--2 .hiw__chevron[b-brqcgmw4jh] { animation-delay: 0.35s; }

    @keyframes chevron-nudge-b-brqcgmw4jh {
        0%, 100% { transform: translateX(0); opacity: 0.4; }
        50% { transform: translateX(2px); opacity: 0.9; }
    }

    @media (max-width: 640px) {
        .hiw__frame[b-brqcgmw4jh] {
            padding: 0.9rem 1.4rem;
            border-radius: 24px;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.5rem;
        }

        .hiw__bridge[b-brqcgmw4jh] { padding: 0 0.6rem; }
        .hiw__label[b-brqcgmw4jh] { font-size: 0.8rem; }
        .hiw__pip[b-brqcgmw4jh] { width: 1.8rem; height: 1.8rem; }
        .hiw__line[b-brqcgmw4jh] { width: 18px; }
        .hiw__orb[b-brqcgmw4jh] { display: none; }
    }

    @media (max-width: 480px) {
        .hiw__frame[b-brqcgmw4jh] {
            flex-direction: column;
            border-radius: 18px;
            padding: 1.1rem 1.4rem;
            gap: 0.25rem;
            align-items: flex-start;
        }

        .hiw__bridge[b-brqcgmw4jh] {
            flex-direction: column;
            align-items: center;
            padding: 0;
            margin-left: 0.55rem;
            gap: 0;
        }

        .hiw__bridge .hiw__line[b-brqcgmw4jh] {
            width: 1.5px;
            height: 18px;
        }

        .hiw__bridge .hiw__chevron[b-brqcgmw4jh] {
            transform: rotate(90deg);
            margin-left: 0;
            margin-top: -2px;
        }

        .hiw__bridge .hiw__particle[b-brqcgmw4jh] {
            top: -6px;
            left: -0.5px;
            width: 3px;
            height: 6px;
            animation-name: particle-flow-v-b-brqcgmw4jh;
        }
    }

    @keyframes particle-flow-v-b-brqcgmw4jh {
        0% { top: -6px; opacity: 0; }
        15% { opacity: 1; }
        85% { opacity: 1; }
        100% { top: calc(100% + 6px); opacity: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
        .hiw__shimmer[b-brqcgmw4jh], .hiw__orb[b-brqcgmw4jh] { display: none; }
        .hiw__chevron[b-brqcgmw4jh] { animation: none; opacity: 0.6; transform: none; }
        .hiw__particle[b-brqcgmw4jh] { animation: none; display: none; }
        .hiw__ring--glow[b-brqcgmw4jh] { animation: none; }
        .hiw__appear[b-brqcgmw4jh] { animation: none; opacity: 1; transform: none; }
        .hiw__frame:hover[b-brqcgmw4jh] { transform: none; }
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qdmri83o99] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qdmri83o99] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.site-film[b-qdmri83o99]::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 50;
        pointer-events: none;
        background-image: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 22px,
            hsl(var(--foreground) / 0.04) 22px,
            hsl(var(--foreground) / 0.04) 23px
        );
        mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
        -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
    }

    .site-film[b-qdmri83o99]::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 51;
        pointer-events: none;
        opacity: 0.025;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 256px 256px;
    }
/* /Components/MobileNavigation.razor.rz.scp.css */
#mobile-menu[b-6qj8nkd2ou] {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }
    
    
    @media (max-width: 768px) {
        .max-w-7xl[b-6qj8nkd2ou] {
            max-width: 100%;
        }
        
        nav[b-6qj8nkd2ou] {
            position: sticky;
            top: 0;
            z-index: 50;
        }
    }
/* /Components/PageFaq.razor.rz.scp.css */
.page-faq[b-8iyaq2hsgo] {
        position: relative;
        padding: clamp(3rem, 7vw, 5rem) 0;
        overflow: hidden;
        isolation: isolate;
        background: hsl(190 5% 3%);
    }




    .page-faq__container[b-8iyaq2hsgo] {
        position: relative;
        z-index: 1;
    }

    .page-faq__header[b-8iyaq2hsgo] {
        display: grid;
        gap: 0.8rem;
        max-width: 52rem;
        margin: 0 auto 2rem;
        text-align: center;
    }

    .page-faq__kicker[b-8iyaq2hsgo] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.2);
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .page-faq__title[b-8iyaq2hsgo] {
        margin: 0;
        font-family: var(--font-heading);
        font-size: clamp(2rem, 4vw, 3.3rem);
        font-weight: 900;
        line-height: 1.02;
        letter-spacing: -0.04em;
        color: hsl(var(--foreground));
    }

    .page-faq__subtitle[b-8iyaq2hsgo] {
        margin: 0;
        font-size: clamp(1.05rem, 2.5vw, 1.35rem);
        line-height: 1.45;
        color: hsl(var(--foreground) / 0.9);
        font-weight: 700;
    }

    .page-faq__description[b-8iyaq2hsgo] {
        margin: 0;
        color: hsl(var(--muted-foreground));
        font-size: 1rem;
        line-height: 1.8;
    }

    .page-faq__shell[b-8iyaq2hsgo] {
        position: relative;
        max-width: 72rem;
        margin: 0 auto;
        padding: clamp(1rem, 2vw, 1.5rem);
        border-radius: 2rem;
        border: 1px solid hsl(var(--border) / 0.6);
        background: hsl(var(--card) / 0.88);
        box-shadow: 0 24px 50px hsl(var(--muted) / 0.25);
        overflow: hidden;
    }

    .page-faq__glow[b-8iyaq2hsgo] {
        position: absolute;
        border-radius: 999px;
        filter: blur(70px);
        opacity: 0.15;
        pointer-events: none;
    }

    .page-faq__glow--one[b-8iyaq2hsgo] {
        width: 14rem;
        height: 14rem;
        top: -3rem;
        left: -2rem;
        background: hsl(var(--primary));
    }

    .page-faq__glow--two[b-8iyaq2hsgo] {
        width: 16rem;
        height: 16rem;
        right: -3rem;
        bottom: -5rem;
        background: hsl(var(--accent));
    }

    .page-faq__list[b-8iyaq2hsgo] {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .page-faq__item[b-8iyaq2hsgo] {
        position: relative;
        border-radius: 1.4rem;
        border: 1px solid hsl(var(--border) / 0.7);
        background:
            linear-gradient(145deg, hsl(var(--background) / 0.55), hsl(var(--card) / 0.96));
        backdrop-filter: blur(18px);
        box-shadow: inset 0 1px 0 hsl(var(--foreground) / 0.04);
        transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    }

    .page-faq__item:hover[b-8iyaq2hsgo] {
        transform: translateY(-3px);
        border-color: hsl(var(--primary) / 0.32);
        box-shadow: 0 20px 45px hsl(var(--background) / 0.22);
    }

    .page-faq__item--open[b-8iyaq2hsgo] {
        border-color: hsl(var(--primary) / 0.38);
        box-shadow: 0 24px 50px hsl(var(--background) / 0.25), 0 0 0 1px hsl(var(--primary) / 0.08);
    }

    .page-faq__item--wide[b-8iyaq2hsgo] {
        grid-column: 1 / -1;
    }

    .page-faq__question[b-8iyaq2hsgo] {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 0.9rem;
        align-items: center;
        padding: 1.15rem 1.2rem;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        cursor: pointer;
    }

    .page-faq__index[b-8iyaq2hsgo] {
        width: 2.4rem;
        height: 2.4rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.9rem;
        border: 1px solid hsl(var(--primary) / 0.18);
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-family: var(--font-heading);
        font-size: 0.82rem;
        font-weight: 900;
        letter-spacing: -0.03em;
        box-shadow: inset 0 1px 0 hsl(var(--foreground) / 0.04);
    }

    .page-faq__question-copy[b-8iyaq2hsgo] {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.55;
        color: hsl(var(--foreground));
    }

    .page-faq__icon[b-8iyaq2hsgo] {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--background) / 0.5);
        color: hsl(var(--muted-foreground));
        transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
    }

    .page-faq__icon svg[b-8iyaq2hsgo] {
        width: 1rem;
        height: 1rem;
    }

    .page-faq__item--open .page-faq__icon[b-8iyaq2hsgo] {
        transform: rotate(45deg);
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        border-color: transparent;
    }

    .page-faq__answer-wrap[b-8iyaq2hsgo] {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.3s ease;
    }

    .page-faq__item--open .page-faq__answer-wrap[b-8iyaq2hsgo] {
        grid-template-rows: 1fr;
    }

    .page-faq__answer[b-8iyaq2hsgo] {
        min-height: 0;
        overflow: hidden;
        padding: 0 1.2rem;
        color: hsl(var(--muted-foreground));
        line-height: 1.8;
        white-space: pre-line;
    }

    .page-faq__item--open .page-faq__answer[b-8iyaq2hsgo] {
        padding-bottom: 1.2rem;
    }

    @media (max-width: 768px) {
        .page-faq__list[b-8iyaq2hsgo] {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 640px) {
        .page-faq__shell[b-8iyaq2hsgo] {
            padding: 0.85rem;
            border-radius: 1.4rem;
        }

        .page-faq__item[b-8iyaq2hsgo] {
            border-radius: 1.1rem;
        }

        .page-faq__question[b-8iyaq2hsgo] {
            grid-template-columns: 1fr auto;
            padding: 1rem;
        }

        .page-faq__index[b-8iyaq2hsgo] {
            display: none;
        }

        .page-faq__answer[b-8iyaq2hsgo] {
            padding-inline: 1rem;
        }

        .page-faq__item--open .page-faq__answer[b-8iyaq2hsgo] {
            padding-bottom: 1rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .page-faq__item[b-8iyaq2hsgo],
        .page-faq__icon[b-8iyaq2hsgo],
        .page-faq__answer-wrap[b-8iyaq2hsgo] {
            transition: none;
        }

        .page-faq__item:hover[b-8iyaq2hsgo] {
            transform: none;
        }
    }
/* /Components/Pages/NotFound.razor.rz.scp.css */
.tb-404-shell[b-bvz4wql7ef] {
        position: relative;
        min-height: calc(100vh - 10rem);
        display: grid;
        place-items: center;
        overflow: hidden;
        padding: 4rem 1.5rem 5rem;
        background:
            radial-gradient(circle at 20% 20%, hsl(var(--primary) / 0.18), transparent 28%),
            radial-gradient(circle at 80% 18%, hsl(var(--accent) / 0.16), transparent 26%),
            radial-gradient(circle at 50% 100%, hsl(var(--secondary) / 0.12), transparent 36%),
            linear-gradient(180deg, hsl(var(--background)), hsl(var(--muted) / 0.35));
    }

    .tb-404-orbit[b-bvz4wql7ef] {
        position: absolute;
        border-radius: 999px;
        border: 1px solid hsl(var(--border) / 0.55);
        box-shadow: 0 0 0 1px hsl(var(--background) / 0.2) inset;
        pointer-events: none;
    }

    .tb-404-orbit-a[b-bvz4wql7ef] {
        width: 34rem;
        height: 34rem;
        opacity: 0.35;
        animation: tb-404-spin-b-bvz4wql7ef 28s linear infinite;
    }

    .tb-404-orbit-b[b-bvz4wql7ef] {
        width: 46rem;
        height: 46rem;
        opacity: 0.18;
        animation: tb-404-spin-reverse-b-bvz4wql7ef 40s linear infinite;
    }

    .tb-404-card[b-bvz4wql7ef] {
        position: relative;
        z-index: 1;
        width: min(100%, 52rem);
        padding: 2.5rem;
        border-radius: 2rem;
        border: 1px solid hsl(var(--border) / 0.8);
        background: linear-gradient(180deg, hsl(var(--card) / 0.95), hsl(var(--card) / 0.82));
        box-shadow:
            0 24px 80px hsl(var(--foreground) / 0.08),
            0 0 0 1px hsl(var(--background) / 0.4) inset;
        text-align: center;
        backdrop-filter: blur(14px);
    }

    .tb-404-badge[b-bvz4wql7ef] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 5rem;
        padding: 0.45rem 1rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.28);
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-size: 0.85rem;
        font-weight: 800;
        letter-spacing: 0.24em;
        text-indent: 0.24em;
        text-transform: uppercase;
    }

    .tb-404-logo-wrap[b-bvz4wql7ef] {
        margin: 1.75rem 0 1rem;
        display: flex;
        justify-content: center;
    }

    .tb-404-title[b-bvz4wql7ef] {
        margin: 0;
        font-size: clamp(2.4rem, 6vw, 4.8rem);
        line-height: 0.95;
        letter-spacing: -0.05em;
        color: hsl(var(--foreground));
        text-wrap: balance;
    }

    .tb-404-copy[b-bvz4wql7ef] {
        width: min(100%, 36rem);
        margin: 1rem auto 0;
        color: hsl(var(--muted-foreground));
        font-size: 1.05rem;
        line-height: 1.7;
        text-wrap: balance;
    }

    .tb-404-actions[b-bvz4wql7ef] {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.85rem;
    }

    .tb-404-button[b-bvz4wql7ef] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 11rem;
        padding: 0.95rem 1.35rem;
        border-radius: 999px;
        border: 1px solid transparent;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .tb-404-button:hover[b-bvz4wql7ef] {
        transform: translateY(-1px);
    }

    .tb-404-button-primary[b-bvz4wql7ef] {
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        box-shadow: 0 16px 32px hsl(var(--primary) / 0.24);
    }

    .tb-404-button-secondary[b-bvz4wql7ef] {
        border-color: hsl(var(--border));
        background: hsl(var(--background) / 0.72);
        color: hsl(var(--foreground));
    }

    @keyframes tb-404-spin-b-bvz4wql7ef {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    @keyframes tb-404-spin-reverse-b-bvz4wql7ef {
        from { transform: rotate(360deg); }
        to { transform: rotate(0deg); }
    }

    @media (max-width: 640px) {
        .tb-404-shell[b-bvz4wql7ef] {
            padding-inline: 1rem;
            min-height: calc(100vh - 7rem);
        }

        .tb-404-card[b-bvz4wql7ef] {
            padding: 1.5rem 1.25rem;
            border-radius: 1.5rem;
        }

        .tb-404-orbit-a[b-bvz4wql7ef] {
            width: 24rem;
            height: 24rem;
        }

        .tb-404-orbit-b[b-bvz4wql7ef] {
            width: 32rem;
            height: 32rem;
        }

        .tb-404-button[b-bvz4wql7ef] {
            width: 100%;
        }
    }
/* /Components/UidEntryForm.razor.rz.scp.css */
.uid-entry-dialog[b-2u349kad7u] {
    width: min(34rem, calc(100vw - 2rem));
    max-width: none;
    margin: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
}

.uid-entry-dialog[b-2u349kad7u]::backdrop {
    background: hsl(var(--background) / 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.uid-entry-dialog__surface[b-2u349kad7u] {
    display: grid;
    gap: 1rem;
    width: 100%;
    border: 1px solid hsl(var(--border));
    border-radius: 1.25rem;
    background: linear-gradient(180deg, hsl(var(--background)), hsl(var(--card)));
    padding: 1.5rem;
    box-shadow: 0 28px 80px hsl(var(--background) / 0.6);
}

.uid-entry-dialog__surface--loading[b-2u349kad7u] {
    overflow: hidden;
}

.uid-entry-dialog__header[b-2u349kad7u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.35rem;
}

.uid-entry-dialog__close[b-2u349kad7u] {
    display: inline-flex;
    align-items: center;
    margin-top: 0.35rem;
    border: 1px solid hsl(var(--border));
    border-radius: 9999px;
    background: hsl(var(--muted) / 0.7);
    color: hsl(var(--muted-foreground));
    padding: 0.65rem;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.uid-entry-dialog__close:hover[b-2u349kad7u] {
    background: hsl(var(--muted));
    color: hsl(var(--foreground));
    border-color: hsl(var(--primary) / 0.35);
    transform: translateY(-1px);
}

.uid-entry-dialog__close-icon[b-2u349kad7u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uid-entry-loading-dot[b-2u349kad7u] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: hsl(var(--primary));
    animation: bounce 1s infinite;
}

.uid-entry-loading-dot--2[b-2u349kad7u] {
    animation-delay: 150ms;
}

.uid-entry-loading-dot--3[b-2u349kad7u] {
    animation-delay: 300ms;
}

@media (max-width: 640px) {
    .uid-entry-dialog[b-2u349kad7u] {
        width: min(34rem, calc(100vw - 1rem));
    }

    .uid-entry-dialog__surface[b-2u349kad7u] {
        padding: 1.15rem;
        border-radius: 1rem;
    }

    .uid-entry-dialog__header[b-2u349kad7u] {
        flex-direction: column;
        align-items: stretch;
    }

    .uid-entry-dialog__close[b-2u349kad7u] {
        align-self: flex-end;
        margin-top: 0;
    }
}
/* /Components/UI/DashboardSplash.razor.rz.scp.css */
.dashboard-splash[b-frycjrdhhy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--background));
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-splash.active[b-frycjrdhhy] {
    opacity: 1;
    transform: scale(1);
}

.dashboard-splash--hidden[b-frycjrdhhy] {
    display: none;
}

.splash-content[b-frycjrdhhy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.logo-burst[b-frycjrdhhy] {
    position: relative;
    z-index: 10;
}

.dash-logo[b-frycjrdhhy] {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 4px 12px hsl(var(--primary)/0.3));
}

.logo-burst-left[b-frycjrdhhy],
.logo-burst-right[b-frycjrdhhy] {
    animation: logo-appear-b-frycjrdhhy 0.6s ease-out forwards;
    transform-origin: center;
    opacity: 0;
}

.logo-burst-right[b-frycjrdhhy] {
    animation-delay: 0.1s;
}

@keyframes logo-appear-b-frycjrdhhy {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.typewriter-container[b-frycjrdhhy] {
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    min-height: 2rem;
}

.typewriter-text[b-frycjrdhhy] {
    background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cursor[b-frycjrdhhy] {
    color: hsl(var(--primary));
    font-weight: 400;
    animation: none;
}

.cursor.blink[b-frycjrdhhy] {
    animation: cursor-blink-b-frycjrdhhy 1s infinite;
}

@keyframes cursor-blink-b-frycjrdhhy {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.loading-indicator[b-frycjrdhhy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 200px;
}

.loading-progress-bar[b-frycjrdhhy] {
    width: 100%;
    height: 2px;
    appearance: none;
    border: 0;
    background: hsl(var(--muted));
    border-radius: 1px;
    overflow: hidden;
}

.loading-progress-bar[b-frycjrdhhy]::-webkit-progress-bar {
    background: hsl(var(--muted));
}

.loading-progress-bar[b-frycjrdhhy]::-webkit-progress-value {
    background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));
    border-radius: 1px;
}

.loading-progress-bar[b-frycjrdhhy]::-moz-progress-bar {
    background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));
    border-radius: 1px;
}

.loading-text[b-frycjrdhhy] {
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
    font-weight: 500;
}

@media (max-width: 768px) {
    .dash-logo[b-frycjrdhhy] {
        width: 100px;
    }
    
    .typewriter-container[b-frycjrdhhy] {
        font-size: 1.25rem;
    }
    
    .loading-indicator[b-frycjrdhhy] {
        width: 160px;
    }
}
/* /Components/UI/ImageBrowser.razor.rz.scp.css */
.image-browser-container .selected-image[b-safkwtahoe],
    .image-browser-container .no-image[b-safkwtahoe] {
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        padding: 1rem;
        background-color: #f8f9fa;
    }

    .modal.show[b-safkwtahoe] {
        display: block !important;
    }

    .image-browser-container .card.border-primary[b-safkwtahoe] {
        border-color: #0d6efd !important;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }
/* /Components/UI/ImagePreview.razor.rz.scp.css */
.image-preview-container .current-image[b-yo3xm3qwyj],
    .image-preview-container .preview-image[b-yo3xm3qwyj] {
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        padding: 1rem;
        background-color: #f8f9fa;
    }

.image-preview-container .preview-image[b-yo3xm3qwyj] {
        border-color: #0d6efd;
        background-color: #e7f3ff;
    }

    .image-preview-thumb[b-yo3xm3qwyj] {
        max-height: 150px;
        max-width: 200px;
    }
/* /Components/UI/LiveMarketTicker.razor.rz.scp.css */
.market-ticker[b-yaeld6asx7] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        width: 100%;
        padding: 1rem 1.25rem;
        border-radius: 9999px;
        background: linear-gradient(120deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.86));
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
        color: rgba(226, 232, 240, 0.88);
        overflow: hidden;
    }

    .market-ticker--loading[b-yaeld6asx7],
    .market-ticker--empty[b-yaeld6asx7] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .market-ticker--loading span[b-yaeld6asx7],
    .market-ticker--empty span[b-yaeld6asx7] {
        flex: 1;
        font-size: 0.9rem;
    }

    .market-ticker__mask[b-yaeld6asx7] {
        position: relative;
        flex: 1 1 0;
        overflow: hidden;
        mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        min-width: 0;
    }

    .market-ticker__track[b-yaeld6asx7] {
        display: inline-flex;
        align-items: center;
        gap: 2.5rem;
        white-space: nowrap;
        animation-name: ticker-scroll-b-yaeld6asx7;
        animation-duration: 30s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .market-ticker__item[b-yaeld6asx7] {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        font-size: 0.9rem;
        padding-inline: 0.2rem;
    }

    .market-ticker__symbol[b-yaeld6asx7] {
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(148, 163, 184, 0.95);
    }

    .market-ticker__price[b-yaeld6asx7] {
        font-variant-numeric: tabular-nums;
        color: rgba(226, 232, 240, 0.95);
    }

    .market-ticker__change[b-yaeld6asx7] {
        font-variant-numeric: tabular-nums;
        font-size: 0.85rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .market-ticker__change.positive[b-yaeld6asx7] {
        color: #34d399;
    }

    .market-ticker__change.negative[b-yaeld6asx7] {
        color: #f87171;
    }



    @keyframes ticker-scroll-b-yaeld6asx7 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    @media (max-width: 768px) {
        .market-ticker[b-yaeld6asx7] {
            flex-direction: row;
            align-items: center;
            gap: 0.75rem;
            border-radius: 26px;
            padding: 0.75rem 1rem;
        }

        .market-ticker__mask[b-yaeld6asx7] {
            flex: 1 1 0;
        }

        .market-ticker__track[b-yaeld6asx7] {
            gap: 2rem;
        }

        .market-ticker__item[b-yaeld6asx7] {
            gap: 0.5rem;
            font-size: 0.8rem;
            flex-shrink: 0;
        }

        .market-ticker__symbol[b-yaeld6asx7] {
            font-size: 0.75rem;
        }

        .market-ticker__price[b-yaeld6asx7] {
            font-size: 0.8rem;
        }

        .market-ticker__change[b-yaeld6asx7] {
            font-size: 0.7rem;
        }


    }

    @media (max-width: 480px) {
        .market-ticker[b-yaeld6asx7] {
            padding: 0.6rem 0.8rem;
            gap: 0.5rem;
        }

        .market-ticker__track[b-yaeld6asx7] {
            gap: 1.5rem;
        }

        .market-ticker__item[b-yaeld6asx7] {
            gap: 0.4rem;
            font-size: 0.75rem;
        }

        .market-ticker__symbol[b-yaeld6asx7] {
            font-size: 0.7rem;
        }

        .market-ticker__price[b-yaeld6asx7] {
            font-size: 0.75rem;
        }

        .market-ticker__change[b-yaeld6asx7] {
            font-size: 0.65rem;
        }


    }

    @media (prefers-reduced-motion: reduce) {
        .market-ticker__track[b-yaeld6asx7] {
            animation: none;
        }
    }
/* /Components/UI/Logo.razor.rz.scp.css */
.tetherback-logo[b-66harr6lj1] {
        position: relative;
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Logo base styles */
    .logo-image[b-66harr6lj1] {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        filter: drop-shadow(0 4px 12px hsl(var(--primary) / 0.1));
        max-width: none !important;
        height: auto;
    }

    /* Hover effects */
    .tetherback-logo:hover .logo-image[b-66harr6lj1] {
        transform: scale(1.05);
        filter: drop-shadow(0 8px 24px hsl(var(--primary) / 0.2))
                brightness(1.1);
    }

    /* Glow effect */
    .logo-glow[b-66harr6lj1] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 120%;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, hsl(var(--primary) / 0.3) 0%, transparent 70%);
        border-radius: 50%;
        animation: glow-pulse-b-66harr6lj1 3s ease-in-out infinite;
        pointer-events: none;
        z-index: -1;
    }

    @keyframes glow-pulse-b-66harr6lj1 {
        0%, 100% {
            opacity: 0.3;
            transform: translate(-50%, -50%) scale(1);
        }
        50% {
            opacity: 0.6;
            transform: translate(-50%, -50%) scale(1.1);
        }
    }

    /* Pulse effect */
    .logo-pulse[b-66harr6lj1] {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        border: 2px solid hsl(var(--primary) / 0.4);
        border-radius: 50%;
        animation: pulse-ring-b-66harr6lj1 2s infinite;
        pointer-events: none;
    }

    @keyframes pulse-ring-b-66harr6lj1 {
        0% {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(2);
            opacity: 0;
        }
    }

    /* Theme variants */
    .logo-light .logo-image[b-66harr6lj1] {
        filter: drop-shadow(0 4px 12px hsl(var(--primary) / 0.15))
                brightness(1.1);
    }

    .logo-dark .logo-image[b-66harr6lj1] {
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3))
                contrast(1.1);
    }

    /* Floating animation */
    .logo-floating[b-66harr6lj1] {
        animation: float-b-66harr6lj1 6s ease-in-out infinite;
    }

    @keyframes float-b-66harr6lj1 {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }

    /* Spinning animation */
    .logo-spinning .logo-image[b-66harr6lj1] {
        animation: spin-b-66harr6lj1 10s linear infinite;
    }

    @keyframes spin-b-66harr6lj1 {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    /* Hero variant - extra special effects */
    .logo-hero[b-66harr6lj1] {
        filter: drop-shadow(0 0 30px hsl(var(--primary) / 0.5));
        animation: hero-glow-b-66harr6lj1 4s ease-in-out infinite alternate;
    }

    @keyframes hero-glow-b-66harr6lj1 {
        0% {
            filter: drop-shadow(0 0 30px hsl(var(--primary) / 0.5))
                    drop-shadow(0 0 60px hsl(var(--accent) / 0.3));
        }
        100% {
            filter: drop-shadow(0 0 40px hsl(var(--primary) / 0.7))
                    drop-shadow(0 0 80px hsl(var(--accent) / 0.5));
        }
    }
/* /Components/UI/RichTextEditor.razor.rz.scp.css */
.rte[b-5rd8ksb0tt] { border: 1px solid hsl(var(--border)); border-radius: 8px; overflow: hidden; background: hsl(var(--background)); }
    .rte__toolbar[b-5rd8ksb0tt] {
        display: flex; flex-wrap: wrap; align-items: center; gap: 2px;
        padding: 6px 8px; background: hsl(var(--muted) / .5);
        border-bottom: 1px solid hsl(var(--border));
    }
    .rte__btn[b-5rd8ksb0tt] {
        display: inline-flex; align-items: center; justify-content: center;
        width: 32px; height: 32px; padding: 0; border: none; border-radius: 6px;
        background: transparent; color: hsl(var(--foreground));
        cursor: pointer; transition: background .15s, color .15s;
    }
    .rte__btn:hover[b-5rd8ksb0tt] { background: hsl(var(--accent)); color: hsl(var(--accent-foreground)); }
    .rte__btn svg[b-5rd8ksb0tt] { width: 16px; height: 16px; }
    .rte__btn--text[b-5rd8ksb0tt] { font-size: .75rem; font-weight: 700; width: auto; padding: 0 8px; }
    .rte__sep[b-5rd8ksb0tt] { width: 1px; height: 20px; background: hsl(var(--border)); margin: 0 4px; flex-shrink: 0; }
    .rte__editor[b-5rd8ksb0tt] {
        min-height: 350px; max-height: 600px; overflow-y: auto;
        padding: 16px 20px; outline: none;
        font-size: .95rem; line-height: 1.7; color: hsl(var(--foreground));
    }
    .rte__editor:empty[b-5rd8ksb0tt]::before {
        content: attr(data-placeholder);
        color: hsl(var(--muted-foreground)); pointer-events: none;
    }
    .rte__editor h2[b-5rd8ksb0tt] { font-size: 1.5rem; font-weight: 700; margin: 1.25rem 0 .5rem; }
    .rte__editor h3[b-5rd8ksb0tt] { font-size: 1.25rem; font-weight: 700; margin: 1rem 0 .4rem; }
    .rte__editor p[b-5rd8ksb0tt] { margin: 0 0 .75rem; }
    .rte__editor ul[b-5rd8ksb0tt] { padding-left: 1.5rem; margin: 0 0 .75rem; list-style-type: disc; }
    .rte__editor ol[b-5rd8ksb0tt] { padding-left: 1.5rem; margin: 0 0 .75rem; list-style-type: decimal; }
    .rte__editor blockquote[b-5rd8ksb0tt] {
        border-left: 3px solid hsl(var(--primary) / .4);
        padding: .5rem 1rem; margin: .75rem 0;
        background: hsl(var(--muted) / .2); border-radius: 0 6px 6px 0;
    }
    .rte__editor a[b-5rd8ksb0tt] { color: hsl(var(--primary)); text-decoration: underline; }
    .rte__editor table[b-5rd8ksb0tt] {
        width: 100%; border-collapse: collapse;
        margin: .75rem 0; font-size: .9rem;
        border: 1px solid hsl(var(--border));
    }
    .rte__editor th[b-5rd8ksb0tt],
    .rte__editor td[b-5rd8ksb0tt] {
        border: 1px solid hsl(var(--border));
        padding: .4rem .6rem; text-align: left;
    }
    .rte__editor th[b-5rd8ksb0tt] {
        background: hsl(var(--muted) / .5);
        font-weight: 600;
    }
    .rte__editor img[b-5rd8ksb0tt] {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 1rem auto;
        border-radius: 10px;
    }
/* /Components/UI/WithdrawalTicker.razor.rz.scp.css */
.withdrawal-ticker[b-ujjhf3qx0f] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem 1.25rem;
        border-radius: 9999px;
        background: linear-gradient(120deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.86));
        border: 1px solid rgba(148, 163, 184, 0.18);
        box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
        color: rgba(226, 232, 240, 0.88);
        overflow: hidden;
    }

    .withdrawal-ticker__mask[b-ujjhf3qx0f] {
        position: relative;
        flex: 1 1 0;
        overflow: hidden;
        mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        min-width: 0;
    }

    .withdrawal-ticker__track[b-ujjhf3qx0f] {
        display: inline-flex;
        align-items: center;
        gap: 3rem;
        white-space: nowrap;
        animation-name: ticker-scroll-b-ujjhf3qx0f;
        animation-duration: 32s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .withdrawal-ticker__item[b-ujjhf3qx0f] {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        font-size: 0.9rem;
        padding-inline: 0.2rem;
    }

    .withdrawal-ticker__email[b-ujjhf3qx0f] {
        font-weight: 500;
        color: rgba(148, 163, 184, 0.95);
        letter-spacing: 0.02em;
    }

    .withdrawal-ticker__amount[b-ujjhf3qx0f] {
        font-variant-numeric: tabular-nums;
        font-weight: 600;
        color: #34d399;
        letter-spacing: 0.05em;
    }

    @keyframes ticker-scroll-b-ujjhf3qx0f {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    @media (max-width: 768px) {
        .withdrawal-ticker[b-ujjhf3qx0f] {
            border-radius: 26px;
            padding: 0.75rem 1rem;
        }

        .withdrawal-ticker__track[b-ujjhf3qx0f] {
            gap: 2.5rem;
        }

        .withdrawal-ticker__item[b-ujjhf3qx0f] {
            gap: 0.6rem;
            font-size: 0.8rem;
        }

        .withdrawal-ticker__email[b-ujjhf3qx0f] {
            font-size: 0.75rem;
        }

        .withdrawal-ticker__amount[b-ujjhf3qx0f] {
            font-size: 0.8rem;
        }
    }

    @media (max-width: 480px) {
        .withdrawal-ticker[b-ujjhf3qx0f] {
            padding: 0.6rem 0.8rem;
        }

        .withdrawal-ticker__track[b-ujjhf3qx0f] {
            gap: 2rem;
        }

        .withdrawal-ticker__item[b-ujjhf3qx0f] {
            gap: 0.5rem;
            font-size: 0.75rem;
        }

        .withdrawal-ticker__email[b-ujjhf3qx0f] {
            font-size: 0.7rem;
        }

        .withdrawal-ticker__amount[b-ujjhf3qx0f] {
            font-size: 0.75rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .withdrawal-ticker__track[b-ujjhf3qx0f] {
            animation: none;
        }
    }
/* /Components/WhyTetherBack.razor.rz.scp.css */
.why-section[b-ujv44h47uj] {
        width: 100%;
        padding-block: clamp(3rem, 8vw, 5rem);
        position: relative;
        background: hsl(180 5% 3%);
        color: hsl(var(--foreground));
    }

    .why-headline[b-ujv44h47uj] {
        font-family: var(--font-heading, inherit);
        font-size: clamp(1.75rem, 4vw, 2.75rem);
        font-weight: 700;
        letter-spacing: -0.02em;
        color: hsl(var(--foreground));
    }

    .why-grid[b-ujv44h47uj] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }

    @media (min-width: 768px) {
        .why-grid[b-ujv44h47uj] {
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
    }

    @media (min-width: 1024px) {
        .why-grid[b-ujv44h47uj] {
            gap: 2.5rem;
        }
    }

    .why-card[b-ujv44h47uj] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 2rem 1.75rem;
        border-radius: 1.25rem;
        background: rgba(255, 255, 255, 0.02);
        transition: background 0.35s ease, transform 0.35s ease;
    }

    .why-card:hover[b-ujv44h47uj] {
        background: rgba(255, 255, 255, 0.04);
        transform: translateY(-4px);
    }

    .why-card__icon[b-ujv44h47uj] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.875rem;
        color: hsl(var(--primary));
        margin-bottom: 0.25rem;
    }

    .why-card__icon--accent[b-ujv44h47uj] {
        color: hsl(var(--primary));
    }

    .why-card__icon--secondary[b-ujv44h47uj] {
        color: hsl(var(--primary));
    }

    .why-card__title[b-ujv44h47uj] {
        font-family: var(--font-heading, inherit);
        font-size: 1.375rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        letter-spacing: -0.01em;
    }

    .why-card__text[b-ujv44h47uj] {
        font-size: 0.9375rem;
        line-height: 1.7;
        color: hsl(var(--muted-foreground));
        max-width: 380px;
    }

    @media (max-width: 767px) {
        .why-section[b-ujv44h47uj] {
            padding: 2.5rem 0;
        }

        .why-card[b-ujv44h47uj] {
            padding: 1.5rem 1.25rem;
        }
    }
/* /Pages/AboutUs.razor.rz.scp.css */
.about-page[b-lsgeyhshsy] {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at top, hsl(var(--primary) / 0.07), transparent 30%),
            linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--background)) 100%);
        color: hsl(var(--foreground));
    }

    .about-hero[b-lsgeyhshsy] {
        position: relative;
        overflow: hidden;
        padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
        isolation: isolate;
    }

    .about-hero__aurora[b-lsgeyhshsy],
    .about-hero__grid[b-lsgeyhshsy] {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .about-hero__aurora[b-lsgeyhshsy] {
        filter: blur(90px);
        opacity: 0.92;
    }

    .about-hero__aurora--one[b-lsgeyhshsy] {
        background: radial-gradient(circle at 18% 22%, hsl(var(--primary) / 0.24), transparent 42%);
        animation: about-float-b-lsgeyhshsy 16s ease-in-out infinite alternate;
    }

    .about-hero__aurora--two[b-lsgeyhshsy] {
        background:
            radial-gradient(circle at 82% 18%, hsl(var(--accent) / 0.22), transparent 35%),
            radial-gradient(circle at 74% 72%, hsl(var(--secondary) / 0.18), transparent 32%);
        animation: about-float-reverse-b-lsgeyhshsy 18s ease-in-out infinite alternate;
    }

    .about-hero__grid[b-lsgeyhshsy] {
        background-image:
            linear-gradient(hsl(var(--border) / 0.2) 1px, transparent 1px),
            linear-gradient(90deg, hsl(var(--border) / 0.2) 1px, transparent 1px);
        background-size: 72px 72px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 86%);
        opacity: 0.3;
    }

    .about-hero__inner[b-lsgeyhshsy],
    .about-story[b-lsgeyhshsy],
    .about-capabilities[b-lsgeyhshsy],
    .about-columns[b-lsgeyhshsy],
    .about-commitment[b-lsgeyhshsy] {
        position: relative;
        z-index: 1;
        display: grid;
        gap: clamp(1.25rem, 3vw, 2rem);
    }

    .about-hero__inner[b-lsgeyhshsy] {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.9fr);
        align-items: center;
    }

    .about-hero__copy[b-lsgeyhshsy] {
        display: grid;
        gap: 1rem;
        animation: about-rise-b-lsgeyhshsy 0.8s cubic-bezier(.16, 1, .3, 1) both;
    }

    .about-eyebrow[b-lsgeyhshsy],
    .about-section__kicker[b-lsgeyhshsy],
    .about-panel__badge[b-lsgeyhshsy] {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        padding: 0.4rem 0.85rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.25);
        background: hsl(var(--primary) / 0.12);
        color: hsl(var(--primary));
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .about-hero h1[b-lsgeyhshsy],
    .about-card h2[b-lsgeyhshsy],
    .about-section__heading h2[b-lsgeyhshsy] {
        margin: 0;
        font-family: var(--font-heading);
        font-size: clamp(2.8rem, 7vw, 5.25rem);
        font-weight: 900;
        line-height: 0.98;
        letter-spacing: -0.045em;
    }

    .about-card h2[b-lsgeyhshsy],
    .about-section__heading h2[b-lsgeyhshsy] {
        font-size: clamp(2rem, 4vw, 3.15rem);
        line-height: 1.02;
    }

    .about-hero__lead[b-lsgeyhshsy],
    .about-hero__support[b-lsgeyhshsy],
    .about-card p[b-lsgeyhshsy],
    .about-section__heading p[b-lsgeyhshsy],
    .about-capabilities__intro p[b-lsgeyhshsy],
    .about-model__step p[b-lsgeyhshsy],
    .about-model__note p[b-lsgeyhshsy] {
        margin: 0;
        font-size: 1rem;
        line-height: 1.8;
        color: hsl(var(--muted-foreground));
    }

    .about-hero__lead[b-lsgeyhshsy] {
        max-width: 48rem;
        color: hsl(var(--foreground) / 0.86);
        font-size: 1.08rem;
    }

    .about-hero__actions[b-lsgeyhshsy] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        margin-top: 0.35rem;
    }

    .about-button[b-lsgeyhshsy] {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 12rem;
        padding: 0.95rem 1.4rem;
        border-radius: 999px;
        border: 1px solid transparent;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
        overflow: hidden;
    }

    .about-button[b-lsgeyhshsy]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.22), transparent);
        transform: translateX(-130%);
    }

    .about-button:hover[b-lsgeyhshsy] {
        transform: translateY(-2px);
    }

    .about-button:hover[b-lsgeyhshsy]::after {
        animation: about-shimmer-b-lsgeyhshsy 0.9s ease;
    }

    .about-button--primary[b-lsgeyhshsy] {
        color: hsl(var(--primary-foreground));
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        box-shadow: 0 20px 45px hsl(var(--primary) / 0.28);
    }

    .about-button--ghost[b-lsgeyhshsy] {
        color: hsl(var(--foreground));
        border-color: hsl(var(--border));
        background: hsl(var(--card) / 0.82);
        backdrop-filter: blur(20px);
    }

    .about-button--full[b-lsgeyhshsy] {
        width: 100%;
    }

    .about-hero__panel[b-lsgeyhshsy] {
        animation: about-rise-b-lsgeyhshsy 0.9s cubic-bezier(.16, 1, .3, 1) 0.12s both;
    }

    .about-panel[b-lsgeyhshsy],
    .about-card[b-lsgeyhshsy],
    .about-model__step[b-lsgeyhshsy],
    .about-model__note[b-lsgeyhshsy],
    .about-capability[b-lsgeyhshsy] {
        position: relative;
        border-radius: 1.6rem;
        border: 1px solid hsl(var(--border) / 0.85);
        background:
            linear-gradient(180deg, hsl(var(--card) / 0.96), hsl(var(--card) / 0.8)),
            radial-gradient(circle at top right, hsl(var(--primary) / 0.12), transparent 35%);
        box-shadow: 0 30px 70px hsl(var(--background) / 0.38);
        overflow: hidden;
    }

    .about-panel[b-lsgeyhshsy]::before,
    .about-card[b-lsgeyhshsy]::before,
    .about-model__step[b-lsgeyhshsy]::before,
    .about-model__note[b-lsgeyhshsy]::before,
    .about-capability[b-lsgeyhshsy]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(145deg, hsl(var(--primary) / 0.06), transparent 40%, hsl(var(--accent) / 0.08));
        opacity: 0.9;
        pointer-events: none;
    }

    .about-panel__badge[b-lsgeyhshsy],
    .about-panel__metrics[b-lsgeyhshsy],
    .about-panel__flow[b-lsgeyhshsy],
    .about-card > *[b-lsgeyhshsy],
    .about-capability > *[b-lsgeyhshsy],
    .about-model__step > *[b-lsgeyhshsy],
    .about-model__note > *[b-lsgeyhshsy] {
        position: relative;
        z-index: 1;
    }

    .about-panel[b-lsgeyhshsy] {
        padding: 1.35rem;
        display: grid;
        gap: 1rem;
    }

    .about-panel__metrics[b-lsgeyhshsy] {
        display: grid;
        gap: 0.8rem;
    }

    .about-panel__metric[b-lsgeyhshsy] {
        display: grid;
        gap: 0.3rem;
        padding: 1rem;
        border-radius: 1.2rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--background) / 0.24);
        backdrop-filter: blur(16px);
    }

    .about-panel__metric strong[b-lsgeyhshsy] {
        font-family: var(--font-heading);
        font-size: 1.35rem;
        font-weight: 900;
        letter-spacing: -0.03em;
        color: hsl(var(--foreground));
    }

    .about-panel__metric span[b-lsgeyhshsy] {
        color: hsl(var(--muted-foreground));
        line-height: 1.55;
        font-size: 0.92rem;
    }

    .about-panel__flow[b-lsgeyhshsy] {
        position: relative;
        height: 14rem;
        overflow: hidden;
        border-radius: 1.35rem;
        border: 1px solid hsl(var(--border));
        background:
            radial-gradient(circle at center, hsl(var(--primary) / 0.13), transparent 42%),
            linear-gradient(180deg, hsl(var(--background) / 0.35), hsl(var(--background) / 0.15));
    }

    .about-panel__flow-ring[b-lsgeyhshsy] {
        position: absolute;
        inset: 50% auto auto 50%;
        width: 7rem;
        height: 7rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.24);
        transform: translate(-50%, -50%);
        animation: about-orbit-b-lsgeyhshsy 6s linear infinite;
    }

    .about-panel__flow-ring--outer[b-lsgeyhshsy] {
        width: 10.5rem;
        height: 10.5rem;
        border-color: hsl(var(--accent) / 0.2);
        animation-duration: 9s;
        animation-direction: reverse;
    }

    .about-panel__flow-core[b-lsgeyhshsy],
    .about-panel__flow-node[b-lsgeyhshsy] {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        box-shadow: 0 16px 36px hsl(var(--background) / 0.25);
        backdrop-filter: blur(14px);
    }

    .about-panel__flow-core[b-lsgeyhshsy] {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 7rem;
        padding: 0.95rem 1rem;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        font-weight: 800;
        letter-spacing: 0.02em;
    }

    .about-panel__flow-node[b-lsgeyhshsy] {
        padding: 0.5rem 0.8rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card) / 0.9);
        color: hsl(var(--foreground) / 0.92);
        font-size: 0.78rem;
        font-weight: 700;
    }

    .about-panel__flow-node--1[b-lsgeyhshsy] {
        left: 10%;
        top: 16%;
        animation: about-node-a-b-lsgeyhshsy 5.4s ease-in-out infinite;
    }

    .about-panel__flow-node--2[b-lsgeyhshsy] {
        right: 10%;
        top: 16%;
        animation: about-node-b-b-lsgeyhshsy 6.2s ease-in-out infinite;
    }

    .about-panel__flow-node--3[b-lsgeyhshsy] {
        left: 12%;
        bottom: 14%;
        animation: about-node-b-b-lsgeyhshsy 5.9s ease-in-out infinite;
    }

    .about-panel__flow-node--4[b-lsgeyhshsy] {
        right: 8%;
        bottom: 18%;
        animation: about-node-a-b-lsgeyhshsy 6.6s ease-in-out infinite;
    }

    .about-section[b-lsgeyhshsy] {
        padding: 0 0 clamp(1.5rem, 4vw, 2.75rem);
    }

    .about-section--story[b-lsgeyhshsy],
    .about-section--model[b-lsgeyhshsy],
    .about-section--commitment[b-lsgeyhshsy] {
        padding-bottom: clamp(2rem, 5vw, 3.25rem);
    }

    .about-story[b-lsgeyhshsy],
    .about-columns[b-lsgeyhshsy],
    .about-commitment[b-lsgeyhshsy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-card[b-lsgeyhshsy] {
        display: grid;
        gap: 1rem;
        padding: clamp(1.35rem, 3vw, 2rem);
    }

    .about-card__accent[b-lsgeyhshsy] {
        color: hsl(var(--foreground)) !important;
        font-weight: 700;
    }

    .about-mission__pills[b-lsgeyhshsy],
    .about-audience[b-lsgeyhshsy],
    .about-badges[b-lsgeyhshsy] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .about-mission__pill[b-lsgeyhshsy],
    .about-audience__pill[b-lsgeyhshsy],
    .about-badges__item[b-lsgeyhshsy] {
        display: inline-flex;
        align-items: center;
        padding: 0.7rem 0.95rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--border));
        background: linear-gradient(135deg, hsl(var(--muted)), hsl(var(--card)));
        color: hsl(var(--foreground) / 0.95);
        font-weight: 600;
        box-shadow: inset 0 1px 0 hsl(var(--foreground) / 0.05);
    }

    .about-capabilities[b-lsgeyhshsy] {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        align-items: start;
    }

    .about-capabilities__intro[b-lsgeyhshsy],
    .about-section__heading[b-lsgeyhshsy] {
        display: grid;
        gap: 0.95rem;
        max-width: 46rem;
        margin-bottom: 1.35rem;
    }

    .about-capabilities__grid[b-lsgeyhshsy],
    .about-model[b-lsgeyhshsy] {
        display: grid;
        gap: 1rem;
    }

    .about-capabilities__grid[b-lsgeyhshsy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-capability[b-lsgeyhshsy] {
        padding: 1.15rem;
        display: grid;
        gap: 0.7rem;
        transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    }

    .about-capability:hover[b-lsgeyhshsy],
    .about-model__step:hover[b-lsgeyhshsy],
    .about-card:hover[b-lsgeyhshsy] {
        transform: translateY(-4px);
        border-color: hsl(var(--primary) / 0.28);
        box-shadow: 0 34px 78px hsl(var(--background) / 0.44);
    }

    .about-capability__index[b-lsgeyhshsy],
    .about-model__number[b-lsgeyhshsy] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: 2.7rem;
        border-radius: 0.95rem;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        font-family: var(--font-heading);
        font-size: 0.92rem;
        font-weight: 900;
        letter-spacing: -0.03em;
        box-shadow: 0 16px 30px hsl(var(--primary) / 0.28);
    }

    .about-capability p[b-lsgeyhshsy] {
        color: hsl(var(--foreground) / 0.92);
        line-height: 1.65;
    }

    .about-model[b-lsgeyhshsy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 1rem;
    }

    .about-model__step[b-lsgeyhshsy] {
        padding: 1.35rem;
        display: grid;
        gap: 0.9rem;
        transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    }

    .about-model__step h3[b-lsgeyhshsy] {
        margin: 0;
        font-size: 1.12rem;
        font-weight: 800;
        color: hsl(var(--foreground));
    }

    .about-model__note[b-lsgeyhshsy] {
        display: grid;
        gap: 0.75rem;
        padding: 1.35rem;
    }

    .about-list[b-lsgeyhshsy] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.8rem;
    }

    .about-list li[b-lsgeyhshsy] {
        position: relative;
        padding-left: 1.45rem;
        line-height: 1.65;
        color: hsl(var(--foreground) / 0.95);
    }

    .about-list li[b-lsgeyhshsy]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.65rem;
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 999px;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        box-shadow: 0 0 0 0.28rem hsl(var(--primary) / 0.08);
    }

    .about-contact__details[b-lsgeyhshsy] {
        display: grid;
        gap: 0.35rem;
        padding: 1rem;
        border-radius: 1.1rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--background) / 0.22);
    }

    .about-contact__details span[b-lsgeyhshsy] {
        color: hsl(var(--muted-foreground));
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .about-contact__details a[b-lsgeyhshsy] {
        color: hsl(var(--foreground));
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        word-break: break-word;
    }

    @media (max-width: 1100px) {
        .about-hero__inner[b-lsgeyhshsy],
        .about-story[b-lsgeyhshsy],
        .about-capabilities[b-lsgeyhshsy],
        .about-columns[b-lsgeyhshsy],
        .about-commitment[b-lsgeyhshsy] {
            grid-template-columns: 1fr;
        }

        .about-capabilities__grid[b-lsgeyhshsy],
        .about-model[b-lsgeyhshsy] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 720px) {
        .about-hero[b-lsgeyhshsy] {
            padding-top: 3.8rem;
        }

        .about-hero h1[b-lsgeyhshsy] {
            font-size: clamp(2.45rem, 14vw, 4rem);
        }

        .about-card h2[b-lsgeyhshsy],
        .about-section__heading h2[b-lsgeyhshsy] {
            font-size: clamp(1.85rem, 10vw, 2.5rem);
        }

        .about-button[b-lsgeyhshsy] {
            width: 100%;
        }

        .about-capabilities__grid[b-lsgeyhshsy],
        .about-model[b-lsgeyhshsy] {
            grid-template-columns: 1fr;
        }

        .about-panel[b-lsgeyhshsy],
        .about-card[b-lsgeyhshsy],
        .about-model__step[b-lsgeyhshsy],
        .about-model__note[b-lsgeyhshsy],
        .about-capability[b-lsgeyhshsy] {
            border-radius: 1.25rem;
        }

        .about-panel__flow-node[b-lsgeyhshsy] {
            font-size: 0.7rem;
            padding: 0.45rem 0.7rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .about-hero__aurora--one[b-lsgeyhshsy],
        .about-hero__aurora--two[b-lsgeyhshsy],
        .about-panel__flow-ring[b-lsgeyhshsy],
        .about-panel__flow-node[b-lsgeyhshsy] {
            animation: none !important;
        }

        .about-button:hover[b-lsgeyhshsy],
        .about-capability:hover[b-lsgeyhshsy],
        .about-model__step:hover[b-lsgeyhshsy],
        .about-card:hover[b-lsgeyhshsy] {
            transform: none;
        }
    }

    @keyframes about-rise-b-lsgeyhshsy {
        from {
            opacity: 0;
            transform: translateY(24px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes about-float-b-lsgeyhshsy {
        from {
            transform: translate3d(0, 0, 0) scale(1);
        }
        to {
            transform: translate3d(3%, -4%, 0) scale(1.08);
        }
    }

    @keyframes about-float-reverse-b-lsgeyhshsy {
        from {
            transform: translate3d(0, 0, 0) scale(1);
        }
        to {
            transform: translate3d(-4%, 3%, 0) scale(1.05);
        }
    }

    @keyframes about-shimmer-b-lsgeyhshsy {
        from {
            transform: translateX(-130%);
        }
        to {
            transform: translateX(130%);
        }
    }

    @keyframes about-orbit-b-lsgeyhshsy {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes about-node-a-b-lsgeyhshsy {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-6px);
        }
    }

    @keyframes about-node-b-b-lsgeyhshsy {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(6px);
        }
    }
/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-feed-live[b-vuxeog4x7h] {
        background: hsl(var(--muted));
    }

    .admin-feed-live-dot[b-vuxeog4x7h] {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 9999px;
        background: hsl(var(--primary));
        animation: admin-feed-pulse-b-vuxeog4x7h 1.8s ease-in-out infinite;
    }

.admin-feed-latest[b-vuxeog4x7h] {
        animation: admin-feed-slide-in-b-vuxeog4x7h 0.35s ease-out;
        border-color: hsl(var(--primary) / 0.2);
        background: linear-gradient(180deg, hsl(var(--primary) / 0.05), hsl(var(--background)));
    }

    .admin-dashboard-progress[b-vuxeog4x7h] {
        width: 100%;
        height: 1rem;
        appearance: none;
        border: 0;
        border-radius: 9999px;
        overflow: hidden;
        background: hsl(var(--muted));
    }

    .admin-dashboard-progress[b-vuxeog4x7h]::-webkit-progress-bar {
        background: hsl(var(--muted));
        border-radius: 9999px;
    }

    .admin-dashboard-progress[b-vuxeog4x7h]::-webkit-progress-value {
        background: hsl(var(--primary));
        border-radius: 9999px;
    }

    .admin-dashboard-progress[b-vuxeog4x7h]::-moz-progress-bar {
        background: hsl(var(--primary));
        border-radius: 9999px;
    }

    @keyframes admin-feed-pulse-b-vuxeog4x7h {
        0%, 100% {
            opacity: 0.45;
            transform: scale(0.9);
        }
        50% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes admin-feed-slide-in-b-vuxeog4x7h {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
/* /Pages/Admin/Users.razor.rz.scp.css */
.admin-user-connection-chip[b-s5scbnkkr2] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.45rem 0.75rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--background));
        max-width: 100%;
    }

    .admin-user-connection-chip--active[b-s5scbnkkr2] {
        border-color: hsl(var(--primary) / 0.3);
        background: linear-gradient(135deg, hsl(var(--primary) / 0.08), hsl(var(--background)));
    }

    .admin-user-connection-chip--inactive[b-s5scbnkkr2] {
        opacity: 0.72;
    }

    .admin-user-connection-chip__exchange[b-s5scbnkkr2] {
        font-size: 0.75rem;
        font-weight: 700;
        color: hsl(var(--foreground));
        white-space: nowrap;
    }

    .admin-user-connection-chip__uid[b-s5scbnkkr2] {
        font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
        font-size: 0.75rem;
        color: hsl(var(--muted-foreground));
        white-space: nowrap;
    }
/* /Pages/Blogs.razor.rz.scp.css */
.bl[b-d3j3qypxzx] { min-height: 100vh; background: hsl(var(--background)); }

    .bl-load[b-d3j3qypxzx] {
        display: flex; align-items: center; justify-content: center;
        min-height: 80vh;
    }
    .bl-load__spinner[b-d3j3qypxzx] {
        width: 32px; height: 32px; border-radius: 50%;
        border: 2.5px solid hsl(var(--border));
        border-top-color: hsl(var(--primary));
        animation: bl-spin-b-d3j3qypxzx .7s linear infinite;
    }

    .bl-dot[b-d3j3qypxzx] {
        width: 3px; height: 3px; border-radius: 50%; flex-shrink: 0;
        background: hsl(var(--muted-foreground) / .35);
    }
    .bl-dot--sm[b-d3j3qypxzx] { width: 2.5px; height: 2.5px; }

    /* ── header ── */
    .bl-header[b-d3j3qypxzx] {
        padding: 5rem 2rem 3rem;
        border-bottom: 1px solid hsl(var(--border));
        animation: bl-rise-b-d3j3qypxzx .6s cubic-bezier(.4,0,.2,1) both;
    }
    .bl-header__inner[b-d3j3qypxzx] {
        max-width: 1200px; margin: 0 auto;
    }
    .bl-header__tag[b-d3j3qypxzx] {
        display: inline-block; font-size: .58rem; font-weight: 700;
        text-transform: uppercase; letter-spacing: .16em;
        color: hsl(var(--primary)); margin-bottom: .75rem;
    }
    .bl-header__title[b-d3j3qypxzx] {
        font-size: 2.8rem; font-weight: 800;
        line-height: 1.1; color: hsl(var(--foreground));
        margin: 0 0 .65rem;
    }
    .bl-header__sub[b-d3j3qypxzx] {
        font-size: .95rem; color: hsl(var(--muted-foreground));
        line-height: 1.65; margin: 0; max-width: 440px;
    }
    @media (max-width: 640px) {
        .bl-header[b-d3j3qypxzx] { padding: 3.5rem 1.25rem 2rem; }
        .bl-header__title[b-d3j3qypxzx] { font-size: 1.8rem; }
        .bl-header__sub[b-d3j3qypxzx] { font-size: .85rem; }
    }

    /* ── wrap ── */
    .bl-wrap[b-d3j3qypxzx] {
        max-width: 1200px; margin: 0 auto;
        padding: 2.5rem 2rem 6rem;
    }
    @media (max-width: 640px) { .bl-wrap[b-d3j3qypxzx] { padding: 1.5rem 1.25rem 4rem; } }

    /* ── featured card ── */
    .bl-feat[b-d3j3qypxzx] {
        display: grid; grid-template-columns: 1.1fr 1fr;
        background: hsl(var(--card)); border: 1px solid hsl(var(--border));
        border-radius: 16px; overflow: hidden; cursor: pointer;
        margin-bottom: 3rem;
        transition: transform .45s cubic-bezier(.4,0,.2,1),
                    box-shadow .45s cubic-bezier(.4,0,.2,1),
                    border-color .35s ease;
        animation: bl-rise-b-d3j3qypxzx .55s cubic-bezier(.4,0,.2,1) .08s both;
    }
    .bl-feat:hover[b-d3j3qypxzx] {
        transform: translateY(-4px);
        box-shadow: 0 28px 64px -14px hsl(var(--primary) / .1),
                    0 12px 28px -8px rgba(0,0,0,.05);
        border-color: hsl(var(--primary) / .18);
    }
    .bl-feat__img[b-d3j3qypxzx] {
        position: relative; overflow: hidden; min-height: 320px;
    }
    .bl-feat__img img[b-d3j3qypxzx] {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform .7s cubic-bezier(.4,0,.2,1);
    }
    .bl-feat:hover .bl-feat__img img[b-d3j3qypxzx] { transform: scale(1.04); }
    .bl-feat__noimg[b-d3j3qypxzx] {
        width: 100%; height: 100%; min-height: 320px;
        background: linear-gradient(135deg, hsl(var(--muted) / .15), hsl(var(--muted) / .05));
    }
    .bl-feat__body[b-d3j3qypxzx] {
        display: flex; flex-direction: column; justify-content: center;
        padding: 2.5rem;
    }
    .bl-feat__badge[b-d3j3qypxzx] {
        display: inline-block; width: fit-content;
        font-size: .55rem; font-weight: 700; text-transform: uppercase;
        letter-spacing: .12em; padding: .25rem .65rem;
        border-radius: 4px; margin-bottom: 1.25rem;
        background: hsl(var(--primary)); color: hsl(var(--primary-foreground));
    }
    .bl-feat__title[b-d3j3qypxzx] {
        font-size: 1.55rem; font-weight: 800; line-height: 1.25;
        color: hsl(var(--foreground)); margin: 0 0 .7rem;
        transition: color .3s ease;
    }
    .bl-feat:hover .bl-feat__title[b-d3j3qypxzx] { color: hsl(var(--primary)); }
    .bl-feat__summary[b-d3j3qypxzx] {
        font-size: .88rem; color: hsl(var(--muted-foreground));
        line-height: 1.7; margin: 0 0 1.25rem;
        display: -webkit-box; -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; overflow: hidden;
    }
    .bl-feat__meta[b-d3j3qypxzx] {
        display: flex; align-items: center; gap: .45rem;
        font-size: .74rem; color: hsl(var(--muted-foreground));
        margin-bottom: 1.25rem;
    }
    .bl-feat__author[b-d3j3qypxzx] { font-weight: 600; color: hsl(var(--foreground)); }
    .bl-feat__cta[b-d3j3qypxzx] {
        display: inline-flex; align-items: center; gap: .35rem;
        font-size: .78rem; font-weight: 600; color: hsl(var(--primary));
        opacity: 0; transform: translateX(-8px);
        transition: opacity .3s ease, transform .3s ease;
    }
    .bl-feat:hover .bl-feat__cta[b-d3j3qypxzx] { opacity: 1; transform: translateX(0); }
    .bl-feat__cta svg[b-d3j3qypxzx] {
        width: 14px; height: 14px;
        transition: transform .3s ease;
    }
    .bl-feat:hover .bl-feat__cta svg[b-d3j3qypxzx] { transform: translateX(3px); }
    @media (max-width: 768px) {
        .bl-feat[b-d3j3qypxzx] { grid-template-columns: 1fr; }
        .bl-feat__img[b-d3j3qypxzx] { min-height: 200px; }
        .bl-feat__body[b-d3j3qypxzx] { padding: 1.5rem; }
        .bl-feat__title[b-d3j3qypxzx] { font-size: 1.25rem; }
        .bl-feat__cta[b-d3j3qypxzx] { opacity: 1; transform: none; }
    }

    /* ── divider ── */
    .bl-divider[b-d3j3qypxzx] {
        display: flex; align-items: center; gap: 1rem;
        margin-bottom: 2.25rem;
        animation: bl-rise-b-d3j3qypxzx .45s cubic-bezier(.4,0,.2,1) .15s both;
    }
    .bl-divider__text[b-d3j3qypxzx] {
        font-size: .65rem; font-weight: 700; text-transform: uppercase;
        letter-spacing: .14em; color: hsl(var(--muted-foreground));
        white-space: nowrap;
    }
    .bl-divider__line[b-d3j3qypxzx] {
        flex: 1; height: 1px; background: hsl(var(--border));
    }

    /* ── grid ── */
    .bl-grid[b-d3j3qypxzx] {
        display: grid; grid-template-columns: repeat(3, 1fr);
        gap: 1.75rem;
    }
    @media (max-width: 1024px) { .bl-grid[b-d3j3qypxzx] { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }
    @media (max-width: 640px)  { .bl-grid[b-d3j3qypxzx] { grid-template-columns: 1fr; } }

    /* ── card ── */
    .bl-card[b-d3j3qypxzx] {
        border-radius: 12px; overflow: hidden;
        background: hsl(var(--card)); border: 1px solid hsl(var(--border));
        cursor: pointer; display: flex; flex-direction: column;
        transition: transform .4s cubic-bezier(.4,0,.2,1),
                    box-shadow .4s cubic-bezier(.4,0,.2,1),
                    border-color .3s ease;
        animation: bl-cardUp-b-d3j3qypxzx .5s cubic-bezier(.4,0,.2,1) both;
    }
    .bl-card:hover[b-d3j3qypxzx] {
        transform: translateY(-5px);
        box-shadow: 0 20px 48px -12px hsl(var(--primary) / .1),
                    0 8px 20px -6px rgba(0,0,0,.06);
        border-color: hsl(var(--primary) / .2);
    }
    .bl-card__img[b-d3j3qypxzx] {
        position: relative; aspect-ratio: 16 / 9; overflow: hidden;
        background: hsl(var(--muted) / .08);
    }
    .bl-card__img img[b-d3j3qypxzx] {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform .6s cubic-bezier(.4,0,.2,1);
    }
    .bl-card:hover .bl-card__img img[b-d3j3qypxzx] { transform: scale(1.05); }
    .bl-card__noimg[b-d3j3qypxzx] {
        width: 100%; height: 100%;
        background: linear-gradient(135deg, hsl(var(--muted) / .12), hsl(var(--muted) / .06));
    }
    .bl-card__read[b-d3j3qypxzx] {
        position: absolute; top: .65rem; right: .65rem;
        background: hsl(var(--background) / .85);
        backdrop-filter: blur(10px);
        color: hsl(var(--muted-foreground));
        font-size: .6rem; font-weight: 600;
        padding: .18rem .5rem; border-radius: 5px; z-index: 1;
    }
    .bl-card__body[b-d3j3qypxzx] {
        display: flex; flex-direction: column; flex: 1;
        padding: 1.2rem 1.3rem 1.3rem;
    }
    .bl-card__meta[b-d3j3qypxzx] {
        display: flex; align-items: center; gap: .4rem;
        font-size: .68rem; color: hsl(var(--muted-foreground));
        margin-bottom: .6rem;
    }
    .bl-card__title[b-d3j3qypxzx] {
        font-size: 1.02rem; font-weight: 700; line-height: 1.35;
        color: hsl(var(--foreground)); margin: 0 0 .4rem;
        display: -webkit-box; -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; overflow: hidden;
        transition: color .3s ease;
    }
    .bl-card:hover .bl-card__title[b-d3j3qypxzx] { color: hsl(var(--primary)); }
    .bl-card__excerpt[b-d3j3qypxzx] {
        font-size: .82rem; color: hsl(var(--muted-foreground));
        line-height: 1.65; margin: 0 0 auto; padding-bottom: 1rem;
        display: -webkit-box; -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; overflow: hidden;
    }
    .bl-card__link[b-d3j3qypxzx] {
        display: inline-flex; align-items: center; gap: .35rem;
        font-size: .76rem; font-weight: 600;
        color: hsl(var(--primary));
        opacity: 0; transform: translateY(4px);
        transition: opacity .3s ease, transform .3s ease;
    }
    .bl-card:hover .bl-card__link[b-d3j3qypxzx] { opacity: 1; transform: translateY(0); }
    .bl-card__link svg[b-d3j3qypxzx] {
        width: 14px; height: 14px;
        transition: transform .3s ease;
    }
    .bl-card:hover .bl-card__link svg[b-d3j3qypxzx] { transform: translateX(3px); }

    /* ── empty ── */
    .bl-empty[b-d3j3qypxzx] {
        text-align: center; padding: 6rem 2rem;
        animation: bl-rise-b-d3j3qypxzx .5s cubic-bezier(.4,0,.2,1) both;
    }
    .bl-empty h3[b-d3j3qypxzx] {
        font-size: 1.1rem; font-weight: 700;
        color: hsl(var(--foreground)); margin: 0 0 .35rem;
    }
    .bl-empty p[b-d3j3qypxzx] {
        font-size: .88rem; color: hsl(var(--muted-foreground)); margin: 0;
    }

    /* ── keyframes ── */
    @keyframes bl-spin-b-d3j3qypxzx { to { transform: rotate(360deg); } }
    @keyframes bl-rise-b-d3j3qypxzx {
        from { opacity: 0; transform: translateY(16px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes bl-cardUp-b-d3j3qypxzx {
        from { opacity: 0; transform: translateY(20px) scale(.97); }
        to   { opacity: 1; transform: translateY(0) scale(1); }
    }
/* /Pages/Calculator.razor.rz.scp.css */
.calculator-intro[b-ou2dsik38n] {
        max-width: 64rem;
        margin: 0 auto;
        padding: 1rem 1.25rem;
        border-radius: 1.25rem;
        border: 1px solid hsl(var(--border) / 0.6);
        background:
            linear-gradient(135deg, hsl(var(--card) / 0.92), hsl(var(--muted) / 0.34)),
            radial-gradient(circle at top right, hsl(var(--primary) / 0.12), transparent 35%);
        box-shadow: 0 20px 45px hsl(var(--background) / 0.16);
    }

    .calculator-intro p[b-ou2dsik38n] {
        margin: 0;
        line-height: 1.75;
        color: hsl(var(--muted-foreground));
        text-align: center;
        font-size: 0.98rem;
    }
/* /Pages/Careers.razor.rz.scp.css */
.careers-hero[b-h05xweaga1] {
        position: relative;
        overflow: hidden;
        padding: clamp(4rem, 10vw, 7rem) 0 clamp(3rem, 8vw, 5rem);
        background: hsl(var(--background));
    }
    .careers-hero[b-h05xweaga1]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at 30% 20%, hsl(var(--primary) / 0.12) 0%, transparent 50%),
                    radial-gradient(ellipse at 80% 60%, hsl(var(--accent) / 0.08) 0%, transparent 45%),
                    radial-gradient(ellipse at 50% 90%, hsl(var(--primary) / 0.06) 0%, transparent 40%);
        filter: blur(80px);
        pointer-events: none;
    }
    .careers-hero__badge[b-h05xweaga1] {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        padding: .35rem .9rem;
        margin-bottom: 1.25rem;
        font-size: .8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .08em;
        border-radius: 999px;
        background: hsl(var(--primary) / 0.12);
        color: hsl(var(--primary));
        border: 1px solid hsl(var(--primary) / 0.2);
    }
    .careers-hero__title[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: clamp(2rem, 5vw, 3.25rem);
        font-weight: 800;
        line-height: 1.15;
        color: hsl(var(--foreground));
        margin: 0 0 .75rem;
    }
    .careers-hero__subtitle[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: clamp(1rem, 2vw, 1.2rem);
        font-weight: 400;
        color: hsl(var(--muted-foreground));
        max-width: 600px;
        margin: 0 auto;
    }

    .careers-body[b-h05xweaga1] {
        position: relative;
        padding: clamp(2rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 7rem);
        background: hsl(var(--background));
    }

    .careers-intro[b-h05xweaga1] {
        max-width: 720px;
        margin: 0 auto 3.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .careers-intro__text[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: 1.05rem;
        line-height: 1.75;
        color: hsl(var(--muted-foreground));
    }
    .careers-intro__highlight[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1.15rem;
        font-weight: 600;
        color: hsl(var(--primary));
    }

    .careers-section-title[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        color: hsl(var(--foreground));
        margin-bottom: 2rem;
    }

    .careers-perks[b-h05xweaga1] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        max-width: 900px;
        margin: 0 auto 4rem;
    }
    @media (max-width: 640px) {
        .careers-perks[b-h05xweaga1] { grid-template-columns: 1fr; }
    }
    .careers-perk[b-h05xweaga1] {
        padding: 1.75rem;
        border-radius: 16px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card));
        transition: border-color .3s ease, box-shadow .3s ease;
    }
    .careers-perk:hover[b-h05xweaga1] {
        border-color: hsl(var(--primary) / 0.35);
        box-shadow: 0 4px 24px hsl(var(--primary) / 0.08);
    }
    .careers-perk__icon[b-h05xweaga1] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin-bottom: .75rem;
        border-radius: 12px;
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
    }
    .careers-perk__icon svg[b-h05xweaga1] {
        width: 22px;
        height: 22px;
    }
    .careers-perk__title[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1.05rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        margin-bottom: .35rem;
    }
    .careers-perk__desc[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .9rem;
        color: hsl(var(--muted-foreground));
        line-height: 1.65;
    }

    .careers-benefits[b-h05xweaga1] {
        max-width: 700px;
        margin: 0 auto 4rem;
    }
    .careers-benefits__intro[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .95rem;
        color: hsl(var(--muted-foreground));
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .careers-benefits__list[b-h05xweaga1] {
        list-style: none;
        padding: 0;
        display: grid;
        gap: .65rem;
        margin-bottom: 1.5rem;
    }
    .careers-benefits__list li[b-h05xweaga1] {
        position: relative;
        padding-left: 1.5rem;
        font-family: var(--font-body);
        font-size: .95rem;
        color: hsl(var(--foreground));
        line-height: 1.6;
    }
    .careers-benefits__list li[b-h05xweaga1]::before {
        content: "";
        position: absolute;
        left: 0;
        top: .55rem;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: hsl(var(--primary));
    }
    .careers-benefits__outro[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .95rem;
        color: hsl(var(--muted-foreground));
        text-align: center;
    }

    .careers-hiring[b-h05xweaga1] {
        max-width: 700px;
        margin: 0 auto 4rem;
    }
    .careers-hiring__intro[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .95rem;
        color: hsl(var(--muted-foreground));
        text-align: center;
        margin-bottom: 2rem;
    }
    .careers-steps[b-h05xweaga1] {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    .careers-step[b-h05xweaga1] {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem 1.5rem;
        border-radius: 14px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card));
    }
    .careers-step__number[b-h05xweaga1] {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: hsl(var(--primary));
        color: hsl(var(--primary-foreground));
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: .95rem;
    }
    .careers-step__title[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        margin-bottom: .2rem;
    }
    .careers-step__desc[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .88rem;
        color: hsl(var(--muted-foreground));
        line-height: 1.55;
    }

    .careers-cta[b-h05xweaga1] {
        max-width: 640px;
        margin: 0 auto;
    }
    .careers-cta__inner[b-h05xweaga1] {
        text-align: center;
        padding: 2.5rem;
        border-radius: 20px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card));
    }
    .careers-cta__title[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1.35rem;
        font-weight: 700;
        color: hsl(var(--foreground));
        margin-bottom: .75rem;
    }
    .careers-cta__text[b-h05xweaga1] {
        font-family: var(--font-body);
        font-size: .95rem;
        color: hsl(var(--muted-foreground));
        margin-bottom: .5rem;
    }
    .careers-cta__contact[b-h05xweaga1] {
        font-family: var(--font-heading);
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        margin: 1rem 0 .75rem;
    }
    .careers-cta__email[b-h05xweaga1] {
        display: inline-block;
        padding: .65rem 1.5rem;
        border-radius: 10px;
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--primary-foreground));
        background: hsl(var(--primary));
        text-decoration: none;
        transition: opacity .2s ease;
    }
    .careers-cta__email:hover[b-h05xweaga1] {
        opacity: .88;
    }
/* /Pages/ConcreteBlog.razor.rz.scp.css */
/* ── loader ── */
    .bp-load[b-gihvflwxix] {
        display: flex; align-items: center; justify-content: center;
        min-height: 100vh;
    }
    .bp-load__pulse[b-gihvflwxix] {
        width: 40px; height: 40px; border-radius: 50%;
        background: hsl(var(--primary) / .15);
        animation: bp-pulse-b-gihvflwxix 1.4s ease-in-out infinite;
    }

    /* ── 404 ── */
    .bp-404[b-gihvflwxix] {
        display: flex; flex-direction: column; align-items: center;
        justify-content: center; text-align: center;
        min-height: 70vh; padding: 2rem; gap: .5rem;
        animation: bp-up-b-gihvflwxix .6s cubic-bezier(.4,0,.2,1) both;
    }
    .bp-404__icon[b-gihvflwxix] {
        width: 80px; height: 80px; border-radius: 50%;
        background: hsl(var(--muted) / .3);
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 1.25rem;
    }
    .bp-404__icon svg[b-gihvflwxix] {
        width: 34px; height: 34px; color: hsl(var(--muted-foreground) / .4);
    }
    .bp-404 h1[b-gihvflwxix] {
        font-size: 1.4rem; font-weight: 800;
        color: hsl(var(--foreground)); margin: 0;
    }
    .bp-404 p[b-gihvflwxix] {
        font-size: .9rem; color: hsl(var(--muted-foreground));
        margin: 0 0 1.25rem;
    }
    .bp-404__link[b-gihvflwxix] {
        display: inline-flex; align-items: center; gap: .4rem;
        font-size: .82rem; font-weight: 600; color: hsl(var(--primary));
        text-decoration: none; transition: gap .25s ease;
    }
    .bp-404__link:hover[b-gihvflwxix] { gap: .65rem; }

    /* ── article wrapper ── */
    .bp[b-gihvflwxix] { min-height: 100vh; padding-bottom: 5rem; }

    /* ── hero (banner image present) ── */
    .bp-hero[b-gihvflwxix] {
        position: relative; width: 100%; height: 500px;
        overflow: hidden;
    }
    .bp-hero__img-wrap[b-gihvflwxix] {
        position: absolute; inset: 0;
        animation: bp-kenburns-b-gihvflwxix 28s ease-in-out infinite alternate;
    }
    .bp-hero__img[b-gihvflwxix] {
        width: 100%; height: 100%; object-fit: cover;
    }
    .bp-hero__overlay[b-gihvflwxix] {
        position: absolute; inset: 0;
        background:
            linear-gradient(to bottom,
                hsl(var(--background) / .15) 0%,
                transparent 25%,
                hsl(var(--background) / .55) 65%,
                hsl(var(--background)) 100%);
    }
    .bp-hero__inner[b-gihvflwxix] {
        position: absolute; inset: 0;
        display: flex; flex-direction: column;
        justify-content: space-between;
        padding: 2rem;
        max-width: 920px; margin: 0 auto;
        z-index: 2;
    }
    .bp-hero__back[b-gihvflwxix] {
        display: inline-flex; align-items: center; gap: .4rem;
        font-size: .78rem; font-weight: 600;
        color: rgba(255,255,255,.75); text-decoration: none;
        width: fit-content;
        transition: color .2s ease, gap .25s ease;
    }
    .bp-hero__back:hover[b-gihvflwxix] { color: #fff; gap: .6rem; }
    .bp-hero__text[b-gihvflwxix] {
        animation: bp-up-b-gihvflwxix .7s cubic-bezier(.4,0,.2,1) .15s both;
    }
    .bp-hero__title[b-gihvflwxix] {
        font-size: 2.8rem; font-weight: 800;
        line-height: 1.12; color: #fff; margin: 0 0 1.1rem;
        text-shadow: 0 2px 24px rgba(0,0,0,.25);
    }
    .bp-hero__meta[b-gihvflwxix] {
        display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
        font-size: .82rem; color: rgba(255,255,255,.7);
    }
    .bp-hero__author[b-gihvflwxix] {
        display: flex; align-items: center; gap: .45rem;
        font-weight: 500; color: #fff;
    }
    .bp-avatar[b-gihvflwxix] {
        width: 28px; height: 28px; border-radius: 50%;
        background: rgba(255,255,255,.18); color: #fff;
        backdrop-filter: blur(8px);
        display: flex; align-items: center; justify-content: center;
        font-size: .7rem; font-weight: 700;
    }
    .bp-sep[b-gihvflwxix] {
        width: 3px; height: 3px; border-radius: 50%;
        background: currentColor; opacity: .45; flex-shrink: 0;
    }
    .bp-meta__name[b-gihvflwxix] { font-weight: 600; color: hsl(var(--foreground)); }
    @media (max-width: 768px) {
        .bp-hero[b-gihvflwxix] { height: 380px; }
        .bp-hero__title[b-gihvflwxix] { font-size: 1.9rem; }
        .bp-hero__inner[b-gihvflwxix] { padding: 1.25rem; }
    }
    @media (max-width: 480px) {
        .bp-hero[b-gihvflwxix] { height: 320px; }
        .bp-hero__title[b-gihvflwxix] { font-size: 1.5rem; }
    }

    /* ── head (no image fallback) ── */
    .bp-head[b-gihvflwxix] {
        padding: 4.5rem 1.5rem 2.5rem;
        animation: bp-up-b-gihvflwxix .6s cubic-bezier(.4,0,.2,1) both;
    }
    .bp-head__inner[b-gihvflwxix] { max-width: 740px; margin: 0 auto; }
    .bp-head__back[b-gihvflwxix] {
        display: inline-flex; align-items: center; gap: .4rem;
        font-size: .8rem; font-weight: 500;
        color: hsl(var(--muted-foreground)); text-decoration: none;
        margin-bottom: 2.25rem;
        transition: color .2s ease, gap .25s ease;
    }
    .bp-head__back:hover[b-gihvflwxix] { color: hsl(var(--primary)); gap: .6rem; }
    .bp-head__rule[b-gihvflwxix] {
        width: 40px; height: 2px; border-radius: 1px;
        background: hsl(var(--primary)); margin-bottom: 1.75rem;
    }
    .bp-head__title[b-gihvflwxix] {
        font-size: 2.7rem; font-weight: 800;
        line-height: 1.15; color: hsl(var(--foreground));
        margin: 0 0 1.35rem;
    }
    .bp-head__meta[b-gihvflwxix] {
        display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
        font-size: .86rem; color: hsl(var(--muted-foreground));
    }
    @media (max-width: 640px) {
        .bp-head[b-gihvflwxix] { padding: 2.75rem 1.25rem 1.75rem; }
        .bp-head__title[b-gihvflwxix] { font-size: 1.7rem; }
    }

    /* ── article content ── */
    .bp-content[b-gihvflwxix] {
        padding: 0 1.5rem;
        animation: bp-up-b-gihvflwxix .6s cubic-bezier(.4,0,.2,1) .15s both;
    }
    .bp-content__inner[b-gihvflwxix] {
        max-width: 740px; margin: 0 auto;
        font-size: 1.06rem; line-height: 1.9;
        color: hsl(var(--foreground));
    }

    .bp-content__inner h1[b-gihvflwxix],
    .bp-content__inner h2[b-gihvflwxix],
    .bp-content__inner h3[b-gihvflwxix],
    .bp-content__inner h4[b-gihvflwxix] {
        font-weight: 700;
        color: hsl(var(--foreground));
        margin: 2.75rem 0 .9rem;
        padding-left: .9rem;
        border-left: 2px solid hsl(var(--primary) / .25);
    }
    .bp-content__inner h2[b-gihvflwxix] { font-size: 1.55rem; }
    .bp-content__inner h3[b-gihvflwxix] { font-size: 1.25rem; }
    .bp-content__inner h4[b-gihvflwxix] { font-size: 1.08rem; }
    .bp-content__inner p[b-gihvflwxix] { margin: 0 0 1.4rem; }

    .bp-content__inner a[b-gihvflwxix] {
        color: hsl(var(--primary)); text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-color: hsl(var(--primary) / .3);
        transition: text-decoration-color .2s ease;
    }
    .bp-content__inner a:hover[b-gihvflwxix] {
        text-decoration-color: hsl(var(--primary));
    }

    .bp-content__inner img[b-gihvflwxix] {
        max-width: calc(100% + 4rem); height: auto;
        margin: 2.25rem -2rem; border-radius: 14px;
        box-shadow: 0 10px 40px rgba(0,0,0,.07);
    }
    @media (max-width: 640px) {
        .bp-content__inner img[b-gihvflwxix] {
            max-width: calc(100% + 1rem);
            margin: 1.5rem -.5rem;
            border-radius: 10px;
        }
    }

    .bp-content__inner blockquote[b-gihvflwxix] {
        position: relative;
        border: none; border-left: 3px solid hsl(var(--primary) / .25);
        padding: 1.5rem 1.5rem 1.5rem 2.25rem;
        margin: 2.25rem 0;
        background: hsl(var(--muted) / .15);
        border-radius: 0 12px 12px 0;
        font-style: italic;
        color: hsl(var(--muted-foreground));
    }
    .bp-content__inner blockquote[b-gihvflwxix]::before {
        content: '\201C';
        position: absolute; top: -.15rem; left: .65rem;
        font-size: 3.2rem; line-height: 1; font-style: normal;
        color: hsl(var(--primary) / .12); font-weight: 800;
    }

    .bp-content__inner code[b-gihvflwxix] {
        background: hsl(var(--muted) / .45);
        padding: .15rem .4rem; border-radius: 5px;
        font-size: .88em;
    }
    .bp-content__inner pre[b-gihvflwxix] {
        background: hsl(var(--muted)); border-radius: 12px;
        padding: 1.5rem; overflow-x: auto; margin: 2.25rem 0;
        border: 1px solid hsl(var(--border));
    }
    .bp-content__inner pre code[b-gihvflwxix] { background: none; padding: 0; }

    .bp-content__inner ul[b-gihvflwxix] {
        padding-left: 1.5rem; margin: 0 0 1.4rem;
        list-style-type: disc;
    }
    .bp-content__inner ol[b-gihvflwxix] {
        padding-left: 1.5rem; margin: 0 0 1.4rem;
        list-style-type: decimal;
    }
    .bp-content__inner li[b-gihvflwxix] { margin-bottom: .45rem; }

    .bp-content__inner table[b-gihvflwxix] {
        width: 100%; border-collapse: collapse;
        margin: 2.25rem 0; font-size: .95rem;
        border: 1px solid hsl(var(--border));
    }
    .bp-content__inner th[b-gihvflwxix],
    .bp-content__inner td[b-gihvflwxix] {
        border: 1px solid hsl(var(--border));
        padding: .6rem .9rem; text-align: left;
    }
    .bp-content__inner th[b-gihvflwxix] {
        background: hsl(var(--muted) / .5);
        font-weight: 600;
    }
    .bp-content__inner tr:nth-child(even)[b-gihvflwxix] {
        background: hsl(var(--muted) / .15);
    }

    .bp-content__inner hr[b-gihvflwxix] {
        border: none; height: 1px;
        background: hsl(var(--border)); margin: 3.5rem auto;
        max-width: 100px;
    }

    /* ── footer ── */
    .bp-end[b-gihvflwxix] {
        max-width: 740px; margin: 4.5rem auto 0;
        padding: 0 1.5rem;
        animation: bp-up-b-gihvflwxix .5s cubic-bezier(.4,0,.2,1) .2s both;
    }
    .bp-end__rule[b-gihvflwxix] {
        width: 40px; height: 1px;
        background: hsl(var(--border)); margin-bottom: 1.5rem;
    }
    .bp-end__link[b-gihvflwxix] {
        display: inline-flex; align-items: center; gap: .4rem;
        font-size: .82rem; font-weight: 600; color: hsl(var(--primary));
        text-decoration: none;
        transition: gap .25s ease;
    }
    .bp-end__link:hover[b-gihvflwxix] { gap: .7rem; }

    @keyframes bp-pulse-b-gihvflwxix {
        0%, 100% { transform: scale(1); opacity: .35; }
        50%      { transform: scale(2); opacity: 0; }
    }
    @keyframes bp-up-b-gihvflwxix {
        from { opacity: 0; transform: translateY(18px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes bp-kenburns-b-gihvflwxix {
        0%   { transform: scale(1) translate(0, 0); }
        100% { transform: scale(1.06) translate(-0.8%, -0.6%); }
    }
/* /Pages/ConcreteExchange.razor.rz.scp.css */
.exchange-load[b-jh0wn02kkk] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
}

.exchange-load__panel[b-jh0wn02kkk] {
    display: grid;
    gap: 0.85rem;
    width: min(28rem, 100%);
    text-align: center;
}

.exchange-load__bar[b-jh0wn02kkk] {
    height: 0.4rem;
    overflow: hidden;
    border-radius: 9999px;
    background: hsl(var(--muted));
    box-shadow: inset 0 0 0 1px hsl(var(--border) / 0.45);
}

.exchange-load__progress[b-jh0wn02kkk] {
    width: 38%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));
    animation: exchange-load-progress-b-jh0wn02kkk 1.2s ease-in-out infinite;
}

.exchange-load__text[b-jh0wn02kkk] {
    color: hsl(var(--muted-foreground));
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.exchange-description[b-jh0wn02kkk] {
    white-space: pre-wrap;
}

.hiw-card--delay-1[b-jh0wn02kkk] {
    animation-delay: 0.1s;
}

.hiw-card--delay-2[b-jh0wn02kkk] {
    animation-delay: 0.3s;
}

.hiw-card--delay-3[b-jh0wn02kkk] {
    animation-delay: 0.5s;
}

@keyframes exchange-load-progress-b-jh0wn02kkk {
    0% {
        transform: translateX(-130%);
    }

    55% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(150%);
    }
}
/* /Pages/ConcretePromotion.razor.rz.scp.css */
/* ═══════════════════════════════════
                       SHARED: badges, content animations
                       ═══════════════════════════════════ */
                    .promo-badge[b-82ncrosvv6] {
                        display: inline-flex;
                        align-items: center;
                        gap: .35rem;
                        font-size: .75rem;
                        font-weight: 600;
                        padding: .3rem .7rem;
                        border-radius: 9999px;
                        backdrop-filter: blur(12px);
                        animation: p-badgePop-b-82ncrosvv6 .4s cubic-bezier(.34,1.56,.64,1) both;
                    }
                    .promo-badge:nth-child(1)[b-82ncrosvv6] { animation-delay: .3s; }
                    .promo-badge:nth-child(2)[b-82ncrosvv6] { animation-delay: .4s; }
                    .promo-badge:nth-child(3)[b-82ncrosvv6] { animation-delay: .5s; }
                    .promo-badge--type[b-82ncrosvv6] {
                        background: hsl(var(--primary) / .9);
                        color: hsl(var(--primary-foreground));
                        box-shadow: 0 2px 12px hsl(var(--primary) / .3);
                    }
                    .promo-badge--exchange[b-82ncrosvv6] {
                        background: rgba(255,255,255,.15);
                        color: #fff;
                        border: 1px solid rgba(255,255,255,.2);
                    }


                    /* ═══════════════════════════════
                       BANNER MODE (BannerImageUrl set)
                       ═══════════════════════════════ */
                    .promo-banner[b-82ncrosvv6] {
                        position: relative;
                        width: 100%;
                        max-height: 380px;
                        overflow: hidden;
                        border-radius: 1rem;
                        background: hsl(var(--card));
                        margin-bottom: 1.5rem;
                    }
                    .promo-banner__stage[b-82ncrosvv6] {
                        perspective: 1200px;
                        padding: 6px;
                    }
                    .promo-banner__card[b-82ncrosvv6] {
                        position: relative;
                        transform-style: preserve-3d;
                        border-radius: .75rem;
                        overflow: hidden;
                        animation:
                            p-entrance-b-82ncrosvv6 .7s cubic-bezier(.16,1,.3,1) both,
                            p-bannerTilt-b-82ncrosvv6 10s ease-in-out .7s infinite;
                        box-shadow:
                            0 25px 60px -15px rgba(0,0,0,.5),
                            0 10px 30px -10px hsl(var(--primary) / .2),
                            0 0 40px -5px hsl(var(--primary) / .08);
                    }
                    .promo-banner__img[b-82ncrosvv6] {
                        display: block;
                        width: 100%;
                        max-height: 368px;
                        object-fit: cover;
                        border-radius: .75rem;
                    }
                    .promo-banner__shine[b-82ncrosvv6] {
                        position: absolute;
                        top: 0; left: -120%;
                        width: 70%; height: 100%;
                        background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.03) 25%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.03) 75%, transparent 100%);
                        transform: skewX(-20deg);
                        animation: p-shine-b-82ncrosvv6 7s ease-in-out 1s infinite;
                        pointer-events: none;
                        z-index: 2;
                    }
                    .promo-banner__edge-glow[b-82ncrosvv6] {
                        position: absolute;
                        inset: 0;
                        border-radius: .75rem;
                        box-shadow: inset 0 0 40px hsl(var(--primary) / .06), inset 0 0 80px hsl(var(--primary) / .03);
                        animation: p-edgePulse-b-82ncrosvv6 3s ease-in-out infinite;
                        pointer-events: none;
                        z-index: 3;
                    }
                    .promo-banner__gradient[b-82ncrosvv6] {
                        position: absolute;
                        bottom: 0; left: 6px; right: 6px;
                        height: 60%;
                        border-radius: 0 0 .75rem .75rem;
                        background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 30%, rgba(0,0,0,.15) 60%, transparent 100%);
                        z-index: 4;
                        pointer-events: none;
                    }
                    .promo-banner__content[b-82ncrosvv6] {
                        position: absolute;
                        bottom: 6px; left: 6px; right: 6px;
                        padding: 1.25rem 1.5rem;
                        z-index: 5;
                        border-radius: 0 0 .75rem .75rem;
                        animation: p-fadeUp-b-82ncrosvv6 .5s cubic-bezier(.16,1,.3,1) .25s both;
                    }
                    .promo-banner__title[b-82ncrosvv6] {
                        font-size: clamp(1.2rem, 2.5vw, 1.8rem);
                        font-weight: 800;
                        line-height: 1.2;
                        color: #fff;
                        margin: 0;
                        text-shadow: 0 2px 16px rgba(0,0,0,.6);
                        animation: p-titleReveal-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .4s both;
                    }
                    .promo-banner__countdown[b-82ncrosvv6] {
                        margin-top: .3rem;
                        font-size: .8rem;
                        color: rgba(255,255,255,.7);
                        animation: p-fadeUp-b-82ncrosvv6 .4s ease .55s both;
                    }

                    /* Floating particles */
                    .promo-banner__particles[b-82ncrosvv6] {
                        position: absolute;
                        inset: 0;
                        z-index: 3;
                        pointer-events: none;
                        overflow: hidden;
                    }
                    .promo-banner__particles span[b-82ncrosvv6] {
                        position: absolute;
                        width: 3px; height: 3px;
                        border-radius: 50%;
                        background: hsl(var(--primary) / .6);
                        box-shadow: 0 0 6px 2px hsl(var(--primary) / .3);
                        animation: p-particleFloat-b-82ncrosvv6 8s ease-in-out infinite;
                    }
                    .promo-banner__particles span:nth-child(1)[b-82ncrosvv6] { left: 10%; bottom: -5%; animation-delay: 0s; animation-duration: 7s; }
                    .promo-banner__particles span:nth-child(2)[b-82ncrosvv6] { left: 25%; bottom: -5%; animation-delay: 1.2s; animation-duration: 9s; width: 2px; height: 2px; }
                    .promo-banner__particles span:nth-child(3)[b-82ncrosvv6] { left: 40%; bottom: -5%; animation-delay: 2.5s; animation-duration: 6.5s; }
                    .promo-banner__particles span:nth-child(4)[b-82ncrosvv6] { left: 55%; bottom: -5%; animation-delay: .8s; animation-duration: 8.5s; width: 4px; height: 4px; }
                    .promo-banner__particles span:nth-child(5)[b-82ncrosvv6] { left: 70%; bottom: -5%; animation-delay: 3s; animation-duration: 7.5s; width: 2px; height: 2px; }
                    .promo-banner__particles span:nth-child(6)[b-82ncrosvv6] { left: 85%; bottom: -5%; animation-delay: 1.8s; animation-duration: 9.5s; }
                    .promo-banner__particles span:nth-child(7)[b-82ncrosvv6] { left: 15%; bottom: -5%; animation-delay: 4s; animation-duration: 6s; width: 2px; height: 2px; }
                    .promo-banner__particles span:nth-child(8)[b-82ncrosvv6] { left: 60%; bottom: -5%; animation-delay: 2s; animation-duration: 8s; }

                    /* ═══════════════════════════════════
                       INLINE MODE (no banner) animations
                       ═══════════════════════════════════ */
                    .promo-inline-card[b-82ncrosvv6] {
                        animation: none !important;
                    }

                    /* 3D card stage inside content card */
                    .promo-card-stage[b-82ncrosvv6] {
                        position: relative;
                        perspective: 900px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 1.5rem 0 2rem;
                        margin-bottom: 1.5rem;
                        overflow: visible;
                    }
                    .promo-card-stage__glow[b-82ncrosvv6] {
                        position: absolute;
                        top: 50%; left: 50%;
                        width: 60%; height: 70%;
                        background: radial-gradient(circle, hsl(var(--primary) / .3) 0%, transparent 70%);
                        transform: translate(-50%, -50%);
                        animation: p-glowPulse-b-82ncrosvv6 4s ease-in-out infinite;
                        filter: blur(40px);
                        pointer-events: none;
                        z-index: 0;
                    }
                    .promo-card-stage__glow--alt[b-82ncrosvv6] {
                        width: 40%; height: 50%;
                        background: radial-gradient(circle, hsl(var(--accent) / .18) 0%, transparent 70%);
                        animation: p-glowDrift-b-82ncrosvv6 6s ease-in-out infinite -2s;
                        filter: blur(50px);
                    }
                    .promo-card-stage__float[b-82ncrosvv6] {
                        position: relative;
                        transform-style: preserve-3d;
                        z-index: 1;
                        animation:
                            p-cardEntrance-b-82ncrosvv6 .8s cubic-bezier(.16,1,.3,1) both,
                            p-cardFloat-b-82ncrosvv6 6s ease-in-out .8s infinite;
                    }
                    .promo-card-stage__img[b-82ncrosvv6] {
                        display: block;
                        max-width: 100%;
                        max-height: 340px;
                        border-radius: .75rem;
                        object-fit: contain;
                        box-shadow:
                            0 25px 60px -12px rgba(0,0,0,.45),
                            0 12px 30px -8px hsl(var(--primary) / .15),
                            0 0 0 1px rgba(255,255,255,.06);
                    }
                    .promo-card-stage__shine[b-82ncrosvv6] {
                        position: absolute;
                        top: 0; left: -120%;
                        width: 65%; height: 100%;
                        background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.05) 35%, rgba(255,255,255,.18) 50%, rgba(255,255,255,.05) 65%, transparent 100%);
                        transform: skewX(-25deg);
                        animation: p-shine-b-82ncrosvv6 6s ease-in-out 1s infinite;
                        pointer-events: none;
                        border-radius: .75rem;
                    }
                    .promo-card-stage__ring[b-82ncrosvv6] {
                        position: absolute;
                        inset: -3px;
                        border-radius: .85rem;
                        background: conic-gradient(from 0deg, hsl(var(--primary) / .35), transparent 60deg, transparent 180deg, hsl(var(--primary) / .2), transparent 300deg, hsl(var(--primary) / .35));
                        z-index: -1;
                        animation: p-ringRotate-b-82ncrosvv6 12s linear infinite;
                        opacity: .45;
                        filter: blur(4px);
                    }
                    .promo-inline__badges[b-82ncrosvv6] {
                        animation: p-fadeUp-b-82ncrosvv6 .5s cubic-bezier(.16,1,.3,1) .3s both;
                    }
                    .promo-inline__title[b-82ncrosvv6] {
                        animation: p-titleReveal-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .4s both;
                    }
                    .promo-inline__countdown[b-82ncrosvv6] {
                        animation: p-fadeUp-b-82ncrosvv6 .4s ease .55s both;
                    }

                    /* ═══════════════════════════
                       CONTENT AREA animations
                       ═══════════════════════════ */
                    .promotion-page .grid > div:first-child > div:not(.promo-inline-card)[b-82ncrosvv6] {
                        animation: p-contentUp-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .5s both;
                    }
                    .promotion-page .promo-inline-card > .promo-inline > *[b-82ncrosvv6] {
                        /* ensure children aren't hidden by parent animation */
                    }
                    .promotion-page .promo-inline-card > div:not(.promo-inline)[b-82ncrosvv6] {
                        animation: p-contentUp-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .6s both;
                    }
                    .promotion-page .grid > .space-y-4 > :first-child[b-82ncrosvv6],
                    .promotion-page .grid > .space-y-6 > :first-child[b-82ncrosvv6] {
                        animation: p-sideIn-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .6s both;
                    }
                    .promotion-page .grid > .space-y-4 > :nth-child(2)[b-82ncrosvv6],
                    .promotion-page .grid > .space-y-6 > :nth-child(2)[b-82ncrosvv6] {
                        animation: p-sideIn-b-82ncrosvv6 .6s cubic-bezier(.16,1,.3,1) .75s both;
                    }

                    /* ═══════════ KEYFRAMES ═══════════ */

                    /* Banner entrance + tilt */
                    @keyframes p-entrance-b-82ncrosvv6 {
                        from { opacity: 0; transform: scale(.97) rotateX(3deg) translateY(16px); }
                        to { opacity: 1; transform: scale(1) rotateX(0) translateY(0); }
                    }
                    @keyframes p-bannerTilt-b-82ncrosvv6 {
                        0%, 100% { transform: rotateY(-1deg) rotateX(.5deg); }
                        25% { transform: rotateY(.8deg) rotateX(-.2deg) translateY(-3px); }
                        50% { transform: rotateY(1deg) rotateX(.5deg); }
                        75% { transform: rotateY(-.8deg) rotateX(-.2deg) translateY(-3px); }
                    }

                    /* Shine sweep */
                    @keyframes p-shine-b-82ncrosvv6 {
                        0%, 100% { left: -120%; opacity: 0; }
                        38% { left: -120%; opacity: 0; }
                        43% { opacity: 1; }
                        56% { left: 150%; opacity: 0; }
                    }

                    /* Edge glow */
                    @keyframes p-edgePulse-b-82ncrosvv6 {
                        0%, 100% { box-shadow: inset 0 0 40px hsl(var(--primary) / .05), inset 0 0 80px hsl(var(--primary) / .02); }
                        50% { box-shadow: inset 0 0 50px hsl(var(--primary) / .12), inset 0 0 100px hsl(var(--primary) / .06); }
                    }

                    /* Shared content animations */
                    @keyframes p-fadeUp-b-82ncrosvv6 {
                        from { opacity: 0; transform: translateY(16px); }
                        to { opacity: 1; transform: translateY(0); }
                    }
                    @keyframes p-titleReveal-b-82ncrosvv6 {
                        from { opacity: 0; transform: translateY(10px); filter: blur(4px); }
                        to { opacity: 1; transform: translateY(0); filter: blur(0); }
                    }
                    @keyframes p-badgePop-b-82ncrosvv6 {
                        from { opacity: 0; transform: scale(.5) translateY(6px); }
                        to { opacity: 1; transform: scale(1) translateY(0); }
                    }
                    @keyframes p-contentUp-b-82ncrosvv6 {
                        from { opacity: 0; transform: translateY(28px); }
                        to { opacity: 1; transform: translateY(0); }
                    }
                    @keyframes p-sideIn-b-82ncrosvv6 {
                        from { opacity: 0; transform: translateX(28px); }
                        to { opacity: 1; transform: translateX(0); }
                    }
                    @keyframes p-particleFloat-b-82ncrosvv6 {
                        0% { transform: translateY(0) translateX(0) scale(0); opacity: 0; }
                        10% { opacity: .8; transform: scale(1); }
                        50% { opacity: .5; transform: translateY(-200px) translateX(15px) scale(.8); }
                        100% { transform: translateY(-380px) translateX(-10px) scale(0); opacity: 0; }
                    }
                    @keyframes p-cardEntrance-b-82ncrosvv6 {
                        from { opacity: 0; transform: translateY(30px) rotateX(8deg) rotateY(-6deg) scale(.9); }
                        to { opacity: 1; transform: translateY(0) rotateX(0) rotateY(0) scale(1); }
                    }
                    @keyframes p-cardFloat-b-82ncrosvv6 {
                        0%, 100% { transform: translateY(0) rotateY(-3deg) rotateX(1.5deg); }
                        25% { transform: translateY(-10px) rotateY(1deg) rotateX(-1deg); }
                        50% { transform: translateY(-16px) rotateY(3deg) rotateX(-1.5deg); }
                        75% { transform: translateY(-6px) rotateY(-1deg) rotateX(.8deg); }
                    }
                    @keyframes p-glowPulse-b-82ncrosvv6 {
                        0%, 100% { opacity: .25; transform: translate(-50%, -50%) scale(1); }
                        50% { opacity: .6; transform: translate(-50%, -50%) scale(1.15); }
                    }
                    @keyframes p-glowDrift-b-82ncrosvv6 {
                        0%, 100% { opacity: .15; transform: translate(-50%, -50%) scale(.9) translateX(-20px); }
                        50% { opacity: .4; transform: translate(-50%, -50%) scale(1.1) translateX(20px); }
                    }
                    @keyframes p-ringRotate-b-82ncrosvv6 {
                        to { transform: rotate(360deg); }
                    }
                    @keyframes p-imgReveal-b-82ncrosvv6 {
                        from { opacity: 0; transform: scale(.96) translateY(12px); clip-path: inset(8% 8% 8% 8% round .75rem); }
                        to { opacity: 1; transform: scale(1) translateY(0); clip-path: inset(0% 0% 0% 0% round .75rem); }
                    }
/* /Pages/ConcreteTournament.razor.rz.scp.css */
.ct-page[b-t8quvjbvrk] {
        position: relative;
        min-height: 100vh;
        animation: ct-page-enter-b-t8quvjbvrk 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .ct-header-glow[b-t8quvjbvrk] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 340px;
        background: linear-gradient(180deg, hsl(var(--primary) / 0.06) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

    .ct-header[b-t8quvjbvrk] {
        position: relative;
        z-index: 2;
        padding: 2rem 0 0;
        border-bottom: 1px solid hsl(var(--border) / 0.5);
    }

    .ct-back-link[b-t8quvjbvrk] {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        font-size: 0.8125rem;
        font-weight: 500;
        color: hsl(var(--muted-foreground));
        text-decoration: none;
        margin-bottom: 1.5rem;
        transition: color 0.2s ease;
    }

    .ct-back-link:hover[b-t8quvjbvrk] {
        color: hsl(var(--primary));
    }

    .ct-header__main[b-t8quvjbvrk] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 2rem;
        margin-bottom: 1.5rem;
    }

    .ct-header__info[b-t8quvjbvrk] {
        flex: 1;
        min-width: 0;
    }

    .ct-header__title[b-t8quvjbvrk] {
        font-size: clamp(1.75rem, 4vw, 2.75rem);
        font-weight: 800;
        line-height: 1.1;
        color: hsl(var(--foreground));
        margin-bottom: 0.625rem;
    }

    .ct-header__date[b-t8quvjbvrk] {
        display: flex;
        align-items: center;
        gap: 0.375rem;
        font-size: 0.875rem;
        color: hsl(var(--muted-foreground));
    }

    .ct-header__action[b-t8quvjbvrk] {
        flex-shrink: 0;
        padding-top: 0.5rem;
    }

    .ct-stat-strip[b-t8quvjbvrk] {
        display: flex;
        gap: 0.5rem;
        padding-bottom: 1.5rem;
        overflow-x: auto;
    }

    .ct-stat-pill[b-t8quvjbvrk] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        border-radius: 9999px;
        background: hsl(var(--card) / 0.6);
        border: 1px solid hsl(var(--border) / 0.5);
        white-space: nowrap;
        font-size: 0.8125rem;
        transition: border-color 0.2s ease;
    }

    .ct-stat-pill:hover[b-t8quvjbvrk] {
        border-color: hsl(var(--primary) / 0.3);
    }

    .ct-stat-pill__label[b-t8quvjbvrk] {
        color: hsl(var(--muted-foreground));
        font-weight: 500;
    }

    .ct-stat-pill__value[b-t8quvjbvrk] {
        color: hsl(var(--foreground));
        font-weight: 700;
    }

    .ct-status-badge[b-t8quvjbvrk] {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        font-size: 0.6875rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 0.75rem;
    }

    .ct-status-badge--active[b-t8quvjbvrk] {
        background: hsl(var(--primary) / 0.12);
        color: hsl(var(--primary));
        border: 1px solid hsl(var(--primary) / 0.2);
    }

    .ct-status-badge--done[b-t8quvjbvrk] {
        background: hsl(var(--muted));
        color: hsl(var(--muted-foreground));
        border: 1px solid hsl(var(--border));
    }

    .ct-status-badge--pending[b-t8quvjbvrk] {
        background: hsl(var(--accent) / 0.12);
        color: hsl(var(--accent));
        border: 1px solid hsl(var(--accent) / 0.2);
    }

    .ct-status-badge__dot[b-t8quvjbvrk] {
        position: relative;
        display: inline-flex;
        width: 7px; height: 7px;
    }

    .ct-status-badge__ping[b-t8quvjbvrk] {
        position: absolute;
        inset: 0;
        border-radius: 9999px;
        background: hsl(var(--primary));
        animation: ct-ping-b-t8quvjbvrk 1.5s cubic-bezier(0, 0, .2, 1) infinite;
    }

    .ct-status-badge__dot[b-t8quvjbvrk]::after {
        content: "";
        display: block;
        width: 7px; height: 7px;
        border-radius: 9999px;
        background: hsl(var(--primary));
        position: relative;
        z-index: 1;
    }

    .ct-days-left[b-t8quvjbvrk] {
        margin-left: 0.5rem;
        padding: 0.125rem 0.625rem;
        border-radius: 9999px;
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-size: 0.8125rem;
        font-weight: 600;
    }

    .ct-content-section[b-t8quvjbvrk] {
        position: relative;
        z-index: 2;
        padding: 2.5rem 0 3.5rem;
    }

    .ct-joined-badge[b-t8quvjbvrk] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.625rem 1.5rem;
        border-radius: 0.75rem;
        background: hsl(var(--primary) / 0.1);
        border: 1px solid hsl(var(--primary) / 0.25);
        color: hsl(var(--primary));
        font-weight: 600;
        font-size: 0.875rem;
    }

    .ct-completed-badge[b-t8quvjbvrk] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.625rem 1.5rem;
        border-radius: 0.75rem;
        background: hsl(var(--muted));
        border: 1px solid hsl(var(--border));
        color: hsl(var(--muted-foreground));
        font-weight: 600;
        font-size: 0.875rem;
    }

    .ct-join-btn[b-t8quvjbvrk] {
        padding: 0.75rem 2rem;
        border-radius: 0.75rem;
        font-weight: 700;
        font-size: 0.9375rem;
        color: hsl(var(--primary-foreground));
        background: hsl(var(--primary));
        border: none;
        transition: all 0.2s ease;
        box-shadow: 0 0 16px hsl(var(--primary) / 0.2), 0 2px 8px hsl(var(--primary) / 0.1);
    }

    .ct-join-btn:hover[b-t8quvjbvrk] {
        transform: translateY(-2px);
        box-shadow: 0 0 28px hsl(var(--primary) / 0.3), 0 8px 20px hsl(var(--primary) / 0.15);
    }

    .ct-join-btn:disabled[b-t8quvjbvrk] {
        opacity: 0.7;
        transform: none;
    }

    .ct-medal[b-t8quvjbvrk] {
        width: 32px; height: 32px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 800;
        color: hsl(var(--background));
    }

    .ct-medal--gold[b-t8quvjbvrk] { background: hsl(var(--primary)); }
    .ct-medal--silver[b-t8quvjbvrk] { background: hsl(var(--muted-foreground)); }
    .ct-medal--bronze[b-t8quvjbvrk] { background: hsl(var(--accent)); }

    .ct-prize-row[b-t8quvjbvrk] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem;
        border-radius: 0.75rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card));
        transition: transform 0.2s ease;
    }

    .ct-prize-row:hover[b-t8quvjbvrk] {
        transform: translateX(4px);
    }

    .ct-prize-row--highlight[b-t8quvjbvrk] {
        border-color: hsl(var(--primary) / 0.2);
        background: hsl(var(--primary) / 0.03);
    }

    .ct-content-anim > *[b-t8quvjbvrk] {
        animation: ct-contentUp-b-t8quvjbvrk .6s cubic-bezier(.16,1,.3,1) both;
    }

    .ct-content-anim > :nth-child(1)[b-t8quvjbvrk] { animation-delay: .1s; }
    .ct-content-anim > :nth-child(2)[b-t8quvjbvrk] { animation-delay: .2s; }
    .ct-content-anim > :nth-child(3)[b-t8quvjbvrk] { animation-delay: .3s; }

    .ct-side-anim > *[b-t8quvjbvrk] {
        animation: ct-sideIn-b-t8quvjbvrk .6s cubic-bezier(.16,1,.3,1) both;
    }

    .ct-side-anim > :nth-child(1)[b-t8quvjbvrk] { animation-delay: .15s; }
    .ct-side-anim > :nth-child(2)[b-t8quvjbvrk] { animation-delay: .25s; }
    .ct-side-anim > :nth-child(3)[b-t8quvjbvrk] { animation-delay: .35s; }

    .ct-row[b-t8quvjbvrk] {
        animation: ct-rowSlide-b-t8quvjbvrk .5s ease-out both;
    }

    @media (max-width: 640px) {
        .ct-header__main[b-t8quvjbvrk] {
            flex-direction: column;
            gap: 1rem;
        }

        .ct-stat-strip[b-t8quvjbvrk] {
            gap: 0.375rem;
        }

        .ct-stat-pill[b-t8quvjbvrk] {
            padding: 0.375rem 0.75rem;
            font-size: 0.75rem;
        }
    }

    @keyframes ct-page-enter-b-t8quvjbvrk {
        from { opacity: 0; transform: translateY(12px) scale(0.985); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes ct-ping-b-t8quvjbvrk {
        75%, 100% { transform: scale(2.5); opacity: 0; }
    }

    @keyframes ct-contentUp-b-t8quvjbvrk {
        from { opacity: 0; transform: translateY(24px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes ct-sideIn-b-t8quvjbvrk {
        from { opacity: 0; transform: translateX(24px); }
        to { opacity: 1; transform: translateX(0); }
    }

    @keyframes ct-rowSlide-b-t8quvjbvrk {
        from { opacity: 0; transform: translateX(-16px); }
        to { opacity: 1; transform: translateX(0); }
    }

    @media (prefers-reduced-motion: reduce) {
        .ct-row[b-t8quvjbvrk],
        .ct-content-anim > *[b-t8quvjbvrk],
        .ct-side-anim > *[b-t8quvjbvrk] {
            animation: none !important;
            opacity: 1 !important;
            transform: none !important;
        }
    }
/* /Pages/Events.razor.rz.scp.css */
.events-page[b-zfqhwwrkqi] {
        min-height: 100vh;
    }

    /* ── loader ── */
    .events-loader[b-zfqhwwrkqi] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60vh;
    }
    .events-loader__spinner[b-zfqhwwrkqi] {
        width: 48px; height: 48px;
        border-radius: 50%;
        border: 3px solid hsl(var(--muted));
        border-top-color: hsl(var(--primary));
        animation: ev-spin-b-zfqhwwrkqi .8s linear infinite;
    }

    /* ── hero banner carousel ── */
    .events-hero[b-zfqhwwrkqi] {
        position: relative;
        width: 100%;
        height: 420px;
        overflow: hidden;
    }
    @media (max-width: 768px) {
        .events-hero[b-zfqhwwrkqi] { height: 260px; }
    }
    .events-hero__bg[b-zfqhwwrkqi] {
        position: absolute; inset: 0;
        background: linear-gradient(135deg, hsl(var(--primary) / .06), hsl(var(--accent) / .04), transparent);
        z-index: 0;
    }
    .events-hero__particle[b-zfqhwwrkqi] {
        position: absolute;
        border-radius: 50%;
        background: hsl(var(--primary) / .15);
        filter: blur(40px);
        animation: ev-float-b-zfqhwwrkqi 8s ease-in-out infinite;
    }
    .events-hero__particle--1[b-zfqhwwrkqi] {
        width: 120px; height: 120px;
        top: 10%; left: 5%;
        animation-delay: 0s;
    }
    .events-hero__particle--2[b-zfqhwwrkqi] {
        width: 80px; height: 80px;
        top: 60%; right: 10%;
        animation-delay: -3s;
        background: hsl(var(--accent) / .12);
    }
    .events-hero__particle--3[b-zfqhwwrkqi] {
        width: 100px; height: 100px;
        bottom: 10%; left: 40%;
        animation-delay: -5s;
    }
    .events-hero__carousel[b-zfqhwwrkqi] {
        position: relative;
        width: 100%; height: 100%;
    }
    .events-hero__slide[b-zfqhwwrkqi] {
        position: absolute; inset: 0;
        opacity: 0;
        transform: scale(1.04);
        transition: opacity .7s ease, transform .7s ease;
        cursor: pointer;
        z-index: 1;
    }
    .events-hero__slide--active[b-zfqhwwrkqi] {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }
    .events-hero__img[b-zfqhwwrkqi] {
        width: 100%; height: 100%;
        object-fit: cover;
    }
    .events-hero__overlay[b-zfqhwwrkqi] {
        position: absolute; inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.3) 40%, transparent 70%);
        display: flex;
        align-items: flex-end;
        padding: 2.5rem 3rem;
    }
    @media (max-width: 768px) {
        .events-hero__overlay[b-zfqhwwrkqi] { padding: 1.5rem; }
    }
    .events-hero__content[b-zfqhwwrkqi] {
        animation: ev-heroSlideUp-b-zfqhwwrkqi .6s ease .15s both;
    }
    .events-hero__slide--active .events-hero__content[b-zfqhwwrkqi] {
        animation: ev-heroSlideUp-b-zfqhwwrkqi .6s ease .15s both;
    }
    .events-hero__exchange[b-zfqhwwrkqi] {
        display: inline-block;
        background: hsl(var(--primary));
        color: hsl(var(--primary-foreground));
        font-size: .7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        padding: .3rem .7rem;
        border-radius: 4px;
        margin-bottom: .6rem;
        animation: ev-tagPop-b-zfqhwwrkqi .4s cubic-bezier(.34,1.56,.64,1) .3s both;
    }
    .events-hero__title[b-zfqhwwrkqi] {
        font-size: 1.8rem;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        margin: 0 0 .4rem;
        text-shadow: 0 2px 12px rgba(0,0,0,.4);
    }
    @media (max-width: 768px) {
        .events-hero__title[b-zfqhwwrkqi] { font-size: 1.2rem; }
    }
    .events-hero__desc[b-zfqhwwrkqi] {
        color: rgba(255,255,255,.7);
        font-size: .9rem;
        margin: 0;
        max-width: 500px;
    }
    .events-hero__dots[b-zfqhwwrkqi] {
        position: absolute;
        bottom: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: .5rem;
        z-index: 10;
    }
    .events-hero__dot[b-zfqhwwrkqi] {
        width: 10px; height: 10px;
        border-radius: 50%;
        border: none;
        background: rgba(255,255,255,.35);
        cursor: pointer;
        transition: all .3s ease;
        padding: 0;
    }
    .events-hero__dot--active[b-zfqhwwrkqi] {
        background: hsl(var(--primary));
        box-shadow: 0 0 8px hsl(var(--primary) / .5);
        transform: scale(1.25);
    }
    .events-hero__dot--active[b-zfqhwwrkqi]::after {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        border: 1.5px solid hsl(var(--primary) / .3);
        animation: ev-dot-ring-b-zfqhwwrkqi 2s ease-in-out infinite;
    }

    /* ── section ── */
    .events-section[b-zfqhwwrkqi] {
        padding: 3rem 0 4rem;
        animation: ev-sectionFadeIn-b-zfqhwwrkqi .8s ease .2s both;
    }
    .events-section__header[b-zfqhwwrkqi] {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
        animation: ev-slideInLeft-b-zfqhwwrkqi .6s cubic-bezier(.25,.8,.25,1) .3s both;
    }
    .events-section__label[b-zfqhwwrkqi] {
        display: flex;
        align-items: center;
        gap: .6rem;
        font-size: 1.25rem;
        font-weight: 700;
        color: hsl(var(--foreground));
    }
    .events-section__icon-pulse[b-zfqhwwrkqi] {
        width: 10px; height: 10px;
        border-radius: 50%;
        background: hsl(var(--primary));
        display: inline-block;
        animation: ev-pulse-dot-b-zfqhwwrkqi 2s ease-in-out infinite;
        box-shadow: 0 0 0 0 hsl(var(--primary) / .4);
    }
    .events-section__count[b-zfqhwwrkqi] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 28px; height: 28px;
        border-radius: 8px;
        background: hsl(var(--primary) / .12);
        color: hsl(var(--primary));
        font-size: .8rem;
        font-weight: 700;
        animation: ev-countPop-b-zfqhwwrkqi .5s cubic-bezier(.34,1.56,.64,1) .5s both;
    }

    /* ── event grid ── */
    .events-grid[b-zfqhwwrkqi] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    @media (max-width: 1024px) {
        .events-grid[b-zfqhwwrkqi] { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
        .events-grid[b-zfqhwwrkqi] { grid-template-columns: 1fr; }
    }

    /* ── event card ── */
    .event-card[b-zfqhwwrkqi] {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        background: hsl(var(--card));
        border: 1px solid hsl(var(--border));
        cursor: pointer;
        transition: transform .35s cubic-bezier(.25,.8,.25,1),
                    box-shadow .35s cubic-bezier(.25,.8,.25,1),
                    border-color .35s ease;
        animation: ev-cardFadeUp-b-zfqhwwrkqi .5s ease both;
    }
    .event-card:hover[b-zfqhwwrkqi] {
        transform: translateY(-8px) scale(1.01);
        box-shadow:
            0 24px 48px hsl(var(--primary) / .12),
            0 12px 24px rgba(0,0,0,.15);
        border-color: hsl(var(--primary) / .35);
    }

    .event-card__banner[b-zfqhwwrkqi] {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .event-card__img[b-zfqhwwrkqi] {
        width: 100%; height: 100%;
        object-fit: cover;
        background: hsl(var(--muted));
        transition: transform .6s cubic-bezier(.25,.8,.25,1), filter .6s ease;
    }
    .event-card:hover .event-card__img[b-zfqhwwrkqi] {
        transform: scale(1.04);
        filter: brightness(1.05);
    }
    .event-card__img-overlay[b-zfqhwwrkqi] {
        position: absolute; inset: 0;
        background: linear-gradient(to top, hsl(var(--card)) 0%, transparent 30%);
        pointer-events: none;
        opacity: .7;
        transition: opacity .4s ease;
    }
    .event-card:hover .event-card__img-overlay[b-zfqhwwrkqi] {
        opacity: .5;
    }
    .event-card__shimmer[b-zfqhwwrkqi] {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            105deg,
            transparent 30%,
            hsl(var(--primary) / .06) 50%,
            transparent 70%
        );
        transform: translateX(-100%);
        transition: none;
        pointer-events: none;
        z-index: 4;
    }
    .event-card:hover .event-card__shimmer[b-zfqhwwrkqi] {
        animation: ev-shimmer-b-zfqhwwrkqi .8s ease;
    }

    .event-card__exchange-logo[b-zfqhwwrkqi] {
        position: absolute;
        top: .75rem;
        left: .75rem;
        width: 36px; height: 36px;
        border-radius: 10px;
        background: hsl(var(--background));
        border: 2px solid hsl(var(--border));
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,.15);
        transition: transform .3s ease, box-shadow .3s ease;
        z-index: 3;
    }
    .event-card:hover .event-card__exchange-logo[b-zfqhwwrkqi] {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(0,0,0,.2);
    }
    .event-card__exchange-logo img[b-zfqhwwrkqi] {
        width: 100%; height: 100%;
        object-fit: contain;
        padding: 2px;
    }

    .event-card__countdown[b-zfqhwwrkqi] {
        position: absolute;
        top: .75rem;
        right: .75rem;
        background: rgba(239,68,68,.9);
        backdrop-filter: blur(8px);
        color: #fff;
        font-size: .7rem;
        font-weight: 700;
        padding: .3rem .6rem;
        border-radius: 6px;
        letter-spacing: .04em;
        animation: ev-countdown-blink-b-zfqhwwrkqi 2s ease-in-out infinite;
        z-index: 3;
    }

    .event-card__body[b-zfqhwwrkqi] {
        padding: 1rem 1.25rem 1.25rem;
    }
    .event-card__body > *[b-zfqhwwrkqi] {
        transition: transform .35s cubic-bezier(.25,.8,.25,1), opacity .35s ease;
    }
    .event-card:hover .event-card__body > *[b-zfqhwwrkqi] {
        transform: translateY(-2px);
    }
    .event-card__title[b-zfqhwwrkqi] {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.35;
        color: hsl(var(--foreground));
        margin: 0 0 .35rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color .3s ease, transform .35s cubic-bezier(.25,.8,.25,1);
    }
    .event-card:hover .event-card__title[b-zfqhwwrkqi] {
        color: hsl(var(--primary));
    }
    .event-card__desc[b-zfqhwwrkqi] {
        font-size: .82rem;
        color: hsl(var(--muted-foreground));
        margin: 0 0 .75rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .event-card__footer[b-zfqhwwrkqi] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .event-card__meta[b-zfqhwwrkqi] {
        display: flex;
        align-items: center;
        gap: .4rem;
        font-size: .78rem;
        color: hsl(var(--muted-foreground));
    }
    .event-card__cal-icon[b-zfqhwwrkqi] {
        width: 14px; height: 14px;
        flex-shrink: 0;
        stroke-width: 2;
    }
    .event-card__arrow[b-zfqhwwrkqi] {
        width: 28px; height: 28px;
        border-radius: 50%;
        background: hsl(var(--primary) / .08);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: translate(-8px, 8px);
        transition: all .35s cubic-bezier(.25,.8,.25,1);
    }
    .event-card:hover .event-card__arrow[b-zfqhwwrkqi] {
        opacity: 1;
        transform: translate(0, 0);
    }
    .event-card__arrow svg[b-zfqhwwrkqi] {
        width: 14px; height: 14px;
        color: hsl(var(--primary));
        stroke-width: 2;
    }

    /* ── empty state ── */
    .events-empty[b-zfqhwwrkqi] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 6rem 2rem;
        gap: 1.5rem;
    }
    .events-empty__icon[b-zfqhwwrkqi] {
        width: 80px; height: 80px;
        border-radius: 50%;
        background: hsl(var(--muted) / .5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .events-empty__icon svg[b-zfqhwwrkqi] {
        width: 36px; height: 36px;
        color: hsl(var(--muted-foreground));
        stroke-width: 1.5;
    }
    .events-empty h3[b-zfqhwwrkqi] {
        font-size: 1.1rem;
        font-weight: 500;
        color: hsl(var(--muted-foreground));
    }

    /* ── past campaigns ── */
    .events-section--past[b-zfqhwwrkqi] {
        border-top: 1px solid hsl(var(--border));
        padding-top: 3rem;
    }
    .events-section__label--past[b-zfqhwwrkqi] {
        display: flex; align-items: center; gap: .5rem;
        color: hsl(var(--muted-foreground));
    }
    .events-section__icon-past[b-zfqhwwrkqi] {
        width: 16px; height: 16px;
        stroke-width: 2;
    }
    .events-section__count--past[b-zfqhwwrkqi] {
        background: hsl(var(--muted));
        color: hsl(var(--muted-foreground));
    }
    .event-card--past[b-zfqhwwrkqi] {
        opacity: .75;
        filter: grayscale(.3);
        transition: opacity .3s ease, filter .3s ease;
    }
    .event-card--past:hover[b-zfqhwwrkqi] {
        opacity: 1;
        filter: grayscale(0);
    }
    .event-card__ended-badge[b-zfqhwwrkqi] {
        position: absolute;
        top: .75rem; right: .75rem;
        padding: .25rem .65rem;
        font-size: .7rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .06em;
        border-radius: 6px;
        background: hsl(var(--muted));
        color: hsl(var(--muted-foreground));
        z-index: 3;
    }

    /* ── keyframes ── */
    @keyframes ev-spin-b-zfqhwwrkqi {
        to { transform: rotate(360deg); }
    }
    @keyframes ev-heroSlideUp-b-zfqhwwrkqi {
        from { opacity: 0; transform: translateY(20px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes ev-cardFadeUp-b-zfqhwwrkqi {
        from { opacity: 0; transform: translateY(24px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes ev-pulse-dot-b-zfqhwwrkqi {
        0%, 100% { box-shadow: 0 0 0 0 hsl(var(--primary) / .4); }
        50%      { box-shadow: 0 0 0 6px hsl(var(--primary) / 0); }
    }
    @keyframes ev-countdown-blink-b-zfqhwwrkqi {
        0%, 100% { opacity: 1; }
        50%      { opacity: .7; }
    }
    @keyframes ev-float-b-zfqhwwrkqi {
        0%, 100% { transform: translateY(0) scale(1); }
        50%      { transform: translateY(-20px) scale(1.1); }
    }
    @keyframes ev-tagPop-b-zfqhwwrkqi {
        from { opacity: 0; transform: scale(.7) translateY(6px); }
        to   { opacity: 1; transform: scale(1) translateY(0); }
    }
    @keyframes ev-dot-ring-b-zfqhwwrkqi {
        0%, 100% { transform: scale(1); opacity: .6; }
        50%      { transform: scale(1.3); opacity: 0; }
    }
    @keyframes ev-sectionFadeIn-b-zfqhwwrkqi {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    @keyframes ev-slideInLeft-b-zfqhwwrkqi {
        from { opacity: 0; transform: translateX(-24px); }
        to   { opacity: 1; transform: translateX(0); }
    }
    @keyframes ev-countPop-b-zfqhwwrkqi {
        from { opacity: 0; transform: scale(0); }
        to   { opacity: 1; transform: scale(1); }
    }
    @keyframes ev-shimmer-b-zfqhwwrkqi {
        from { transform: translateX(-100%); }
        to   { transform: translateX(100%); }
    }
/* /Pages/Exchanges.razor.rz.scp.css */
.exchange-intro[b-zly3nt651q] {
        position: relative;
        max-width: 72rem;
        margin: 0 auto;
        padding: 1.35rem 1.5rem;
        border-radius: 1.6rem;
        border: 1px solid hsl(var(--border) / 0.65);
        background:
            linear-gradient(145deg, hsl(var(--card) / 0.95), hsl(var(--card) / 0.82)),
            radial-gradient(circle at top right, hsl(var(--primary) / 0.12), transparent 35%);
        box-shadow: 0 24px 60px hsl(var(--background) / 0.22);
        overflow: hidden;
    }



.exchange-intro p[b-zly3nt651q] {
        position: relative;
        z-index: 1;
        margin: 0;
        color: hsl(var(--muted-foreground));
        line-height: 1.8;
        font-size: 1rem;
        text-align: left;
    }

    .exchange-grid[b-zly3nt651q],
    .exchange-card[b-zly3nt651q],
    .exchange-card__media[b-zly3nt651q],
    .exchange-card__logo[b-zly3nt651q] {
        opacity: 1;
        transform: none;
        animation: none;
        filter: none;
    }

    .exchange-card[b-zly3nt651q] {
        contain: layout paint;
        backface-visibility: hidden;
    }

    .exchange-card__logo[b-zly3nt651q] {
        display: block;
    }
/* /Pages/Faq.razor.rz.scp.css */
.faq-page[b-x42a2hc314] {
        background:
            radial-gradient(circle at top, hsl(var(--primary) / 0.08), transparent 28%),
            linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--background)) 100%);
    }

    .faq-page__hero[b-x42a2hc314] {
        position: relative;
        overflow: hidden;
        padding: clamp(4.25rem, 9vw, 6.75rem) 0 clamp(2rem, 4vw, 3rem);
        isolation: isolate;
    }

    .faq-page__aurora[b-x42a2hc314],
    .faq-page__grid[b-x42a2hc314] {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .faq-page__aurora[b-x42a2hc314] {
        filter: blur(90px);
        opacity: 0.92;
    }

    .faq-page__aurora--one[b-x42a2hc314] {
        background: radial-gradient(circle at 18% 24%, hsl(var(--primary) / 0.22), transparent 38%);
    }

    .faq-page__aurora--two[b-x42a2hc314] {
        background:
            radial-gradient(circle at 82% 18%, hsl(var(--accent) / 0.2), transparent 34%),
            radial-gradient(circle at 72% 72%, hsl(var(--secondary) / 0.16), transparent 30%);
    }

    .faq-page__grid[b-x42a2hc314] {
        background-image:
            linear-gradient(hsl(var(--border) / 0.16) 1px, transparent 1px),
            linear-gradient(90deg, hsl(var(--border) / 0.16) 1px, transparent 1px);
        background-size: 72px 72px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 85%);
        opacity: 0.32;
    }

    .faq-page__hero-inner[b-x42a2hc314] {
        position: relative;
        z-index: 1;
        max-width: 54rem;
        display: grid;
        gap: 0.9rem;
        text-align: center;
    }

    .faq-page__eyebrow[b-x42a2hc314] {
        display: inline-flex;
        justify-self: center;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.2);
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .faq-page__hero-inner h1[b-x42a2hc314],
    .faq-page__hero-inner h2[b-x42a2hc314] {
        margin: 0;
    }

    .faq-page__hero-inner h1[b-x42a2hc314] {
        font-family: var(--font-heading);
        font-size: clamp(2.5rem, 6vw, 4.6rem);
        line-height: 0.98;
        font-weight: 900;
        letter-spacing: -0.045em;
        color: hsl(var(--foreground));
    }

    .faq-page__hero-inner h2[b-x42a2hc314] {
        font-size: clamp(1.15rem, 2.5vw, 1.55rem);
        line-height: 1.45;
        font-weight: 700;
        color: hsl(var(--foreground) / 0.92);
    }

    .faq-page__hero-inner p[b-x42a2hc314] {
        margin: 0;
        color: hsl(var(--muted-foreground));
        line-height: 1.8;
        font-size: 1rem;
    }
/* /Pages/Home.razor.rz.scp.css */
.section-latest[b-xdbpay8srs] {
        position: relative;
        overflow: hidden;
        padding-block: clamp(3rem, 8vw, 5rem);
        background: hsl(180 5% 3%);
        color: hsl(var(--foreground));
    }
    .section-latest[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 200px;
        background: radial-gradient(ellipse at center, hsl(var(--primary) / 0.04), transparent 70%);
        pointer-events: none;
    }
    .headline-glow[b-xdbpay8srs] {
        font-size: clamp(2.5rem, 6vw, 3.9rem);
        font-weight: 800;
        line-height: 1.1;
        color: hsl(var(--foreground));
        text-shadow:
            0 0 40px hsl(var(--primary) / 0.25),
            0 0 80px hsl(var(--primary) / 0.1),
            0 8px 24px hsl(var(--primary) / 0.15);
    }
    .headline-secondary[b-xdbpay8srs] {
        font-size: clamp(2.4rem, 5vw, 3.6rem);
        font-weight: 800;
        color: hsl(var(--foreground));
        text-align: center;
        text-shadow:
            0 0 30px hsl(var(--primary) / 0.15),
            0 4px 16px hsl(var(--background) / 0.5);
    }
    .subhead[b-xdbpay8srs] {
        max-width: 720px;
        color: hsl(var(--muted-foreground) / 0.75);
        font-size: clamp(1rem, 2.6vw, 1.18rem);
        line-height: 1.7;
    }
    .promo-shell[b-xdbpay8srs] {
        position: relative;
        border-radius: 28px;
        padding: clamp(2rem, 4vw, 3rem);
        background: hsl(var(--card) / 0.35);
        border: 1px solid hsl(var(--border) / 0.35);
        box-shadow:
            0 24px 64px hsl(var(--background) / 0.5),
            0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        backdrop-filter: blur(40px) saturate(1.3);
        -webkit-backdrop-filter: blur(40px) saturate(1.3);
        overflow: hidden;
    }
    .promo-shell[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 10%, hsl(var(--foreground) / 0.12) 30%, hsl(var(--foreground) / 0.18) 50%, hsl(var(--foreground) / 0.12) 70%, transparent 90%);
        pointer-events: none;
    }
    .promo-shell[b-xdbpay8srs]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40%;
        background: linear-gradient(180deg, hsl(var(--foreground) / 0.02), transparent);
        pointer-events: none;
        border-radius: 28px 28px 0 0;
    }
    .carousel-scene[b-xdbpay8srs] {
        position: relative;
        perspective: 1600px;
    }
    .carousel-container[b-xdbpay8srs] {
        display: flex;
        align-items: stretch;
        transform-style: preserve-3d;
        will-change: transform;
        transition: transform 0.75s cubic-bezier(0.21, 0.82, 0.25, 1), gap 0.25s ease;
    }

    .carousel-container.home-carousel--mobile[b-xdbpay8srs] {
        --home-carousel-gap: 1rem;
        --home-carousel-shift-unit: calc(100% + 1rem);
        gap: var(--home-carousel-gap);
    }

    .carousel-container.home-carousel--desktop-v2[b-xdbpay8srs] {
        --home-carousel-gap: 1.75rem;
        --home-carousel-shift-unit: calc((100% + 1.75rem) / 2);
        gap: var(--home-carousel-gap);
    }

    .carousel-container.home-carousel--desktop-v3[b-xdbpay8srs] {
        --home-carousel-gap: 1.75rem;
        --home-carousel-shift-unit: calc((100% + 1.75rem) / 3);
        gap: var(--home-carousel-gap);
    }

    .carousel-container.home-carousel--desktop-v4[b-xdbpay8srs] {
        --home-carousel-gap: 1.75rem;
        --home-carousel-shift-unit: calc((100% + 1.75rem) / 4);
        gap: var(--home-carousel-gap);
    }

    .carousel-container.home-carousel--slide-1[b-xdbpay8srs] { transform: translateX(calc(-1 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-2[b-xdbpay8srs] { transform: translateX(calc(-2 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-3[b-xdbpay8srs] { transform: translateX(calc(-3 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-4[b-xdbpay8srs] { transform: translateX(calc(-4 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-5[b-xdbpay8srs] { transform: translateX(calc(-5 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-6[b-xdbpay8srs] { transform: translateX(calc(-6 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-7[b-xdbpay8srs] { transform: translateX(calc(-7 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-8[b-xdbpay8srs] { transform: translateX(calc(-8 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-9[b-xdbpay8srs] { transform: translateX(calc(-9 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-10[b-xdbpay8srs] { transform: translateX(calc(-10 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-11[b-xdbpay8srs] { transform: translateX(calc(-11 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-12[b-xdbpay8srs] { transform: translateX(calc(-12 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-13[b-xdbpay8srs] { transform: translateX(calc(-13 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-14[b-xdbpay8srs] { transform: translateX(calc(-14 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-15[b-xdbpay8srs] { transform: translateX(calc(-15 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-16[b-xdbpay8srs] { transform: translateX(calc(-16 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-17[b-xdbpay8srs] { transform: translateX(calc(-17 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-18[b-xdbpay8srs] { transform: translateX(calc(-18 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-19[b-xdbpay8srs] { transform: translateX(calc(-19 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-20[b-xdbpay8srs] { transform: translateX(calc(-20 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-21[b-xdbpay8srs] { transform: translateX(calc(-21 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-22[b-xdbpay8srs] { transform: translateX(calc(-22 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-23[b-xdbpay8srs] { transform: translateX(calc(-23 * var(--home-carousel-shift-unit))); }
    .carousel-container.home-carousel--slide-24[b-xdbpay8srs] { transform: translateX(calc(-24 * var(--home-carousel-shift-unit))); }
    .carousel-container[data-mobile="True"][b-xdbpay8srs] {
        flex-direction: row;
        align-items: stretch;
        gap: 1rem !important;
    }
    .carousel-container[data-mobile="True"] .carousel-slide[b-xdbpay8srs] {
        width: 100% !important;
        flex-shrink: 0;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
        box-shadow: 0 26px 55px hsl(var(--background) / 0.55);
    }
    .carousel-slide[b-xdbpay8srs] {
        position: relative;
        border-radius: 20px;
        background: linear-gradient(165deg, 
                    hsl(var(--card) / 0.5) 0%, 
                    hsl(var(--muted) / 0.2) 100%);
        box-shadow: 0 20px 50px hsl(var(--background) / 0.6),
                    0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        transform-origin: center;
        transform: translate3d(0, 0, -140px) rotateY(-16deg) scale(0.9);
        transition: transform 0.85s cubic-bezier(0.21, 0.82, 0.25, 1), 
                    opacity 0.6s ease, 
                    box-shadow 0.65s ease, 
                    filter 0.6s ease;
        opacity: 0.4;
        filter: saturate(0.7) brightness(0.85);
        overflow: hidden;
        border: 1px solid hsl(var(--border) / 0.3);
    }

    .home-carousel__slide--mobile[b-xdbpay8srs] {
        width: 100%;
    }

    .home-carousel__slide--solo[b-xdbpay8srs] {
        width: min(420px, 100%);
    }

    .home-carousel__slide--desktop-2[b-xdbpay8srs] {
        width: calc((100% - 1.75rem) / 2);
    }

    .home-carousel__slide--desktop-3[b-xdbpay8srs] {
        width: calc((100% - 3.5rem) / 3);
    }

    .home-carousel__slide--desktop-4[b-xdbpay8srs] {
        width: calc((100% - 5.25rem) / 4);
    }
    .carousel-slide.active[b-xdbpay8srs] {
        transform: translate3d(0, 0, 20px) rotateY(0deg) scale(1);
        opacity: 1;
        filter: saturate(1.1) brightness(1);
        box-shadow: 0 32px 80px hsl(var(--background) / 0.6), 
                    0 8px 30px hsl(var(--primary) / 0.1),
                    0 0 0 1px hsl(var(--primary) / 0.15) inset;
        border-color: hsl(var(--primary) / 0.25);
    }
    .carousel-slide.inactive[b-xdbpay8srs] {
        transform: translate3d(0, 0, -220px) rotateY(16deg) scale(0.88);
    }
    .carousel-slide[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, 
                    hsl(var(--foreground) / 0.06) 0%, 
                    transparent 50%);
        mix-blend-mode: overlay;
        opacity: 0.5;
        pointer-events: none;
    }
    .carousel-slide.animating.active[b-xdbpay8srs] {
        animation: spotlight-b-xdbpay8srs 0.9s ease-out;
    }
    .carousel-indicators[b-xdbpay8srs] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .carousel-indicators button[b-xdbpay8srs] {
        position: relative;
        height: 0.4rem;
        border-radius: 9999px;
        background: hsl(var(--muted-foreground) / 0.25);
        border: none;
        width: 2rem;
        transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, width 0.3s ease;
        cursor: pointer;
    }
    .carousel-indicators button.active[b-xdbpay8srs] {
        background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--accent)));
        width: 3rem;
        box-shadow: 0 8px 20px hsl(var(--primary) / 0.35);
    }
    .carousel-indicators button:hover:not(.active)[b-xdbpay8srs] {
        background: hsl(var(--muted-foreground) / 0.4);
        transform: scaleX(1.1);
    }
    .carousel-controls[b-xdbpay8srs] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }
    .carousel-controls .indicator-track[b-xdbpay8srs] {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .carousel-controls button[b-xdbpay8srs] {
        position: relative;
        border-radius: 9999px;
        border: 1px solid hsl(var(--border) / 0.4);
        background: hsl(var(--card) / 0.6);
        backdrop-filter: blur(18px);
        transition: transform 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.875rem;
        cursor: pointer;
    }
    .carousel-controls button:not(:disabled):hover[b-xdbpay8srs] {
        transform: translateY(-2px) scale(1.05);
        border-color: hsl(var(--primary) / 0.6);
        background: hsl(var(--card) / 0.8);
        box-shadow: 0 10px 25px hsl(var(--primary) / 0.2);
    }
    .carousel-controls button:disabled[b-xdbpay8srs] {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .register-button:hover[b-xdbpay8srs] {
        box-shadow: 0 22px 45px hsl(var(--primary) / 0.45);
    }
    @media (min-width: 768px) {
        .carousel-controls[b-xdbpay8srs] {
            gap: 1.75rem;
        }
        .carousel-controls .indicator-track[b-xdbpay8srs] {
            justify-content: center;
        }
    }
    @media (max-width: 640px) {
        .carousel-controls[b-xdbpay8srs] {
            gap: 0.75rem;
        }
        .carousel-controls button[b-xdbpay8srs] {
            padding: 0.75rem;
        }
    }
    .section-exchanges[b-xdbpay8srs] {
        position: relative;
        overflow: hidden;
        padding-block: clamp(3rem, 8vw, 5rem);
        background: hsl(200 4% 4%);
        color: hsl(var(--foreground));
    }
    .section-exchanges[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 180px;
        background: radial-gradient(ellipse at center, hsl(var(--accent) / 0.03), transparent 70%);
        pointer-events: none;
    }

    .exchange-frame[b-xdbpay8srs] {
        position: relative;
        border-radius: 34px;
        border: 1px solid hsl(var(--border) / 0.35);
        background: hsl(var(--card) / 0.4);
        box-shadow:
            0 30px 80px hsl(var(--background) / 0.5),
            0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        backdrop-filter: blur(40px) saturate(1.3);
        -webkit-backdrop-filter: blur(40px) saturate(1.3);
        overflow: hidden;
    }
    .exchange-frame[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 10%, hsl(var(--foreground) / 0.1) 30%, hsl(var(--foreground) / 0.15) 50%, hsl(var(--foreground) / 0.1) 70%, transparent 90%);
        pointer-events: none;
        z-index: 5;
    }
    .exchange-frame[b-xdbpay8srs]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 35%;
        background: linear-gradient(180deg, hsl(var(--foreground) / 0.015), transparent);
        pointer-events: none;
        border-radius: 34px 34px 0 0;
    }
    .section-divider[b-xdbpay8srs] {
        width: 100%;
        height: 1px;
        position: relative;
        z-index: 10;
        background: linear-gradient(
            to right,
            transparent 0%,
            hsl(var(--border) / 0.5) 10%,
            hsl(var(--primary) / 0.8) 50%,
            hsl(var(--border) / 0.5) 90%,
            transparent 100%
        );
        box-shadow: 0 0 20px hsl(var(--primary) / 0.3),
                    0 0 6px hsl(var(--primary) / 0.15);
        pointer-events: none;
    }

    .section-divider[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -4px;
        width: 8px;
        height: 8px;
        transform: translateX(-50%) rotate(45deg);
        background: hsl(var(--primary) / 0.5);
        box-shadow: 0 0 10px hsl(var(--primary) / 0.3);
    }

    @media (max-width: 768px) {
        .section-divider[b-xdbpay8srs] {
            margin-inline: 1rem;
        }
    }

    .exchange-table[b-xdbpay8srs] {
        width: 100%;
        border-collapse: collapse;
        color: hsl(var(--foreground) / 0.92);
    }
    .exchange-table thead tr[b-xdbpay8srs] {
        color: hsl(var(--muted-foreground));
        text-transform: uppercase;
        font-size: 0.72rem;
        letter-spacing: 0.12rem;
        background: hsl(var(--muted));
    }
    .exchange-table tbody tr[b-xdbpay8srs] {
        transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.4s ease, box-shadow 0.45s ease, border 0.35s ease;
        border-bottom: 1px solid hsl(var(--border) / 0.5);
        background: hsl(var(--card) / 0.3);
    }
    .exchange-table tbody tr:hover[b-xdbpay8srs] {
        transform: translateY(-4px);
        border-color: hsl(var(--primary) / 0.3);
        background: hsl(var(--card) / 0.6);
        box-shadow: 0 20px 50px hsl(var(--primary) / 0.08), 
                    0 8px 25px hsl(var(--background) / 0.4),
                    0 0 0 1px hsl(var(--primary) / 0.12) inset;
    }
    .exchange-table td[b-xdbpay8srs], .exchange-table th[b-xdbpay8srs] {
        padding: 1.2rem;
    }
    .exchange-mobile-card[b-xdbpay8srs] {
        position: relative;
        border-radius: 28px;
        background: hsl(var(--card) / 0.35);
        border: 1px solid hsl(var(--border) / 0.35);
        box-shadow:
            0 20px 52px hsl(var(--background) / 0.4),
            0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        backdrop-filter: blur(36px) saturate(1.2);
        -webkit-backdrop-filter: blur(36px) saturate(1.2);
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        overflow: hidden;
    }
    .exchange-mobile-card[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 15%, hsl(var(--foreground) / 0.1) 40%, hsl(var(--foreground) / 0.1) 60%, transparent 85%);
        pointer-events: none;
    }
    .exchange-mobile-card .metrics[b-xdbpay8srs] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }
    .exchange-mobile-card .metric[b-xdbpay8srs] {
        background: hsl(var(--foreground) / 0.04);
        border: 1px solid hsl(var(--border) / 0.2);
        border-radius: 16px;
        padding: 0.7rem;
        text-align: center;
        position: relative;
        z-index: 10;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
    .exchange-mobile-card .metric span[b-xdbpay8srs] {
        display: block;
    }
    .exchange-mobile-card .metric span.value[b-xdbpay8srs] {
        font-size: 1rem;
        font-weight: 600;
        color: hsl(var(--foreground));
    }
    .exchange-mobile-card .metric span.label[b-xdbpay8srs] {
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: hsl(var(--muted-foreground));
    }
    .section-articles[b-xdbpay8srs] {
        position: relative;
        overflow: hidden;
        padding-block: clamp(3rem, 8vw, 5rem);
        background: hsl(170 5% 3%);
        color: hsl(var(--foreground));
    }
    .section-articles[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 180px;
        background: radial-gradient(ellipse at center, hsl(var(--primary) / 0.03), transparent 70%);
        pointer-events: none;
    }

    .articles-header[b-xdbpay8srs] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        margin-bottom: clamp(2rem, 5vw, 3rem);
        text-align: center;
    }
    .articles-grid[b-xdbpay8srs] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
        max-width: 960px;
        margin-inline: auto;
    }

    .article-card[b-xdbpay8srs] {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid hsl(var(--border) / 0.35);
        background: hsl(var(--card) / 0.4);
        box-shadow:
            0 16px 48px hsl(var(--background) / 0.4),
            0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        backdrop-filter: blur(32px) saturate(1.2);
        -webkit-backdrop-filter: blur(32px) saturate(1.2);
        text-decoration: none;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.4s ease;
    }
    .article-card[b-xdbpay8srs]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 10%, hsl(var(--foreground) / 0.1) 40%, hsl(var(--foreground) / 0.1) 60%, transparent 90%);
        pointer-events: none;
        z-index: 5;
    }
    .article-card:hover[b-xdbpay8srs] {
        transform: translateY(-8px);
        border-color: hsl(var(--primary) / 0.4);
        box-shadow:
            0 32px 72px hsl(var(--primary) / 0.12),
            0 12px 36px hsl(var(--background) / 0.4),
            0 0 0 1px hsl(var(--primary) / 0.15) inset;
    }
    .article-card__media[b-xdbpay8srs] {
        position: relative;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        background: linear-gradient(135deg, hsl(var(--muted)), hsl(var(--accent) / 0.18));
    }
    .article-card__media[b-xdbpay8srs]::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 45%;
        background: linear-gradient(180deg, transparent, hsl(var(--background) / 0.22));
        pointer-events: none;
    }
    .article-card__media img[b-xdbpay8srs] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
    }
    .article-card:hover .article-card__media img[b-xdbpay8srs] {
        transform: scale(1.06);
        filter: saturate(1.05);
    }
    .article-card__pill[b-xdbpay8srs] {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.45rem 0.75rem;
        border-radius: 9999px;
        background: hsl(var(--background) / 0.68);
        border: 1px solid hsl(var(--border) / 0.72);
        color: hsl(var(--foreground));
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        backdrop-filter: blur(20px);
    }
    .article-card__body[b-xdbpay8srs] {
        position: relative;
        z-index: 1;
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 0.6rem;
        padding: 1rem 1.1rem 1.15rem;
    }
    .article-card__meta[b-xdbpay8srs] {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        color: hsl(var(--muted-foreground));
        font-size: 0.72rem;
    }
    .article-card__meta strong[b-xdbpay8srs] {
        color: hsl(var(--foreground));
        font-weight: 600;
    }
    .article-card__dot[b-xdbpay8srs] {
        width: 0.24rem;
        height: 0.24rem;
        border-radius: 9999px;
        background: hsl(var(--primary) / 0.55);
    }
    .article-card__title[b-xdbpay8srs] {
        margin: 0;
        color: hsl(var(--foreground));
        font-size: clamp(1rem, 1.6vw, 1.15rem);
        line-height: 1.3;
    }
    .article-card__summary[b-xdbpay8srs] {
        margin: 0;
        color: hsl(var(--muted-foreground) / 0.92);
        font-size: 0.85rem;
        line-height: 1.65;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .article-card__footer[b-xdbpay8srs] {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding-top: 0.25rem;
    }
    .article-card__link[b-xdbpay8srs] {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        color: hsl(var(--primary));
        font-weight: 700;
        letter-spacing: 0.02em;
    }
    .article-card__link svg[b-xdbpay8srs] {
        width: 1rem;
        height: 1rem;
        transition: transform 0.28s ease;
    }
    .article-card:hover .article-card__link svg[b-xdbpay8srs] {
        transform: translateX(3px);
    }
    .articles-browse[b-xdbpay8srs] {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        align-self: center;
        padding: 0.95rem 1.25rem;
        border-radius: 9999px;
        border: 1px solid hsl(var(--border) / 0.35);
        background: hsl(var(--card) / 0.35);
        color: hsl(var(--foreground));
        font-weight: 600;
        text-decoration: none;
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        box-shadow: 0 0 0 1px hsl(var(--foreground) / 0.03) inset;
        transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    }
    .articles-browse:hover[b-xdbpay8srs] {
        transform: translateY(-2px);
        border-color: hsl(var(--primary) / 0.4);
        box-shadow: 0 16px 36px hsl(var(--primary) / 0.1),
                    0 0 0 1px hsl(var(--primary) / 0.1) inset;
    }
    .articles-browse svg[b-xdbpay8srs] {
        width: 1rem;
        height: 1rem;
    }
    @keyframes spotlight-b-xdbpay8srs {
        0% { transform: translate3d(0, 0, 20px) scale(1.08); box-shadow: 0 35px 80px hsl(var(--primary) / 0.55); }
        100% { transform: translate3d(0, 0, 20px) scale(1.04); }
    }
    @media (max-width: 1024px) {
        .promo-shell[b-xdbpay8srs] {
            padding: clamp(1.5rem, 4vw, 2.5rem);
        }
        .carousel-slide[b-xdbpay8srs] {
            min-height: 100%;
        }
        .articles-grid[b-xdbpay8srs] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .exchange-table td[b-xdbpay8srs], .exchange-table th[b-xdbpay8srs] {
            padding: 0.85rem 0.6rem;
        }
        .exchange-frame[b-xdbpay8srs] {
            border-radius: 22px;
        }
    }
    @media (max-width: 768px) {
        .articles-grid[b-xdbpay8srs] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }
        .section-latest[b-xdbpay8srs] {
            padding-block: 2.5rem;
        }
        .carousel-container[b-xdbpay8srs] {
            gap: 1.25rem;
            touch-action: pan-x;
            -webkit-overflow-scrolling: touch;
            justify-content: flex-start;
            transform-style: flat;
        }
        .carousel-slide[b-xdbpay8srs] {
            transform: translate3d(0, 0, 0) rotateY(0) scale(1);
            opacity: 1;
            filter: none;
            box-shadow: 0 20px 45px hsl(var(--background) / 0.5);
        }
        .carousel-slide.inactive[b-xdbpay8srs] {
            transform: translate3d(0, 0, 0) rotateY(0) scale(1);
        }
        .carousel-slide.active[b-xdbpay8srs] {
            transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
        }
        .carousel-indicators button[b-xdbpay8srs] {
            width: 1.4rem;
        }
        .carousel-indicators button.active[b-xdbpay8srs] {
            width: 2rem;
        }
        .exchange-mobile-card[b-xdbpay8srs] {
            margin-bottom: 1.75rem;
        }
        .exchange-mobile-card .metrics[b-xdbpay8srs] {
            gap: 0.6rem;
        }
        .exchange-mobile-card .metric[b-xdbpay8srs] {
            padding: 0.6rem;
        }
    }
    @media (max-width: 640px) {
        .articles-grid[b-xdbpay8srs] {
            grid-template-columns: 1fr;
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .carousel-slide[b-xdbpay8srs],
        .carousel-container[b-xdbpay8srs] {
            animation: none;
        }
    }
/* /Pages/Privacy.razor.rz.scp.css */
.privacy-page[b-z5jenii4s2] {
        min-height: 100vh;
        padding: 3rem 0 5rem;
    }

    .privacy-content[b-z5jenii4s2] {
        max-width: 800px;
        margin: 0 auto;
        color: hsl(var(--foreground));
        line-height: 1.8;
    }

    .privacy-header[b-z5jenii4s2] {
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid hsl(var(--border));
    }

    .privacy-header h1[b-z5jenii4s2] {
        font-size: 2rem;
        font-weight: 800;
        margin: 0 0 .5rem;
    }

    .privacy-effective[b-z5jenii4s2] {
        color: hsl(var(--muted-foreground));
        font-size: .9rem;
        margin: 0;
    }

    .privacy-content section[b-z5jenii4s2] {
        margin-bottom: 2rem;
    }

    .privacy-content h2[b-z5jenii4s2] {
        font-size: 1.15rem;
        font-weight: 700;
        margin: 2rem 0 .75rem;
        color: hsl(var(--foreground));
    }

    .privacy-content h3[b-z5jenii4s2] {
        font-size: 1rem;
        font-weight: 700;
        margin: 1.25rem 0 .6rem;
        color: hsl(var(--foreground));
    }

    .privacy-content p[b-z5jenii4s2] {
        margin: 0 0 .75rem;
        font-size: .92rem;
        color: hsl(var(--muted-foreground));
    }

    .privacy-content a[b-z5jenii4s2] {
        color: hsl(var(--primary));
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .privacy-content a:hover[b-z5jenii4s2] {
        opacity: .8;
    }

    .privacy-content strong[b-z5jenii4s2] {
        color: hsl(var(--foreground));
        font-weight: 600;
    }
/* /Pages/ServerError.razor.rz.scp.css */
.tb-error-shell[b-5ivx7yq848] {
        min-height: calc(100vh - 10rem);
        display: grid;
        place-items: center;
        padding: 4rem 1.5rem 5rem;
        background:
            radial-gradient(circle at top, hsl(var(--destructive) / 0.12), transparent 30%),
            linear-gradient(180deg, hsl(var(--background)), hsl(var(--muted) / 0.4));
    }

    .tb-error-card[b-5ivx7yq848] {
        width: min(100%, 42rem);
        padding: 2.5rem;
        border-radius: 1.75rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card) / 0.92);
        text-align: center;
        box-shadow: 0 24px 70px hsl(var(--foreground) / 0.08);
    }

    .tb-error-mark[b-5ivx7yq848] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.45rem 1rem;
        border-radius: 999px;
        background: hsl(var(--destructive) / 0.1);
        color: hsl(var(--destructive));
        border: 1px solid hsl(var(--destructive) / 0.2);
        font-size: 0.85rem;
        font-weight: 800;
        letter-spacing: 0.18em;
    }

    .tb-error-logo[b-5ivx7yq848] {
        margin: 1.5rem 0 1rem;
        display: flex;
        justify-content: center;
    }

    .tb-error-title[b-5ivx7yq848] {
        margin: 0;
        font-size: clamp(2.2rem, 5vw, 3.6rem);
        line-height: 1;
        letter-spacing: -0.04em;
    }

    .tb-error-copy[b-5ivx7yq848] {
        margin: 1rem auto 0;
        width: min(100%, 30rem);
        color: hsl(var(--muted-foreground));
        line-height: 1.7;
        text-wrap: balance;
    }

    .tb-error-request[b-5ivx7yq848] {
        margin: 1.5rem 0 0;
        color: hsl(var(--muted-foreground));
    }

    .tb-error-request code[b-5ivx7yq848] {
        margin-left: 0.5rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;
        background: hsl(var(--muted));
        color: hsl(var(--foreground));
    }

    .tb-error-actions[b-5ivx7yq848] {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.85rem;
    }

    .tb-error-button[b-5ivx7yq848] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 11rem;
        padding: 0.95rem 1.35rem;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 700;
        border: 1px solid transparent;
    }

    .tb-error-button-primary[b-5ivx7yq848] {
        background: hsl(var(--foreground));
        color: hsl(var(--background));
    }

    .tb-error-button-secondary[b-5ivx7yq848] {
        background: hsl(var(--background));
        color: hsl(var(--foreground));
        border-color: hsl(var(--border));
    }

    @media (max-width: 640px) {
        .tb-error-shell[b-5ivx7yq848] {
            padding-inline: 1rem;
        }

        .tb-error-card[b-5ivx7yq848] {
            padding: 1.5rem 1.25rem;
        }

        .tb-error-button[b-5ivx7yq848] {
            width: 100%;
        }
    }
/* /Pages/Services.razor.rz.scp.css */
.services-page[b-uw19xnfdtc] {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at top, hsl(var(--primary) / 0.06), transparent 30%),
            linear-gradient(180deg, hsl(var(--background)) 0%, hsl(var(--background)) 100%);
        color: hsl(var(--foreground));
    }

    .services-hero[b-uw19xnfdtc] {
        position: relative;
        overflow: hidden;
        padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
        isolation: isolate;
    }

    .services-hero__aurora[b-uw19xnfdtc],
    .services-hero__grid[b-uw19xnfdtc] {
        pointer-events: none;
        position: absolute;
        inset: 0;
    }

    .services-hero__aurora[b-uw19xnfdtc] {
        filter: blur(90px);
        opacity: 0.9;
    }

    .services-hero__aurora--one[b-uw19xnfdtc] {
        background: radial-gradient(circle at 18% 24%, hsl(var(--primary) / 0.22), transparent 42%);
        animation: services-float-b-uw19xnfdtc 14s ease-in-out infinite alternate;
    }

    .services-hero__aurora--two[b-uw19xnfdtc] {
        background: radial-gradient(circle at 78% 22%, hsl(var(--accent) / 0.2), transparent 38%),
                    radial-gradient(circle at 72% 72%, hsl(var(--secondary) / 0.16), transparent 34%);
        animation: services-float-reverse-b-uw19xnfdtc 18s ease-in-out infinite alternate;
    }

    .services-hero__grid[b-uw19xnfdtc] {
        background-image:
            linear-gradient(hsl(var(--border) / 0.22) 1px, transparent 1px),
            linear-gradient(90deg, hsl(var(--border) / 0.22) 1px, transparent 1px);
        background-size: 70px 70px;
        mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
        opacity: 0.35;
    }

    .services-hero__inner[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
        gap: clamp(1.75rem, 4vw, 3rem);
        align-items: center;
    }

    .services-hero__copy[b-uw19xnfdtc] {
        display: grid;
        gap: 1rem;
        animation: services-rise-b-uw19xnfdtc 0.8s cubic-bezier(.16, 1, .3, 1) both;
    }

    .services-hero__title[b-uw19xnfdtc],
    .services-section__heading h2[b-uw19xnfdtc],
    .services-audience h2[b-uw19xnfdtc],
    .services-optimization h2[b-uw19xnfdtc],
    .services-cta__heading h2[b-uw19xnfdtc] {
        font-family: var(--font-heading);
        font-size: clamp(2.8rem, 7vw, 5.3rem);
        font-weight: 900;
        line-height: 0.98;
        letter-spacing: -0.04em;
        margin: 0;
    }

    .services-hero__subtitle[b-uw19xnfdtc] {
        font-family: var(--font-heading);
        font-size: clamp(1.25rem, 2vw, 1.9rem);
        line-height: 1.2;
        color: hsl(var(--foreground) / 0.92);
        margin: 0;
        max-width: 44rem;
    }

    .services-hero__lead[b-uw19xnfdtc],
    .services-hero__support[b-uw19xnfdtc],
    .services-section__heading p[b-uw19xnfdtc],
    .services-video__meta p[b-uw19xnfdtc],
    .services-audience p[b-uw19xnfdtc],
    .services-optimization p[b-uw19xnfdtc],
    .services-cta__heading p[b-uw19xnfdtc] {
        font-size: 1rem;
        line-height: 1.8;
        color: hsl(var(--muted-foreground));
        margin: 0;
    }

    .services-hero__lead[b-uw19xnfdtc] {
        max-width: 48rem;
        color: hsl(var(--foreground) / 0.82);
    }

    .services-hero__actions[b-uw19xnfdtc],
    .services-cta__actions[b-uw19xnfdtc] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        margin-top: 0.45rem;
    }

    .services-button[b-uw19xnfdtc] {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 12rem;
        padding: 0.95rem 1.4rem;
        border-radius: 999px;
        border: 1px solid transparent;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
        overflow: hidden;
    }

    .services-button[b-uw19xnfdtc]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.22), transparent);
        transform: translateX(-130%);
    }

    .services-button:hover[b-uw19xnfdtc] {
        transform: translateY(-2px);
    }

    .services-button:hover[b-uw19xnfdtc]::after {
        animation: services-shimmer-b-uw19xnfdtc 0.9s ease;
    }

    .services-button--primary[b-uw19xnfdtc] {
        color: hsl(var(--primary-foreground));
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        box-shadow: 0 20px 45px hsl(var(--primary) / 0.28);
    }

    .services-button--primary:hover[b-uw19xnfdtc] {
        box-shadow: 0 24px 55px hsl(var(--primary) / 0.34);
    }

    .services-button--ghost[b-uw19xnfdtc] {
        color: hsl(var(--foreground));
        border-color: hsl(var(--border));
        background: hsl(var(--card) / 0.8);
        backdrop-filter: blur(20px);
    }

    .services-button--ghost:hover[b-uw19xnfdtc] {
        border-color: hsl(var(--primary) / 0.35);
        box-shadow: 0 18px 35px hsl(var(--background) / 0.35);
    }

    .services-hero__panel[b-uw19xnfdtc] {
        animation: services-rise-b-uw19xnfdtc 0.9s cubic-bezier(.16, 1, .3, 1) 0.12s both;
    }

    .services-panel[b-uw19xnfdtc] {
        position: relative;
        padding: 1.35rem;
        border-radius: 1.75rem;
        border: 1px solid hsl(var(--border) / 0.85);
        background:
            linear-gradient(180deg, hsl(var(--card) / 0.96), hsl(var(--card) / 0.78)),
            radial-gradient(circle at top right, hsl(var(--primary) / 0.18), transparent 35%);
        box-shadow: 0 30px 70px hsl(var(--background) / 0.5);
        overflow: hidden;
    }

    .services-panel[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(145deg, hsl(var(--primary) / 0.06), transparent 40%, hsl(var(--accent) / 0.08));
        opacity: 0.9;
        pointer-events: none;
    }

    .services-panel__stat[b-uw19xnfdtc],
    .services-panel__network[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
    }

    .services-panel__stat[b-uw19xnfdtc] {
        display: grid;
        gap: 0.15rem;
        margin-bottom: 1rem;
    }

    .services-panel__stat-value[b-uw19xnfdtc] {
        font-family: var(--font-heading);
        font-size: clamp(2rem, 5vw, 3.3rem);
        font-weight: 900;
        letter-spacing: -0.04em;
        color: hsl(var(--foreground));
    }

    .services-panel__stat-label[b-uw19xnfdtc] {
        color: hsl(var(--muted-foreground));
        font-size: 0.96rem;
    }

    .services-panel__network[b-uw19xnfdtc] {
        position: relative;
        height: 13rem;
        overflow: hidden;
        border-radius: 1.35rem;
        border: 1px solid hsl(var(--border));
        background:
            radial-gradient(circle at center, hsl(var(--primary) / 0.12), transparent 42%),
            linear-gradient(180deg, hsl(var(--background) / 0.35), hsl(var(--background) / 0.15));
    }

    .services-panel__network[b-uw19xnfdtc]::before,
    .services-panel__network[b-uw19xnfdtc]::after {
        content: "";
        position: absolute;
        inset: 50% auto auto 50%;
        width: 1px;
        height: 5rem;
        transform-origin: top center;
        background: linear-gradient(180deg, hsl(var(--primary) / 0.45), transparent);
        opacity: 0.65;
    }

    .services-panel__network[b-uw19xnfdtc]::before {
        transform: translate(-50%, -50%) rotate(-52deg);
    }

    .services-panel__network[b-uw19xnfdtc]::after {
        transform: translate(-50%, -50%) rotate(48deg);
    }

    .services-panel__network-ring[b-uw19xnfdtc] {
        position: absolute;
        inset: 50% auto auto 50%;
        width: 7rem;
        height: 7rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--primary) / 0.22);
        transform: translate(-50%, -50%);
        animation: services-orbit-b-uw19xnfdtc 6s linear infinite;
    }

    .services-panel__network-ring--outer[b-uw19xnfdtc] {
        width: 10.2rem;
        height: 10.2rem;
        border-color: hsl(var(--accent) / 0.18);
        animation-duration: 9s;
        animation-direction: reverse;
    }

    .services-panel__network-core[b-uw19xnfdtc] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 6.6rem;
        padding: 0.95rem 1rem;
        border-radius: 999px;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        font-weight: 800;
        letter-spacing: 0.02em;
        box-shadow: 0 0 0 0 hsl(var(--primary) / 0.35), 0 18px 40px hsl(var(--primary) / 0.3);
        animation: services-core-pulse-b-uw19xnfdtc 2.8s ease-in-out infinite;
    }

    .services-panel__network-node[b-uw19xnfdtc] {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 0.8rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card) / 0.9);
        color: hsl(var(--foreground) / 0.92);
        font-size: 0.78rem;
        font-weight: 700;
        box-shadow: 0 10px 24px hsl(var(--background) / 0.3);
        backdrop-filter: blur(14px);
    }

    .services-panel__network-node--one[b-uw19xnfdtc] {
        left: 8%;
        top: 18%;
        animation: services-node-float-a-b-uw19xnfdtc 5.4s ease-in-out infinite;
    }

    .services-panel__network-node--two[b-uw19xnfdtc] {
        right: 10%;
        top: 14%;
        animation: services-node-float-b-b-uw19xnfdtc 6.4s ease-in-out infinite;
    }

    .services-panel__network-node--three[b-uw19xnfdtc] {
        left: 11%;
        bottom: 14%;
        animation: services-node-float-b-b-uw19xnfdtc 5.9s ease-in-out infinite;
    }

    .services-panel__network-node--four[b-uw19xnfdtc] {
        right: 8%;
        bottom: 18%;
        animation: services-node-float-a-b-uw19xnfdtc 6.8s ease-in-out infinite;
    }

    .services-panel__network-node--five[b-uw19xnfdtc] {
        left: 50%;
        bottom: 7%;
        transform: translateX(-50%);
        animation: services-node-float-c-b-uw19xnfdtc 6.1s ease-in-out infinite;
    }

    .services-card__icon[b-uw19xnfdtc] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 0.95rem;
        background: linear-gradient(135deg, hsl(var(--primary) / 0.18), hsl(var(--accent) / 0.16));
        border: 1px solid hsl(var(--primary) / 0.18);
        font-size: 1.2rem;
        box-shadow: inset 0 1px 0 hsl(var(--foreground) / 0.08);
    }

    .services-section[b-uw19xnfdtc],
    .services-video[b-uw19xnfdtc],
    .services-cta[b-uw19xnfdtc] {
        position: relative;
        padding: clamp(3rem, 7vw, 5.5rem) 0;
    }

    .services-section__heading[b-uw19xnfdtc] {
        display: grid;
        gap: 0.9rem;
        max-width: 48rem;
        margin-bottom: 2rem;
    }

    .services-section__heading--center[b-uw19xnfdtc] {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        justify-items: center;
    }

    .services-section__heading h2[b-uw19xnfdtc],
    .services-audience h2[b-uw19xnfdtc],
    .services-optimization h2[b-uw19xnfdtc],
    .services-cta__heading h2[b-uw19xnfdtc] {
        font-size: clamp(2rem, 4vw, 3.2rem);
        line-height: 1.02;
    }

    .services-grid[b-uw19xnfdtc] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.35rem;
    }

    .services-card[b-uw19xnfdtc],
    .services-video__slot[b-uw19xnfdtc],
    .services-audience[b-uw19xnfdtc],
    .services-optimization[b-uw19xnfdtc],
    .services-cta__shell[b-uw19xnfdtc] {
        position: relative;
        border-radius: 1.6rem;
        border: 1px solid hsl(var(--border));
        background:
            linear-gradient(180deg, hsl(var(--card) / 0.94), hsl(var(--card) / 0.78)),
            radial-gradient(circle at top right, hsl(var(--primary) / 0.12), transparent 32%);
        box-shadow: 0 22px 55px hsl(var(--background) / 0.35);
        overflow: hidden;
    }

    .services-card[b-uw19xnfdtc] {
        display: grid;
        gap: 1rem;
        padding: 1.4rem;
        transform: translateY(0);
        transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    }

    .services-card:hover[b-uw19xnfdtc],
    .services-video__slot:hover[b-uw19xnfdtc],
    .services-audience:hover[b-uw19xnfdtc],
    .services-optimization:hover[b-uw19xnfdtc] {
        transform: translateY(-6px);
        border-color: hsl(var(--primary) / 0.28);
        box-shadow: 0 28px 65px hsl(var(--primary) / 0.16);
    }

    .services-card__beam[b-uw19xnfdtc] {
        position: absolute;
        inset: -20% 45% auto -20%;
        height: 12rem;
        background: linear-gradient(135deg, hsl(var(--primary) / 0.16), transparent 75%);
        transform: rotate(12deg);
        pointer-events: none;
    }

    .services-card h3[b-uw19xnfdtc],
    .services-video__meta h3[b-uw19xnfdtc] {
        margin: 0;
        font-size: 1.18rem;
        font-weight: 800;
        color: hsl(var(--foreground));
    }

    .services-card__body[b-uw19xnfdtc],
    .services-card__note[b-uw19xnfdtc] {
        margin: 0;
        color: hsl(var(--muted-foreground));
        line-height: 1.7;
    }

    .services-card__list[b-uw19xnfdtc] {
        display: grid;
        gap: 0.7rem;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .services-card__list li[b-uw19xnfdtc] {
        position: relative;
        padding-left: 1.5rem;
        color: hsl(var(--foreground) / 0.9);
        line-height: 1.55;
    }

    .services-card__list li[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.55rem;
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 999px;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        box-shadow: 0 0 0 0.28rem hsl(var(--primary) / 0.08);
    }

    .services-card__note[b-uw19xnfdtc] {
        padding-top: 0.95rem;
        border-top: 1px solid hsl(var(--border));
        font-size: 0.92rem;
    }

    .services-video[b-uw19xnfdtc] {
        background:
            radial-gradient(circle at center, hsl(var(--accent) / 0.07), transparent 35%),
            linear-gradient(180deg, transparent, transparent);
    }

    .services-video__stage[b-uw19xnfdtc] {
        position: relative;
        padding: 1rem 0 0;
    }

    .services-video__stage[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        inset: 8% 10% 0;
        border-radius: 2rem;
        background:
            radial-gradient(circle at 50% 50%, hsl(var(--primary) / 0.12), transparent 42%),
            conic-gradient(from 180deg, hsl(var(--primary) / 0.08), transparent 26%, hsl(var(--accent) / 0.09), transparent 58%, hsl(var(--secondary) / 0.08), transparent 86%);
        filter: blur(38px);
        opacity: 0.9;
        pointer-events: none;
        animation: services-stage-drift-b-uw19xnfdtc 12s ease-in-out infinite alternate;
    }

    .services-video__glow[b-uw19xnfdtc] {
        position: absolute;
        top: 15%;
        width: 18rem;
        height: 18rem;
        border-radius: 999px;
        filter: blur(90px);
        opacity: 0.28;
        pointer-events: none;
    }

    .services-video__glow--left[b-uw19xnfdtc] {
        left: -4rem;
        background: hsl(var(--primary));
    }

    .services-video__glow--right[b-uw19xnfdtc] {
        right: -4rem;
        background: hsl(var(--accent));
    }

    .services-video__grid[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
    }

    .services-video__slot[b-uw19xnfdtc] {
        padding: 1rem;
        transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
        animation: services-video-rise-b-uw19xnfdtc 0.75s cubic-bezier(.16, 1, .3, 1) both;
    }

    .services-video__slot--featured[b-uw19xnfdtc] {
        margin-top: -0.8rem;
        margin-bottom: 0.8rem;
    }

    .services-video__slot--featured:hover[b-uw19xnfdtc] {
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .services-video__screen[b-uw19xnfdtc] {
        position: relative;
        aspect-ratio: 16 / 9;
        border-radius: 1.2rem;
        overflow: hidden;
        border: 1px solid hsl(var(--border));
        background:
            linear-gradient(145deg, hsl(var(--background)), hsl(var(--muted)) 55%, hsl(var(--background))),
            radial-gradient(circle at 50% 20%, hsl(var(--primary) / 0.2), transparent 45%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
            inset 0 1px 0 hsl(var(--foreground) / 0.05),
            0 18px 35px hsl(var(--background) / 0.32);
    }

    .services-video__screen[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(hsl(var(--foreground) / 0.03) 1px, transparent 1px),
            linear-gradient(90deg, hsl(var(--foreground) / 0.03) 1px, transparent 1px);
        background-size: 24px 24px;
        opacity: 0.8;
    }

    .services-video__screen[b-uw19xnfdtc]::after {
        content: "";
        position: absolute;
        inset: -30%;
        background: linear-gradient(120deg, transparent 42%, hsl(var(--foreground) / 0.08) 50%, transparent 58%);
        transform: translateX(-35%) rotate(8deg);
        animation: services-screen-sheen-b-uw19xnfdtc 5.8s ease-in-out infinite;
    }

    .services-video__chrome[b-uw19xnfdtc] {
        position: absolute;
        left: 0.8rem;
        top: 0.8rem;
        z-index: 1;
        display: flex;
        gap: 0.4rem;
    }

    .services-video__chrome span[b-uw19xnfdtc] {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: hsl(var(--foreground) / 0.36);
        box-shadow: 0 0 12px hsl(var(--foreground) / 0.08);
    }

    .services-video__screen-glow[b-uw19xnfdtc] {
        position: absolute;
        inset: 18% 22%;
        border-radius: 1.4rem;
        background: radial-gradient(circle at center, hsl(var(--primary) / 0.14), transparent 70%);
        filter: blur(18px);
        animation: services-screen-glow-b-uw19xnfdtc 4.5s ease-in-out infinite;
    }

    .services-video__play[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 999px;
        background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));
        color: hsl(var(--primary-foreground));
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 20px 45px hsl(var(--primary) / 0.3);
        animation: services-breath-b-uw19xnfdtc 3s ease-in-out infinite;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .services-video__play svg[b-uw19xnfdtc] {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.15rem;
    }

    .services-video__slot:hover .services-video__play[b-uw19xnfdtc] {
        transform: scale(1.08);
        box-shadow: 0 26px 58px hsl(var(--primary) / 0.42);
    }

    .services-video__scan[b-uw19xnfdtc] {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent, hsl(var(--primary) / 0.18), transparent);
        transform: translateY(-110%);
        animation: services-scan-b-uw19xnfdtc 5.5s linear infinite;
    }

    .services-video__meta[b-uw19xnfdtc] {
        display: grid;
        gap: 0.45rem;
        padding: 1rem 0.2rem 0.1rem;
    }

    .services-video__meta h3[b-uw19xnfdtc] {
        transition: color 0.28s ease, transform 0.28s ease;
    }

    .services-video__slot:hover .services-video__meta h3[b-uw19xnfdtc] {
        color: hsl(var(--primary));
        transform: translateX(0.18rem);
    }

    .services-section--split[b-uw19xnfdtc] {
        padding-top: 1rem;
    }

    .services-split[b-uw19xnfdtc] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.35rem;
    }

    .services-audience[b-uw19xnfdtc],
    .services-optimization[b-uw19xnfdtc] {
        display: grid;
        gap: 1rem;
        padding: 1.5rem;
        transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
    }

    .services-audience__cloud[b-uw19xnfdtc] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .services-audience__pill[b-uw19xnfdtc] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.68rem 0.95rem;
        min-height: 3rem;
        border-radius: 999px;
        border: 1px solid hsl(var(--border));
        background: linear-gradient(135deg, hsl(var(--muted)), hsl(var(--card)));
        color: hsl(var(--foreground) / 0.95);
        font-weight: 600;
        line-height: 1.35;
        text-align: center;
        box-shadow: inset 0 1px 0 hsl(var(--foreground) / 0.05);
        animation: services-pill-drift-b-uw19xnfdtc 8s ease-in-out infinite;
    }

    .services-audience__pill:nth-child(2n)[b-uw19xnfdtc] {
        animation-delay: -1.5s;
    }

    .services-audience__pill:nth-child(3n)[b-uw19xnfdtc] {
        animation-delay: -3s;
    }

    .services-audience__volume[b-uw19xnfdtc] {
        display: grid;
        gap: 0.4rem;
        padding: 1rem 1rem 0 0;
        margin-top: 0.2rem;
    }

    .services-audience__volume-line[b-uw19xnfdtc] {
        width: 100%;
        height: 0.4rem;
        border-radius: 999px;
        background: linear-gradient(90deg, hsl(var(--primary) / 0.22), hsl(var(--accent)), hsl(var(--secondary)));
        box-shadow: 0 10px 30px hsl(var(--accent) / 0.25);
    }

    .services-audience__volume strong[b-uw19xnfdtc] {
        font-size: 1rem;
        color: hsl(var(--foreground));
    }

    .services-audience__volume span[b-uw19xnfdtc] {
        color: hsl(var(--muted-foreground));
        line-height: 1.6;
    }

    .services-optimization__ladder[b-uw19xnfdtc] {
        display: grid;
        gap: 0.95rem;
        margin-top: 0.35rem;
    }

    .services-optimization__step[b-uw19xnfdtc] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.1rem;
        border-radius: 1rem;
        border: 1px solid hsl(var(--border));
        background: linear-gradient(135deg, hsl(var(--muted) / 0.65), hsl(var(--card)));
        overflow: hidden;
    }

    .services-optimization__step[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, hsl(var(--primary) / 0.08), transparent 40%, hsl(var(--accent) / 0.08));
        opacity: 0.8;
    }

    .services-optimization__step strong[b-uw19xnfdtc],
    .services-optimization__step span[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
    }

    .services-optimization__step strong[b-uw19xnfdtc] {
        font-family: var(--font-heading);
        font-size: 1.25rem;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .services-optimization__step span[b-uw19xnfdtc] {
        color: hsl(var(--muted-foreground));
        text-align: right;
    }

    .services-optimization__step--one[b-uw19xnfdtc] {
        transform: translateX(0);
    }

    .services-optimization__step--two[b-uw19xnfdtc] {
        transform: translateX(0.7rem);
    }

    .services-optimization__step--three[b-uw19xnfdtc] {
        transform: translateX(1.4rem);
    }

    .services-cta__shell[b-uw19xnfdtc] {
        padding: clamp(1.5rem, 3vw, 2rem);
        background:
            linear-gradient(160deg, hsl(var(--card) / 0.98), hsl(var(--card) / 0.82)),
            radial-gradient(circle at top left, hsl(var(--primary) / 0.14), transparent 30%);
    }

    .services-cta__shell[b-uw19xnfdtc]::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 20% 20%, hsl(var(--primary) / 0.12), transparent 26%),
            radial-gradient(circle at 80% 30%, hsl(var(--accent) / 0.11), transparent 24%);
        opacity: 0.85;
        filter: blur(40px);
        pointer-events: none;
    }

    .services-cta__heading[b-uw19xnfdtc],
    .services-cta__steps[b-uw19xnfdtc],
    .services-cta__actions[b-uw19xnfdtc] {
        position: relative;
        z-index: 1;
    }

    .services-cta__heading[b-uw19xnfdtc] {
        display: grid;
        gap: 0.9rem;
        max-width: 42rem;
        margin-bottom: 1.6rem;
    }

    .services-cta__steps[b-uw19xnfdtc] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        margin-bottom: 1.6rem;
    }

    .services-cta__step[b-uw19xnfdtc] {
        display: grid;
        gap: 0.45rem;
        padding: 1rem;
        border-radius: 1.05rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--background) / 0.24);
        backdrop-filter: blur(18px);
    }

    .services-cta__step-number[b-uw19xnfdtc] {
        font-family: var(--font-heading);
        font-size: 1.35rem;
        font-weight: 900;
        letter-spacing: -0.04em;
        color: hsl(var(--primary));
    }

    .services-cta__step-text[b-uw19xnfdtc] {
        color: hsl(var(--foreground) / 0.92);
        line-height: 1.6;
    }

    @media (max-width: 1100px) {
        .services-hero__inner[b-uw19xnfdtc],
        .services-split[b-uw19xnfdtc] {
            grid-template-columns: 1fr;
        }

        .services-grid[b-uw19xnfdtc],
        .services-video__grid[b-uw19xnfdtc],
        .services-cta__steps[b-uw19xnfdtc] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .services-optimization__step--two[b-uw19xnfdtc],
        .services-optimization__step--three[b-uw19xnfdtc] {
            transform: none;
        }

        .services-video__slot--featured[b-uw19xnfdtc] {
            transform: none;
        }
    }

    @media (max-width: 720px) {
        .services-hero[b-uw19xnfdtc] {
            padding-top: 3.7rem;
        }

        .services-hero__title[b-uw19xnfdtc] {
            font-size: clamp(2.4rem, 14vw, 4rem);
        }

        .services-grid[b-uw19xnfdtc],
        .services-video__grid[b-uw19xnfdtc],
        .services-cta__steps[b-uw19xnfdtc] {
            grid-template-columns: 1fr;
        }

        .services-button[b-uw19xnfdtc] {
            width: 100%;
        }

        .services-panel[b-uw19xnfdtc],
        .services-card[b-uw19xnfdtc],
        .services-video__slot[b-uw19xnfdtc],
        .services-audience[b-uw19xnfdtc],
        .services-optimization[b-uw19xnfdtc],
        .services-cta__shell[b-uw19xnfdtc] {
            border-radius: 1.25rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .services-hero__aurora--one[b-uw19xnfdtc],
        .services-hero__aurora--two[b-uw19xnfdtc],
        .services-panel__network-ring[b-uw19xnfdtc],
        .services-panel__network-core[b-uw19xnfdtc],
        .services-panel__network-node[b-uw19xnfdtc],
        .services-video__stage[b-uw19xnfdtc]::before,
        .services-video__slot[b-uw19xnfdtc],
        .services-video__screen[b-uw19xnfdtc]::after,
        .services-video__screen-glow[b-uw19xnfdtc],
        .services-video__play[b-uw19xnfdtc],
        .services-video__scan[b-uw19xnfdtc],
        .services-audience__pill[b-uw19xnfdtc] {
            animation: none !important;
        }

        .services-card:hover[b-uw19xnfdtc],
        .services-video__slot:hover[b-uw19xnfdtc],
        .services-audience:hover[b-uw19xnfdtc],
        .services-optimization:hover[b-uw19xnfdtc],
        .services-button:hover[b-uw19xnfdtc] {
            transform: none;
        }

        .services-video__slot:hover .services-video__meta h3[b-uw19xnfdtc],
        .services-video__slot:hover .services-video__play[b-uw19xnfdtc] {
            transform: none;
        }
    }

    @keyframes services-rise-b-uw19xnfdtc {
        from {
            opacity: 0;
            transform: translateY(24px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes services-float-b-uw19xnfdtc {
        from {
            transform: translate3d(0, 0, 0) scale(1);
        }
        to {
            transform: translate3d(3%, -4%, 0) scale(1.08);
        }
    }

    @keyframes services-float-reverse-b-uw19xnfdtc {
        from {
            transform: translate3d(0, 0, 0) scale(1);
        }
        to {
            transform: translate3d(-4%, 3%, 0) scale(1.05);
        }
    }

    @keyframes services-breath-b-uw19xnfdtc {
        0%, 100% {
            transform: scale(1);
            box-shadow: 0 20px 45px hsl(var(--primary) / 0.3);
        }
        50% {
            transform: scale(1.06);
            box-shadow: 0 26px 55px hsl(var(--primary) / 0.38);
        }
    }

    @keyframes services-scan-b-uw19xnfdtc {
        0% {
            transform: translateY(-110%);
        }
        100% {
            transform: translateY(110%);
        }
    }

    @keyframes services-video-rise-b-uw19xnfdtc {
        from {
            opacity: 0;
            filter: blur(8px);
        }
        to {
            opacity: 1;
            filter: blur(0);
        }
    }

    @keyframes services-stage-drift-b-uw19xnfdtc {
        from {
            transform: scale(1) translateY(0);
        }
        to {
            transform: scale(1.04) translateY(0.4rem);
        }
    }

    @keyframes services-screen-sheen-b-uw19xnfdtc {
        0%, 100% {
            transform: translateX(-42%) rotate(8deg);
            opacity: 0;
        }
        18% {
            opacity: 0;
        }
        45% {
            transform: translateX(18%) rotate(8deg);
            opacity: 1;
        }
        70% {
            opacity: 0;
        }
    }

    @keyframes services-screen-glow-b-uw19xnfdtc {
        0%, 100% {
            opacity: 0.55;
            transform: scale(1);
        }
        50% {
            opacity: 0.95;
            transform: scale(1.08);
        }
    }

    @keyframes services-pill-drift-b-uw19xnfdtc {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }

    @keyframes services-shimmer-b-uw19xnfdtc {
        from {
            transform: translateX(-130%);
        }
        to {
            transform: translateX(130%);
        }
    }

    @keyframes services-orbit-b-uw19xnfdtc {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes services-core-pulse-b-uw19xnfdtc {
        0%, 100% {
            box-shadow: 0 0 0 0 hsl(var(--primary) / 0.25), 0 18px 40px hsl(var(--primary) / 0.3);
            transform: translate(-50%, -50%) scale(1);
        }
        50% {
            box-shadow: 0 0 0 1rem hsl(var(--primary) / 0), 0 24px 50px hsl(var(--primary) / 0.4);
            transform: translate(-50%, -50%) scale(1.04);
        }
    }

    @keyframes services-node-float-a-b-uw19xnfdtc {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-6px);
        }
    }

    @keyframes services-node-float-b-b-uw19xnfdtc {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(6px);
        }
    }

    @keyframes services-node-float-c-b-uw19xnfdtc {
        0%, 100% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(-6px);
        }
    }
/* /Pages/Signup.razor.rz.scp.css */
.signup-altcha[b-bidlr2a5ta] {
            display: block;
            width: 100%;
            max-width: 320px;
            --altcha-border-width: 1px;
            --altcha-border-radius: 0.75rem;
            --altcha-color-base: rgba(255, 255, 255, 0.02);
            --altcha-color-base-content: #f8fafc;
            --altcha-color-neutral: rgba(255, 255, 255, 0.08);
            --altcha-color-neutral-content: #cbd5e1;
            --altcha-color-primary: hsl(var(--primary));
            --altcha-color-primary-content: hsl(var(--primary-foreground));
            --altcha-color-success: hsl(var(--primary));
            --altcha-color-success-content: hsl(var(--primary-foreground));
            --altcha-color-error: rgb(239 68 68);
            --altcha-color-error-content: #fff;
            --altcha-checkbox-border-color: rgba(255, 255, 255, 0.12);
            --altcha-checkbox-outline-color: hsl(var(--primary) / 0.35);
            --altcha-input-background-color: rgba(255, 255, 255, 0.03);
            --altcha-input-color: #fff;
            --altcha-max-width: 320px;
            --altcha-shadow: none;
        }

        .signup-altcha[b-bidlr2a5ta]::part(main) {
            background: transparent;
        }

        .signup-animate--delay-100[b-bidlr2a5ta] { animation-delay: 0.1s; }
        .signup-animate--delay-200[b-bidlr2a5ta] { animation-delay: 0.2s; }
        .signup-animate--delay-300[b-bidlr2a5ta] { animation-delay: 0.3s; }
        .signup-animate--delay-400[b-bidlr2a5ta] { animation-delay: 0.4s; }
        .signup-animate--delay-500[b-bidlr2a5ta] { animation-delay: 0.5s; }
        .signup-animate--delay-600[b-bidlr2a5ta] { animation-delay: 0.6s; }

        .signup-step-card--theme-0[b-bidlr2a5ta] { --signup-step-color: #3b82f6; }
        .signup-step-card--theme-1[b-bidlr2a5ta] { --signup-step-color: #8b5cf6; }
        .signup-step-card--theme-2[b-bidlr2a5ta] { --signup-step-color: #10b981; }

        .signup-step-card__badge[b-bidlr2a5ta] {
            background: rgba(255, 255, 255, 0.03);
            box-shadow: none;
        }

        .signup-step-card--active.signup-step-card--theme-0 .signup-step-card__badge[b-bidlr2a5ta] {
            background: rgba(59, 130, 246, 0.12);
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.25);
        }

        .signup-step-card--active.signup-step-card--theme-1 .signup-step-card__badge[b-bidlr2a5ta] {
            background: rgba(139, 92, 246, 0.12);
            box-shadow: 0 0 30px rgba(139, 92, 246, 0.25);
        }

        .signup-step-card--active.signup-step-card--theme-2 .signup-step-card__badge[b-bidlr2a5ta] {
            background: rgba(16, 185, 129, 0.12);
            box-shadow: 0 0 30px rgba(16, 185, 129, 0.25);
        }

        .signup-step-card__index[b-bidlr2a5ta] {
            color: #64748b;
        }

        .signup-step-card--active.signup-step-card--theme-0 .signup-step-card__index[b-bidlr2a5ta] { color: #3b82f6; }
        .signup-step-card--active.signup-step-card--theme-1 .signup-step-card__index[b-bidlr2a5ta] { color: #8b5cf6; }
        .signup-step-card--active.signup-step-card--theme-2 .signup-step-card__index[b-bidlr2a5ta] { color: #10b981; }

        .signup-step-card__progress[b-bidlr2a5ta] {
            background: rgba(255, 255, 255, 0.05);
        }

        .signup-step-card__progress-fill[b-bidlr2a5ta] {
            width: 0;
            background: var(--signup-step-color);
        }

        .signup-step-card__progress-fill--active[b-bidlr2a5ta] {
            width: 100%;
        }

        .signup-submit-spinner[b-bidlr2a5ta] {
            border-color: rgba(255, 255, 255, 0.3);
            border-top-color: #ffffff;
        }
/* /Pages/Terms.razor.rz.scp.css */
.terms-page[b-xlhbwg5knf] {
        min-height: 100vh;
        padding: 3rem 0 5rem;
    }

    .terms-content[b-xlhbwg5knf] {
        max-width: 800px;
        margin: 0 auto;
        color: hsl(var(--foreground));
        line-height: 1.8;
    }

    .terms-header[b-xlhbwg5knf] {
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid hsl(var(--border));
    }

    .terms-header h1[b-xlhbwg5knf] {
        font-size: 2rem;
        font-weight: 800;
        margin: 0 0 .5rem;
    }

    .terms-effective[b-xlhbwg5knf] {
        color: hsl(var(--muted-foreground));
        font-size: .9rem;
    }

    .terms-content section[b-xlhbwg5knf] {
        margin-bottom: 2rem;
    }

    .terms-content h2[b-xlhbwg5knf] {
        font-size: 1.15rem;
        font-weight: 700;
        margin: 2rem 0 .75rem;
        color: hsl(var(--foreground));
    }

    .terms-content p[b-xlhbwg5knf] {
        margin: 0 0 .75rem;
        font-size: .92rem;
        color: hsl(var(--muted-foreground));
    }

    .terms-content ul[b-xlhbwg5knf] {
        margin: .5rem 0 1rem 1.5rem;
        padding: 0;
        list-style: disc;
    }

    .terms-content ul li[b-xlhbwg5knf] {
        margin-bottom: .4rem;
        font-size: .92rem;
        color: hsl(var(--muted-foreground));
    }

    .terms-content a[b-xlhbwg5knf] {
        color: hsl(var(--primary));
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .terms-content a:hover[b-xlhbwg5knf] {
        opacity: .8;
    }

    .terms-content strong[b-xlhbwg5knf] {
        color: hsl(var(--foreground));
        font-weight: 600;
    }

    .terms-content em[b-xlhbwg5knf] {
        font-style: italic;
    }
/* /Pages/Tournament.razor.rz.scp.css */
.t-page[b-k0ocbaouoj] {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
        cursor: none;
        animation: t-page-enter-b-k0ocbaouoj 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
    .t-page *[b-k0ocbaouoj], .t-page *[b-k0ocbaouoj]::before, .t-page *[b-k0ocbaouoj]::after { cursor: none !important; }

    .tb-canvas[b-k0ocbaouoj] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .tb-cursor[b-k0ocbaouoj] {
        position: fixed;
        top: -20px;
        left: -20px;
        width: 40px;
        height: 40px;
        pointer-events: none;
        z-index: 99999;
        opacity: 0;
        transition: opacity 0.2s ease;
        color: hsl(var(--primary));
        will-change: transform;
    }

    .tb-cursor--visible[b-k0ocbaouoj] {
        opacity: 1;
    }

    .tb-cursor--scan[b-k0ocbaouoj] {
        color: hsl(var(--accent));
    }

    .tb-cursor--scan .tb-cursor__ring[b-k0ocbaouoj] {
        opacity: 0.7;
    }

    .tb-cursor--scan .tb-cursor__corners[b-k0ocbaouoj] {
        stroke-width: 2;
    }

    .tb-cursor__brackets[b-k0ocbaouoj] {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .tb-cursor__brackets svg[b-k0ocbaouoj] {
        width: 100%;
        height: 100%;
    }

    .tb-cursor__glow[b-k0ocbaouoj] {
        position: absolute;
        width: 80px;
        height: 80px;
        top: -40px;
        left: -40px;
        border-radius: 50%;
        background: radial-gradient(circle, hsl(var(--primary) / 0.12), transparent 70%);
        pointer-events: none;
    }

    .tb-cursor--scan .tb-cursor__glow[b-k0ocbaouoj] {
        background: radial-gradient(circle, hsl(var(--accent) / 0.18), transparent 70%);
    }

    .tb-scanline[b-k0ocbaouoj] {
        position: absolute;
        height: 0;
        pointer-events: none;
        z-index: 50;
        opacity: 0;
        background: linear-gradient(180deg, hsl(var(--primary) / 0.06) 0%, hsl(var(--primary) / 0.12) 50%, hsl(var(--primary) / 0.06) 100%);
        border-top: 1px solid hsl(var(--primary) / 0.2);
        border-bottom: 1px solid hsl(var(--primary) / 0.2);
        transition: opacity 0.2s ease;
    }

    .t-row--scanned[b-k0ocbaouoj] {
        background: hsl(var(--primary) / 0.06) !important;
    }

    .t-vol--glow[b-k0ocbaouoj] {
        color: hsl(var(--primary)) !important;
        text-shadow: 0 0 8px hsl(var(--primary) / 0.5), 0 0 16px hsl(var(--primary) / 0.2);
        transition: color 0.2s ease, text-shadow 0.2s ease;
    }

    .t-intro-overlay[b-k0ocbaouoj] {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: hsl(var(--background));
    }

    .t-intro-brackets[b-k0ocbaouoj] {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 180px;
        height: 180px;
        opacity: 0;
    }

    .t-intro-brackets svg[b-k0ocbaouoj] {
        width: 100%;
        height: 100%;
    }

    .t-intro-logo[b-k0ocbaouoj] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .t-intro-logo__svg[b-k0ocbaouoj] {
        width: 120px;
        height: auto;
    }

    .t-intro-logo__left[b-k0ocbaouoj],
    .t-intro-logo__right[b-k0ocbaouoj] {
        opacity: 0;
    }

    .t-intro-line[b-k0ocbaouoj] {
        width: 120px;
        height: 1px;
        background: hsl(var(--primary));
        margin-top: 1rem;
        transform-origin: center;
    }

    .t-intro-text[b-k0ocbaouoj] {
        margin-top: 0.75rem;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.3em;
        color: hsl(var(--primary));
        opacity: 0;
    }

    .t-hero[b-k0ocbaouoj] {
        position: relative;
        z-index: 3;
    }

    .t-leaderboard-section[b-k0ocbaouoj] {
        position: relative;
        z-index: 3;
        padding: 3.5rem 0 5rem;
    }

    .t-hero__gradient-orb[b-k0ocbaouoj] {
        position: absolute;
        border-radius: 9999px;
        filter: blur(120px);
        pointer-events: none;
        z-index: 0;
    }

    .t-hero__gradient-orb--1[b-k0ocbaouoj] {
        width: 700px; height: 700px;
        top: -30%; left: -20%;
        background: radial-gradient(circle, hsl(var(--primary) / 0.25), transparent 70%);
    }

    .t-hero__gradient-orb--2[b-k0ocbaouoj] {
        width: 500px; height: 500px;
        bottom: -25%; right: -15%;
        background: radial-gradient(circle, hsl(var(--accent) / 0.2), transparent 70%);
    }

    .t-hero__grid-bg[b-k0ocbaouoj] {
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(hsl(var(--primary) / 0.04) 1px, transparent 1px),
            linear-gradient(90deg, hsl(var(--primary) / 0.04) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(ellipse at center, black 10%, transparent 70%);
        pointer-events: none;
        z-index: 1;
    }

    .t-hero-content[b-k0ocbaouoj] {
        padding: 5rem 0 3.5rem;
        perspective: 600px;
    }

    .t-hero-content__inner[b-k0ocbaouoj] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 3rem 2rem;
        border-radius: 1.5rem;
        background: hsl(var(--card) / 0.03);
        border: 1px solid hsl(var(--border) / 0.12);
        box-shadow: 0 0 80px hsl(var(--primary) / 0.03);
        transition: transform 0.15s ease-out, border-color 0.3s ease, box-shadow 0.3s ease;
        will-change: transform;
        overflow: hidden;
    }

    .t-hero-content__inner:hover[b-k0ocbaouoj] {
        border-color: hsl(var(--primary) / 0.2);
        box-shadow: 0 0 100px hsl(var(--primary) / 0.08);
    }

    .t-live-badge[b-k0ocbaouoj] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.375rem 1rem;
        border-radius: 9999px;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: hsl(var(--primary));
        background: hsl(var(--primary) / 0.1);
        border: 1px solid hsl(var(--primary) / 0.2);
        backdrop-filter: blur(8px);
        margin-bottom: 1.5rem;
    }

    .t-live-badge__dot[b-k0ocbaouoj] {
        position: relative;
        display: inline-flex;
        width: 8px;
        height: 8px;
    }

    .t-live-badge__ping[b-k0ocbaouoj] {
        position: absolute;
        inset: 0;
        border-radius: 9999px;
        background: hsl(var(--primary));
        animation: t-ping-b-k0ocbaouoj 1.5s cubic-bezier(0, 0, .2, 1) infinite;
    }

    .t-live-badge__dot[b-k0ocbaouoj]::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 9999px;
        background: hsl(var(--primary));
        position: relative;
        z-index: 1;
    }

    .t-hero__title[b-k0ocbaouoj] {
        font-size: clamp(2rem, 5vw, 3.5rem);
        font-weight: 800;
        line-height: 1.1;
        color: hsl(var(--foreground));
        margin-bottom: 0.75rem;
    }

    .t-hero__subtitle[b-k0ocbaouoj] {
        font-size: 1rem;
        color: hsl(var(--muted-foreground));
        margin-bottom: 1.25rem;
        max-width: 28rem;
    }

    .t-hero__date[b-k0ocbaouoj] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: hsl(var(--muted-foreground));
        margin-bottom: 2rem;
    }

    .t-hero__date svg[b-k0ocbaouoj] {
        color: hsl(var(--primary));
    }

    .t-days-badge[b-k0ocbaouoj] {
        display: inline-block;
        margin-left: 0.5rem;
        padding: 0.125rem 0.625rem;
        border-radius: 9999px;
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
        font-size: 0.8125rem;
        font-weight: 600;
    }

    .t-stats-row[b-k0ocbaouoj] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        width: 100%;
        max-width: 40rem;
    }

    .t-stat[b-k0ocbaouoj] {
        background: hsl(var(--card) / 0.5);
        backdrop-filter: blur(20px);
        border: 1px solid hsl(var(--border) / 0.4);
        border-radius: 1rem;
        padding: 1.25rem 1rem;
        text-align: center;
        transition: transform 0.3s cubic-bezier(.16,1,.3,1), border-color 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .t-stat[b-k0ocbaouoj]::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, hsl(var(--primary) / 0.2), transparent 50%, hsl(var(--accent) / 0.15));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .t-stat:hover[b-k0ocbaouoj] {
        transform: translateY(-6px) scale(1.02);
        border-color: hsl(var(--primary) / 0.3);
        box-shadow: 0 16px 40px hsl(var(--primary) / 0.08), 0 0 20px hsl(var(--primary) / 0.04);
    }

    .t-stat:hover[b-k0ocbaouoj]::before {
        opacity: 1;
    }

    .t-stat__icon[b-k0ocbaouoj] {
        width: 42px; height: 42px;
        border-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0.75rem;
        background: hsl(var(--primary) / 0.1);
        color: hsl(var(--primary));
    }

    .t-stat__label[b-k0ocbaouoj] {
        font-size: 0.6875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: hsl(var(--muted-foreground));
        margin-bottom: 0.375rem;
    }

    .t-stat__value[b-k0ocbaouoj] {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.1;
        color: hsl(var(--foreground));
    }

    .t-stat__sub[b-k0ocbaouoj] {
        font-size: 0.6875rem;
        color: hsl(var(--muted-foreground) / 0.6);
        margin-top: 0.25rem;
    }

    .t-joined-badge[b-k0ocbaouoj] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.875rem 2.5rem;
        border-radius: 0.875rem;
        background: hsl(var(--primary) / 0.1);
        border: 1px solid hsl(var(--primary) / 0.25);
        color: hsl(var(--primary));
        font-weight: 600;
        font-size: 1.0625rem;
    }

    .t-join-btn[b-k0ocbaouoj] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 3rem;
        font-size: 1.0625rem;
        font-weight: 700;
        color: hsl(var(--primary-foreground));
        background: hsl(var(--primary));
        border-radius: 0.875rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(.16,1,.3,1);
        box-shadow: 0 0 20px hsl(var(--primary) / 0.25), 0 4px 12px hsl(var(--primary) / 0.15);
        animation: t-btn-glow-b-k0ocbaouoj 3s ease-in-out infinite;
    }

    .t-join-btn:hover[b-k0ocbaouoj] {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 0 40px hsl(var(--primary) / 0.35), 0 12px 28px hsl(var(--primary) / 0.2);
    }

    .t-join-btn:disabled[b-k0ocbaouoj] {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none;
    }

    .t-details-btn[b-k0ocbaouoj] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 2.25rem;
        font-size: 1.0625rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        background: hsl(var(--card) / 0.5);
        backdrop-filter: blur(8px);
        border: 1px solid hsl(var(--border));
        border-radius: 0.875rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .t-details-btn:hover[b-k0ocbaouoj] {
        border-color: hsl(var(--primary) / 0.4);
        background: hsl(var(--primary) / 0.06);
        transform: translateY(-3px);
        color: hsl(var(--primary));
    }

    .t-podium[b-k0ocbaouoj] {
        background: hsl(var(--card));
        border: 1px solid hsl(var(--border));
        border-radius: 1rem;
        padding: 1.25rem 1rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .t-podium:hover[b-k0ocbaouoj] {
        transform: translateY(-6px);
        box-shadow: 0 12px 40px hsl(var(--primary) / 0.08);
    }

    .t-podium--gold[b-k0ocbaouoj] {
        border-color: hsl(var(--primary) / 0.3);
        background: hsl(var(--primary) / 0.03);
    }

    .t-podium__crown[b-k0ocbaouoj] {
        color: hsl(var(--primary));
        margin-bottom: -0.25rem;
        animation: t-crown-b-k0ocbaouoj 3s ease-in-out infinite;
    }

    .t-podium__medal[b-k0ocbaouoj] {
        width: 40px; height: 40px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        font-weight: 800;
        color: hsl(var(--background));
    }

    .t-podium__medal--gold[b-k0ocbaouoj] { background: hsl(var(--primary)); }
    .t-podium__medal--silver[b-k0ocbaouoj] { background: hsl(var(--muted-foreground)); }
    .t-podium__medal--bronze[b-k0ocbaouoj] { background: hsl(var(--accent)); }

    .t-podium__email[b-k0ocbaouoj] {
        font-size: 0.8rem;
        font-weight: 600;
        color: hsl(var(--foreground));
        word-break: break-all;
    }

    .t-podium__exchanges[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .t-podium__volume[b-k0ocbaouoj] {
        font-size: 1.125rem;
        font-weight: 800;
        color: hsl(var(--foreground));
    }

    .t-podium__volume--gold[b-k0ocbaouoj] {
        color: hsl(var(--primary));
    }

    .t-podium__cashback[b-k0ocbaouoj] {
        font-size: 0.7rem;
        color: hsl(var(--muted-foreground));
    }

    .t-rank[b-k0ocbaouoj] {
        width: 32px; height: 32px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 800;
        color: hsl(var(--background));
    }

    .t-rank--gold[b-k0ocbaouoj] { background: hsl(var(--primary)); }
    .t-rank--silver[b-k0ocbaouoj] { background: hsl(var(--muted-foreground)); }
    .t-rank--bronze[b-k0ocbaouoj] { background: hsl(var(--accent)); }

    /* Leaderboard Table */
    .t-table-header[b-k0ocbaouoj] {
        display: grid;
        grid-template-columns: 56px 1fr auto auto auto;
        gap: 0;
        padding: 0.75rem 1.25rem;
        border-bottom: 1px solid hsl(var(--border));
        background: hsl(var(--muted) / 0.5);
    }

    .t-table-header__col[b-k0ocbaouoj] {
        font-size: 0.6875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: hsl(var(--muted-foreground));
        display: flex;
        align-items: center;
    }

    .t-table-header__col--rank[b-k0ocbaouoj] { justify-content: flex-start; }
    .t-table-header__col--trader[b-k0ocbaouoj] { justify-content: flex-start; }
    .t-table-header__col--exchanges[b-k0ocbaouoj] { justify-content: center; min-width: 80px; }
    .t-table-header__col--cashback[b-k0ocbaouoj] { justify-content: flex-end; min-width: 90px; }
    .t-table-header__col--volume[b-k0ocbaouoj] { justify-content: flex-end; min-width: 100px; }

    .t-table-body[b-k0ocbaouoj] {
        display: flex;
        flex-direction: column;
    }

    .t-table-row[b-k0ocbaouoj] {
        display: grid;
        grid-template-columns: 56px 1fr auto auto auto;
        gap: 0;
        padding: 0.75rem 1.25rem;
        align-items: center;
        border-bottom: 1px solid hsl(var(--border) / 0.5);
        transition: background 0.15s ease;
    }

    .t-table-row:last-child[b-k0ocbaouoj] {
        border-bottom: none;
    }

    .t-table-row:hover[b-k0ocbaouoj] {
        background: hsl(var(--muted) / 0.3);
    }

    .t-table-row--top[b-k0ocbaouoj] {
        background: hsl(var(--primary) / 0.03);
    }

    .t-table-row__rank[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
    }

    .t-table-row__trader[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        min-width: 0;
        overflow: hidden;
    }

    .t-table-row__trader span[b-k0ocbaouoj] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .t-table-row__exchanges[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        min-width: 80px;
    }

    .t-table-row__cashback[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 90px;
    }

    .t-table-row__volume[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 100px;
    }

    /* Prize Distribution */
    .t-prizes[b-k0ocbaouoj] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .t-prize-card[b-k0ocbaouoj] {
        display: flex;
        align-items: center;
        gap: 0.875rem;
        padding: 1rem 1.25rem;
        border-radius: 0.875rem;
        border: 1px solid hsl(var(--border));
        background: hsl(var(--card));
        flex: 1 1 auto;
        min-width: 200px;
        transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .t-prize-card:hover[b-k0ocbaouoj] {
        transform: translateY(-2px);
    }

    .t-prize-card--top[b-k0ocbaouoj] {
        border-color: hsl(var(--primary) / 0.25);
        background: hsl(var(--primary) / 0.04);
    }

    .t-prize-card--top:hover[b-k0ocbaouoj] {
        border-color: hsl(var(--primary) / 0.4);
    }

    .t-prize-card__rank[b-k0ocbaouoj] {
        width: 36px; height: 36px;
        border-radius: 10px;
        background: hsl(var(--muted));
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8125rem;
        font-weight: 800;
        color: hsl(var(--muted-foreground));
        flex-shrink: 0;
    }

    .t-prize-card__rank--gold[b-k0ocbaouoj] {
        background: hsl(var(--primary) / 0.15);
        color: hsl(var(--primary));
    }

    .t-prize-card__rank--silver[b-k0ocbaouoj] {
        background: hsl(var(--muted-foreground) / 0.15);
        color: hsl(var(--muted-foreground));
    }

    .t-prize-card__rank--bronze[b-k0ocbaouoj] {
        background: hsl(var(--accent) / 0.15);
        color: hsl(var(--accent));
    }

    .t-prize-card__amount[b-k0ocbaouoj] {
        font-size: 1.0625rem;
        font-weight: 800;
        color: hsl(var(--foreground));
        white-space: nowrap;
    }

    .t-prize-card__currency[b-k0ocbaouoj] {
        font-size: 0.6875rem;
        font-weight: 600;
        color: hsl(var(--muted-foreground));
        margin-left: 0.25rem;
    }

    .t-prize-card__label[b-k0ocbaouoj] {
        font-size: 0.75rem;
        color: hsl(var(--muted-foreground));
        margin-left: auto;
    }

    .t-row[b-k0ocbaouoj] {
        animation: t-row-slide-b-k0ocbaouoj 0.5s ease-out both;
    }

    @media (max-width: 640px) {
        .t-table-header__col--exchanges[b-k0ocbaouoj],
        .t-table-header__col--cashback[b-k0ocbaouoj],
        .t-table-row__exchanges[b-k0ocbaouoj],
        .t-table-row__cashback[b-k0ocbaouoj] {
            display: none;
        }

        .t-table-header[b-k0ocbaouoj],
        .t-table-row[b-k0ocbaouoj] {
            grid-template-columns: 48px 1fr auto;
        }

        .t-table-header[b-k0ocbaouoj] {
            padding: 0.625rem 1rem;
        }

        .t-table-row[b-k0ocbaouoj] {
            padding: 0.625rem 1rem;
        }

        .t-prize-card[b-k0ocbaouoj] {
            min-width: 100%;
        }
    }

    @media (min-width: 641px) and (max-width: 768px) {
        .t-table-header__col--cashback[b-k0ocbaouoj],
        .t-table-row__cashback[b-k0ocbaouoj] {
            display: none;
        }

        .t-table-header[b-k0ocbaouoj],
        .t-table-row[b-k0ocbaouoj] {
            grid-template-columns: 56px 1fr auto auto;
        }
    }

    .t-hero__actions[b-k0ocbaouoj] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-top: 2rem;
    }

    @media (min-width: 640px) {
        .t-hero__actions[b-k0ocbaouoj] {
            flex-direction: row;
        }
    }

    @keyframes t-page-enter-b-k0ocbaouoj {
        from { opacity: 0; transform: translateY(12px) scale(0.985); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes t-ping-b-k0ocbaouoj {
        75%, 100% { transform: scale(2.5); opacity: 0; }
    }

    @keyframes t-btn-glow-b-k0ocbaouoj {
        0%, 100% { box-shadow: 0 0 20px hsl(var(--primary) / 0.25), 0 4px 12px hsl(var(--primary) / 0.15); }
        50% { box-shadow: 0 0 35px hsl(var(--primary) / 0.4), 0 8px 24px hsl(var(--primary) / 0.25); }
    }

    @keyframes t-crown-b-k0ocbaouoj {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        25% { transform: translateY(-3px) rotate(-4deg); }
        75% { transform: translateY(-3px) rotate(4deg); }
    }

    @keyframes t-row-slide-b-k0ocbaouoj {
        from { opacity: 0; transform: translateX(-20px); }
        to { opacity: 1; transform: translateX(0); }
    }

    @media (max-width: 640px) {
        .t-hero-content[b-k0ocbaouoj] {
            padding: 3rem 0 2rem;
        }

        .t-hero-content__inner[b-k0ocbaouoj] {
            padding: 2rem 1.25rem;
            border-radius: 1rem;
        }

        .t-stats-row[b-k0ocbaouoj] {
            grid-template-columns: 1fr;
        }

        .t-podium[b-k0ocbaouoj] {
            padding: 0.75rem 0.5rem;
        }

        .t-podium__volume[b-k0ocbaouoj] {
            font-size: 0.95rem;
        }

        .t-podium__email[b-k0ocbaouoj] {
            font-size: 0.65rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .t-hero__canvas[b-k0ocbaouoj] {
            display: none;
        }

        .t-hero-content__inner[b-k0ocbaouoj] {
            transform: none !important;
        }

        .t-row[b-k0ocbaouoj],
        .t-podium__crown[b-k0ocbaouoj],
        .t-join-btn[b-k0ocbaouoj] {
            animation: none !important;
        }

        .t-hero-content .t-live-badge[b-k0ocbaouoj],
        .t-hero-content .t-hero__title[b-k0ocbaouoj],
        .t-hero-content .t-hero__subtitle[b-k0ocbaouoj],
        .t-hero-content .t-hero__date[b-k0ocbaouoj],
        .t-hero-content .t-stat[b-k0ocbaouoj],
        .t-hero-content .t-hero__actions[b-k0ocbaouoj] {
            opacity: 1 !important;
            transform: none !important;
        }
    }
