/* _content/CubeSystem/Pages/Contact.razor.rz.scp.css */
.contact-section[b-mc48xx994z] {
    padding: 5rem 0;
    background: #f7f8fa;
}

/* HEADER */

.contact-header h1[b-mc48xx994z] {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    margin-bottom: 0.6rem;
}

.contact-header p[b-mc48xx994z] {
    color: #5f6773;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.7;
}

/* CARD */

.contact-card[b-mc48xx994z] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}

/* ITEMS */

.contact-item[b-mc48xx994z] {
    margin-bottom: 1.6rem;
}

.contact-label[b-mc48xx994z] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ea5324;
    margin-bottom: 0.4rem;
}

.contact-value[b-mc48xx994z] {
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.6;
}

/* MAP */

.contact-map[b-mc48xx994z] {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

    .contact-map iframe[b-mc48xx994z] {
        width: 100%;
        height: 100%;
        border: 0;
    }
/* _content/CubeSystem/Pages/Index.razor.rz.scp.css */
.home-page[b-vemj7mpffz] {
    margin-top: -78px;
}

.hero-video-section[b-vemj7mpffz] {
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-video[b-vemj7mpffz] {
    width: 100%;
    height: auto;
    display: block;
}
/* =========================
   SECTIONS
   ========================= */

.services-section[b-vemj7mpffz] {
    padding: 6rem 0;
    background: radial-gradient(circle at top right, rgba(234, 83, 36, 0.08), transparent 18%), linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.section-heading[b-vemj7mpffz] {
    max-width: 840px;
    margin: 0 auto 3rem auto;
}

.section-kicker[b-vemj7mpffz] {
    display: inline-block;
    color: #ea5324;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    margin-bottom: 0.9rem;
}

.section-title[b-vemj7mpffz] {
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111111;
    margin-bottom: 1rem;
}

.section-text[b-vemj7mpffz] {
    color: #5f6773;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* =========================
   SERVICE CARDS
   ========================= */

.service-card[b-vemj7mpffz] {
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 22px;
    padding: 1.4rem 1.35rem 1.5rem 1.35rem;
    height: 100%;
    box-shadow: 0 16px 45px rgba(19, 26, 38, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

    .service-card[b-vemj7mpffz]::before {
        content: "";
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #ea5324, #ff8f62);
    }

    .service-card:hover[b-vemj7mpffz] {
        transform: translateY(-8px);
        box-shadow: 0 22px 60px rgba(19, 26, 38, 0.14);
        border-color: rgba(234, 83, 36, 0.20);
    }

.service-icon-wrap[b-vemj7mpffz] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 83, 36, 0.10);
    margin-bottom: 1rem;
}

.service-icon[b-vemj7mpffz] {
    font-size: 1.45rem;
    color: #ea5324;
}

.service-image-wrap[b-vemj7mpffz] {
    width: 100%;
    height: 170px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #1c1c1c 0%, #302626 100%);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image[b-vemj7mpffz] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image[b-vemj7mpffz] {
    transform: scale(1.04);
}

.service-card h3[b-vemj7mpffz] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #151515;
    margin-bottom: 0.75rem;
}



.service-card p[b-vemj7mpffz] {
    color: #616a76;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.service-link[b-vemj7mpffz] {
    color: #ea5324;
    font-weight: 700;
    text-decoration: none;
}

    .service-link:hover[b-vemj7mpffz] {
        color: #c9471d;
    }

/* =========================
   HIGHLIGHT
   ========================= */

.services-highlight-section[b-vemj7mpffz] {
    padding: 1rem 0 6rem 0;
    background: #f7f8fa;
}

.highlight-box[b-vemj7mpffz] {
    background: linear-gradient(135deg, #151515 0%, #241b1b 100%);
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 20px 70px rgba(10, 10, 10, 0.18);
    overflow: hidden;
    position: relative;
}

    .highlight-box[b-vemj7mpffz]::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        right: -60px;
        top: -60px;
        background: radial-gradient(circle, rgba(234, 83, 36, 0.22), transparent 65%);
        pointer-events: none;
    }

.highlight-text[b-vemj7mpffz] {
    position: relative;
    z-index: 2;
}

    .highlight-text h2[b-vemj7mpffz] {
        color: #ffffff;
        font-size: clamp(1.8rem, 3vw, 3rem);
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 1rem;
    }

    .highlight-text p[b-vemj7mpffz] {
        color: rgba(255, 255, 255, 0.78);
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }

.highlight-robot[b-vemj7mpffz] {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 18px 40px rgba(234, 83, 36, 0.18));
    animation: floatRobot-b-vemj7mpffz 4.2s ease-in-out infinite;
}

@keyframes floatRobot-b-vemj7mpffz {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================
   CONTACT CTA
   ========================= */

.contact-cta-section[b-vemj7mpffz] {
    padding: 0 0 6rem 0;
    background: #f7f8fa;
}

.contact-cta-box[b-vemj7mpffz] {
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 24px;
    padding: 3rem 1.5rem;
    box-shadow: 0 14px 45px rgba(19, 26, 38, 0.08);
}

    .contact-cta-box h2[b-vemj7mpffz] {
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        font-weight: 800;
        margin-bottom: 0.9rem;
        color: #131313;
    }

    .contact-cta-box p[b-vemj7mpffz] {
        max-width: 760px;
        margin: 0 auto 1.5rem auto;
        color: #626b77;
        line-height: 1.8;
    }

/* =========================
   ANIMATIONS
   ========================= */

.reveal-on-scroll[b-vemj7mpffz] {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

    .reveal-on-scroll.revealed[b-vemj7mpffz] {
        opacity: 1;
        transform: translateY(0);
    }


.robot-circle[b-vemj7mpffz] {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(234, 83, 36, 0.2), transparent 70%);
    box-shadow: 0 30px 80px rgba(234, 83, 36, 0.3);
}

.highlight-robot[b-vemj7mpffz] {
    width: 85%;
    height: 85%;
    object-fit: cover;
    border-radius: 50%;
}





/* =========================
   HOME (Index)
   ========================= */

/* Transparent na vrhu */
.cube-navbar.nav-home[b-vemj7mpffz] {
    background-color: transparent !important;
    box-shadow: none;
}

    /* Kada se scrolluje → crn */
    .cube-navbar.nav-home.nav-scrolled[b-vemj7mpffz] {
        background-color: #111111 !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    }

/* =========================
   OSTALE STRANICE
   ========================= */

.cube-navbar.nav-inner[b-vemj7mpffz] {
    background-color: #111111 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}







/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991.98px) {
    .services-section[b-vemj7mpffz] {
        padding: 4.5rem 0;
    }

    .services-highlight-section[b-vemj7mpffz],
    .contact-cta-section[b-vemj7mpffz] {
        padding-bottom: 4.5rem;
    }
}

@media (max-width: 767.98px) {
    .service-image-wrap[b-vemj7mpffz] {
        height: 150px;
    }

    .highlight-box[b-vemj7mpffz] {
        padding: 1.5rem;
    }
}



/* _content/CubeSystem/Pages/Software.razor.rz.scp.css */
.custom-dev-section[b-6roko6s786] {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0b0b0b 0%, #121212 100%);
    color: rgba(255,255,255,0.88);
}

/* HERO */

.custom-dev-hero[b-6roko6s786] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

.custom-dev-text p[b-6roko6s786] {
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
}

.custom-dev-robot img[b-6roko6s786] {
    width: 100%;
    max-width: 380px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

/* GRID */

.custom-dev-grid[b-6roko6s786] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    margin-bottom: 3rem;
}

.custom-card[b-6roko6s786] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.4rem;
    transition: 0.25s;
}

    .custom-card:hover[b-6roko6s786] {
        transform: translateY(-5px);
        border-color: rgba(255,140,0,0.4);
    }

/* INDUSTRY */

.custom-industries h2[b-6roko6s786] {
    text-align: center;
    margin-bottom: 2rem;
}

.industry-grid[b-6roko6s786] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.industry-item[b-6roko6s786] {
    padding: 1.2rem;
    border-radius: 16px;
    background: rgba(255,140,0,0.06);
    border: 1px solid rgba(255,140,0,0.2);
}

/* CTA */

.custom-cta[b-6roko6s786] {
    text-align: center;
    margin-top: 3rem;
}

.btn-primary[b-6roko6s786] {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7a00, #ffb347);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .custom-dev-hero[b-6roko6s786] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .custom-dev-grid[b-6roko6s786] {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-grid[b-6roko6s786] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .custom-dev-grid[b-6roko6s786],
    .industry-grid[b-6roko6s786] {
        grid-template-columns: 1fr;
    }
}
/* _content/CubeSystem/Pages/Tv-graphics.razor.rz.scp.css */
.hero-video-section[b-tnbnm9tn1h] {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #000;
}

.hero-video[b-tnbnm9tn1h] {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.hero-video-overlay[b-tnbnm9tn1h] {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: none;
}

.hero-video-content[b-tnbnm9tn1h] {
    max-width: 720px;
    color: #fff;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    border-radius: 16px;
}

    .hero-video-content h1[b-tnbnm9tn1h] {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 4vw, 3.4rem);
        line-height: 1.08;
        color: #fff;
        font-weight: 800;
    }

    .hero-video-content p[b-tnbnm9tn1h] {
        margin: 0;
        max-width: 640px;
        color: rgba(255,255,255,0.82);
        font-size: 1.05rem;
        line-height: 1.8;
    }






.tv-broadcast-section[b-tnbnm9tn1h] {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(180deg, #080808 0%, #101010 100%);
    color: rgba(255, 255, 255, 0.88);
}

.tv-container[b-tnbnm9tn1h] {
    position: relative;
    z-index: 2;
}

.tv-bg-grid[b-tnbnm9tn1h] {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
    pointer-events: none;
}

.tv-bg-glow[b-tnbnm9tn1h] {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,140,0,0.16) 0%, rgba(255,140,0,0) 70%);
    pointer-events: none;
}

/* STATUS BAR */

.tv-status-bar[b-tnbnm9tn1h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0.9rem 1.2rem;
    border: 1px solid rgba(255, 140, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
}

.tv-status-left[b-tnbnm9tn1h] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #ffffff;
    font-weight: 700;
}

.tv-status-items[b-tnbnm9tn1h] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    color: rgba(255, 170, 90, 0.9);
}

.tv-live-dot[b-tnbnm9tn1h] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff7a00;
    box-shadow: 0 0 12px rgba(255, 122, 0, 0.7);
    animation: tvPulse-b-tnbnm9tn1h 1.5s infinite;
}

@keyframes tvPulse-b-tnbnm9tn1h {
    0% {
        opacity: 0.45;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }

    100% {
        opacity: 0.45;
        transform: scale(1);
    }
}

/* HERO */

.tv-hero-panel[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 2.5rem;
}

.tv-hero-text[b-tnbnm9tn1h],
.tv-hero-screen[b-tnbnm9tn1h] {
    min-width: 0;
}

.tv-hero-text[b-tnbnm9tn1h] {
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.025) 100%);
    box-shadow: 0 14px 40px rgba(0,0,0,0.22);
}

.tv-section-tag[b-tnbnm9tn1h] {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 140, 0, 0.28);
    background: rgba(255, 140, 0, 0.08);
    color: #ff9a2f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.tv-hero-text h1[b-tnbnm9tn1h] {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    color: #ffffff;
    font-weight: 800;
}

.tv-subtitle[b-tnbnm9tn1h] {
    font-size: 1.08rem;
    color: rgba(255,255,255,0.72);
    margin-bottom: 1rem;
}

.tv-hero-text p[b-tnbnm9tn1h] {
    color: rgba(255,255,255,0.74);
    line-height: 1.8;
}

.tv-hero-metrics[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.8rem;
}

.tv-metric-box[b-tnbnm9tn1h] {
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255,140,0,0.18);
    background: rgba(255,140,0,0.06);
}

    .tv-metric-box strong[b-tnbnm9tn1h] {
        display: block;
        font-size: 1.05rem;
        color: #ffffff;
        margin-bottom: 0.35rem;
    }

    .tv-metric-box span[b-tnbnm9tn1h] {
        color: rgba(255,255,255,0.68);
        font-size: 0.92rem;
    }

/* SCREEN */

.tv-hero-screen[b-tnbnm9tn1h] {
    display: flex;
}

.tv-screen-frame[b-tnbnm9tn1h] {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 140, 0, 0.22);
    background: linear-gradient(180deg, rgba(10,10,10,0.98) 0%, rgba(20,20,20,0.95) 100%);
    box-shadow: 0 18px 40px rgba(0,0,0,0.28), inset 0 0 30px rgba(255,140,0,0.04);
    overflow: hidden;
}

.tv-screen-top[b-tnbnm9tn1h] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.82rem;
    color: #ffb16b;
    background: rgba(255,255,255,0.02);
}

.tv-screen-body[b-tnbnm9tn1h] {
    padding: 1.2rem;
}

.tv-screen-score[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 18px;
    border: 1px solid rgba(255,140,0,0.18);
    background: rgba(255,140,0,0.05);
}

.team-box[b-tnbnm9tn1h] {
    text-align: center;
}

.team-name[b-tnbnm9tn1h] {
    display: block;
    color: rgba(255,255,255,0.66);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
}

.team-box strong[b-tnbnm9tn1h],
.score-center strong[b-tnbnm9tn1h] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
}

.score-center[b-tnbnm9tn1h] {
    text-align: center;
}

    .score-center span[b-tnbnm9tn1h] {
        display: block;
        color: #ff9a2f;
        font-size: 0.8rem;
        margin-bottom: 0.35rem;
        letter-spacing: 0.08em;
    }

.tv-screen-info[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 1rem;
}

.tv-screen-info-box[b-tnbnm9tn1h] {
    padding: 0.9rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 140, 0, 0.16);
    background: rgba(255, 140, 0, 0.05);
    text-align: center;
}

.tv-screen-label[b-tnbnm9tn1h] {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.56);
    margin-bottom: 0.3rem;
}

.tv-screen-info-box strong[b-tnbnm9tn1h] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

/* MODULE GRID */

.tv-module-grid[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
    margin-bottom: 2.5rem;
}

.tv-module-card[b-tnbnm9tn1h] {
    padding: 1.4rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.025) 100%);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .tv-module-card:hover[b-tnbnm9tn1h] {
        transform: translateY(-4px);
        border-color: rgba(255,140,0,0.28);
        box-shadow: 0 14px 34px rgba(0,0,0,0.24);
    }

.tv-card-head[b-tnbnm9tn1h] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.8rem;
}

    .tv-card-head h3[b-tnbnm9tn1h] {
        margin: 0;
        font-size: 1.05rem;
        color: #ffffff;
    }

.tv-card-indicator[b-tnbnm9tn1h] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff8a1c;
    box-shadow: 0 0 10px rgba(255,138,28,0.6);
}

.tv-module-card p[b-tnbnm9tn1h] {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
}

/* INFO PANELS */

.tv-info-panels[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
    margin-bottom: 3rem;
}

.tv-info-panel[b-tnbnm9tn1h] {
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255,140,0,0.16);
    background: rgba(255,140,0,0.05);
}

    .tv-info-panel h2[b-tnbnm9tn1h] {
        margin-bottom: 0.8rem;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .tv-info-panel p[b-tnbnm9tn1h] {
        margin: 0;
        color: rgba(255,255,255,0.74);
        line-height: 1.8;
    }

/* GALLERY */

.tv-gallery-section[b-tnbnm9tn1h] {
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
}

.tv-gallery-header[b-tnbnm9tn1h] {
    margin-bottom: 1.4rem;
}

.tv-gallery-label[b-tnbnm9tn1h] {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ff9a2f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tv-gallery-header h2[b-tnbnm9tn1h] {
    margin: 0;
    color: #ffffff;
}

.tv-gallery-grid[b-tnbnm9tn1h] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.tv-gallery-item[b-tnbnm9tn1h] {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    min-height: 190px;
}

.tv-gallery-live[b-tnbnm9tn1h] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(210, 30, 30, 0.92);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.tv-gallery-placeholder[b-tnbnm9tn1h] {
    height: 100%;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.45);
    font-size: 0.95rem;
    background: linear-gradient(135deg, rgba(255,140,0,0.08), rgba(255,255,255,0.03)), #171717;
}


.tv-screen-stats[b-tnbnm9tn1h] {
    margin-top: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}

.tv-stat-row[b-tnbnm9tn1h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0.9rem;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

    .tv-stat-row:last-child[b-tnbnm9tn1h] {
        border-bottom: none;
    }

    .tv-stat-row strong[b-tnbnm9tn1h] {
        color: #ffb16b;
        font-weight: 700;
    }

    .tv-stat-row strong[b-tnbnm9tn1h] {
        color: #ffb16b;
        animation: tvBlink-b-tnbnm9tn1h 2.5s infinite;
    }

@keyframes tvBlink-b-tnbnm9tn1h {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.tv-gallery-img[b-tnbnm9tn1h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .tv-hero-panel[b-tnbnm9tn1h],
    .tv-module-grid[b-tnbnm9tn1h],
    .tv-info-panels[b-tnbnm9tn1h],
    .tv-gallery-grid[b-tnbnm9tn1h] {
        grid-template-columns: repeat(2, 1fr);
    }

    .tv-hero-panel[b-tnbnm9tn1h] {
        grid-template-columns: 1fr;
    }

    .tv-hero-metrics[b-tnbnm9tn1h] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .tv-broadcast-section[b-tnbnm9tn1h] {
        padding: 4rem 0;
    }

    .tv-status-bar[b-tnbnm9tn1h] {
        display: none;
    }

    .tv-status-items[b-tnbnm9tn1h],
    .tv-hero-metrics[b-tnbnm9tn1h],
    .tv-module-grid[b-tnbnm9tn1h],
    .tv-info-panels[b-tnbnm9tn1h],
    .tv-gallery-grid[b-tnbnm9tn1h] {
        grid-template-columns: 1fr;
    }

    .tv-hero-text[b-tnbnm9tn1h],
    .tv-gallery-section[b-tnbnm9tn1h] {
        padding: 1.3rem;
    }

    .tv-screen-score[b-tnbnm9tn1h] {
        grid-template-columns: 1fr auto 1fr;
        gap: 0.6rem;
        padding: 0.9rem;
    }

    .team-box strong[b-tnbnm9tn1h],
    .score-center strong[b-tnbnm9tn1h] {
        font-size: 1.35rem;
    }

    .team-name[b-tnbnm9tn1h],
    .score-center span[b-tnbnm9tn1h] {
        font-size: 0.68rem;
    }

    .tv-screen-info[b-tnbnm9tn1h] {
        grid-template-columns: 1fr;
    }

    .hero-video-section[b-tnbnm9tn1h] {
        min-height: 40vh;
    }

    .hero-video[b-tnbnm9tn1h] {
        object-fit: cover;
        object-position: center top;
    }

    .hero-video-overlay[b-tnbnm9tn1h] {
        display: none;
    }
}
/* _content/CubeSystem/Pages/Voice-platform.razor.rz.scp.css */
.voice-platform-section[b-97y77i49g1] {
    padding: 5rem 0;
    background: radial-gradient(circle at top left, rgba(255, 140, 0, 0.08), transparent 30%), linear-gradient(180deg, #0b0b0b 0%, #121212 100%);
    color: rgba(255, 255, 255, 0.88);
}

.section-header[b-97y77i49g1] {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2.5rem auto;
}

.section-badge[b-97y77i49g1] {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(255, 140, 0, 0.35);
    border-radius: 999px;
    background: rgba(255, 140, 0, 0.08);
    color: #ff9a2f;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-header h1[b-97y77i49g1] {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.section-subtitle[b-97y77i49g1] {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
}

.voice-intro-card[b-97y77i49g1] {
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 1.5rem 1.6rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
}

    .voice-intro-card p[b-97y77i49g1] {
        margin: 0;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1rem;
    }

.voice-grid[b-97y77i49g1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-top: 2rem;
}

.voice-card[b-97y77i49g1] {
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .voice-card:hover[b-97y77i49g1] {
        transform: translateY(-4px);
        border-color: rgba(255, 140, 0, 0.35);
        box-shadow: 0 16px 36px rgba(0,0,0,0.25);
    }

    .voice-card h3[b-97y77i49g1] {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0.85rem;
    }

    .voice-card p[b-97y77i49g1],
    .voice-card li[b-97y77i49g1] {
        color: rgba(255, 255, 255, 0.72);
        line-height: 1.7;
        font-size: 0.97rem;
    }

    .voice-card ul[b-97y77i49g1] {
        margin: 0;
        padding-left: 1.1rem;
    }

.voice-benefits[b-97y77i49g1] {
    margin-top: 3rem;
    text-align: center;
}

    .voice-benefits h2[b-97y77i49g1] {
        font-size: 1.8rem;
        color: #ffffff;
        margin-bottom: 1.5rem;
    }

.benefit-list[b-97y77i49g1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.benefit-item[b-97y77i49g1] {
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(255, 140, 0, 0.08);
    border: 1px solid rgba(255, 140, 0, 0.18);
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .voice-grid[b-97y77i49g1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-list[b-97y77i49g1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .voice-platform-section[b-97y77i49g1] {
        padding: 4rem 0;
    }

    .voice-grid[b-97y77i49g1],
    .benefit-list[b-97y77i49g1] {
        grid-template-columns: 1fr;
    }

    .voice-card[b-97y77i49g1],
    .voice-intro-card[b-97y77i49g1] {
        padding: 1.2rem;
    }

    .section-header h1[b-97y77i49g1] {
        font-size: 2rem;
    }

    .section-subtitle[b-97y77i49g1] {
        font-size: 1rem;
    }
}
/* _content/CubeSystem/Shared/Footer.razor.rz.scp.css */
.footer[b-dbqkwbwuq5] {
    background: linear-gradient(180deg, #0d0d0d 0%, #111111 100%);
    color: rgba(255,255,255,0.75);
    padding: 4rem 0 2rem 0;
    margin-top: 0;
}

.footer-top[b-dbqkwbwuq5] {
    padding-bottom: 0;
}

.footer-logo[b-dbqkwbwuq5] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.footer-text[b-dbqkwbwuq5] {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
}

.footer-column h5[b-dbqkwbwuq5] {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-column ul[b-dbqkwbwuq5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-dbqkwbwuq5] {
    margin-bottom: 0.6rem;
}

.footer-column a[b-dbqkwbwuq5] {
    text-decoration: none;
    color: rgba(255,255,255,0.65);
    transition: all 0.2s ease;
}

    .footer-column a:hover[b-dbqkwbwuq5] {
        color: #ea5324;
    }

.footer-contact li[b-dbqkwbwuq5] {
    color: rgba(255,255,255,0.65);
}

.footer-bottom[b-dbqkwbwuq5] {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.footer-divider[b-dbqkwbwuq5] {
    height: 1px;
    width: 80%;
    margin: 0.5rem auto 0.5rem auto;
    background: linear-gradient( 90deg, transparent, rgba(234,83,36,0.8), transparent );
}

.footer-copy[b-dbqkwbwuq5] {
    margin: 0;
}
/* _content/CubeSystem/Shared/MainLayout.razor.rz.scp.css */
.page[b-br861hrbkv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-br861hrbkv] {
    flex: 1;
}

.sidebar[b-br861hrbkv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-br861hrbkv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-br861hrbkv]  a, .top-row .btn-link[b-br861hrbkv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-br861hrbkv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-br861hrbkv] {
        display: none;
    }

    .top-row.auth[b-br861hrbkv] {
        justify-content: space-between;
    }

    .top-row a[b-br861hrbkv], .top-row .btn-link[b-br861hrbkv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-br861hrbkv] {
        flex-direction: row;
    }

    .sidebar[b-br861hrbkv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-br861hrbkv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-br861hrbkv], article[b-br861hrbkv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
