/* /Components/Layout/MainLayout.razor.rz.scp.css */
.steam-page[b-2cxnpror4v] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.steam-header[b-2cxnpror4v] {
    background-color: var(--steam-nav-bg);
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.logo a[b-2cxnpror4v] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--steam-text-bright);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 3rem;
}

.logo a:hover[b-2cxnpror4v] {
    color: var(--steam-blue-hover);
}

.logo-mark[b-2cxnpror4v] {
    color: #4fc3f7;
}

.steam-nav[b-2cxnpror4v] {
    display: flex;
    gap: 1.5rem;
}

[b-2cxnpror4v] .nav-link {
    color: var(--steam-text);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease;
}

[b-2cxnpror4v] .nav-link:hover, [b-2cxnpror4v] .nav-link.active {
    color: var(--steam-text-bright);
}

[b-2cxnpror4v] .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--steam-blue);
    box-shadow: 0 0 10px var(--steam-blue);
}

.steam-main[b-2cxnpror4v] {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 2rem;
}

.content[b-2cxnpror4v] {
    max-width: 1200px;
    width: 100%;
}

/* Footer Styling */
.steam-footer[b-2cxnpror4v] {
    background-color: #12141a;
    padding: 2rem;
    margin-top: auto;
    border-top: 1px solid var(--steam-border);
}

.footer__meta[b-2cxnpror4v] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--steam-text);
    font-size: 0.9rem;
}

.footer__link[b-2cxnpror4v] {
    color: var(--steam-blue);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__link:hover[b-2cxnpror4v] {
    color: var(--steam-blue-hover);
    text-decoration: underline;
}

.culture-selector[b-2cxnpror4v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-link[b-2cxnpror4v] {
    color: var(--steam-text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.lang-link:hover[b-2cxnpror4v], .lang-link.active[b-2cxnpror4v] {
    color: var(--steam-text-bright);
}

.selector-separator[b-2cxnpror4v] {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .footer__meta[b-2cxnpror4v] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ============================================================
   DeckDVR v4 – Minimal + Particles + Side-by-Side Hero
   ============================================================ */

.v4[b-z28z4aey6p] {
    --fg:        #e8ecf0;
    --fg-dim:    #8a95a3;
    --accent:    #4fc3f7;
    --line:      rgba(255, 255, 255, 0.07);
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

/* ============================================================
   FLOATING PARTICLES
   ============================================================ */
.v4-particles[b-z28z4aey6p] {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.dot[b-z28z4aey6p] {
    position: absolute;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0;
    animation: v4float-b-z28z4aey6p linear infinite;
}

.d1[b-z28z4aey6p] { width: 3px; height: 3px; left: 10%; animation-duration: 12s; animation-delay: 0s;   }
.d2[b-z28z4aey6p] { width: 4px; height: 4px; left: 30%; animation-duration: 14s; animation-delay: 3s;   }
.d3[b-z28z4aey6p] { width: 3px; height: 3px; left: 55%; animation-duration: 11s; animation-delay: 1s;   }
.d4[b-z28z4aey6p] { width: 3px; height: 3px; left: 75%; animation-duration: 13s; animation-delay: 5s;   }
.d5[b-z28z4aey6p] { width: 4px; height: 4px; left: 90%; animation-duration: 15s; animation-delay: 2s;   }

@keyframes v4float-b-z28z4aey6p {
    0%   { bottom: -10px; opacity: 0;   }
    8%   { opacity: 0.35; }
    92%  { opacity: 0.35; }
    100% { bottom: 105%;  opacity: 0;   }
}

/* ============================================================
   HERO – Side by Side
   ============================================================ */
.v4-hero[b-z28z4aey6p] {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    padding: 5rem 0 4rem;
    position: relative;
    z-index: 1;
}

.v4-hero-text[b-z28z4aey6p] {
    flex: 1;
    min-width: 0;
}

.v4-hero-image[b-z28z4aey6p] {
    flex: 1;
    min-width: 0;
}

.v4-label[b-z28z4aey6p] {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.v4-title[b-z28z4aey6p] {
    font-size: 4rem;
    font-weight: 800;
    color: var(--fg);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.v4-title-mark[b-z28z4aey6p] {
    color: var(--accent);
}

.v4-desc[b-z28z4aey6p] {
    font-size: 1.1rem;
    color: var(--fg-dim);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* CTA */
.v4-cta[b-z28z4aey6p] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.v4-btn[b-z28z4aey6p] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.5rem;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 8px;
    color: #0b0e14;
    background: var(--fg);
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.v4-btn:hover[b-z28z4aey6p] {
    opacity: 0.85;
    transform: translateY(-1px);
    color: #0b0e14;
}

.v4-btn--disabled[b-z28z4aey6p] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--fg-dim);
    cursor: not-allowed;
}

.v4-btn--disabled:hover[b-z28z4aey6p] {
    opacity: 1;
    transform: none;
    color: var(--fg-dim);
}

/* Mockup */
.v4-mockup[b-z28z4aey6p] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    transition: transform 0.4s ease;
}

.v4-mockup:hover[b-z28z4aey6p] {
    transform: translateY(-4px);
}

.v4-mockup img[b-z28z4aey6p] {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================================
   SECTION HEADING
   ============================================================ */
.v4-section-heading[b-z28z4aey6p] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--fg);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

/* ============================================================
   JOURNEY / TIMELINE
   ============================================================ */
.v4-journey[b-z28z4aey6p] {
    padding: 3rem 0;
    border-top: 1px solid var(--line);
    position: relative;
    z-index: 1;
}

.v4-timeline[b-z28z4aey6p] {
    display: flex;
    flex-direction: column;
}

.v4-step[b-z28z4aey6p] {
    display: flex;
    gap: 1.25rem;
    position: relative;
}

.v4-step-indicator[b-z28z4aey6p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 20px;
}

.v4-step-dot[b-z28z4aey6p] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    background: transparent;
    flex-shrink: 0;
    margin-top: 4px;
}

.v4-step-dot--filled[b-z28z4aey6p] {
    background: var(--accent);
}

.v4-step-line[b-z28z4aey6p] {
    flex: 1;
    width: 2px;
    background: var(--line);
    min-height: 100%;
}

.v4-step-body[b-z28z4aey6p] {
    padding-bottom: 2rem;
}

.v4-step--last .v4-step-body[b-z28z4aey6p] {
    padding-bottom: 0;
}

.v4-step-body h3[b-z28z4aey6p] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--fg);
    margin-bottom: 0.3rem;
}

.v4-step-body p[b-z28z4aey6p] {
    font-size: 0.92rem;
    color: var(--fg-dim);
    line-height: 1.5;
}

/* ============================================================
   FEATURES
   ============================================================ */
.v4-features[b-z28z4aey6p] {
    padding: 3rem 0;
    border-top: 1px solid var(--line);
    position: relative;
    z-index: 1;
}

.v4-features-grid[b-z28z4aey6p] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.v4-feat[b-z28z4aey6p] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--line);
}

.v4-feat:last-child[b-z28z4aey6p] {
    border-bottom: none;
}

.v4-feat-icon[b-z28z4aey6p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(79, 195, 247, 0.1);
    color: var(--accent);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.v4-feat h3[b-z28z4aey6p] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--fg);
    margin-bottom: 0.25rem;
}

.v4-feat p[b-z28z4aey6p] {
    font-size: 0.92rem;
    color: var(--fg-dim);
    line-height: 1.5;
}

/* ============================================================
   STORES
   ============================================================ */
.v4-stores[b-z28z4aey6p] {
    padding: 3rem 0;
    border-top: 1px solid var(--line);
    position: relative;
    z-index: 1;
}

.v4-stores-row[b-z28z4aey6p] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.v4-store[b-z28z4aey6p] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    transition: border-color 0.2s ease;
}

.v4-store:hover[b-z28z4aey6p] {
    border-color: rgba(255, 255, 255, 0.15);
}

.v4-store i[b-z28z4aey6p] {
    font-size: 1.5rem;
    color: var(--fg);
}

.v4-store strong[b-z28z4aey6p] {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--fg);
}

.v4-store span[b-z28z4aey6p] {
    font-size: 0.8rem;
    color: var(--fg-dim);
}

/* ============================================================
   BOTTOM CTA
   ============================================================ */
.v4-bottom[b-z28z4aey6p] {
    padding: 4rem 0 5rem;
    border-top: 1px solid var(--line);
    position: relative;
    z-index: 1;
}

.v4-bottom h2[b-z28z4aey6p] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--fg);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.v4-bottom p[b-z28z4aey6p] {
    font-size: 1rem;
    color: var(--fg-dim);
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .v4-hero[b-z28z4aey6p] {
        flex-direction: column;
        text-align: center;
        gap: 2.5rem;
    }

    .v4-cta[b-z28z4aey6p] {
        justify-content: center;
    }

    .v4-title[b-z28z4aey6p] {
        font-size: 3rem;
    }

    .v4-stores-row[b-z28z4aey6p] {
        flex-direction: column;
    }

    .v4-store[b-z28z4aey6p] {
        min-width: unset;
    }

    .v4-bottom h2[b-z28z4aey6p] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.privacy-container[b-llpo6s0dn2] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: var(--steam-text);
}

.privacy-header[b-llpo6s0dn2] {
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--steam-border);
    padding-bottom: 1rem;
}

.privacy-header h1[b-llpo6s0dn2] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: var(--steam-text-bright);
}

.last-updated[b-llpo6s0dn2] {
    color: rgba(198, 212, 223, 0.6);
    font-style: italic;
}

.privacy-content section[b-llpo6s0dn2] {
    margin-bottom: 2.5rem;
}

.privacy-content h2[b-llpo6s0dn2] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--steam-text-bright);
}

.privacy-content p[b-llpo6s0dn2] {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.privacy-content strong[b-llpo6s0dn2] {
    color: var(--steam-blue);
    font-weight: 600;
}
