.welcome-page {
    width: min(100%, 960px);
    margin: 0 auto;
}

.welcome-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    min-height: 170px;
}

.welcome-header-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: clamp(1rem, 2.2vw, 1.6rem);
    background: transparent;
}

.welcome-header.game-header-epic::after {
    display: block;
    background: linear-gradient(180deg, rgba(4, 9, 14, 0.3) 0%, rgba(3, 7, 12, 0.5) 100%);
}

.welcome-kicker {
    color: rgba(218, 236, 245, 0.95);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.98), 0 0 16px rgba(0, 0, 0, 0.75);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.9);
    paint-order: stroke fill;
    backdrop-filter: none;
}

.welcome-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(130, 186, 211, 0.26);
    border-radius: 0.55rem;
    background: linear-gradient(180deg, rgba(9, 16, 24, 0.96), rgba(7, 12, 18, 0.96));
    box-shadow: none;
}

.welcome-content {
    position: relative;
    z-index: 1;
    padding: clamp(1.5rem, 2.8vw, 2.2rem) clamp(1rem, 2.2vw, 1.6rem);
}

.welcome-header-overlay h1 {
    color: #d4f2ff !important;
    font-size: clamp(1.65rem, 3vw, 2.1rem) !important;
    line-height: 1.15;
    letter-spacing: 0.02em;
    display: block;
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.99), 0 0 24px rgba(0, 0, 0, 0.82);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.95);
    paint-order: stroke fill;
    backdrop-filter: none;
}

.welcome-subtitle {
    color: rgba(232, 243, 249, 0.92);
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    letter-spacing: 0.01em;
    display: block;
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.98), 0 0 18px rgba(0, 0, 0, 0.76);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.92);
    paint-order: stroke fill;
    backdrop-filter: none;
}

.welcome-value-prop {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(225, 239, 247, 0.9);
    line-height: 1.45;
}

.welcome-inside {
    max-width: 760px;
    border: 1px solid rgba(130, 186, 211, 0.22);
    border-radius: 0.55rem;
    background: rgba(8, 15, 23, 0.72);
    padding: 0.95rem 1rem;
}

.welcome-section-title {
    color: #ccefff;
    letter-spacing: 0.01em;
}

.welcome-feature-list {
    list-style: none;
    padding: 0;
}

.welcome-feature-list li {
    color: rgba(225, 239, 247, 0.88);
    padding-left: 1.15rem;
    position: relative;
    margin-bottom: 0.45rem;
}

.welcome-feature-list li:last-child {
    margin-bottom: 0;
}

.welcome-feature-list li::before {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    background: rgba(67, 196, 255, 0.85);
    position: absolute;
    left: 0.1rem;
    top: 0.45rem;
}

.welcome-actions {
    width: 100%;
}

.welcome-auth-wrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.welcome-auth-wrap .void-google-signin-button {
    width: 100% !important;
}

.welcome-auth-note {
    color: rgba(217, 234, 244, 0.84);
    font-size: 0.91rem;
    white-space: nowrap;
}

.welcome-alert {
    max-width: 540px;
    background-color: rgba(69, 50, 16, 0.78);
    border-color: rgba(255, 205, 90, 0.52);
    color: #ffefc3;
}

.welcome-alert .text-muted {
    color: rgba(255, 239, 196, 0.76) !important;
}

.welcome-auth-wrap .btn:focus-visible,
.welcome-auth-wrap a:focus-visible,
.welcome-auth-wrap button:focus-visible,
.welcome-auth-wrap .gsi-material-button:focus-visible {
    outline: 2px solid rgba(91, 213, 255, 0.96);
    outline-offset: 2px;
    box-shadow: 0 0 0 0.2rem rgba(91, 213, 255, 0.22);
}

@media (max-width: 576px) {
    .welcome-header {
        min-height: 148px;
        margin-bottom: 0.85rem;
    }

    .welcome-header-overlay {
        padding: 0.9rem;
    }

    .welcome-content {
        padding: 1.15rem 0.82rem;
    }

    .welcome-auth-wrap {
        max-width: none;
    }

    .welcome-inside {
        padding: 0.8rem 0.84rem;
    }
}
