@import '_content/OptionsPlayWidgets.Core/OptionsPlayWidgets.Core.bundle.scp.css';

/* /Components/DashboardAccessGate.razor.rz.scp.css */
/* ============================================
   DashboardAccessGate — Scoped Styles
   Uses --op-* design tokens throughout.
   ============================================ */

.access-gate[b-6p9jfuildm] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--op-brand-blue-800) 0%, var(--op-brand-green-700) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

/* Subtle grid pattern */
.access-gate[b-6p9jfuildm]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        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: 60px 60px;
    pointer-events: none;
}

/* Glow orb */
.access-gate[b-6p9jfuildm]::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(122, 193, 67, 0.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.access-gate-container[b-6p9jfuildm] {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ============================================
   HERO CONTENT (left)
   ============================================ */
.hero-content[b-6p9jfuildm] {
    color: #ffffff;
}

.logo-area[b-6p9jfuildm] {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-ball[b-6p9jfuildm] {
    width: 36px;
    height: auto;
}

.logo-name[b-6p9jfuildm] {
    height: 28px;
    width: auto;
}

/* User greeting card */
.user-greeting[b-6p9jfuildm] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--op-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.user-avatar[b-6p9jfuildm] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--op-brand-blue-400), var(--op-brand-blue-300));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    flex-shrink: 0;
}

.user-info[b-6p9jfuildm] {
    font-size: 13px;
    min-width: 0;
}

.user-name[b-6p9jfuildm] {
    font-weight: 600;
    color: #ffffff;
}

.user-email[b-6p9jfuildm] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Badge */
.hero-badge[b-6p9jfuildm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(122, 193, 67, 0.15);
    border: 1px solid rgba(122, 193, 67, 0.3);
    color: var(--op-brand-green-400);
    padding: 4px 12px;
    border-radius: var(--op-radius-full);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pulse-dot[b-6p9jfuildm] {
    width: 6px;
    height: 6px;
    background: var(--op-brand-green-400);
    border-radius: 50%;
    animation: pulse-b-6p9jfuildm 2s infinite;
}

@keyframes pulse-b-6p9jfuildm {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Title */
.hero-title[b-6p9jfuildm] {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.hero-title .highlight[b-6p9jfuildm] {
    background: linear-gradient(135deg, var(--op-brand-green-400), var(--op-brand-green-200));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-6p9jfuildm] {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
    max-width: 460px;
}

/* Feature list */
.features-list[b-6p9jfuildm] {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.features-list li[b-6p9jfuildm] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ffffff;
}

.feature-icon[b-6p9jfuildm] {
    width: 28px;
    height: 28px;
    border-radius: var(--op-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.fi-green[b-6p9jfuildm]  { background: rgba(122, 193, 67, 0.2); }
.fi-blue[b-6p9jfuildm]   { background: rgba(0, 116, 178, 0.2); }
.fi-amber[b-6p9jfuildm]  { background: rgba(245, 158, 11, 0.2); }
.fi-purple[b-6p9jfuildm] { background: rgba(99, 102, 241, 0.2); }
.fi-teal[b-6p9jfuildm]   { background: rgba(16, 185, 129, 0.2); }

/* CTA */
.cta-area[b-6p9jfuildm] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-primary[b-6p9jfuildm] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--op-brand-green-400), var(--op-brand-green-600));
    color: #ffffff;
    border: none;
    border-radius: var(--op-radius-lg);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(122, 193, 67, 0.3);
    text-decoration: none;
}

.cta-primary:hover[b-6p9jfuildm] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(122, 193, 67, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.cta-primary .arrow[b-6p9jfuildm] {
    transition: transform 0.2s;
}

.cta-primary:hover .arrow[b-6p9jfuildm] {
    transform: translateX(3px);
}

.cta-secondary[b-6p9jfuildm] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1px;
    transition: color 0.2s;
}

.cta-secondary:hover[b-6p9jfuildm] {
    color: #ffffff;
    text-decoration: none;
}

/* Stats row */
.stats-row[b-6p9jfuildm] {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-value[b-6p9jfuildm] {
    font-size: 24px;
    font-weight: 700;
    color: var(--op-brand-green-400);
}

.stat-label[b-6p9jfuildm] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

/* ============================================
   DASHBOARD PREVIEW (right)
   ============================================ */
.dashboard-preview-area[b-6p9jfuildm] {
    position: relative;
}

/* Preview window — always dark to match screenshot */
.preview-window[b-6p9jfuildm] {
    background: #1f1f1f;
    border-radius: var(--op-radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.preview-titlebar[b-6p9jfuildm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #1f1f1f;
    border-bottom: 1px solid #333333;
}

.titlebar-dots[b-6p9jfuildm] {
    display: flex;
    gap: 6px;
}

.dot-red[b-6p9jfuildm], .dot-yellow[b-6p9jfuildm], .dot-green[b-6p9jfuildm] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red[b-6p9jfuildm]    { background: #ff5f57; }
.dot-yellow[b-6p9jfuildm] { background: #ffbd2e; }
.dot-green[b-6p9jfuildm]  { background: #28ca42; }

.titlebar-url[b-6p9jfuildm] {
    flex: 1;
    margin: 0 12px;
    background: #292929;
    border-radius: var(--op-radius-md);
    padding: 4px 12px;
    font-size: 11px;
    color: #a0a0a0;
    text-align: center;
}

.titlebar-spacer[b-6p9jfuildm] {
    width: 52px;
}

/* Screenshot preview */
.preview-screenshot[b-6p9jfuildm] {
    overflow: hidden;
}

.screenshot-img[b-6p9jfuildm] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================
   FROSTED OVERLAY
   ============================================ */
/* Frosted overlay — always dark-tinted to match screenshot */
.frosted-overlay[b-6p9jfuildm] {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.35);
    border-radius: var(--op-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    animation: fadeInOverlay-b-6p9jfuildm 0.6s ease 1.5s forwards;
}

@keyframes fadeInOverlay-b-6p9jfuildm {
    to { opacity: 1; }
}

.frosted-content[b-6p9jfuildm] {
    text-align: center;
    padding: 24px;
}

.frosted-content strong[b-6p9jfuildm] {
    display: block;
    color: #e5e5e5;
    font-size: 15px;
}

.frosted-content p[b-6p9jfuildm] {
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 4px;
}

.lock-circle[b-6p9jfuildm] {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #a0a0a0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 968px) {
    .access-gate[b-6p9jfuildm] {
        padding: 24px;
    }

    .access-gate-container[b-6p9jfuildm] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-title[b-6p9jfuildm] {
        font-size: 32px;
    }

    .hero-subtitle[b-6p9jfuildm] {
        max-width: 100%;
    }

    .stats-row[b-6p9jfuildm] {
        gap: 20px;
    }

    .dashboard-preview-area[b-6p9jfuildm] {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-title[b-6p9jfuildm] {
        font-size: 26px;
    }

    .cta-primary[b-6p9jfuildm] {
        padding: 12px 24px;
        font-size: 14px;
    }

    .stats-row[b-6p9jfuildm] {
        flex-wrap: wrap;
        gap: 16px;
    }
}
/* /Components/UnauthenticatedLanding.razor.rz.scp.css */
/* ============================================
   UnauthenticatedLanding — Scoped Styles
   Mirrors DashboardAccessGate visual structure.
   Uses --op-* design tokens throughout.
   ============================================ */

.landing-page[b-ysldala97l] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--op-brand-blue-800) 0%, var(--op-brand-green-700) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

/* Subtle grid pattern */
.landing-page[b-ysldala97l]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        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: 60px 60px;
    pointer-events: none;
}

/* Glow orb */
.landing-page[b-ysldala97l]::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(122, 193, 67, 0.08) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.landing-container[b-ysldala97l] {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ============================================
   HERO CONTENT (left)
   ============================================ */
.hero-content[b-ysldala97l] {
    color: #ffffff;
}

.logo-area[b-ysldala97l] {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-ball[b-ysldala97l] {
    width: 36px;
    height: auto;
}

.logo-name[b-ysldala97l] {
    height: 28px;
    width: auto;
}

/* Badge */
.hero-badge[b-ysldala97l] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(122, 193, 67, 0.15);
    border: 1px solid rgba(122, 193, 67, 0.3);
    color: var(--op-brand-green-400);
    padding: 4px 12px;
    border-radius: var(--op-radius-full);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pulse-dot[b-ysldala97l] {
    width: 6px;
    height: 6px;
    background: var(--op-brand-green-400);
    border-radius: 50%;
    animation: pulse-b-ysldala97l 2s infinite;
}

@keyframes pulse-b-ysldala97l {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Title */
.hero-title[b-ysldala97l] {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.hero-title .highlight[b-ysldala97l] {
    background: linear-gradient(135deg, var(--op-brand-green-400), var(--op-brand-green-200));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-ysldala97l] {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
    max-width: 460px;
}

/* Feature list */
.features-list[b-ysldala97l] {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.features-list li[b-ysldala97l] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ffffff;
}

.feature-icon[b-ysldala97l] {
    width: 28px;
    height: 28px;
    border-radius: var(--op-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.fi-green[b-ysldala97l]  { background: rgba(122, 193, 67, 0.2); }
.fi-blue[b-ysldala97l]   { background: rgba(0, 116, 178, 0.2); }
.fi-amber[b-ysldala97l]  { background: rgba(245, 158, 11, 0.2); }
.fi-purple[b-ysldala97l] { background: rgba(99, 102, 241, 0.2); }
.fi-teal[b-ysldala97l]   { background: rgba(16, 185, 129, 0.2); }

/* CTA */
.cta-area[b-ysldala97l] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-primary[b-ysldala97l] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--op-brand-green-400), var(--op-brand-green-600));
    color: #ffffff;
    border: none;
    border-radius: var(--op-radius-lg);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(122, 193, 67, 0.3);
    text-decoration: none;
    font-family: inherit;
}

.cta-primary:hover[b-ysldala97l] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(122, 193, 67, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.cta-primary .arrow[b-ysldala97l] {
    transition: transform 0.2s;
}

.cta-primary:hover .arrow[b-ysldala97l] {
    transform: translateX(3px);
}

.cta-secondary[b-ysldala97l] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1px;
    transition: color 0.2s;
}

.cta-secondary:hover[b-ysldala97l] {
    color: #ffffff;
    text-decoration: none;
}

/* Stats row */
.stats-row[b-ysldala97l] {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-value[b-ysldala97l] {
    font-size: 24px;
    font-weight: 700;
    color: var(--op-brand-green-400);
}

.stat-label[b-ysldala97l] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

/* ============================================
   DASHBOARD PREVIEW (right) — always dark
   ============================================ */
.dashboard-preview-area[b-ysldala97l] {
    position: relative;
}

.preview-window[b-ysldala97l] {
    background: #1f1f1f;
    border-radius: var(--op-radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.preview-titlebar[b-ysldala97l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #1f1f1f;
    border-bottom: 1px solid #333333;
}

.titlebar-dots[b-ysldala97l] {
    display: flex;
    gap: 6px;
}

.dot-red[b-ysldala97l], .dot-yellow[b-ysldala97l], .dot-green[b-ysldala97l] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red[b-ysldala97l]    { background: #ff5f57; }
.dot-yellow[b-ysldala97l] { background: #ffbd2e; }
.dot-green[b-ysldala97l]  { background: #28ca42; }

.titlebar-url[b-ysldala97l] {
    flex: 1;
    margin: 0 12px;
    background: #292929;
    border-radius: var(--op-radius-md);
    padding: 4px 12px;
    font-size: 11px;
    color: #a0a0a0;
    text-align: center;
}

.titlebar-spacer[b-ysldala97l] {
    width: 52px;
}

/* Screenshot */
.preview-screenshot[b-ysldala97l] {
    overflow: hidden;
}

.screenshot-img[b-ysldala97l] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Frosted overlay — always dark-tinted */
.frosted-overlay[b-ysldala97l] {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.35);
    border-radius: var(--op-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    animation: fadeInOverlay-b-ysldala97l 0.6s ease 1.5s forwards;
}

@keyframes fadeInOverlay-b-ysldala97l {
    to { opacity: 1; }
}

.frosted-content[b-ysldala97l] {
    text-align: center;
    padding: 24px;
}

.frosted-content strong[b-ysldala97l] {
    display: block;
    color: #e5e5e5;
    font-size: 15px;
}

.frosted-content p[b-ysldala97l] {
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 4px;
}

.lock-circle[b-ysldala97l] {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #a0a0a0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 968px) {
    .landing-page[b-ysldala97l] {
        padding: 24px;
    }

    .landing-container[b-ysldala97l] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-title[b-ysldala97l] {
        font-size: 32px;
    }

    .hero-subtitle[b-ysldala97l] {
        max-width: 100%;
    }

    .stats-row[b-ysldala97l] {
        gap: 20px;
    }

    .dashboard-preview-area[b-ysldala97l] {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-title[b-ysldala97l] {
        font-size: 26px;
    }

    .cta-primary[b-ysldala97l] {
        padding: 12px 24px;
        font-size: 14px;
    }

    .stats-row[b-ysldala97l] {
        flex-wrap: wrap;
        gap: 16px;
    }
}
