/* _content/UwertaOfLegends/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
/* ==================== FORGOT PASSWORD CONTAINER ==================== */
.forgot-password-container[b-o5p4jh62om] {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
    background: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Background Effects */
.forgot-password-container[b-o5p4jh62om]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(118, 75, 162, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* ==================== HEADER SECTION ==================== */
.forgot-password-header[b-o5p4jh62om] {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    position: relative;
}

.forgot-password-header[b-o5p4jh62om]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.8) 50%, transparent 100%);
    border-radius: 2px;
}

.forgot-password-title[b-o5p4jh62om] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-o5p4jh62om 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(3px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.5));
}

@keyframes titleShine-b-o5p4jh62om {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.forgot-password-subtitle[b-o5p4jh62om] {
    font-size: clamp(1rem, 2.2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: clamp(1px, 0.4vw, 2px);
    text-transform: uppercase;
}

/* ==================== CONTENT LAYOUT ==================== */
.forgot-password-content[b-o5p4jh62om] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* ==================== FORM CARD ==================== */
.form-card[b-o5p4jh62om] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.12) 0%, rgba(10, 14, 39, 0.95) 100%);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.form-card[b-o5p4jh62om]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================== FORM HEADER ==================== */
.form-header[b-o5p4jh62om] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.header-icon[b-o5p4jh62om] {
    font-size: clamp(3rem, 6vw, 4rem);
    display: block;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.5));
    animation: iconFloat-b-o5p4jh62om 3s ease-in-out infinite;
}

@keyframes iconFloat-b-o5p4jh62om {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.form-title[b-o5p4jh62om] {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.form-description[b-o5p4jh62om] {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 400;
}

/* ==================== FORM ELEMENTS ==================== */
.form-group[b-o5p4jh62om] {
    margin-bottom: 2rem;
}

.form-label[b-o5p4jh62om] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.label-icon[b-o5p4jh62om] {
    font-size: 1.2rem;
}

.form-input[b-o5p4jh62om] {
    width: 100%;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1rem, 2vw, 1.25rem);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(15, 20, 50, 0.8) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.form-input[b-o5p4jh62om]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input:focus[b-o5p4jh62om] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(15, 20, 50, 0.9) 100%);
}

.validation-summary[b-o5p4jh62om] {
    background: linear-gradient(145deg, rgba(244, 67, 54, 0.2) 0%, rgba(211, 47, 47, 0.2) 100%);
    border: 2px solid rgba(244, 67, 54, 0.5);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.validation-error[b-o5p4jh62om] {
    color: #fca5a5;
    font-size: clamp(0.8rem, 1.6vw, 0.9rem);
    font-weight: 600;
    margin-top: 0.5rem;
    display: block;
    text-shadow: 0 0 8px rgba(252, 165, 165, 0.5);
}

/* ==================== SUBMIT BUTTON ==================== */
.submit-button[b-o5p4jh62om] {
    width: 100%;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    border: 2px solid transparent;
    border-radius: 14px;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.submit-button[b-o5p4jh62om]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.submit-button:hover[b-o5p4jh62om] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.55) 0%, rgba(118, 75, 162, 0.55) 100%);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5);
}

.submit-button:hover[b-o5p4jh62om]::before {
    opacity: 1;
}

.submit-button:active[b-o5p4jh62om] {
    transform: translateY(-1px);
}

.button-icon[b-o5p4jh62om] {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* ==================== BACK LINK ==================== */
.back-link[b-o5p4jh62om] {
    text-align: center;
}

.link[b-o5p4jh62om] {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link:hover[b-o5p4jh62om] {
    color: #a78bfa;
    text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
}

/* ==================== INFO CARD ==================== */
.info-card[b-o5p4jh62om] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 2.5rem);
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.info-icon[b-o5p4jh62om] {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.4));
}

.info-card h3[b-o5p4jh62om] {
    color: #fff;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.info-list[b-o5p4jh62om] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li[b-o5p4jh62om] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
    padding: 0.875rem 0;
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px solid rgba(102, 126, 234, 0.15);
}

.info-list li:last-child[b-o5p4jh62om] {
    border-bottom: none;
}

.info-list li[b-o5p4jh62om]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
    font-size: 1.2rem;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1024px) {
    .forgot-password-content[b-o5p4jh62om] {
        grid-template-columns: 1fr;
    }

    .info-card[b-o5p4jh62om] {
        order: -1;
    }
}

@media (max-width: 768px) {
    .forgot-password-container[b-o5p4jh62om] {
        padding: 2rem 1rem;
    }

    .forgot-password-header[b-o5p4jh62om] {
        margin-bottom: 2rem;
        padding: 1.5rem 0;
    }

    .form-card[b-o5p4jh62om],
    .info-card[b-o5p4jh62om] {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .forgot-password-container[b-o5p4jh62om] {
        padding: 1.5rem 0.75rem;
    }

    .forgot-password-header[b-o5p4jh62om] {
        margin-bottom: 1.5rem;
        padding: 1rem 0;
    }

    .form-card[b-o5p4jh62om],
    .info-card[b-o5p4jh62om] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .form-group[b-o5p4jh62om] {
        margin-bottom: 1.5rem;
    }

    .submit-button[b-o5p4jh62om] {
        padding: 0.875rem;
        margin-bottom: 1.25rem;
    }
}
/* _content/UwertaOfLegends/Components/Account/Pages/Login.razor.rz.scp.css */
/* ==================== LOGIN CONTAINER ==================== */
.login-container[b-92linmtcxc] {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
    background: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Background Effects */
.login-container[b-92linmtcxc]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(118, 75, 162, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* ==================== HEADER SECTION ==================== */
.login-header[b-92linmtcxc] {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    position: relative;
}

.login-header[b-92linmtcxc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.8) 50%, transparent 100%);
    border-radius: 2px;
}

.login-title[b-92linmtcxc] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-92linmtcxc 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(3px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.5));
}

@keyframes titleShine-b-92linmtcxc {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.login-subtitle[b-92linmtcxc] {
    font-size: clamp(1rem, 2.2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: clamp(1px, 0.4vw, 2px);
    text-transform: uppercase;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.15) 50%, transparent 100%);
    padding: 0.75rem 2rem;
    border-radius: 25px;
    display: inline-block;
}

/* ==================== CONTENT LAYOUT ==================== */
.login-content[b-92linmtcxc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

/* ==================== LOGIN CARD ==================== */
.login-card[b-92linmtcxc] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.12) 0%, rgba(10, 14, 39, 0.95) 100%);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.login-card[b-92linmtcxc]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================== EMAIL WARNING ==================== */
.email-warning[b-92linmtcxc] {
    background: linear-gradient(145deg, rgba(220, 38, 38, 0.15) 0%, rgba(127, 29, 29, 0.2) 100%);
    border: 2px solid rgba(220, 38, 38, 0.5);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.warning-icon[b-92linmtcxc] {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: warningPulse-b-92linmtcxc 2s ease-in-out infinite;
}

@keyframes warningPulse-b-92linmtcxc {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.email-warning h3[b-92linmtcxc] {
    color: #fca5a5;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.email-warning p[b-92linmtcxc] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.email-warning a[b-92linmtcxc] {
    color: #667eea;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.email-warning a:hover[b-92linmtcxc] {
    color: #a78bfa;
}

/* ==================== FORM ELEMENTS ==================== */
.form-group[b-92linmtcxc] {
    margin-bottom: 1.75rem;
    position: relative;
}

.form-label[b-92linmtcxc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.label-icon[b-92linmtcxc] {
    font-size: 1.2rem;
}

.form-input[b-92linmtcxc],
input.form-input[b-92linmtcxc],
input[type="text"].form-input[b-92linmtcxc],
input[type="password"].form-input[b-92linmtcxc] {
    width: 100%;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1rem, 2vw, 1.25rem) !important;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(15, 20, 50, 0.8) 100%) !important;
    border: 2px solid rgba(102, 126, 234, 0.3) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: clamp(0.9rem, 1.5vw, 1rem) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.form-input[b-92linmtcxc]::placeholder,
input.form-input[b-92linmtcxc]::placeholder,
input[type="text"].form-input[b-92linmtcxc]::placeholder,
input[type="password"].form-input[b-92linmtcxc]::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 400;
}

.form-input:hover[b-92linmtcxc],
input.form-input:hover[b-92linmtcxc],
input[type="text"].form-input:hover[b-92linmtcxc],
input[type="password"].form-input:hover[b-92linmtcxc] {
    border-color: rgba(102, 126, 234, 0.5) !important;
    box-shadow: 0 0 16px rgba(102, 126, 234, 0.3) !important;
}

.form-input:focus[b-92linmtcxc],
input.form-input:focus[b-92linmtcxc],
input[type="text"].form-input:focus[b-92linmtcxc],
input[type="password"].form-input:focus[b-92linmtcxc] {
    border-color: rgba(102, 126, 234, 0.8) !important;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3) !important;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(15, 20, 50, 0.9) 100%) !important;
    transform: translateY(-1px);
}

.validation-error[b-92linmtcxc] {
    color: #fca5a5;
    font-size: clamp(0.8rem, 1.6vw, 0.9rem);
    font-weight: 700;
    margin-top: 0.625rem;
    display: block;
    text-shadow: 0 0 10px rgba(252, 165, 165, 0.6);
    letter-spacing: 0.3px;
    animation: errorPulse-b-92linmtcxc 2s ease-in-out infinite;
}

@keyframes errorPulse-b-92linmtcxc {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* ==================== REMEMBER ME ==================== */
.remember-me[b-92linmtcxc] {
    margin-bottom: 2rem;
}

.checkbox-label[b-92linmtcxc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.checkbox-input[b-92linmtcxc] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #667eea;
}

.checkbox-text[b-92linmtcxc] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
}

/* ==================== LOGIN BUTTON ==================== */
.login-button[b-92linmtcxc] {
    width: 100%;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    border: 2px solid transparent;
    border-radius: 14px;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.login-button[b-92linmtcxc]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-button:hover[b-92linmtcxc] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.55) 0%, rgba(118, 75, 162, 0.55) 100%);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5);
}

.login-button:hover[b-92linmtcxc]::before {
    opacity: 1;
}

.login-button:active[b-92linmtcxc] {
    transform: translateY(-1px);
}

.button-icon[b-92linmtcxc] {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* ==================== LOGIN LINKS ==================== */
.login-links[b-92linmtcxc] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(102, 126, 234, 0.2);
}

.link[b-92linmtcxc] {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(0.85rem, 1.7vw, 0.95rem);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.link:hover[b-92linmtcxc] {
    color: #a78bfa;
    text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
}

.link-primary[b-92linmtcxc] {
    color: #667eea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.link-primary:hover[b-92linmtcxc] {
    color: #a78bfa;
}

/* ==================== PREVIEW SECTION ==================== */
.preview-section[b-92linmtcxc] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.preview-card[b-92linmtcxc] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(102, 126, 234, 0.3);
}

.preview-image[b-92linmtcxc] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.preview-card:hover .preview-image[b-92linmtcxc] {
    transform: scale(1.05);
}

.preview-overlay[b-92linmtcxc] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 14, 39, 0.95) 0%, transparent 100%);
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.preview-card:hover .preview-overlay[b-92linmtcxc] {
    transform: translateY(0);
}

.preview-overlay h3[b-92linmtcxc] {
    color: #fff;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.preview-overlay p[b-92linmtcxc] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    line-height: 1.5;
}

/* ==================== STATS CARD ==================== */
.stats-card[b-92linmtcxc] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 2rem;
    border: 2px solid rgba(102, 126, 234, 0.3);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stat-item[b-92linmtcxc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.6) 0%, rgba(8, 12, 30, 0.8) 100%);
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover[b-92linmtcxc] {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    transform: translateX(8px);
}

.stat-icon[b-92linmtcxc] {
    font-size: 2.5rem;
    filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.4));
}

.stat-label[b-92linmtcxc] {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1024px) {
    .login-content[b-92linmtcxc] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .preview-section[b-92linmtcxc] {
        order: -1;
    }
}

@media (max-width: 768px) {
    .login-container[b-92linmtcxc] {
        padding: 2rem 1rem;
    }

    .login-header[b-92linmtcxc] {
        margin-bottom: 2rem;
        padding: 1.5rem 0;
    }

    .login-card[b-92linmtcxc] {
        padding: 2rem 1.5rem;
    }

    .stats-card[b-92linmtcxc] {
        padding: 1.5rem;
    }

    .stat-item[b-92linmtcxc] {
        padding: 1rem;
    }

    .stat-icon[b-92linmtcxc] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .login-container[b-92linmtcxc] {
        padding: 1.5rem 0.75rem;
    }

    .login-header[b-92linmtcxc] {
        margin-bottom: 1.5rem;
        padding: 1rem 0;
    }

    .login-card[b-92linmtcxc] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .form-group[b-92linmtcxc] {
        margin-bottom: 1.5rem;
    }

    .login-button[b-92linmtcxc] {
        padding: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .stats-card[b-92linmtcxc] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .stat-item[b-92linmtcxc] {
        padding: 0.875rem;
        gap: 0.75rem;
    }

    .stat-icon[b-92linmtcxc] {
        font-size: 1.75rem;
    }
}
/* _content/UwertaOfLegends/Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.register-confirmation-container[b-qqqh2bp7l0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

/* ==================== BACKGROUND EFFECTS ==================== */
.background-effects[b-qqqh2bp7l0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.glow-orb[b-qqqh2bp7l0] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    animation: float-b-qqqh2bp7l0 8s ease-in-out infinite;
}

.glow-orb-1[b-qqqh2bp7l0] {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.6) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.glow-orb-2[b-qqqh2bp7l0] {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.6) 0%, transparent 70%);
    bottom: -80px;
    right: -80px;
    animation-delay: 2s;
}

.glow-orb-3[b-qqqh2bp7l0] {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4s;
}

@keyframes float-b-qqqh2bp7l0 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* ==================== SUCCESS CARD ==================== */
.success-card[b-qqqh2bp7l0] {
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.95) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    max-width: 600px;
    width: 100%;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(102, 126, 234, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: cardEntrance-b-qqqh2bp7l0 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes cardEntrance-b-qqqh2bp7l0 {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ==================== SUCCESS ICON ==================== */
.success-icon[b-qqqh2bp7l0] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 50%;
    animation: iconPulse-b-qqqh2bp7l0 2s ease-in-out infinite;
}

.success-icon svg[b-qqqh2bp7l0] {
    width: 50px;
    height: 50px;
    color: #FFD700;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
    animation: checkmark-b-qqqh2bp7l0 0.6s ease-in-out 0.3s both;
}

@keyframes iconPulse-b-qqqh2bp7l0 {
    0%, 100% {
        box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 40px rgba(102, 126, 234, 0.6);
        transform: scale(1.05);
    }
}

@keyframes checkmark-b-qqqh2bp7l0 {
    0% {
        stroke-dasharray: 0 100;
    }
    100% {
        stroke-dasharray: 100 100;
    }
}

/* ==================== TITLE ==================== */
.success-title[b-qqqh2bp7l0] {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    animation: titleShine-b-qqqh2bp7l0 3s ease-in-out infinite;
}

@keyframes titleShine-b-qqqh2bp7l0 {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.3);
    }
}

/* ==================== DIVIDER ==================== */
.success-divider[b-qqqh2bp7l0] {
    width: 60%;
    height: 2px;
    margin: 1.5rem auto;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);
}

/* ==================== MESSAGE ==================== */
.success-message[b-qqqh2bp7l0] {
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* ==================== FEATURES GRID ==================== */
.features-grid[b-qqqh2bp7l0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.feature-item[b-qqqh2bp7l0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover[b-qqqh2bp7l0] {
    transform: translateY(-5px);
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.feature-icon[b-qqqh2bp7l0] {
    font-size: 2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.feature-text[b-qqqh2bp7l0] {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* ==================== ENTER ARENA BUTTON ==================== */
.enter-arena-btn[b-qqqh2bp7l0] {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.8) 0%,
        rgba(118, 75, 162, 0.8) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 12px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    text-decoration: none;
}

.enter-arena-btn[b-qqqh2bp7l0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    transition: left 0.5s ease;
}

.enter-arena-btn:hover[b-qqqh2bp7l0] {
    transform: translateY(-3px);
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 1) 0%,
        rgba(118, 75, 162, 1) 100%
    );
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow:
        0 12px 32px rgba(102, 126, 234, 0.6),
        0 0 40px rgba(255, 215, 0, 0.3);
}

.enter-arena-btn:hover[b-qqqh2bp7l0]::before {
    left: 100%;
}

.enter-arena-btn:active[b-qqqh2bp7l0] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.btn-text[b-qqqh2bp7l0] {
    position: relative;
    z-index: 1;
}

.btn-icon[b-qqqh2bp7l0] {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.enter-arena-btn:hover .btn-icon[b-qqqh2bp7l0] {
    transform: translateX(5px);
}

/* ==================== READY TEXT ==================== */
.ready-text[b-qqqh2bp7l0] {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 500;
    animation: fadeInOut-b-qqqh2bp7l0 3s ease-in-out infinite;
}

@keyframes fadeInOut-b-qqqh2bp7l0 {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.8;
    }
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 640px) {
    .register-confirmation-container[b-qqqh2bp7l0] {
        padding: 1rem;
    }

    .success-card[b-qqqh2bp7l0] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }

    .success-icon[b-qqqh2bp7l0] {
        width: 70px;
        height: 70px;
    }

    .success-icon svg[b-qqqh2bp7l0] {
        width: 40px;
        height: 40px;
    }

    .success-title[b-qqqh2bp7l0] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .features-grid[b-qqqh2bp7l0] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .feature-item[b-qqqh2bp7l0] {
        flex-direction: row;
        gap: 1rem;
        padding: 0.75rem;
    }

    .feature-icon[b-qqqh2bp7l0] {
        font-size: 1.75rem;
    }

    .feature-text[b-qqqh2bp7l0] {
        font-size: 0.875rem;
    }

    .enter-arena-btn[b-qqqh2bp7l0] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .glow-orb[b-qqqh2bp7l0] {
        filter: blur(60px);
    }

    .glow-orb-1[b-qqqh2bp7l0],
    .glow-orb-2[b-qqqh2bp7l0],
    .glow-orb-3[b-qqqh2bp7l0] {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .success-title[b-qqqh2bp7l0] {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }

    .success-message[b-qqqh2bp7l0] {
        font-size: 0.95rem;
    }

    .enter-arena-btn[b-qqqh2bp7l0] {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
        letter-spacing: 1px;
    }
}
/* _content/UwertaOfLegends/Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
/* ==================== RESEND EMAIL CONTAINER ==================== */
.resend-email-container[b-xp4v1a61gz] {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
    background: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Background Effects */
.resend-email-container[b-xp4v1a61gz]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(102, 126, 234, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(118, 75, 162, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* ==================== HEADER SECTION ==================== */
.resend-email-header[b-xp4v1a61gz] {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    position: relative;
}

.resend-email-header[b-xp4v1a61gz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.8) 50%, transparent 100%);
    border-radius: 2px;
}

.resend-email-title[b-xp4v1a61gz] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-xp4v1a61gz 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(3px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.5));
}

@keyframes titleShine-b-xp4v1a61gz {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.resend-email-subtitle[b-xp4v1a61gz] {
    font-size: clamp(1rem, 2.2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: clamp(1px, 0.4vw, 2px);
    text-transform: uppercase;
}

/* ==================== SUCCESS MESSAGE ==================== */
.success-message[b-xp4v1a61gz] {
    max-width: 600px;
    margin: 0 auto 2rem;
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.2) 100%);
    border: 2px solid rgba(34, 197, 94, 0.5);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
}

.success-icon[b-xp4v1a61gz] {
    font-size: 2rem;
    color: #4ade80;
    font-weight: bold;
    background: rgba(34, 197, 94, 0.2);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.success-message p[b-xp4v1a61gz] {
    color: #fff;
    font-size: clamp(0.95rem, 1.9vw, 1.05rem);
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

/* ==================== CONTENT LAYOUT ==================== */
.resend-email-content[b-xp4v1a61gz] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

/* ==================== FORM CARD ==================== */
.form-card[b-xp4v1a61gz] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.12) 0%, rgba(10, 14, 39, 0.95) 100%);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.form-card[b-xp4v1a61gz]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================== FORM HEADER ==================== */
.form-header[b-xp4v1a61gz] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.header-icon[b-xp4v1a61gz] {
    font-size: clamp(3rem, 6vw, 4rem);
    display: block;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.5));
    animation: iconFloat-b-xp4v1a61gz 3s ease-in-out infinite;
}

@keyframes iconFloat-b-xp4v1a61gz {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.form-title[b-xp4v1a61gz] {
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.form-description[b-xp4v1a61gz] {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 400;
}

/* ==================== FORM ELEMENTS ==================== */
.form-group[b-xp4v1a61gz] {
    margin-bottom: 2rem;
}

.form-label[b-xp4v1a61gz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.label-icon[b-xp4v1a61gz] {
    font-size: 1.2rem;
}

.form-input[b-xp4v1a61gz] {
    width: 100%;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1rem, 2vw, 1.25rem);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(15, 20, 50, 0.8) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.form-input[b-xp4v1a61gz]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input:focus[b-xp4v1a61gz] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(15, 20, 50, 0.9) 100%);
}

.validation-summary[b-xp4v1a61gz] {
    background: linear-gradient(145deg, rgba(244, 67, 54, 0.2) 0%, rgba(211, 47, 47, 0.2) 100%);
    border: 2px solid rgba(244, 67, 54, 0.5);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.validation-error[b-xp4v1a61gz] {
    color: #fca5a5;
    font-size: clamp(0.8rem, 1.6vw, 0.9rem);
    font-weight: 600;
    margin-top: 0.5rem;
    display: block;
    text-shadow: 0 0 8px rgba(252, 165, 165, 0.5);
}

/* ==================== SUBMIT BUTTON ==================== */
.submit-button[b-xp4v1a61gz] {
    width: 100%;
    padding: clamp(1rem, 2.5vw, 1.25rem);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    border: 2px solid transparent;
    border-radius: 14px;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.submit-button[b-xp4v1a61gz]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.submit-button:hover[b-xp4v1a61gz] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.55) 0%, rgba(118, 75, 162, 0.55) 100%);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5);
}

.submit-button:hover[b-xp4v1a61gz]::before {
    opacity: 1;
}

.submit-button:active[b-xp4v1a61gz] {
    transform: translateY(-1px);
}

.button-icon[b-xp4v1a61gz] {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* ==================== BACK LINK ==================== */
.back-link[b-xp4v1a61gz] {
    text-align: center;
}

.link[b-xp4v1a61gz] {
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link:hover[b-xp4v1a61gz] {
    color: #a78bfa;
    text-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
}

/* ==================== INFO CARD ==================== */
.info-card[b-xp4v1a61gz] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 2.5rem);
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.info-icon[b-xp4v1a61gz] {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.4));
}

.info-card h3[b-xp4v1a61gz] {
    color: #fff;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.info-list[b-xp4v1a61gz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li[b-xp4v1a61gz] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
    padding: 0.875rem 0;
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px solid rgba(102, 126, 234, 0.15);
}

.info-list li:last-child[b-xp4v1a61gz] {
    border-bottom: none;
}

.info-list li[b-xp4v1a61gz]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
    font-size: 1.2rem;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1024px) {
    .resend-email-content[b-xp4v1a61gz] {
        grid-template-columns: 1fr;
    }

    .info-card[b-xp4v1a61gz] {
        order: -1;
    }
}

@media (max-width: 768px) {
    .resend-email-container[b-xp4v1a61gz] {
        padding: 2rem 1rem;
    }

    .resend-email-header[b-xp4v1a61gz] {
        margin-bottom: 2rem;
        padding: 1.5rem 0;
    }

    .form-card[b-xp4v1a61gz],
    .info-card[b-xp4v1a61gz] {
        padding: 2rem 1.5rem;
    }

    .success-message[b-xp4v1a61gz] {
        padding: 1.25rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .resend-email-container[b-xp4v1a61gz] {
        padding: 1.5rem 0.75rem;
    }

    .resend-email-header[b-xp4v1a61gz] {
        margin-bottom: 1.5rem;
        padding: 1rem 0;
    }

    .form-card[b-xp4v1a61gz],
    .info-card[b-xp4v1a61gz] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .form-group[b-xp4v1a61gz] {
        margin-bottom: 1.5rem;
    }

    .submit-button[b-xp4v1a61gz] {
        padding: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .success-message[b-xp4v1a61gz] {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
    }
}
/* _content/UwertaOfLegends/Components/Layout/MainLayout.razor.rz.scp.css */
.page1[b-orgbobct8o] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;  
    background-repeat: no-repeat; 
}
.page2[b-orgbobct8o] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}
.page3[b-orgbobct8o] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.page4[b-orgbobct8o] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

main[b-orgbobct8o] {
    flex: 1;
}

.sidebar[b-orgbobct8o] {
    background: linear-gradient(180deg,
        rgba(15, 20, 50, 0.98) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.6);
    position: relative;
}

.top-row[b-orgbobct8o] {
    background: linear-gradient(180deg,
        rgba(15, 20, 50, 0.98) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.top-row[b-orgbobct8o]  a,
.top-row[b-orgbobct8o]  .btn-link,
.top-row[b-orgbobct8o]  button {
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: visible;
}

.top-row[b-orgbobct8o]  a img,
.top-row[b-orgbobct8o]  .btn-link img,
.top-row[b-orgbobct8o]  button img {
    filter: drop-shadow(0 2px 6px rgba(102, 126, 234, 0.4));
    transition: all 0.3s ease;
}

.top-row[b-orgbobct8o]  a:hover,
.top-row[b-orgbobct8o]  .btn-link:hover,
.top-row[b-orgbobct8o]  button:hover {
    color: #fff;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    text-decoration: none;
}

.top-row[b-orgbobct8o]  a:hover img,
.top-row[b-orgbobct8o]  .btn-link:hover img,
.top-row[b-orgbobct8o]  button:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.6));
}

.top-row[b-orgbobct8o]  a:active,
.top-row[b-orgbobct8o]  .btn-link:active,
.top-row[b-orgbobct8o]  button:active {
    transform: translateY(0);
}

/* User Avatar in Navbar */
.user-avatar-navbar[b-orgbobct8o] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(102, 126, 234, 0.6);
    box-shadow: 0 0 12px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.user-avatar-navbar:hover[b-orgbobct8o] {
    border-color: rgba(102, 126, 234, 1);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.8);
    transform: scale(1.1);
}

/* Special styling for Logout button */
.top-row[b-orgbobct8o]  button[type="submit"] {
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.15) 0%,
        rgba(211, 47, 47, 0.15) 100%
    );
    border: 1px solid rgba(244, 67, 54, 0.4);
}

.top-row[b-orgbobct8o]  button[type="submit"]:hover {
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.3) 0%,
        rgba(211, 47, 47, 0.3) 100%
    );
    border: 1px solid rgba(244, 67, 54, 0.6);
    box-shadow: 0 4px 12px rgba(244, 67, 54, 0.4);
}

@media (max-width: 640.98px) {
    .top-row[b-orgbobct8o] {
        justify-content: space-between;
        gap: 0.25rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .top-row[b-orgbobct8o]  a,
    .top-row[b-orgbobct8o]  .btn-link,
    .top-row[b-orgbobct8o]  button {
        padding: 0.4rem 0.5rem;
        font-size: 0.75rem;
        gap: 0.25rem;
    }

    .top-row[b-orgbobct8o]  a img,
    .top-row[b-orgbobct8o]  .btn-link img,
    .top-row[b-orgbobct8o]  button img {
        width: 20px !important;
        height: 20px !important;
        margin-right: 0 !important;
    }

    /* Hide text on mobile for social media, keep only icons */
    .top-row[b-orgbobct8o]  a span.bi,
    .top-row[b-orgbobct8o]  .btn-link span.bi {
        display: none;
    }

    /* Smaller avatar on mobile */
    .user-avatar-navbar[b-orgbobct8o] {
        width: 28px;
        height: 28px;
    }
}

@media (min-width: 641px) {
    .page1[b-orgbobct8o] {
        flex-direction: row;
    }
    .page2[b-orgbobct8o] {
        flex-direction: row;
    }
    .page3[b-orgbobct8o] {
        flex-direction: row;
    }
    .page4[b-orgbobct8o] {
        flex-direction: row;
    }

    .sidebar[b-orgbobct8o] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: stretch;
    }

    .top-row[b-orgbobct8o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-orgbobct8o]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-orgbobct8o], article[b-orgbobct8o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-orgbobct8o] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-orgbobct8o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/UwertaOfLegends/Components/Layout/NavMenu.razor.rz.scp.css */
/* ==================== NAVBAR TOGGLER ==================== */
.navbar-toggler[b-ovvsy5pjvo] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 8px;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    ),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    z-index: 1001;
    margin: 0;
}

.navbar-toggler:hover[b-ovvsy5pjvo] {
    border-color: rgba(102, 126, 234, 0.8);
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.5) 0%,
        rgba(118, 75, 162, 0.5) 100%
    ),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.navbar-toggler:checked[b-ovvsy5pjvo] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.6) 0%,
        rgba(118, 75, 162, 0.6) 100%
    ),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

/* ==================== TOP ROW ==================== */
.top-row[b-ovvsy5pjvo] {
    height: 4rem;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.top-row a[b-ovvsy5pjvo] {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.top-row a[b-ovvsy5pjvo]::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 12px;
    background: radial-gradient(circle at center,
        rgba(102, 126, 234, 0.3) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.top-row a:hover[b-ovvsy5pjvo]::before {
    opacity: 1;
}

.top-row img[b-ovvsy5pjvo] {
    filter: drop-shadow(0 2px 12px rgba(102, 126, 234, 0.6))
            drop-shadow(0 0 20px rgba(102, 126, 234, 0.4));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top-row a:hover img[b-ovvsy5pjvo] {
    transform: scale(1.08) translateY(-2px);
    filter: drop-shadow(0 4px 16px rgba(102, 126, 234, 0.8))
            drop-shadow(0 0 30px rgba(102, 126, 234, 0.6))
            drop-shadow(0 0 40px rgba(118, 75, 162, 0.4));
}

.top-row a:active img[b-ovvsy5pjvo] {
    transform: scale(1.03) translateY(0);
}

/* ==================== NAV SCROLLABLE ==================== */
.nav-scrollable[b-ovvsy5pjvo] {
    display: none;
    background: transparent;
    position: relative;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ovvsy5pjvo] {
    display: block;
}

/* ==================== NAV ITEMS ==================== */
.nav-item[b-ovvsy5pjvo] {
    font-size: 0.85rem;
    padding: 0.15rem 0.75rem;
}

.nav-item:first-of-type[b-ovvsy5pjvo] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-ovvsy5pjvo] {
    padding-bottom: 0.75rem;
}

.nav-item[b-ovvsy5pjvo]  .nav-link {
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
    border: none;
    border-radius: 10px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.nav-item[b-ovvsy5pjvo]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg,
        rgba(102, 126, 234, 0.6) 0%,
        rgba(118, 75, 162, 0.6) 100%
    );
    transition: width 0.3s ease;
}

.nav-item[b-ovvsy5pjvo]  .nav-link img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}

.nav-item[b-ovvsy5pjvo]  .nav-link:hover {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    color: #fff;
    transform: translateX(8px);
    padding-left: 1.25rem;
}

.nav-item[b-ovvsy5pjvo]  .nav-link:hover::before {
    width: 4px;
}

.nav-item[b-ovvsy5pjvo]  .nav-link:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.6));
}

.nav-item[b-ovvsy5pjvo]  a.active {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    color: #fff;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.5);
}

.nav-item[b-ovvsy5pjvo]  a.active::before {
    width: 4px;
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.8) 0%,
        rgba(255, 170, 0, 0.8) 100%
    );
}

.nav-item[b-ovvsy5pjvo]  a.active img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.5));
}

/* Special styling for "You are in Match!" */
.nav-item[b-ovvsy5pjvo]  .nav-link.text-danger {
    color: rgba(244, 67, 54, 1) !important;
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.2) 0%,
        rgba(211, 47, 47, 0.2) 100%
    );
    border: 1px solid rgba(244, 67, 54, 0.5);
    animation: matchPulse-b-ovvsy5pjvo 2s ease-in-out infinite;
}

.nav-item[b-ovvsy5pjvo]  .nav-link.text-danger::before {
    width: 4px;
    background: linear-gradient(90deg,
        rgba(244, 67, 54, 0.8) 0%,
        rgba(211, 47, 47, 0.8) 100%
    );
}

@keyframes matchPulse-b-ovvsy5pjvo {
    0%, 100% {
        box-shadow: 0 0 10px rgba(244, 67, 54, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(244, 67, 54, 0.6);
    }
}

.nav-item[b-ovvsy5pjvo]  .nav-link.text-danger:hover {
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.3) 0%,
        rgba(211, 47, 47, 0.3) 100%
    );
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (min-width: 641px) {
    .navbar-toggler[b-ovvsy5pjvo] {
        display: none;
    }

    .nav-scrollable[b-ovvsy5pjvo] {
        display: block;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(102, 126, 234, 0.5) transparent;
    }

    .nav-scrollable[b-ovvsy5pjvo]::-webkit-scrollbar {
        width: 8px;
    }

    .nav-scrollable[b-ovvsy5pjvo]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-ovvsy5pjvo]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg,
            rgba(102, 126, 234, 0.5) 0%,
            rgba(118, 75, 162, 0.5) 100%
        );
        border-radius: 10px;
    }

    .nav-scrollable[b-ovvsy5pjvo]::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg,
            rgba(102, 126, 234, 0.7) 0%,
            rgba(118, 75, 162, 0.7) 100%
        );
    }
}

@media (max-width: 640px) {
    .navbar-toggler[b-ovvsy5pjvo] {
        z-index: 1001;
    }

    .nav-scrollable[b-ovvsy5pjvo] {
        background: linear-gradient(180deg,
            rgba(15, 20, 50, 0.98) 0%,
            rgba(8, 12, 30, 0.98) 100%
        );
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        padding-bottom: 1rem;
    }

    .nav-item[b-ovvsy5pjvo] {
        font-size: 0.8rem;
        padding: 0.1rem 0.5rem;
    }

    .nav-item[b-ovvsy5pjvo]  .nav-link {
        height: 2.5rem;
        font-size: 0.85rem;
        padding: 0.4rem 0.75rem;
    }

    .nav-item[b-ovvsy5pjvo]  .nav-link img {
        width: 32px;
        height: 32px;
        margin-right: 6px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemAvatar.razor.rz.scp.css */
/* Container */
.container[b-77wedbinlo] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Champion Details */
.champion-details[b-77wedbinlo] {
    color: #fff;
}

.champion-details > p[b-77wedbinlo] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

/* Main Image Section */
.champion-image[b-77wedbinlo] {
    position: relative;
    margin-bottom: 1.5rem;
}

.champion-image-wrapper[b-77wedbinlo] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-radius: 16px;
    border: 3px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.champion-image-wrapper[b-77wedbinlo]::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.card-img-top[b-77wedbinlo] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    border-radius: 12px;
}

/* Purple Button (Navigation) */
.purplebutton[b-77wedbinlo] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.purplebutton[b-77wedbinlo]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-77wedbinlo] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-77wedbinlo]::before {
    opacity: 1;
}

.purplebutton img[b-77wedbinlo] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-77wedbinlo] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Buttons Grid */
.d-grid[b-77wedbinlo] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Glow Button (Use Avatar / Title) */
.glowbutton[b-77wedbinlo] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    width: 100%;
}

.glowbutton[b-77wedbinlo]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-77wedbinlo] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Avatars Grid */
.avatars-grid[b-77wedbinlo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.avatar-card[b-77wedbinlo] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.avatar-card[b-77wedbinlo]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.avatar-card:hover[b-77wedbinlo] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.avatar-card:hover[b-77wedbinlo]::before {
    opacity: 1;
}

.avatar-card .card-img-top[b-77wedbinlo] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    transition: all 0.3s ease;
}

.avatar-card:hover .card-img-top[b-77wedbinlo] {
    transform: scale(1.1);
}

.avatar-card h5[b-77wedbinlo] {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.75rem;
}

/* No Items Message */
.no-items-card[b-77wedbinlo] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 2px solid rgba(102, 126, 234, 0.3);
}

.no-items-card h5[b-77wedbinlo] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-77wedbinlo] {
        padding: 1rem;
    }

    .champion-image-wrapper[b-77wedbinlo] {
        padding: 0.75rem;
    }

    .card-img-top[b-77wedbinlo] {
        width: 160px !important;
        height: 160px !important;
    }

    .purplebutton[b-77wedbinlo],
    .glowbutton[b-77wedbinlo] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-77wedbinlo] {
        width: 32px;
        height: 32px;
    }

    .avatars-grid[b-77wedbinlo] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-77wedbinlo] {
        width: 140px !important;
        height: 140px !important;
    }

    .avatars-grid[b-77wedbinlo] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemChampion.razor.rz.scp.css */
/* Container */
.container[b-nsmkfzgrye] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

/* Champion Details */
.champion-details[b-nsmkfzgrye] {
    color: #fff;
}

.champion-details > p[b-nsmkfzgrye] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

/* Champion Image Container */
.champion-image[b-nsmkfzgrye] {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    animation: gradientAnimation-b-nsmkfzgrye 5s linear infinite;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4);
}

@keyframes gradientAnimation-b-nsmkfzgrye {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.champion-image[b-nsmkfzgrye]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.champion-image img[b-nsmkfzgrye] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Champion Info */
.champion-info[b-nsmkfzgrye] {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(102, 126, 234, 0.3);
}

.champion-info h4[b-nsmkfzgrye] {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.champion-info p[b-nsmkfzgrye] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Skills Section */
.champion-skills[b-nsmkfzgrye] {
    margin-top: 2rem;
}

.champion-skills h4[b-nsmkfzgrye] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.champion-skills img[b-nsmkfzgrye] {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(102, 126, 234, 0.3);
    position: relative;
    margin-right: 0.5rem;
}

.champion-skills img:hover[b-nsmkfzgrye] {
    transform: scale(1.15);
    border-color: rgba(102, 126, 234, 0.6);
}

.champion-skills img.active-skill[b-nsmkfzgrye] {
    border: 3px solid #667eea;
    transform: scale(1.25);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
}

/* Skill Details */
.skill-details[b-nsmkfzgrye] {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(102, 126, 234, 0.3);
    margin-top: 1rem;
    animation: fadeIn-b-nsmkfzgrye 0.3s ease;
}

@keyframes fadeIn-b-nsmkfzgrye {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skill-details h4[b-nsmkfzgrye] {
    color: #667eea;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skill-details p[b-nsmkfzgrye] {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Video Container */
.skill-details iframe[b-nsmkfzgrye] {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 1rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(102, 126, 234, 0.4);
}

/* Purple Button (Navigation) */
.purplebutton[b-nsmkfzgrye] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.purplebutton[b-nsmkfzgrye]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-nsmkfzgrye] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-nsmkfzgrye]::before {
    opacity: 1;
}

.purplebutton img[b-nsmkfzgrye] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-nsmkfzgrye] {
        padding: 1rem;
    }

    .champion-image[b-nsmkfzgrye] {
        width: 180px;
        height: 180px;
        margin: 0 auto 1rem;
    }

    .champion-skills img[b-nsmkfzgrye] {
        width: 48px;
        height: 48px;
    }

    .skill-details iframe[b-nsmkfzgrye] {
        height: 280px;
    }

    .purplebutton[b-nsmkfzgrye] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-nsmkfzgrye] {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .champion-skills img[b-nsmkfzgrye] {
        width: 44px;
        height: 44px;
    }

    .skill-details iframe[b-nsmkfzgrye] {
        height: 220px;
    }

    .purplebutton img[b-nsmkfzgrye] {
        width: 36px;
        height: 36px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemChest.razor.rz.scp.css */
/* Container */
.container[b-hyfb7kcnhe] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* First Row - Main Chest Opening Area */
.row:first-of-type[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.row:first-of-type[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Chest Opening Layout */
.chest-opening-container[b-hyfb7kcnhe] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 1200px) {
    .chest-opening-container[b-hyfb7kcnhe] {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .chest-opening-container[b-hyfb7kcnhe] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Chest Image Section */
.chest-image-section[b-hyfb7kcnhe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.chest-image-wrapper[b-hyfb7kcnhe] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-radius: 16px;
    border: 3px solid rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
}

.chest-image-wrapper[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderPulse-b-hyfb7kcnhe 2s ease-in-out infinite;
}

@keyframes borderPulse-b-hyfb7kcnhe {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Item Image */
.card-img-top[b-hyfb7kcnhe] {
    border-radius: 12px;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
}

/* Glow Button (Open Case) */
.glowbutton[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 1rem;
}

.glowbutton[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-hyfb7kcnhe] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Purple Button (Navigation) */
.purplebutton[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0.5rem;
}

.purplebutton[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-hyfb7kcnhe] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-hyfb7kcnhe]::before {
    opacity: 1;
}

.purplebutton img[b-hyfb7kcnhe] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-hyfb7kcnhe] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Green Button (Case Opened / Won Item) */
.greenbutton[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.3) 0%, rgba(56, 142, 60, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.greenbutton[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.6), rgba(56, 142, 60, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.greenbutton img[b-hyfb7kcnhe] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Buttons Grid */
.d-grid[b-hyfb7kcnhe] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Navigation Buttons Section */
.navigation-section[b-hyfb7kcnhe] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Info Section */
.info-section[b-hyfb7kcnhe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Carousel Container */
.carousel-container[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(10, 14, 39, 0.95) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 2rem;
    position: relative;
    overflow: visible;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.carousel-container[b-hyfb7kcnhe]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* Chest Cards Grid */
.zoom-card-chest[b-hyfb7kcnhe] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.zoom-card-chest[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.zoom-card-chest:hover[b-hyfb7kcnhe] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.zoom-card-chest:hover[b-hyfb7kcnhe]::before {
    opacity: 1;
}

.zoom-card-chest .card-body[b-hyfb7kcnhe] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.zoom-card-chest .card-img-top[b-hyfb7kcnhe] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.zoom-card-chest:hover .card-img-top[b-hyfb7kcnhe] {
    transform: scale(1.1);
    filter: drop-shadow(0 8px 20px rgba(102, 126, 234, 0.5));
}

.zoom-card-chest span[b-hyfb7kcnhe] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    margin-top: auto;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==================== WON ITEM CARD (NEW DESIGN) ==================== */

.won-item-container[b-hyfb7kcnhe] {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 1rem;
}

.won-item-card-wrapper[b-hyfb7kcnhe] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.98) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    overflow: hidden;
    animation: wonCardReveal-b-hyfb7kcnhe 0.8s ease-out;
}

@keyframes wonCardReveal-b-hyfb7kcnhe {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animated Border */
.won-item-card-wrapper[b-hyfb7kcnhe]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.8) 0%,
        rgba(255, 193, 7, 0.8) 25%,
        rgba(255, 215, 0, 0.8) 50%,
        rgba(255, 193, 7, 0.8) 75%,
        rgba(255, 215, 0, 0.8) 100%
    );
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: goldenBorderFlow-b-hyfb7kcnhe 3s linear infinite;
    pointer-events: none;
}

@keyframes goldenBorderFlow-b-hyfb7kcnhe {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

/* Background Glow */
.won-item-card-wrapper[b-hyfb7kcnhe]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,
        rgba(255, 215, 0, 0.15) 0%,
        transparent 60%
    );
    animation: backgroundPulse-b-hyfb7kcnhe 2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes backgroundPulse-b-hyfb7kcnhe {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* Top Banner */
.won-banner[b-hyfb7kcnhe] {
    position: relative;
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.9) 0%,
        rgba(255, 193, 7, 1) 50%,
        rgba(255, 215, 0, 0.9) 100%
    );
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.5);
    z-index: 2;
}

.won-banner-text[b-hyfb7kcnhe] {
    color: rgba(10, 14, 39, 1);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.won-banner-icon[b-hyfb7kcnhe] {
    font-size: 1.2rem;
    animation: starTwinkle-b-hyfb7kcnhe 1.5s ease-in-out infinite;
}

@keyframes starTwinkle-b-hyfb7kcnhe {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

/* Card Content */
.won-card-content[b-hyfb7kcnhe] {
    position: relative;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    z-index: 1;
}

/* Item Image Wrapper */
.won-item-image-wrapper[b-hyfb7kcnhe] {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.won-item-glow[b-hyfb7kcnhe] {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.4) 0%,
        rgba(255, 193, 7, 0.2) 40%,
        transparent 70%
    );
    border-radius: 50%;
    animation: itemGlowPulse-b-hyfb7kcnhe 2s ease-in-out infinite;
}

@keyframes itemGlowPulse-b-hyfb7kcnhe {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.won-item-image[b-hyfb7kcnhe] {
    width: 110px;
    height: 110px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.6));
    animation: itemFloat-b-hyfb7kcnhe 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes itemFloat-b-hyfb7kcnhe {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Item Name */
.won-item-name[b-hyfb7kcnhe] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0 0.5rem;
    line-height: 1.4;
    text-shadow:
        0 0 20px rgba(255, 215, 0, 0.8),
        0 2px 4px rgba(0, 0, 0, 0.5);
    animation: nameGlow-b-hyfb7kcnhe 2s ease-in-out infinite;
}

@keyframes nameGlow-b-hyfb7kcnhe {
    0%, 100% {
        text-shadow:
            0 0 20px rgba(255, 215, 0, 0.8),
            0 2px 4px rgba(0, 0, 0, 0.5);
    }
    50% {
        text-shadow:
            0 0 30px rgba(255, 215, 0, 1),
            0 0 40px rgba(255, 215, 0, 0.6),
            0 2px 4px rgba(0, 0, 0, 0.5);
    }
}

/* Action Buttons */
.won-action-buttons[b-hyfb7kcnhe] {
    display: flex;
    gap: 0.75rem;
    width: 100%;
    padding: 0 0.5rem;
}

.won-btn[b-hyfb7kcnhe] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.75rem 0.5rem;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.won-btn-icon[b-hyfb7kcnhe] {
    font-size: 1.8rem;
}

.won-btn-text[b-hyfb7kcnhe] {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.won-btn-open[b-hyfb7kcnhe] {
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    border-color: rgba(102, 126, 234, 0.4);
    color: #fff;
}

.won-btn-open:hover[b-hyfb7kcnhe] {
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5) 0%,
        rgba(118, 75, 162, 0.5) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.won-btn-sell[b-hyfb7kcnhe] {
    background: linear-gradient(145deg,
        rgba(255, 193, 7, 0.3) 0%,
        rgba(255, 152, 0, 0.3) 100%
    );
    border-color: rgba(255, 193, 7, 0.4);
    color: #fff;
}

.won-btn-sell:hover[b-hyfb7kcnhe] {
    background: linear-gradient(145deg,
        rgba(255, 193, 7, 0.5) 0%,
        rgba(255, 152, 0, 0.5) 100%
    );
    border-color: rgba(255, 193, 7, 0.8);
    box-shadow: 0 4px 16px rgba(255, 193, 7, 0.4);
}

/* Decorative Corners */
.won-corner[b-hyfb7kcnhe] {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 215, 0, 0.6);
    z-index: 3;
}

.won-corner-tl[b-hyfb7kcnhe] {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 4px;
}

.won-corner-tr[b-hyfb7kcnhe] {
    top: 8px;
    right: 8px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 4px;
}

.won-corner-bl[b-hyfb7kcnhe] {
    bottom: 8px;
    left: 8px;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 4px;
}

.won-corner-br[b-hyfb7kcnhe] {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-hyfb7kcnhe] {
        padding: 1rem;
    }

    .card-img-top[b-hyfb7kcnhe] {
        width: 140px !important;
        height: 140px !important;
    }

    .glowbutton[b-hyfb7kcnhe],
    .purplebutton[b-hyfb7kcnhe],
    .greenbutton[b-hyfb7kcnhe] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-hyfb7kcnhe],
    .greenbutton img[b-hyfb7kcnhe] {
        width: 32px;
        height: 32px;
    }

    .zoom-card-chest[b-hyfb7kcnhe] {
        width: 160px !important;
        height: 150px !important;
    }

    .zoom-card-chest .card-img-top[b-hyfb7kcnhe] {
        width: 96px !important;
        height: 96px !important;
    }

    .carousel-container[b-hyfb7kcnhe] {
        min-height: 500px;
    }

    .won-item-container[b-hyfb7kcnhe] {
        max-width: 280px;
    }

    .won-item-image-wrapper[b-hyfb7kcnhe] {
        width: 100px;
        height: 100px;
    }

    .won-item-image[b-hyfb7kcnhe] {
        width: 90px;
        height: 90px;
    }

    .won-item-name[b-hyfb7kcnhe] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-hyfb7kcnhe] {
        width: 120px !important;
        height: 120px !important;
    }

    .zoom-card-chest[b-hyfb7kcnhe] {
        width: 140px !important;
        height: 130px !important;
    }

    .zoom-card-chest .card-img-top[b-hyfb7kcnhe] {
        width: 80px !important;
        height: 80px !important;
    }

    .won-item-container[b-hyfb7kcnhe] {
        max-width: 260px;
        padding: 0.5rem;
    }

    .won-banner-text[b-hyfb7kcnhe] {
        font-size: 0.75rem;
    }

    .won-btn-icon[b-hyfb7kcnhe] {
        font-size: 1.5rem;
    }

    .won-btn-text[b-hyfb7kcnhe] {
        font-size: 0.65rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemChoosen.razor.rz.scp.css */
/* ==================== STORAGE ITEM CARD ==================== */
.storage-item-card[b-pwgdewc06p] {
    position: relative;
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

/* Card Border Animation */
.storage-item-card[b-pwgdewc06p]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4),
        rgba(102, 126, 234, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.storage-item-card:hover[b-pwgdewc06p]::before {
    opacity: 1;
}

/* New Item Golden Border */
.storage-item-card.new-item[b-pwgdewc06p]::before {
    background: linear-gradient(145deg,
        rgba(255, 215, 0, 0.6),
        rgba(255, 170, 0, 0.6),
        rgba(255, 215, 0, 0.6)
    );
    animation: borderPulse-b-pwgdewc06p 2s ease-in-out infinite;
}

@keyframes borderPulse-b-pwgdewc06p {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Card Glow Effect */
.card-glow[b-pwgdewc06p] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle at 50% 50%,
        rgba(102, 126, 234, 0.15) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.storage-item-card.new-item .card-glow[b-pwgdewc06p] {
    background: radial-gradient(circle at 50% 50%,
        rgba(255, 215, 0, 0.2) 0%,
        transparent 70%
    );
}

.storage-item-card:hover .card-glow[b-pwgdewc06p] {
    opacity: 1;
}

/* Card Shine Effect */
.card-shine[b-pwgdewc06p] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    pointer-events: none;
}

.storage-item-card:hover .card-shine[b-pwgdewc06p] {
    transform: translateX(100%);
}

/* New Badge */
.new-badge[b-pwgdewc06p] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
    animation: floatBadge-b-pwgdewc06p 3s ease-in-out infinite;
}

.new-badge img[b-pwgdewc06p] {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.6));
}

@keyframes floatBadge-b-pwgdewc06p {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3px) scale(1.05); }
}

/* Rarity Border Decoration */
.item-rarity-border[b-pwgdewc06p] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
}

.storage-item-card.new-item .item-rarity-border[b-pwgdewc06p] {
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 215, 0, 0.8) 50%,
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Card Content */
.card-content[b-pwgdewc06p] {
    position: relative;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: 100%;
}

/* ==================== ITEM IMAGE CONTAINER ==================== */
.item-image-container[b-pwgdewc06p] {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image Glow */
.image-glow[b-pwgdewc06p] {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.3) 0%,
        transparent 70%
    );
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.storage-item-card.new-item .image-glow[b-pwgdewc06p] {
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.4) 0%,
        transparent 70%
    );
}

.storage-item-card:hover .image-glow[b-pwgdewc06p] {
    opacity: 1;
    animation: glowPulse-b-pwgdewc06p 2s ease-in-out infinite;
}

@keyframes glowPulse-b-pwgdewc06p {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 1; }
}

/* Item Image */
.item-image[b-pwgdewc06p] {
    position: relative;
    width: 110px;
    height: 110px;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.storage-item-card:hover .item-image[b-pwgdewc06p] {
    transform: scale(1.1) translateY(-5px);
}

/* Image Frame */
.image-frame[b-pwgdewc06p] {
    position: absolute;
    inset: -10px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    background: radial-gradient(circle at center,
        rgba(102, 126, 234, 0.05) 0%,
        transparent 70%
    );
    transition: border-color 0.3s ease;
}

.storage-item-card.new-item .image-frame[b-pwgdewc06p] {
    border-color: rgba(255, 215, 0, 0.3);
    background: radial-gradient(circle at center,
        rgba(255, 215, 0, 0.08) 0%,
        transparent 70%
    );
}

.storage-item-card:hover .image-frame[b-pwgdewc06p] {
    border-color: rgba(102, 126, 234, 0.5);
}

.storage-item-card.new-item:hover .image-frame[b-pwgdewc06p] {
    border-color: rgba(255, 215, 0, 0.6);
}

/* ==================== ITEM INFO ==================== */
.item-info[b-pwgdewc06p] {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Item Name */
.item-name[b-pwgdewc06p] {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    min-height: 2.5rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease;
}

.storage-item-card:hover .item-name[b-pwgdewc06p] {
    color: rgba(102, 126, 234, 1);
    text-shadow: 0 0 12px rgba(102, 126, 234, 0.6);
}

.storage-item-card.new-item:hover .item-name[b-pwgdewc06p] {
    color: rgba(255, 215, 0, 1);
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
}

/* Item Type Badge */
.item-type-badge[b-pwgdewc06p] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: linear-gradient(90deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.storage-item-card.new-item .item-type-badge[b-pwgdewc06p] {
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.25) 0%,
        rgba(255, 170, 0, 0.25) 100%
    );
    border-color: rgba(255, 215, 0, 0.5);
    color: rgba(255, 215, 0, 1);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    animation: badgeGlow-b-pwgdewc06p 2s ease-in-out infinite;
}

@keyframes badgeGlow-b-pwgdewc06p {
    0%, 100% { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 8px rgba(255, 215, 0, 0.3); }
    50% { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 16px rgba(255, 215, 0, 0.6); }
}

/* ==================== CARD ACTIONS ==================== */
.card-actions[b-pwgdewc06p] {
    width: 100%;
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
}

/* Action Buttons */
.action-btn[b-pwgdewc06p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.65rem 0.4rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid;
}

.action-btn[b-pwgdewc06p]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.action-btn:hover[b-pwgdewc06p]::before {
    width: 300px;
    height: 300px;
}

.btn-icon[b-pwgdewc06p] {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.btn-text[b-pwgdewc06p] {
    position: relative;
    z-index: 1;
    font-size: 0.65rem;
    white-space: nowrap;
}

.action-btn:hover .btn-icon[b-pwgdewc06p] {
    transform: scale(1.15);
}

/* Button Open */
.btn-open[b-pwgdewc06p] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.25) 0%,
        rgba(118, 75, 162, 0.25) 100%
    );
    border-color: rgba(102, 126, 234, 0.5);
    color: #fff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.btn-open:hover[b-pwgdewc06p] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

.btn-open:active[b-pwgdewc06p] {
    transform: translateY(0);
}

/* Button Sell */
.btn-sell[b-pwgdewc06p] {
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.25) 0%,
        rgba(211, 47, 47, 0.25) 100%
    );
    border-color: rgba(244, 67, 54, 0.5);
    color: #fff;
    box-shadow: 0 4px 12px rgba(244, 67, 54, 0.2);
}

.btn-sell:hover[b-pwgdewc06p] {
    background: linear-gradient(135deg,
        rgba(244, 67, 54, 0.4) 0%,
        rgba(211, 47, 47, 0.4) 100%
    );
    border-color: rgba(244, 67, 54, 0.8);
    box-shadow: 0 6px 20px rgba(244, 67, 54, 0.4);
    transform: translateY(-2px);
}

.btn-sell:active[b-pwgdewc06p] {
    transform: translateY(0);
}

/* ==================== HOVER STATE ==================== */
.storage-item-card:hover[b-pwgdewc06p] {
    transform: translateY(-8px);
}

.storage-item-card.new-item:hover[b-pwgdewc06p] {
    box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3);
}

.storage-item-card.used-item:hover[b-pwgdewc06p] {
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .item-image-container[b-pwgdewc06p] {
        width: 100px;
        height: 100px;
    }

    .item-image[b-pwgdewc06p] {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .card-content[b-pwgdewc06p] {
        padding: 1.25rem 1rem;
        gap: 0.75rem;
    }

    .item-image-container[b-pwgdewc06p] {
        width: 90px;
        height: 90px;
    }

    .item-image[b-pwgdewc06p] {
        width: 80px;
        height: 80px;
    }

    .item-name[b-pwgdewc06p] {
        font-size: 0.85rem;
        min-height: 2.2rem;
    }

    .action-btn[b-pwgdewc06p] {
        padding: 0.6rem 0.3rem;
        gap: 0.2rem;
    }

    .btn-icon[b-pwgdewc06p] {
        font-size: 1.2rem;
    }

    .btn-text[b-pwgdewc06p] {
        font-size: 0.6rem;
    }

    .new-badge img[b-pwgdewc06p] {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .item-image-container[b-pwgdewc06p] {
        width: 80px;
        height: 80px;
    }

    .item-image[b-pwgdewc06p] {
        width: 70px;
        height: 70px;
    }

    .item-name[b-pwgdewc06p] {
        font-size: 0.8rem;
        min-height: 2rem;
    }

    .item-type-badge[b-pwgdewc06p] {
        font-size: 0.6rem;
        padding: 0.2rem 0.6rem;
    }

    .action-btn[b-pwgdewc06p] {
        padding: 0.5rem 0.25rem;
        gap: 0.15rem;
    }

    .btn-icon[b-pwgdewc06p] {
        font-size: 1.1rem;
    }

    .btn-text[b-pwgdewc06p] {
        font-size: 0.55rem;
    }

    .new-badge[b-pwgdewc06p] {
        top: 5px;
        right: 5px;
    }

    .new-badge img[b-pwgdewc06p] {
        width: 30px;
        height: 30px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemKey.razor.rz.scp.css */
/* Container */
.container[b-ehop8z0ftw] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Champion Details */
.champion-details[b-ehop8z0ftw] {
    color: #fff;
}

.champion-details > p[b-ehop8z0ftw] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

/* Main Image Section */
.champion-image[b-ehop8z0ftw] {
    position: relative;
    margin-bottom: 1.5rem;
}

.champion-image-wrapper[b-ehop8z0ftw] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-radius: 16px;
    border: 3px solid rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
}

.champion-image-wrapper[b-ehop8z0ftw]::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderPulse-b-ehop8z0ftw 2s ease-in-out infinite;
}

@keyframes borderPulse-b-ehop8z0ftw {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.card-img-top[b-ehop8z0ftw] {
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.3));
    border-radius: 12px;
}

/* Purple Button (Navigation) */
.purplebutton[b-ehop8z0ftw] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.purplebutton[b-ehop8z0ftw]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-ehop8z0ftw] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-ehop8z0ftw]::before {
    opacity: 1;
}

.purplebutton img[b-ehop8z0ftw] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-ehop8z0ftw] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Buttons Grid */
.d-grid[b-ehop8z0ftw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Glow Button (Use Key) */
.glowbutton[b-ehop8z0ftw] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.glowbutton[b-ehop8z0ftw]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-ehop8z0ftw] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-ehop8z0ftw] {
        padding: 1rem;
    }

    .champion-image-wrapper[b-ehop8z0ftw] {
        padding: 0.75rem;
    }

    .card-img-top[b-ehop8z0ftw] {
        width: 160px !important;
        height: 160px !important;
    }

    .purplebutton[b-ehop8z0ftw],
    .glowbutton[b-ehop8z0ftw] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-ehop8z0ftw] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-ehop8z0ftw] {
        width: 140px !important;
        height: 140px !important;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemLottery.razor.rz.scp.css */
/* Lottery Card Container */
.lottery-card-container[b-x0d7n4221c] {
    perspective: 1000px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

/* Lottery Card */
.lottery-card[b-x0d7n4221c] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2) 0%, rgba(10, 14, 39, 0.95) 100%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    min-height: 350px;
    animation: cardFloat-b-x0d7n4221c 3s ease-in-out infinite;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

@keyframes cardFloat-b-x0d7n4221c {
    0%, 100% {
        transform: translateY(0) rotateY(-5deg);
    }
    50% {
        transform: translateY(-20px) rotateY(5deg);
    }
}

/* Animated Border */
.lottery-card[b-x0d7n4221c]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(255, 215, 0, 0.8),
        rgba(102, 126, 234, 0.8),
        rgba(255, 165, 0, 0.8),
        rgba(118, 75, 162, 0.8)
    );
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderRotate-b-x0d7n4221c 3s linear infinite;
}

@keyframes borderRotate-b-x0d7n4221c {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Glow Effect */
.lottery-card[b-x0d7n4221c]::after {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.3) 0%,
        rgba(102, 126, 234, 0.2) 30%,
        transparent 70%
    );
    border-radius: 50%;
    filter: blur(40px);
    animation: glowPulse-b-x0d7n4221c 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes glowPulse-b-x0d7n4221c {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Corner Badge */
.corner-badge[b-x0d7n4221c] {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 70px;
    height: 70px;
    z-index: 10;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.6));
    animation: badgeSpin-b-x0d7n4221c 4s linear infinite;
}

@keyframes badgeSpin-b-x0d7n4221c {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* Item Image Container */
.lottery-image-wrapper[b-x0d7n4221c] {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.2), rgba(102, 126, 234, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 30px rgba(255, 215, 0, 0.4),
        inset 0 0 20px rgba(102, 126, 234, 0.3);
    animation: imagePulse-b-x0d7n4221c 2s ease-in-out infinite;
}

@keyframes imagePulse-b-x0d7n4221c {
    0%, 100% {
        box-shadow:
            0 0 30px rgba(255, 215, 0, 0.4),
            inset 0 0 20px rgba(102, 126, 234, 0.3);
    }
    50% {
        box-shadow:
            0 0 50px rgba(255, 215, 0, 0.8),
            inset 0 0 30px rgba(102, 126, 234, 0.5);
    }
}

.lottery-image[b-x0d7n4221c] {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
    animation: imageRotate-b-x0d7n4221c 6s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes imageRotate-b-x0d7n4221c {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-5deg) scale(1.05);
    }
    75% {
        transform: rotate(5deg) scale(1.05);
    }
}

/* Item Name */
.lottery-name[b-x0d7n4221c] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background: linear-gradient(90deg, #ffd700 0%, #667eea 50%, #ffd700 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine-b-x0d7n4221c 3s linear infinite;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    position: relative;
    z-index: 2;
}

@keyframes textShine-b-x0d7n4221c {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

/* Sparkles Effect */
.lottery-card .sparkle[b-x0d7n4221c] {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ffd700;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffd700;
    animation: sparkle-b-x0d7n4221c 2s ease-in-out infinite;
}

.lottery-card .sparkle:nth-child(1)[b-x0d7n4221c] {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.lottery-card .sparkle:nth-child(2)[b-x0d7n4221c] {
    top: 40%;
    right: 20%;
    animation-delay: 0.5s;
}

.lottery-card .sparkle:nth-child(3)[b-x0d7n4221c] {
    bottom: 30%;
    left: 25%;
    animation-delay: 1s;
}

.lottery-card .sparkle:nth-child(4)[b-x0d7n4221c] {
    bottom: 20%;
    right: 15%;
    animation-delay: 1.5s;
}

@keyframes sparkle-b-x0d7n4221c {
    0%, 100% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .lottery-card[b-x0d7n4221c] {
        padding: 1.5rem;
        min-height: 300px;
    }

    .lottery-image-wrapper[b-x0d7n4221c] {
        width: 120px;
        height: 120px;
    }

    .lottery-image[b-x0d7n4221c] {
        width: 100px;
        height: 100px;
    }

    .lottery-name[b-x0d7n4221c] {
        font-size: 1.1rem;
    }

    .corner-badge[b-x0d7n4221c] {
        width: 60px;
        height: 60px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemPremium.razor.rz.scp.css */
/* Container */
.container[b-uu1xcz7hvs] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Champion Details */
.champion-details[b-uu1xcz7hvs] {
    color: #fff;
}

.champion-details > p[b-uu1xcz7hvs] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

/* Main Image Section */
.champion-image[b-uu1xcz7hvs] {
    position: relative;
    margin-bottom: 1.5rem;
}

.champion-image-wrapper[b-uu1xcz7hvs] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-radius: 16px;
    border: 3px solid rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
}

.champion-image-wrapper[b-uu1xcz7hvs]::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderPulse-b-uu1xcz7hvs 2s ease-in-out infinite;
}

@keyframes borderPulse-b-uu1xcz7hvs {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.card-img-top[b-uu1xcz7hvs] {
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.3));
    border-radius: 12px;
}

/* Purple Button (Navigation) */
.purplebutton[b-uu1xcz7hvs] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.purplebutton[b-uu1xcz7hvs]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-uu1xcz7hvs] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-uu1xcz7hvs]::before {
    opacity: 1;
}

.purplebutton img[b-uu1xcz7hvs] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-uu1xcz7hvs] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Buttons Grid */
.d-grid[b-uu1xcz7hvs] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Glow Button (Use Premium) */
.glowbutton[b-uu1xcz7hvs] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.glowbutton[b-uu1xcz7hvs]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-uu1xcz7hvs] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-uu1xcz7hvs] {
        padding: 1rem;
    }

    .champion-image-wrapper[b-uu1xcz7hvs] {
        padding: 0.75rem;
    }

    .card-img-top[b-uu1xcz7hvs] {
        width: 160px !important;
        height: 160px !important;
    }

    .purplebutton[b-uu1xcz7hvs],
    .glowbutton[b-uu1xcz7hvs] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-uu1xcz7hvs] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-uu1xcz7hvs] {
        width: 140px !important;
        height: 140px !important;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemSell.razor.rz.scp.css */
/* Container */
.container[b-mx4x2gcy8i] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Champion Details */
.champion-details[b-mx4x2gcy8i] {
    display: flex;
    justify-content: flex-start;
}

/* Text Styles */
.text-white[b-mx4x2gcy8i] {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* Image Container */
.img-container[b-mx4x2gcy8i] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 3px solid rgba(102, 126, 234, 0.4);
    padding: 0.5rem;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    margin-bottom: 1rem;
}

.img-container img[b-mx4x2gcy8i] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
}

/* Form Styles */
.form-group[b-mx4x2gcy8i] {
    margin-bottom: 1.5rem;
}

.form-group label[b-mx4x2gcy8i] {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}

/* Input Container */
.input-container[b-mx4x2gcy8i] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 10px;
    padding: 0.75rem;
    position: relative;
}

.input-container[b-mx4x2gcy8i]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.input-container input[b-mx4x2gcy8i] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    outline: none;
}

/* Glow Button */
.glowbutton[b-mx4x2gcy8i] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 1rem;
}

.glowbutton[b-mx4x2gcy8i]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-mx4x2gcy8i] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Button New (Purple Navigation Buttons) */
.buttonNew[b-mx4x2gcy8i] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.buttonNew[b-mx4x2gcy8i]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.buttonNew:hover[b-mx4x2gcy8i] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.buttonNew:hover[b-mx4x2gcy8i]::before {
    opacity: 1;
}

.buttonNew img[b-mx4x2gcy8i] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Error Message */
.text-danger[b-mx4x2gcy8i] {
    color: #ff4444;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
    text-shadow: 0 2px 8px rgba(255, 68, 68, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-mx4x2gcy8i] {
        padding: 1rem;
    }

    .img-container[b-mx4x2gcy8i] {
        width: 120px !important;
        height: 120px !important;
    }

    .glowbutton[b-mx4x2gcy8i],
    .buttonNew[b-mx4x2gcy8i] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .buttonNew img[b-mx4x2gcy8i] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .img-container[b-mx4x2gcy8i] {
        width: 100px !important;
        height: 100px !important;
    }

    .text-danger[b-mx4x2gcy8i] {
        font-size: 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemsShow.razor.rz.scp.css */
/* ==================== STORAGE CONTAINER ==================== */
.storage-container[b-k8ojrl0wqv] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    background: transparent;
    position: relative;
}

/* Background Particles Effect */
.storage-container[b-k8ojrl0wqv]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* ==================== STORAGE HEADER ==================== */
.storage-header[b-k8ojrl0wqv] {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    padding: 2rem 0;
}

.storage-header[b-k8ojrl0wqv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.storage-header[b-k8ojrl0wqv]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.3) 20%,
        rgba(118, 75, 162, 0.3) 50%,
        rgba(102, 126, 234, 0.3) 80%,
        transparent 100%
    );
}

.storage-title[b-k8ojrl0wqv] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-k8ojrl0wqv 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

.storage-title[b-k8ojrl0wqv]::before {
    content: '⚔';
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    opacity: 0.6;
    animation: weaponFloat-b-k8ojrl0wqv 3s ease-in-out infinite;
}

.storage-title[b-k8ojrl0wqv]::after {
    content: '⚔';
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    font-size: 2rem;
    opacity: 0.6;
    animation: weaponFloat-b-k8ojrl0wqv 3s ease-in-out infinite reverse;
}

@keyframes titleShine-b-k8ojrl0wqv {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

@keyframes weaponFloat-b-k8ojrl0wqv {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(-5px); }
}

.storage-subtitle[b-k8ojrl0wqv] {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.1) 50%,
        transparent 100%
    );
    border-radius: 20px;
    margin-bottom: 2rem;
}

/* ==================== SEARCH SECTION ==================== */
.search-container[b-k8ojrl0wqv] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.search-wrapper[b-k8ojrl0wqv] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.search-icon[b-k8ojrl0wqv] {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(1rem, 2vw, 1.25rem);
    z-index: 2;
    pointer-events: none;
}

.search-input[b-k8ojrl0wqv] {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(3rem, 5vw, 3.5rem);
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: #fff;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.search-input[b-k8ojrl0wqv]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-input:focus[b-k8ojrl0wqv] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(145deg, rgba(15, 20, 50, 1) 0%, rgba(8, 12, 30, 1) 100%);
}

/* Row stays as Bootstrap default */

/* ==================== EMPTY STORAGE ==================== */
.empty-storage[b-k8ojrl0wqv] {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.08) 0%,
        rgba(15, 20, 50, 0.95) 50%,
        rgba(118, 75, 162, 0.08) 100%
    );
    backdrop-filter: blur(16px);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.empty-storage[b-k8ojrl0wqv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5),
        rgba(102, 126, 234, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderFlow-b-k8ojrl0wqv 3s linear infinite;
}

@keyframes borderFlow-b-k8ojrl0wqv {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.empty-storage[b-k8ojrl0wqv]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.1) 0%,
        transparent 70%
    );
    filter: blur(40px);
    animation: pulseGlow-b-k8ojrl0wqv 4s ease-in-out infinite;
}

@keyframes pulseGlow-b-k8ojrl0wqv {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
}

.empty-icon[b-k8ojrl0wqv] {
    position: relative;
    width: 140px;
    height: 140px;
    opacity: 0.6;
    filter: drop-shadow(0 8px 24px rgba(102, 126, 234, 0.4));
    margin-bottom: 2rem;
    animation: floatIcon-b-k8ojrl0wqv 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes floatIcon-b-k8ojrl0wqv {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(-5deg); }
    75% { transform: translateY(-10px) rotate(5deg); }
}

.empty-storage h3[b-k8ojrl0wqv] {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.9) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(102, 126, 234, 0.3));
}

.empty-storage p[b-k8ojrl0wqv] {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.15rem;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
    z-index: 1;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .storage-title[b-k8ojrl0wqv]::before,
    .storage-title[b-k8ojrl0wqv]::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .storage-container[b-k8ojrl0wqv] {
        padding: 1.5rem 1rem;
    }

    .storage-header[b-k8ojrl0wqv] {
        margin-bottom: 2.5rem;
        padding: 1.5rem 0;
    }

    .storage-title[b-k8ojrl0wqv] {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }

    .storage-subtitle[b-k8ojrl0wqv] {
        font-size: 1.1rem;
        letter-spacing: 1px;
        padding: 0.4rem 1.5rem;
    }

    .empty-storage[b-k8ojrl0wqv] {
        padding: 4rem 1.5rem;
    }

    .empty-icon[b-k8ojrl0wqv] {
        width: 110px;
        height: 110px;
    }

    .empty-storage h3[b-k8ojrl0wqv] {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .empty-storage p[b-k8ojrl0wqv] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .storage-header[b-k8ojrl0wqv] {
        padding: 1rem 0;
        margin-bottom: 2rem;
    }

    .storage-title[b-k8ojrl0wqv] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .storage-subtitle[b-k8ojrl0wqv] {
        font-size: 0.95rem;
        padding: 0.3rem 1rem;
    }

    .empty-storage[b-k8ojrl0wqv] {
        padding: 3rem 1rem;
    }

    .empty-icon[b-k8ojrl0wqv] {
        width: 90px;
        height: 90px;
    }

    .empty-storage h3[b-k8ojrl0wqv] {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .empty-storage p[b-k8ojrl0wqv] {
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/AccountItems/AccountItemUwertaPoints.razor.rz.scp.css */
/* Container */
.container[b-dh0hpyy6e3] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Champion Details */
.champion-details[b-dh0hpyy6e3] {
    color: #fff;
}

.champion-details > p[b-dh0hpyy6e3] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

/* Main Image Section */
.champion-image[b-dh0hpyy6e3] {
    position: relative;
    margin-bottom: 1.5rem;
}

.champion-image-wrapper[b-dh0hpyy6e3] {
    position: relative;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-radius: 16px;
    border: 3px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.champion-image-wrapper[b-dh0hpyy6e3]::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.card-img-top[b-dh0hpyy6e3] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    border-radius: 12px;
}

/* Purple Button (Navigation) */
.purplebutton[b-dh0hpyy6e3] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.purplebutton[b-dh0hpyy6e3]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-dh0hpyy6e3] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-dh0hpyy6e3]::before {
    opacity: 1;
}

.purplebutton img[b-dh0hpyy6e3] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-dh0hpyy6e3] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Buttons Grid */
.d-grid[b-dh0hpyy6e3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Glow Button (Add Points) */
.glowbutton[b-dh0hpyy6e3] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.glowbutton[b-dh0hpyy6e3]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-dh0hpyy6e3] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-dh0hpyy6e3] {
        padding: 1rem;
    }

    .champion-image-wrapper[b-dh0hpyy6e3] {
        padding: 0.75rem;
    }

    .card-img-top[b-dh0hpyy6e3] {
        width: 160px !important;
        height: 160px !important;
    }

    .purplebutton[b-dh0hpyy6e3],
    .glowbutton[b-dh0hpyy6e3] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .purplebutton img[b-dh0hpyy6e3] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-dh0hpyy6e3] {
        width: 140px !important;
        height: 140px !important;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Account/MyAccount.razor.rz.scp.css */
.container[b-kggyagy22x] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Main Layout */
.row[b-kggyagy22x] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

/* Player Profile Card */
.player-profile-card[b-kggyagy22x] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
    color: #fff;
    text-align: center;
}

.player-profile-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.profile-banner[b-kggyagy22x] {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 12px;
}

.profile-avatar[b-kggyagy22x] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid rgba(102, 126, 234, 0.6);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    margin: 0 auto 1.5rem;
    display: block;
    position: relative;
    z-index: 2;
}

.profile-stat[b-kggyagy22x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 10px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.profile-stat:hover[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    transform: translateX(4px);
}

.stat-label[b-kggyagy22x] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.stat-value[b-kggyagy22x] {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

/* Tab Navigation */
.tab-navigation[b-kggyagy22x] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-button[b-kggyagy22x] {
    flex: 1;
    min-width: 150px;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
}

.tab-button[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-button:hover[b-kggyagy22x] {
    border-color: rgba(102, 126, 234, 0.5);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.tab-button:hover[b-kggyagy22x]::before {
    opacity: 1;
}

.tab-button-active[b-kggyagy22x] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: #fff;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.tab-button-active[b-kggyagy22x]::before {
    opacity: 0;
}

/* Rank Cards */
.rank-cards-grid[b-kggyagy22x] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.rank-card[b-kggyagy22x] {
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.rank-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 215, 0, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.rank-card:hover[b-kggyagy22x] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255, 215, 0, 0.3);
}

.rank-card-title[b-kggyagy22x] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.rank-image[b-kggyagy22x] {
    width: 80px;
    height: 90px;
    object-fit: contain;
    margin: 0.5rem auto;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.4));
}

.rank-mode[b-kggyagy22x] {
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.5rem 0;
}

.rank-info[b-kggyagy22x] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    margin: 0.3rem 0;
}

.rank-info strong[b-kggyagy22x] {
    color: #ffd700;
}

/* Avatar Grid */
.avatar-grid[b-kggyagy22x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.avatar-card[b-kggyagy22x] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.avatar-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -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;
}

.avatar-card:hover[b-kggyagy22x] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.avatar-card:hover[b-kggyagy22x]::before {
    opacity: 1;
}

.avatar-image[b-kggyagy22x] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 3px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.avatar-name[b-kggyagy22x] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
}

.use-button[b-kggyagy22x] {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.use-button:hover[b-kggyagy22x] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.5);
    transform: translateY(-2px);
}

/* Champion Rotation Info */
.champion-rotation-info[b-kggyagy22x] {
    margin-bottom: 2rem;
}

.rotation-info-card[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2);
}

.rotation-info-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.rotation-icon[b-kggyagy22x] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.5);
    animation: rotation-spin-b-kggyagy22x 3s linear infinite;
}

.rotation-icon i[b-kggyagy22x] {
    font-size: 1.8rem;
    color: #fff;
}

@keyframes rotation-spin-b-kggyagy22x {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotation-content[b-kggyagy22x] {
    flex: 1;
}

.rotation-title[b-kggyagy22x] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rotation-title i[b-kggyagy22x] {
    color: #ffd700;
}

.rotation-description[b-kggyagy22x] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.rotation-description strong[b-kggyagy22x] {
    color: #ffd700;
    font-weight: 700;
}

.badge-inline[b-kggyagy22x] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 165, 0, 0.2) 100%);
    border: 1px solid rgba(255, 215, 0, 0.5);
    color: #ffd700;
}

.badge-inline.drawn i[b-kggyagy22x] {
    font-size: 0.75rem;
}

/* Champion Grid */
.champion-grid[b-kggyagy22x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.champion-card[b-kggyagy22x] {
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.champion-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.champion-card:hover[b-kggyagy22x] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.champion-image[b-kggyagy22x] {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    margin: 0 auto 1rem;
    border: 2px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.champion-name[b-kggyagy22x] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.status-badge[b-kggyagy22x] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    border: 2px solid;
}

.status-purchased[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border-color: #2ecc71;
    color: #2ecc71;
}

.status-drawn[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 165, 0, 0.2) 100%);
    border-color: #ffd700;
    color: #ffd700;
}

/* Match History Grid */
.match-history-grid[b-kggyagy22x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.match-card[b-kggyagy22x] {
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.match-card[b-kggyagy22x]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.match-card.win[b-kggyagy22x]::before {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.6), rgba(46, 204, 113, 0.2));
}

.match-card.loss[b-kggyagy22x]::before {
    background: linear-gradient(145deg, rgba(231, 76, 60, 0.6), rgba(231, 76, 60, 0.2));
}

.match-card:hover[b-kggyagy22x] {
    transform: translateY(-4px);
}

.match-card.win:hover[b-kggyagy22x] {
    box-shadow: 0 8px 24px rgba(46, 204, 113, 0.4);
}

.match-card.loss:hover[b-kggyagy22x] {
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.4);
}

.match-stat[b-kggyagy22x] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.match-stat:last-child[b-kggyagy22x] {
    border-bottom: none;
}

.match-stat strong[b-kggyagy22x] {
    color: #fff;
}

.match-result[b-kggyagy22x] {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.match-result.win[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.match-result.loss[b-kggyagy22x] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    color: #e74c3c;
}

.match-warning[b-kggyagy22x] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #e74c3c;
    border-radius: 4px;
    color: #e74c3c;
    font-size: 0.85rem;
}

.no-matches[b-kggyagy22x] {
    text-align: center;
    padding: 3rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 16px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .rank-cards-grid[b-kggyagy22x] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .rank-cards-grid[b-kggyagy22x] {
        grid-template-columns: repeat(2, 1fr);
    }

    .champion-grid[b-kggyagy22x] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .match-history-grid[b-kggyagy22x] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container[b-kggyagy22x] {
        padding: 1rem 0.5rem;
    }

    .rank-cards-grid[b-kggyagy22x] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .rank-card[b-kggyagy22x] {
        padding: 0.75rem;
    }

    .rank-image[b-kggyagy22x] {
        width: 70px;
        height: 80px;
    }

    .rank-card-title[b-kggyagy22x] {
        font-size: 0.85rem;
    }

    .rank-mode[b-kggyagy22x] {
        font-size: 0.85rem;
    }

    .rank-info[b-kggyagy22x] {
        font-size: 0.75rem;
    }

    .tab-navigation[b-kggyagy22x] {
        flex-direction: column;
    }

    .tab-button[b-kggyagy22x] {
        min-width: 100%;
    }

    .rotation-info-card[b-kggyagy22x] {
        flex-direction: column;
        text-align: center;
    }

    .rotation-icon[b-kggyagy22x] {
        width: 50px;
        height: 50px;
    }

    .rotation-icon i[b-kggyagy22x] {
        font-size: 1.4rem;
    }

    .rotation-title[b-kggyagy22x] {
        justify-content: center;
        font-size: 1.1rem;
    }

    .rotation-description[b-kggyagy22x] {
        font-size: 0.9rem;
    }

    .avatar-grid[b-kggyagy22x] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .champion-grid[b-kggyagy22x] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}
/* _content/UwertaOfLegends/Components/Pages/Champions/Champions.razor.rz.scp.css */
.container[b-9pvfekyvok] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* ==================== HEADER SECTION ==================== */
.champions-header[b-9pvfekyvok] {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding: clamp(1rem, 3vw, 2rem) 0;
}

.champions-title[b-9pvfekyvok] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-9pvfekyvok 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(2px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-9pvfekyvok {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.champions-subtitle[b-9pvfekyvok] {
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: clamp(0.5px, 0.3vw, 1px);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================== SEARCH SECTION ==================== */
.search-container[b-9pvfekyvok] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.search-wrapper[b-9pvfekyvok] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.search-icon[b-9pvfekyvok] {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(1rem, 2vw, 1.25rem);
    z-index: 2;
    pointer-events: none;
}

.search-input[b-9pvfekyvok] {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(3rem, 5vw, 3.5rem);
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: #fff;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.search-input[b-9pvfekyvok]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-input:focus[b-9pvfekyvok] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(145deg, rgba(15, 20, 50, 1) 0%, rgba(8, 12, 30, 1) 100%);
}

/* Champions Grid */
.champions-grid[b-9pvfekyvok] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

/* Champion Card */
.champion-card[b-9pvfekyvok] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.champion-card[b-9pvfekyvok]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.champion-card:hover[b-9pvfekyvok] {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.5);
}

.champion-card:hover[b-9pvfekyvok]::before {
    opacity: 1;
}

/* Champion Image Container */
.champion-image-wrapper[b-9pvfekyvok] {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 12px;
}

.champion-image[b-9pvfekyvok] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.champion-card:hover .champion-image[b-9pvfekyvok] {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.champion-glow[b-9pvfekyvok] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.champion-card:hover .champion-glow[b-9pvfekyvok] {
    opacity: 1;
}

/* Champion Name */
.champion-name[b-9pvfekyvok] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.champion-card:hover .champion-name[b-9pvfekyvok] {
    color: #667eea;
    text-shadow: 0 2px 12px rgba(102, 126, 234, 0.8);
}

/* Link Styling */
a.champion-link[b-9pvfekyvok] {
    text-decoration: none;
    color: inherit;
}

a.champion-link:hover[b-9pvfekyvok] {
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .champions-grid[b-9pvfekyvok] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 1.2rem;
    }
}

@media (max-width: 768px) {
    .container[b-9pvfekyvok] {
        padding: 1rem 0.5rem;
    }

    .champions-grid[b-9pvfekyvok] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }

    .champion-card[b-9pvfekyvok] {
        padding: 0.8rem;
    }

    .champion-name[b-9pvfekyvok] {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .champions-grid[b-9pvfekyvok] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 0.8rem;
    }

    .champion-card[b-9pvfekyvok] {
        padding: 0.6rem;
    }

    .champion-name[b-9pvfekyvok] {
        font-size: 0.75rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Champions/Details.razor.rz.scp.css */
/* Container */
.container[b-um71ydbtqv] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

/* Champion Image Container */
.champion-image-container[b-um71ydbtqv] {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    animation: gradientAnimation-b-um71ydbtqv 5s linear infinite;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4);
}

@keyframes gradientAnimation-b-um71ydbtqv {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.champion-image-container[b-um71ydbtqv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 3px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.champion-image[b-um71ydbtqv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Champion Info */
.champion-info[b-um71ydbtqv] {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(102, 126, 234, 0.3);
}

.champion-name[b-um71ydbtqv] {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.champion-description[b-um71ydbtqv] {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Skills Section */
.champion-skills[b-um71ydbtqv] {
    margin-top: 2rem;
}

.skills-title[b-um71ydbtqv] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skills-grid[b-um71ydbtqv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.skill-icon[b-um71ydbtqv] {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.skill-icon[b-um71ydbtqv]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.skill-icon:hover[b-um71ydbtqv] {
    transform: scale(1.15);
    border-color: rgba(102, 126, 234, 0.6);
}

.skill-icon:hover[b-um71ydbtqv]::before {
    opacity: 1;
}

.skill-icon.active-skill[b-um71ydbtqv] {
    border: 3px solid #667eea;
    transform: scale(1.25);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
}

.skill-icon.active-skill[b-um71ydbtqv]::before {
    opacity: 1;
}

/* Skill Details */
.skill-details-container[b-um71ydbtqv] {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(102, 126, 234, 0.3);
    margin-top: 1rem;
    animation: fadeIn-b-um71ydbtqv 0.3s ease;
}

@keyframes fadeIn-b-um71ydbtqv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.skill-name[b-um71ydbtqv] {
    color: #667eea;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.skill-description[b-um71ydbtqv] {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Video Container */
.video-container[b-um71ydbtqv] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.video-container[b-um71ydbtqv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.video-container iframe[b-um71ydbtqv] {
    width: 100%;
    height: 490px;
    border: none;
    display: block;
    position: relative;
    z-index: 0;
}

/* Navigation Buttons */
.navigation-buttons[b-um71ydbtqv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.nav-button[b-um71ydbtqv] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.nav-button[b-um71ydbtqv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-button:hover[b-um71ydbtqv] {
    transform: translateY(-4px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.25) 0%, rgba(118, 75, 162, 0.25) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.nav-button:hover[b-um71ydbtqv]::before {
    opacity: 1;
}

.nav-button img[b-um71ydbtqv] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.nav-button span[b-um71ydbtqv] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-um71ydbtqv] {
        padding: 1rem;
    }

    .champion-image-container[b-um71ydbtqv] {
        width: 180px;
        height: 180px;
        margin: 0 auto 1rem;
    }

    .skills-grid[b-um71ydbtqv] {
        justify-content: center;
    }

    .skill-icon[b-um71ydbtqv] {
        width: 48px;
        height: 48px;
    }

    .video-container iframe[b-um71ydbtqv] {
        height: 280px;
    }

    .navigation-buttons[b-um71ydbtqv] {
        grid-template-columns: 1fr;
    }

    .nav-button[b-um71ydbtqv] {
        padding: 0.875rem;
        font-size: 0.95rem;
    }

    .nav-button img[b-um71ydbtqv] {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .champion-name[b-um71ydbtqv] {
        font-size: 1.25rem;
    }

    .skill-icon[b-um71ydbtqv] {
        width: 44px;
        height: 44px;
    }

    .video-container iframe[b-um71ydbtqv] {
        height: 220px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Client/Download.razor.rz.scp.css */
/* ==================== DOWNLOAD CONTAINER ==================== */
.download-container[b-6oz2iba5bv] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== DOWNLOAD HEADER ==================== */
.download-header[b-6oz2iba5bv] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.download-header[b-6oz2iba5bv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.download-title[b-6oz2iba5bv] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-6oz2iba5bv 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-6oz2iba5bv {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.download-subtitle[b-6oz2iba5bv] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==================== DOWNLOAD CONTENT ==================== */
.download-content[b-6oz2iba5bv] {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

/* ==================== CLIENT SECTION ==================== */
.client-section[b-6oz2iba5bv] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.client-card[b-6oz2iba5bv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    overflow: hidden;
    padding: 1.5rem;
}

.client-card[b-6oz2iba5bv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.6),
        rgba(118, 75, 162, 0.6),
        rgba(102, 126, 234, 0.6)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.client-card-glow[b-6oz2iba5bv] {
    position: absolute;
    inset: -100%;
    background: radial-gradient(circle at 50% 50%,
        rgba(102, 126, 234, 0.15) 0%,
        transparent 70%
    );
    animation: glowPulse-b-6oz2iba5bv 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse-b-6oz2iba5bv {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.client-image-wrapper[b-6oz2iba5bv] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.client-image[b-6oz2iba5bv] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.client-card:hover .client-image[b-6oz2iba5bv] {
    transform: scale(1.02);
}

.image-overlay[b-6oz2iba5bv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.client-card:hover .image-overlay[b-6oz2iba5bv] {
    opacity: 1;
}

/* Download Button */
.download-btn[b-6oz2iba5bv] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.9) 0%,
        rgba(118, 75, 162, 0.9) 100%
    );
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.5);
}

.download-btn:hover[b-6oz2iba5bv] {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 48px rgba(102, 126, 234, 0.8);
    border-color: rgba(255, 255, 255, 0.6);
}

.download-btn:active[b-6oz2iba5bv] {
    transform: translateY(-2px) scale(1.02);
}

.btn-icon[b-6oz2iba5bv] {
    font-size: 2rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
    animation: downloadBounce-b-6oz2iba5bv 2s ease-in-out infinite;
}

@keyframes downloadBounce-b-6oz2iba5bv {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.btn-text[b-6oz2iba5bv] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.btn-glow[b-6oz2iba5bv] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    pointer-events: none;
}

.download-btn:hover .btn-glow[b-6oz2iba5bv] {
    width: 400px;
    height: 400px;
}

/* ==================== DESCRIPTION SECTION ==================== */
.description-section[b-6oz2iba5bv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
}

.description-section[b-6oz2iba5bv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.description-title[b-6oz2iba5bv] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.title-icon[b-6oz2iba5bv] {
    font-size: 2rem;
    animation: iconFloat-b-6oz2iba5bv 3s ease-in-out infinite;
}

@keyframes iconFloat-b-6oz2iba5bv {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.description-text[b-6oz2iba5bv] {
    position: relative;
    z-index: 1;
}

.description-text p[b-6oz2iba5bv] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.description-text strong[b-6oz2iba5bv] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* Features Grid */
.features-grid[b-6oz2iba5bv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item[b-6oz2iba5bv] {
    position: relative;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-item:hover[b-6oz2iba5bv] {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.feature-icon[b-6oz2iba5bv] {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.4));
}

.feature-title[b-6oz2iba5bv] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.feature-desc[b-6oz2iba5bv] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

/* ==================== VIDEOS SECTION ==================== */
.videos-section[b-6oz2iba5bv] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.videos-title[b-6oz2iba5bv] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.video-card[b-6oz2iba5bv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-card[b-6oz2iba5bv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.video-card:hover[b-6oz2iba5bv] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

.video-card-glow[b-6oz2iba5bv] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.video-card:hover .video-card-glow[b-6oz2iba5bv] {
    opacity: 1;
}

.video-wrapper[b-6oz2iba5bv] {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.video-wrapper iframe[b-6oz2iba5bv] {
    display: block;
}

.video-info[b-6oz2iba5bv] {
    padding: 1.5rem;
}

.video-title[b-6oz2iba5bv] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.video-desc[b-6oz2iba5bv] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .download-content[b-6oz2iba5bv] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .features-grid[b-6oz2iba5bv] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .download-container[b-6oz2iba5bv] {
        padding: 1.5rem 1rem;
    }

    .download-title[b-6oz2iba5bv] {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .download-subtitle[b-6oz2iba5bv] {
        font-size: 1rem;
    }

    .client-card[b-6oz2iba5bv] {
        padding: 1rem;
    }

    .download-btn[b-6oz2iba5bv] {
        padding: 1.25rem 2rem;
        font-size: 1rem;
    }

    .btn-icon[b-6oz2iba5bv] {
        font-size: 1.5rem;
    }

    .description-section[b-6oz2iba5bv] {
        padding: 1.5rem;
    }

    .description-title[b-6oz2iba5bv] {
        font-size: 1.5rem;
    }

    .description-text p[b-6oz2iba5bv] {
        font-size: 0.95rem;
    }

    .features-grid[b-6oz2iba5bv] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .videos-title[b-6oz2iba5bv] {
        font-size: 1.5rem;
    }

    .video-wrapper iframe[b-6oz2iba5bv] {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .download-title[b-6oz2iba5bv] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .description-title[b-6oz2iba5bv],
    .videos-title[b-6oz2iba5bv] {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .download-btn[b-6oz2iba5bv] {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 0.5rem;
    }

    .video-wrapper iframe[b-6oz2iba5bv] {
        height: 180px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/BluePlayer.razor.rz.scp.css */
.team-player-card[b-qm1icqfnhd] {
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-qm1icqfnhd]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.6), rgba(74, 144, 226, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.blue-team[b-qm1icqfnhd] {
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.15);
}

.team-player-card.blue-team:hover[b-qm1icqfnhd] {
    box-shadow: 0 12px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-2px);
}

.player-header[b-qm1icqfnhd] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-qm1icqfnhd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.team-badge.blue[b-qm1icqfnhd] {
    color: #8fb4ff;
}

.team-badge i[b-qm1icqfnhd] {
    font-size: 0.85rem;
}

.player-content[b-qm1icqfnhd] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-qm1icqfnhd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-qm1icqfnhd]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
}

.champion-avatar[b-qm1icqfnhd] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-qm1icqfnhd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-qm1icqfnhd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-qm1icqfnhd 2s ease-in-out infinite;
}

@keyframes championGlow-b-qm1icqfnhd {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-qm1icqfnhd] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.rank-image[b-qm1icqfnhd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-qm1icqfnhd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-qm1icqfnhd 3s ease-in-out infinite;
}

.rank-glow.blue-glow[b-qm1icqfnhd] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-qm1icqfnhd {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-qm1icqfnhd] {
    flex: 1;
    min-width: 0;
}

.player-name[b-qm1icqfnhd] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-qm1icqfnhd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-qm1icqfnhd] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4) 0%, rgba(74, 144, 226, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #8fb4ff;
    text-transform: uppercase;
    border: 1px solid rgba(74, 144, 226, 0.5);
    letter-spacing: 0.5px;
}

.mmr-points[b-qm1icqfnhd] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-qm1icqfnhd] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-qm1icqfnhd] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-qm1icqfnhd] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.blue:hover[b-qm1icqfnhd] {
    background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
    box-shadow: 0 3px 15px rgba(74, 144, 226, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-qm1icqfnhd] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-qm1icqfnhd] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.opponent-ready[b-qm1icqfnhd] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.status-indicator.waiting[b-qm1icqfnhd] {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(230, 126, 34, 0.2) 100%);
    border: 2px solid #f39c12;
    color: #f39c12;
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/BluePlayerOneVsBot.razor.rz.scp.css */
.team-player-card[b-srsejq0vy5] {
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-srsejq0vy5]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.6), rgba(74, 144, 226, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.blue-team[b-srsejq0vy5] {
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.15);
}

.team-player-card.blue-team:hover[b-srsejq0vy5] {
    box-shadow: 0 12px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-2px);
}

.player-header[b-srsejq0vy5] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-srsejq0vy5] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.team-badge.blue[b-srsejq0vy5] {
    color: #8fb4ff;
}

.team-badge i[b-srsejq0vy5] {
    font-size: 0.85rem;
}

.player-content[b-srsejq0vy5] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-srsejq0vy5] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-srsejq0vy5]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
}

.champion-avatar[b-srsejq0vy5] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-srsejq0vy5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-srsejq0vy5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-srsejq0vy5 2s ease-in-out infinite;
}

@keyframes championGlow-b-srsejq0vy5 {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-srsejq0vy5] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.rank-image[b-srsejq0vy5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-srsejq0vy5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-srsejq0vy5 3s ease-in-out infinite;
}

.rank-glow.blue-glow[b-srsejq0vy5] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-srsejq0vy5 {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-srsejq0vy5] {
    flex: 1;
    min-width: 0;
}

.player-name[b-srsejq0vy5] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-srsejq0vy5] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-srsejq0vy5] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4) 0%, rgba(74, 144, 226, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #8fb4ff;
    text-transform: uppercase;
    border: 1px solid rgba(74, 144, 226, 0.5);
    letter-spacing: 0.5px;
}

.mmr-points[b-srsejq0vy5] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-srsejq0vy5] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-srsejq0vy5] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-srsejq0vy5] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.blue:hover[b-srsejq0vy5] {
    background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
    box-shadow: 0 3px 15px rgba(74, 144, 226, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-srsejq0vy5] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-srsejq0vy5] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.opponent-ready[b-srsejq0vy5] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.bot-avatar[b-srsejq0vy5] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(74, 144, 226, 0.6);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar i[b-srsejq0vy5] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-srsejq0vy5 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-srsejq0vy5 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label[b-srsejq0vy5] {
    color: #8fb4ff;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/BluePlayerTwoVsBot.razor.rz.scp.css */
.team-player-card[b-gwd7vc8tkd] {
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-gwd7vc8tkd]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.6), rgba(74, 144, 226, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.blue-team[b-gwd7vc8tkd] {
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.15);
}

.team-player-card.blue-team:hover[b-gwd7vc8tkd] {
    box-shadow: 0 12px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-2px);
}

.player-header[b-gwd7vc8tkd] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-gwd7vc8tkd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.team-badge.blue[b-gwd7vc8tkd] {
    color: #8fb4ff;
}

.team-badge i[b-gwd7vc8tkd] {
    font-size: 0.85rem;
}

.player-content[b-gwd7vc8tkd] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-gwd7vc8tkd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-gwd7vc8tkd]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
}

.champion-avatar[b-gwd7vc8tkd] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-gwd7vc8tkd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-gwd7vc8tkd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-gwd7vc8tkd 2s ease-in-out infinite;
}

@keyframes championGlow-b-gwd7vc8tkd {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-gwd7vc8tkd] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.rank-image[b-gwd7vc8tkd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-gwd7vc8tkd] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-gwd7vc8tkd 3s ease-in-out infinite;
}

.rank-glow.blue-glow[b-gwd7vc8tkd] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-gwd7vc8tkd {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-gwd7vc8tkd] {
    flex: 1;
    min-width: 0;
}

.player-name[b-gwd7vc8tkd] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-gwd7vc8tkd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-gwd7vc8tkd] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4) 0%, rgba(74, 144, 226, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #8fb4ff;
    text-transform: uppercase;
    border: 1px solid rgba(74, 144, 226, 0.5);
    letter-spacing: 0.5px;
}

.mmr-points[b-gwd7vc8tkd] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-gwd7vc8tkd] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-gwd7vc8tkd] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-gwd7vc8tkd] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.blue:hover[b-gwd7vc8tkd] {
    background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
    box-shadow: 0 3px 15px rgba(74, 144, 226, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-gwd7vc8tkd] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-gwd7vc8tkd] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.teammate-ready[b-gwd7vc8tkd] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.status-indicator.waiting[b-gwd7vc8tkd] {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(230, 126, 34, 0.2) 100%);
    border: 2px solid #f39c12;
    color: #f39c12;
}

.bot-avatar.blue-bot[b-gwd7vc8tkd] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(74, 144, 226, 0.6);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar.blue-bot i[b-gwd7vc8tkd] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-gwd7vc8tkd 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-gwd7vc8tkd {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label.blue-bot-label[b-gwd7vc8tkd] {
    color: #8fb4ff;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/BluePlayerTwoVsTwo.razor.rz.scp.css */
.team-player-card[b-q88218a9ab] {
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-q88218a9ab]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.6), rgba(74, 144, 226, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.blue-team[b-q88218a9ab] {
    box-shadow: 0 8px 32px rgba(74, 144, 226, 0.15);
}

.team-player-card.blue-team:hover[b-q88218a9ab] {
    box-shadow: 0 12px 40px rgba(74, 144, 226, 0.3);
    transform: translateY(-2px);
}

.player-header[b-q88218a9ab] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-q88218a9ab] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.team-badge.blue[b-q88218a9ab] {
    color: #8fb4ff;
}

.team-badge i[b-q88218a9ab] {
    font-size: 0.85rem;
}

.player-content[b-q88218a9ab] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-q88218a9ab] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-q88218a9ab]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
}

.champion-avatar[b-q88218a9ab] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-q88218a9ab] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-q88218a9ab] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-q88218a9ab 2s ease-in-out infinite;
}

@keyframes championGlow-b-q88218a9ab {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-q88218a9ab] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.rank-image[b-q88218a9ab] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-q88218a9ab] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-q88218a9ab 3s ease-in-out infinite;
}

.rank-glow.blue-glow[b-q88218a9ab] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-q88218a9ab {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-q88218a9ab] {
    flex: 1;
    min-width: 0;
}

.player-name[b-q88218a9ab] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-q88218a9ab] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-q88218a9ab] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4) 0%, rgba(74, 144, 226, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #8fb4ff;
    text-transform: uppercase;
    border: 1px solid rgba(74, 144, 226, 0.5);
    letter-spacing: 0.5px;
}

.mmr-points[b-q88218a9ab] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-q88218a9ab] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-q88218a9ab] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-q88218a9ab] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.blue:hover[b-q88218a9ab] {
    background: linear-gradient(135deg, #357abd 0%, #4a90e2 100%);
    box-shadow: 0 3px 15px rgba(74, 144, 226, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-q88218a9ab] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-q88218a9ab] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.teammate-ready[b-q88218a9ab] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.status-indicator.waiting[b-q88218a9ab] {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(230, 126, 34, 0.2) 100%);
    border: 2px solid #f39c12;
    color: #f39c12;
}

.bot-avatar.blue-bot[b-q88218a9ab] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(74, 144, 226, 0.6);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar.blue-bot i[b-q88218a9ab] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-q88218a9ab 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-q88218a9ab {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label.blue-bot-label[b-q88218a9ab] {
    color: #8fb4ff;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/NewGameOneVsBot.razor.rz.scp.css */
.moba-match-container[b-rowgl6voj8] {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ban-notification[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(139, 0, 0, 0.2) 100%);
    border: 2px solid #e24a4a;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 2rem auto;
}

.ban-notification i[b-rowgl6voj8] {
    font-size: 3rem;
    color: #e24a4a;
    margin-bottom: 1rem;
}

.champion-select-timer[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}

.timer-warning[b-rowgl6voj8] {
    color: white;
    margin-bottom: 1rem;
}

.timer-warning i[b-rowgl6voj8] {
    color: #f39c12;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.timer-warning h5[b-rowgl6voj8] {
    margin: 0.15rem 0;
    font-weight: 700;
    font-size: 0.85rem;
}

.timer-warning p[b-rowgl6voj8] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.7rem;
}

.timer-countdown[b-rowgl6voj8] {
    color: #e74c3c;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.players-container[b-rowgl6voj8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    flex-shrink: 0;
}

.champion-grid-container[b-rowgl6voj8] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    flex: 1;
    overflow-y: auto;
}

/* Epic Match Started Styles */
.match-started-epic-container[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(10, 14, 39, 0.95) 0%, rgba(26, 31, 58, 0.95) 100%);
    border: 3px solid transparent;
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    animation: epicEntrance-b-rowgl6voj8 0.8s ease-out;
}

.match-started-epic-container[b-rowgl6voj8]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #667eea, #764ba2, #e74c3c, #f39c12, #667eea);
    background-size: 400% 400%;
    border-radius: 20px;
    z-index: -1;
    animation: borderGlow-b-rowgl6voj8 3s ease infinite;
}

@keyframes borderGlow-b-rowgl6voj8 {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes epicEntrance-b-rowgl6voj8 {
    from {
        opacity: 0;
        transform: scale(0.8) rotateX(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateX(0deg);
    }
}

.match-started-title[b-rowgl6voj8] {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.match-started-title i[b-rowgl6voj8] {
    font-size: 2.5rem;
    color: #f39c12;
    animation: swordSpin-b-rowgl6voj8 2s linear infinite;
}

@keyframes swordSpin-b-rowgl6voj8 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.match-started-title h2[b-rowgl6voj8] {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #f39c12 50%, #e74c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    animation: titlePulse-b-rowgl6voj8 2s ease-in-out infinite;
}

@keyframes titlePulse-b-rowgl6voj8 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.champions-vs-display[b-rowgl6voj8] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.champion-avatar-container[b-rowgl6voj8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    animation: championSlide 0.8s ease-out;
}

.champion-avatar-container.blue-side[b-rowgl6voj8] {
    animation: championSlideLeft-b-rowgl6voj8 0.8s ease-out;
}

.champion-avatar-container.red-side[b-rowgl6voj8] {
    animation: championSlideRight-b-rowgl6voj8 0.8s ease-out;
}

@keyframes championSlideLeft-b-rowgl6voj8 {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes championSlideRight-b-rowgl6voj8 {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.champion-avatar-glow[b-rowgl6voj8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    animation: glowPulse-b-rowgl6voj8 2s ease-in-out infinite;
}

@keyframes glowPulse-b-rowgl6voj8 {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}

.blue-glow[b-rowgl6voj8] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.8) 0%, transparent 70%);
}

.red-glow[b-rowgl6voj8] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.8) 0%, transparent 70%);
}

.champion-avatar-image[b-rowgl6voj8] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.blue-side .champion-avatar-image[b-rowgl6voj8] {
    border-color: #4a90e2;
    box-shadow: 0 0 30px rgba(74, 144, 226, 0.6);
}

.red-side .champion-avatar-image[b-rowgl6voj8] {
    border-color: #e24a4a;
    box-shadow: 0 0 30px rgba(226, 74, 74, 0.6);
}

.champion-avatar-image:hover[b-rowgl6voj8] {
    transform: scale(1.1);
}

.champion-avatar-info[b-rowgl6voj8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    z-index: 2;
}

.player-name[b-rowgl6voj8] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-name[b-rowgl6voj8] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
}

.vs-divider[b-rowgl6voj8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vs-circle[b-rowgl6voj8] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #e74c3c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.8), 0 0 80px rgba(231, 76, 60, 0.6);
    animation: vsRotate-b-rowgl6voj8 4s linear infinite;
}

@keyframes vsRotate-b-rowgl6voj8 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.vs-text[b-rowgl6voj8] {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    animation: vsPulse-b-rowgl6voj8 1s ease-in-out infinite;
}

@keyframes vsPulse-b-rowgl6voj8 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.vs-lightning[b-rowgl6voj8] {
    position: absolute;
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #f39c12, transparent);
    animation: lightningStrike-b-rowgl6voj8 1.5s ease-in-out infinite;
}

@keyframes lightningStrike-b-rowgl6voj8 {
    0%, 100% { opacity: 0; transform: scaleX(0); }
    50% { opacity: 1; transform: scaleX(1); }
}

.match-info-panel[b-rowgl6voj8] {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 1.5rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.warning-message[b-rowgl6voj8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(231, 76, 60, 0.2) 100%);
    border: 2px solid rgba(243, 156, 18, 0.5);
    border-radius: 10px;
}

.warning-message i[b-rowgl6voj8] {
    font-size: 2rem;
    color: #f39c12;
    animation: warningBlink-b-rowgl6voj8 2s ease-in-out infinite;
}

@keyframes warningBlink-b-rowgl6voj8 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.warning-message p[b-rowgl6voj8] {
    margin: 0;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.match-timer[b-rowgl6voj8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
}

.match-timer i[b-rowgl6voj8] {
    font-size: 1.5rem;
}

.client-download-reminder[b-rowgl6voj8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid rgba(46, 204, 113, 0.4);
    border-radius: 10px;
}

.client-download-reminder i[b-rowgl6voj8] {
    font-size: 1.5rem;
    color: #2ecc71;
}

.client-download-reminder p[b-rowgl6voj8] {
    margin: 0;
    color: white;
    font-size: 0.95rem;
}

.download-link-text[b-rowgl6voj8] {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link-text:hover[b-rowgl6voj8] {
    color: #27ae60;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.6);
}

/* Match Acceptance Styles */
.accept-match-container[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem auto;
    max-width: 600px;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.3);
    animation: slideIn-b-rowgl6voj8 0.5s ease-out;
}

@keyframes slideIn-b-rowgl6voj8 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accept-match-header[b-rowgl6voj8] {
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.accept-match-header i[b-rowgl6voj8] {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 0.5rem;
    animation: pulse-b-rowgl6voj8 2s ease-in-out infinite;
}

@keyframes pulse-b-rowgl6voj8 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.accept-match-header h2[b-rowgl6voj8] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.accept-match-header p[b-rowgl6voj8] {
    font-size: 0.85rem;
    opacity: 0.8;
    margin: 0.3rem 0;
}

.accept-timer[b-rowgl6voj8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.timer-circle[b-rowgl6voj8] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 3px solid #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
    animation: timerPulse-b-rowgl6voj8 1s ease-in-out infinite;
}

@keyframes timerPulse-b-rowgl6voj8 {
    0%, 100% {
        box-shadow: 0 0 30px rgba(231, 76, 60, 0.5);
    }
    50% {
        box-shadow: 0 0 50px rgba(231, 76, 60, 0.8);
    }
}

.timer-text[b-rowgl6voj8] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e74c3c;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.accept-timer p[b-rowgl6voj8] {
    color: white;
    font-size: 0.85rem;
    opacity: 0.8;
}

.players-accept-status[b-rowgl6voj8] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 1rem 0;
}

.player-accept-item[b-rowgl6voj8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.player-accept-item.blue-player[b-rowgl6voj8] {
    border-color: rgba(74, 144, 226, 0.5);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);
}

.player-accept-item.red-player[b-rowgl6voj8] {
    border-color: rgba(226, 74, 74, 0.5);
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.player-name[b-rowgl6voj8] {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
}

.accept-status[b-rowgl6voj8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.accept-status.accepted[b-rowgl6voj8] {
    color: #2ecc71;
}

.accept-status.accepted i[b-rowgl6voj8] {
    animation: checkmark-b-rowgl6voj8 0.5s ease-out;
}

@keyframes checkmark-b-rowgl6voj8 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.accept-status.waiting[b-rowgl6voj8] {
    color: #f39c12;
}

.accept-status.waiting i[b-rowgl6voj8] {
    animation: spin-b-rowgl6voj8 2s linear infinite;
}

@keyframes spin-b-rowgl6voj8 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.accept-button[b-rowgl6voj8] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.accept-button:hover[b-rowgl6voj8] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.8);
    transform: scale(1.05);
    border-color: #3be88d;
}

.accept-button:active[b-rowgl6voj8] {
    transform: scale(0.95);
}

.accept-button i[b-rowgl6voj8] {
    font-size: 1.2rem;
}

.accepted-status[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
}

.accepted-status i[b-rowgl6voj8] {
    font-size: 1.3rem;
    color: #2ecc71;
}

.match-not-accepted-notification[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 12px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: slideInShake-b-rowgl6voj8 0.5s ease-out;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

@keyframes slideInShake-b-rowgl6voj8 {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(0);
    }
    70% {
        transform: translateX(-5px);
    }
    80% {
        transform: translateX(5px);
    }
    90% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.match-not-accepted-notification i[b-rowgl6voj8] {
    font-size: 2rem;
    color: #e74c3c;
    animation: pulseWarning-b-rowgl6voj8 2s ease-in-out infinite;
}

@keyframes pulseWarning-b-rowgl6voj8 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.match-not-accepted-notification p[b-rowgl6voj8] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.matchmaking-lobby[b-rowgl6voj8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.rank-card-display[b-rowgl6voj8] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    min-width: 340px;
}

.rank-card-content[b-rowgl6voj8] {
    color: white;
}

.rank-card-content h5[b-rowgl6voj8] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.rank-card-content img[b-rowgl6voj8] {
    width: 120px;
    height: 130px;
    object-fit: contain;
    margin: 1rem 0;
}

.rank-card-content h6[b-rowgl6voj8] {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.rank-card-content p[b-rowgl6voj8] {
    margin: 0.25rem 0;
    opacity: 0.9;
}

.search-button[b-rowgl6voj8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-button:hover[b-rowgl6voj8] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    transform: scale(1.05);
}

.loader[b-rowgl6voj8] {
    width: 400px;
    height: 50px;
    position: relative;
    margin: 2rem auto;
}

.loader-text[b-rowgl6voj8] {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #C8B6FF;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.load[b-rowgl6voj8] {
    background-color: #9A79FF;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
}

.load[b-rowgl6voj8]::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D1C2FF;
    border-radius: inherit;
}

@media (max-width: 1400px) {
    .players-container[b-rowgl6voj8] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .moba-match-container[b-rowgl6voj8] {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .champion-select-timer[b-rowgl6voj8] {
        padding: 0.5rem;
    }

    .timer-warning h5[b-rowgl6voj8] {
        font-size: 0.9rem;
    }

    .timer-warning p[b-rowgl6voj8] {
        font-size: 0.75rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/NewGameOneVsOne.razor.rz.scp.css */
.moba-match-container[b-duwqiw2oos] {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ban-notification[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(139, 0, 0, 0.2) 100%);
    border: 2px solid #e24a4a;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 2rem auto;
}

.ban-notification i[b-duwqiw2oos] {
    font-size: 3rem;
    color: #e24a4a;
    margin-bottom: 1rem;
}

.champion-select-timer[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}

.timer-warning[b-duwqiw2oos] {
    color: white;
    margin-bottom: 1rem;
}

.timer-warning i[b-duwqiw2oos] {
    color: #f39c12;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.timer-warning h5[b-duwqiw2oos] {
    margin: 0.15rem 0;
    font-weight: 700;
    font-size: 0.85rem;
}

.timer-warning p[b-duwqiw2oos] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.7rem;
}

.client-download-info[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.15) 0%, rgba(39, 174, 96, 0.15) 100%);
    border: 1px solid rgba(46, 204, 113, 0.3);
    border-radius: 6px;
    padding: 0.6rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.client-download-info i[b-duwqiw2oos] {
    color: #2ecc71;
    font-size: 1.2rem;
}

.client-download-info p[b-duwqiw2oos] {
    margin: 0;
    color: white;
    font-size: 0.75rem;
}

.download-link[b-duwqiw2oos] {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link:hover[b-duwqiw2oos] {
    color: #27ae60;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

.timer-countdown[b-duwqiw2oos] {
    color: #e74c3c;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.players-container[b-duwqiw2oos] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    flex-shrink: 0;
}

.champion-grid-container[b-duwqiw2oos] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    flex: 1;
    overflow-y: auto;
}

.match-acceptance-container[b-duwqiw2oos] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.rank-card-display[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    min-width: 340px;
}

.rank-card-content[b-duwqiw2oos] {
    color: white;
}

.rank-card-content h5[b-duwqiw2oos] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.rank-card-content img[b-duwqiw2oos] {
    width: 120px;
    height: 130px;
    object-fit: contain;
    margin: 1rem 0;
}

.rank-card-content h6[b-duwqiw2oos] {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.rank-card-content p[b-duwqiw2oos] {
    margin: 0.25rem 0;
    opacity: 0.9;
}

.accept-match-button[b-duwqiw2oos] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.accept-match-button:hover[b-duwqiw2oos] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.6);
    transform: scale(1.05);
}

.accepted-status[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.match-started-notification[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 2rem auto;
}

.match-started-header[b-duwqiw2oos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.match-started-header i[b-duwqiw2oos] {
    font-size: 2rem;
    color: #667eea;
}

.match-started-header h5[b-duwqiw2oos] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.match-duration[b-duwqiw2oos] {
    margin-top: 1rem;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.matchmaking-lobby[b-duwqiw2oos] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.search-button[b-duwqiw2oos] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-button:hover[b-duwqiw2oos] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    transform: scale(1.05);
}

.search-button.searching[b-duwqiw2oos] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: #e74c3c;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

.search-button.searching:hover[b-duwqiw2oos] {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    box-shadow: 0 0 30px rgba(231, 76, 60, 0.6);
}

.error-message[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 1rem 2rem;
    color: #e74c3c;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 600px;
}

.error-message h3[b-duwqiw2oos] {
    margin: 0;
    font-size: 1.2rem;
}

.server-message[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.server-message i[b-duwqiw2oos] {
    font-size: 3rem;
    color: #667eea;
}

.loader[b-duwqiw2oos] {
    width: 400px;
    height: 50px;
    position: relative;
    margin: 2rem auto;
}

.loader-text[b-duwqiw2oos] {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #C8B6FF;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.load[b-duwqiw2oos] {
    background-color: #9A79FF;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
}

.load[b-duwqiw2oos]::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D1C2FF;
    border-radius: inherit;
}

@media (max-width: 1400px) {
    .players-container[b-duwqiw2oos] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .moba-match-container[b-duwqiw2oos] {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .champion-select-timer[b-duwqiw2oos] {
        padding: 0.5rem;
    }

    .timer-warning h5[b-duwqiw2oos] {
        font-size: 0.9rem;
    }

    .timer-warning p[b-duwqiw2oos] {
        font-size: 0.75rem;
    }
}

/* Epic Match Started Screen */
.match-started-epic-container[b-duwqiw2oos] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 3px solid transparent;
    border-radius: 25px;
    padding: 3rem;
    margin: 2rem auto;
    max-width: 1200px;
    box-shadow: 0 0 60px rgba(102, 126, 234, 0.4);
    animation: epicEntrance-b-duwqiw2oos 1s ease-out;
    position: relative;
    overflow: hidden;
}

.match-started-epic-container[b-duwqiw2oos]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2, #667eea);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderGlow-b-duwqiw2oos 3s ease-in-out infinite;
    background-size: 200% 200%;
}

@keyframes epicEntrance-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: scale(0.8) rotateX(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateX(0deg);
    }
}

@keyframes borderGlow-b-duwqiw2oos {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.match-started-title[b-duwqiw2oos] {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    animation: titleFade-b-duwqiw2oos 1s ease-out 0.5s both;
}

@keyframes titleFade-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.match-started-title i[b-duwqiw2oos] {
    font-size: 3rem;
    color: #667eea;
    animation: swordSpin-b-duwqiw2oos 2s ease-in-out infinite;
}

@keyframes swordSpin-b-duwqiw2oos {
    0%, 100% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

.match-started-title h2[b-duwqiw2oos] {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    background-size: 200% auto;
    animation: shimmer-b-duwqiw2oos 3s linear infinite;
}

@keyframes shimmer-b-duwqiw2oos {
    to {
        background-position: 200% center;
    }
}

/* Champions VS Display */
.champions-vs-display[b-duwqiw2oos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

.champion-avatar-container[b-duwqiw2oos] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.champion-avatar-container.blue-side[b-duwqiw2oos] {
    animation: championSlideLeft-b-duwqiw2oos 1s ease-out 0.8s both;
}

.champion-avatar-container.red-side[b-duwqiw2oos] {
    animation: championSlideRight-b-duwqiw2oos 1s ease-out 0.8s both;
}

@keyframes championSlideLeft-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes championSlideRight-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.champion-avatar-glow[b-duwqiw2oos] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    animation: glowPulse-b-duwqiw2oos 2s ease-in-out infinite;
}

.blue-glow[b-duwqiw2oos] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

.red-glow[b-duwqiw2oos] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-duwqiw2oos {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.champion-avatar-image[b-duwqiw2oos] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.blue-side .champion-avatar-image[b-duwqiw2oos] {
    border-color: #4a90e2;
    box-shadow: 0 0 30px rgba(74, 144, 226, 0.6);
}

.red-side .champion-avatar-image[b-duwqiw2oos] {
    border-color: #e24a4a;
    box-shadow: 0 0 30px rgba(226, 74, 74, 0.6);
}

.champion-avatar-image:hover[b-duwqiw2oos] {
    transform: scale(1.1);
}

.champion-avatar-info[b-duwqiw2oos] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
}

.player-name[b-duwqiw2oos] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-name[b-duwqiw2oos] {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* VS Divider */
.vs-divider[b-duwqiw2oos] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    animation: vsFadeIn-b-duwqiw2oos 1s ease-out 1.2s both;
}

@keyframes vsFadeIn-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.vs-circle[b-duwqiw2oos] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.3);
    animation: vsRotate-b-duwqiw2oos 20s linear infinite;
    position: relative;
}

@keyframes vsRotate-b-duwqiw2oos {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vs-text[b-duwqiw2oos] {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
    animation: vsPulse-b-duwqiw2oos 2s ease-in-out infinite;
}

@keyframes vsPulse-b-duwqiw2oos {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.vs-lightning[b-duwqiw2oos] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    opacity: 0;
    animation: lightningStrike-b-duwqiw2oos 3s ease-in-out infinite;
}

@keyframes lightningStrike-b-duwqiw2oos {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

/* Match Info Panel */
.match-info-panel[b-duwqiw2oos] {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: panelSlideUp-b-duwqiw2oos 1s ease-out 1.5s both;
}

@keyframes panelSlideUp-b-duwqiw2oos {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.warning-message[b-duwqiw2oos] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.warning-message i[b-duwqiw2oos] {
    font-size: 2rem;
    color: #e74c3c;
    animation: warningBlink-b-duwqiw2oos 2s ease-in-out infinite;
}

@keyframes warningBlink-b-duwqiw2oos {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.warning-message p[b-duwqiw2oos] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.match-timer[b-duwqiw2oos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 10px;
    padding: 1rem;
    color: white;
}

.match-timer i[b-duwqiw2oos] {
    font-size: 1.5rem;
    color: #667eea;
}

.match-timer span[b-duwqiw2oos] {
    font-size: 1.2rem;
    font-weight: 700;
}

.client-download-reminder[b-duwqiw2oos] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.client-download-reminder i[b-duwqiw2oos] {
    font-size: 2rem;
    color: #2ecc71;
    animation: downloadBounce-b-duwqiw2oos 2s ease-in-out infinite;
}

@keyframes downloadBounce-b-duwqiw2oos {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.client-download-reminder p[b-duwqiw2oos] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.download-link-text[b-duwqiw2oos] {
    color: #3be88d;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link-text:hover[b-duwqiw2oos] {
    color: #2ecc71;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Responsive adjustments for epic screen */
@media (max-width: 1200px) {
    .champions-vs-display[b-duwqiw2oos] {
        gap: 2rem;
    }

    .vs-circle[b-duwqiw2oos] {
        width: 100px;
        height: 100px;
    }

    .vs-text[b-duwqiw2oos] {
        font-size: 2.5rem;
    }

    .champion-avatar-image[b-duwqiw2oos] {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .match-started-epic-container[b-duwqiw2oos] {
        padding: 1.5rem;
    }

    .match-started-title h2[b-duwqiw2oos] {
        font-size: 2rem;
    }

    .match-started-title i[b-duwqiw2oos] {
        font-size: 2rem;
    }

    .champions-vs-display[b-duwqiw2oos] {
        flex-direction: column;
        gap: 2rem;
    }

    .vs-circle[b-duwqiw2oos] {
        width: 80px;
        height: 80px;
    }

    .vs-text[b-duwqiw2oos] {
        font-size: 2rem;
    }

    .champion-avatar-image[b-duwqiw2oos] {
        width: 100px;
        height: 100px;
    }

    .player-name[b-duwqiw2oos] {
        font-size: 1.1rem;
    }

    .champion-name[b-duwqiw2oos] {
        font-size: 0.9rem;
    }

    .warning-message[b-duwqiw2oos],
    .client-download-reminder[b-duwqiw2oos] {
        padding: 1rem;
    }

    .warning-message p[b-duwqiw2oos],
    .client-download-reminder p[b-duwqiw2oos] {
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/NewGameTwoVsBot.razor.rz.scp.css */
.moba-match-container[b-u2cyiapzvt] {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ban-notification[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(139, 0, 0, 0.2) 100%);
    border: 2px solid #e24a4a;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 2rem auto;
}

.ban-notification i[b-u2cyiapzvt] {
    font-size: 3rem;
    color: #e24a4a;
    margin-bottom: 1rem;
}

.champion-select-timer[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}

.timer-warning[b-u2cyiapzvt] {
    color: white;
    margin-bottom: 1rem;
}

.timer-warning i[b-u2cyiapzvt] {
    color: #f39c12;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.timer-warning h5[b-u2cyiapzvt] {
    margin: 0.15rem 0;
    font-weight: 700;
    font-size: 0.85rem;
}

.timer-warning p[b-u2cyiapzvt] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.7rem;
}

.timer-countdown[b-u2cyiapzvt] {
    color: #e74c3c;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.teams-container[b-u2cyiapzvt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    flex-shrink: 0;
}

.blue-team-section[b-u2cyiapzvt],
.red-team-section[b-u2cyiapzvt] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.team-title[b-u2cyiapzvt] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.team-title.blue-title[b-u2cyiapzvt] {
    color: #4a90e2;
}

.team-title.red-title[b-u2cyiapzvt] {
    color: #e24a4a;
}

.team-players[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.champion-grid-container[b-u2cyiapzvt] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    flex: 1;
    overflow-y: auto;
}

.match-started-notification[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 2rem auto;
}

.match-started-header[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.match-started-header i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #667eea;
}

.match-started-header h5[b-u2cyiapzvt] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.match-duration[b-u2cyiapzvt] {
    margin-top: 1rem;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Match Acceptance Styles */
.accept-match-container[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem auto;
    max-width: 600px;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.3);
    animation: slideIn-b-u2cyiapzvt 0.5s ease-out;
}

@keyframes slideIn-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accept-match-header[b-u2cyiapzvt] {
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.accept-match-header i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 0.5rem;
    animation: pulseIcon-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes pulseIcon-b-u2cyiapzvt {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.accept-match-header h2[b-u2cyiapzvt] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.accept-match-header p[b-u2cyiapzvt] {
    font-size: 0.85rem;
    opacity: 0.8;
    margin: 0.3rem 0;
}

.accept-timer[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.timer-circle[b-u2cyiapzvt] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 3px solid #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
    animation: timerPulse-b-u2cyiapzvt 1s ease-in-out infinite;
}

@keyframes timerPulse-b-u2cyiapzvt {
    0%, 100% {
        box-shadow: 0 0 30px rgba(231, 76, 60, 0.5);
    }
    50% {
        box-shadow: 0 0 50px rgba(231, 76, 60, 0.8);
    }
}

.timer-text[b-u2cyiapzvt] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e74c3c;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.accept-timer p[b-u2cyiapzvt] {
    color: white;
    font-size: 0.85rem;
    opacity: 0.8;
}

.players-accept-status[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 1rem 0;
}

.player-accept-item[b-u2cyiapzvt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.player-accept-item.blue-player[b-u2cyiapzvt] {
    border-color: rgba(74, 144, 226, 0.5);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);
}

.player-accept-item.red-player[b-u2cyiapzvt] {
    border-color: rgba(226, 74, 74, 0.5);
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.player-name[b-u2cyiapzvt] {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
}

.accept-status[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.accept-status.accepted[b-u2cyiapzvt] {
    color: #2ecc71;
}

.accept-status.accepted i[b-u2cyiapzvt] {
    animation: checkmark-b-u2cyiapzvt 0.5s ease-out;
}

@keyframes checkmark-b-u2cyiapzvt {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.accept-status.waiting[b-u2cyiapzvt] {
    color: #f39c12;
}

.accept-status.waiting i[b-u2cyiapzvt] {
    animation: spin-b-u2cyiapzvt 2s linear infinite;
}

@keyframes spin-b-u2cyiapzvt {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.accept-button[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.accept-button:hover[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.8);
    transform: scale(1.05);
    border-color: #3be88d;
}

.accept-button:active[b-u2cyiapzvt] {
    transform: scale(0.95);
}

.accept-button i[b-u2cyiapzvt] {
    font-size: 1.2rem;
}

.accepted-status[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
}

.accepted-status i[b-u2cyiapzvt] {
    font-size: 1.3rem;
    color: #2ecc71;
}

.match-not-accepted-notification[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 12px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: slideInShake-b-u2cyiapzvt 0.5s ease-out;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

@keyframes slideInShake-b-u2cyiapzvt {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(0);
    }
    70% {
        transform: translateX(-5px);
    }
    80% {
        transform: translateX(5px);
    }
    90% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.match-not-accepted-notification i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #e74c3c;
    animation: pulseWarning-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes pulseWarning-b-u2cyiapzvt {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.match-not-accepted-notification p[b-u2cyiapzvt] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.matchmaking-lobby[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.rank-card-display[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    min-width: 340px;
}

.rank-card-content[b-u2cyiapzvt] {
    color: white;
}

.rank-card-content h5[b-u2cyiapzvt] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.rank-card-content img[b-u2cyiapzvt] {
    width: 120px;
    height: 130px;
    object-fit: contain;
    margin: 1rem 0;
}

.rank-card-content h6[b-u2cyiapzvt] {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.rank-card-content p[b-u2cyiapzvt] {
    margin: 0.25rem 0;
    opacity: 0.9;
}

.search-button[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-button:hover[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    transform: scale(1.05);
}

.search-button.searching[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: #e74c3c;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

.search-button.searching:hover[b-u2cyiapzvt] {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    box-shadow: 0 0 30px rgba(231, 76, 60, 0.6);
}

.queue-status[b-u2cyiapzvt] {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.queue-status i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #667eea;
    animation: pulse-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes pulse-b-u2cyiapzvt {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.loader[b-u2cyiapzvt] {
    width: 400px;
    height: 50px;
    position: relative;
    margin: 2rem auto;
}

.loader-text[b-u2cyiapzvt] {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #C8B6FF;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.load[b-u2cyiapzvt] {
    background-color: #9A79FF;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
}

.load[b-u2cyiapzvt]::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D1C2FF;
    border-radius: inherit;
}

@media (max-width: 1400px) {
    .teams-container[b-u2cyiapzvt] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .blue-team-section[b-u2cyiapzvt],
    .red-team-section[b-u2cyiapzvt] {
        max-height: none;
    }

    .moba-match-container[b-u2cyiapzvt] {
        padding: 0.5rem;
    }

    .team-title[b-u2cyiapzvt] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 768px) {
    .champion-select-timer[b-u2cyiapzvt] {
        padding: 0.5rem;
    }

    .timer-warning h5[b-u2cyiapzvt] {
        font-size: 0.9rem;
    }

    .timer-warning p[b-u2cyiapzvt] {
        font-size: 0.75rem;
    }
}

/* Epic Match Started Screen */
.match-started-epic-container[b-u2cyiapzvt] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 3px solid transparent;
    border-radius: 25px;
    padding: 3rem;
    margin: 2rem auto;
    max-width: 1200px;
    box-shadow: 0 0 60px rgba(102, 126, 234, 0.4);
    animation: epicEntrance-b-u2cyiapzvt 1s ease-out;
    position: relative;
    overflow: hidden;
}

.match-started-epic-container[b-u2cyiapzvt]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2, #667eea);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderGlow-b-u2cyiapzvt 3s ease-in-out infinite;
    background-size: 200% 200%;
}

@keyframes epicEntrance-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: scale(0.8) rotateX(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateX(0deg);
    }
}

@keyframes borderGlow-b-u2cyiapzvt {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.match-started-title[b-u2cyiapzvt] {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    animation: titleFade-b-u2cyiapzvt 1s ease-out 0.5s both;
}

@keyframes titleFade-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.match-started-title i[b-u2cyiapzvt] {
    font-size: 3rem;
    color: #667eea;
    animation: swordSpin-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes swordSpin-b-u2cyiapzvt {
    0%, 100% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

.match-started-title h2[b-u2cyiapzvt] {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    background-size: 200% auto;
    animation: shimmer-b-u2cyiapzvt 3s linear infinite;
}

@keyframes shimmer-b-u2cyiapzvt {
    to {
        background-position: 200% center;
    }
}

/* Champions VS Display - Team Layout */
.champions-vs-display[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

.team-champions-group[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blue-team-group[b-u2cyiapzvt] {
    animation: teamSlideLeft-b-u2cyiapzvt 1s ease-out 0.8s both;
}

.red-team-group[b-u2cyiapzvt] {
    animation: teamSlideRight-b-u2cyiapzvt 1s ease-out 0.8s both;
}

@keyframes teamSlideLeft-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes teamSlideRight-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.champion-avatar-container-small[b-u2cyiapzvt] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    position: relative;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.champion-avatar-container-small.blue-side[b-u2cyiapzvt] {
    border-color: rgba(74, 144, 226, 0.5);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);
}

.champion-avatar-container-small.red-side[b-u2cyiapzvt] {
    border-color: rgba(226, 74, 74, 0.5);
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.champion-avatar-container-small:hover[b-u2cyiapzvt] {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.4);
}

.champion-avatar-glow[b-u2cyiapzvt] {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    animation: glowPulse-b-u2cyiapzvt 2s ease-in-out infinite;
}

.blue-glow[b-u2cyiapzvt] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

.red-glow[b-u2cyiapzvt] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-u2cyiapzvt {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.champion-avatar-image-small[b-u2cyiapzvt] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.blue-side .champion-avatar-image-small[b-u2cyiapzvt] {
    border-color: #4a90e2;
    box-shadow: 0 0 25px rgba(74, 144, 226, 0.6);
}

.red-side .champion-avatar-image-small[b-u2cyiapzvt] {
    border-color: #e24a4a;
    box-shadow: 0 0 25px rgba(226, 74, 74, 0.6);
}

.champion-avatar-image-small:hover[b-u2cyiapzvt] {
    transform: scale(1.1);
}

.champion-avatar-info-small[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 2;
}

.player-name-small[b-u2cyiapzvt] {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-name-small[b-u2cyiapzvt] {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* VS Divider */
.vs-divider[b-u2cyiapzvt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    animation: vsFadeIn-b-u2cyiapzvt 1s ease-out 1.2s both;
}

@keyframes vsFadeIn-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.vs-circle[b-u2cyiapzvt] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.3);
    animation: vsRotate-b-u2cyiapzvt 20s linear infinite;
    position: relative;
}

@keyframes vsRotate-b-u2cyiapzvt {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vs-text[b-u2cyiapzvt] {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
    animation: vsPulse-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes vsPulse-b-u2cyiapzvt {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.vs-lightning[b-u2cyiapzvt] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    opacity: 0;
    animation: lightningStrike-b-u2cyiapzvt 3s ease-in-out infinite;
}

@keyframes lightningStrike-b-u2cyiapzvt {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

/* Match Info Panel */
.match-info-panel[b-u2cyiapzvt] {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: panelSlideUp-b-u2cyiapzvt 1s ease-out 1.5s both;
}

@keyframes panelSlideUp-b-u2cyiapzvt {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.warning-message[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.warning-message i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #e74c3c;
    animation: warningBlink-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes warningBlink-b-u2cyiapzvt {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.warning-message p[b-u2cyiapzvt] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.match-timer[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 10px;
    padding: 1rem;
    color: white;
}

.match-timer i[b-u2cyiapzvt] {
    font-size: 1.5rem;
    color: #667eea;
}

.match-timer span[b-u2cyiapzvt] {
    font-size: 1.2rem;
    font-weight: 700;
}

.client-download-reminder[b-u2cyiapzvt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.client-download-reminder i[b-u2cyiapzvt] {
    font-size: 2rem;
    color: #2ecc71;
    animation: downloadBounce-b-u2cyiapzvt 2s ease-in-out infinite;
}

@keyframes downloadBounce-b-u2cyiapzvt {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.client-download-reminder p[b-u2cyiapzvt] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.download-link-text[b-u2cyiapzvt] {
    color: #3be88d;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link-text:hover[b-u2cyiapzvt] {
    color: #2ecc71;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Responsive adjustments for epic screen */
@media (max-width: 1200px) {
    .champions-vs-display[b-u2cyiapzvt] {
        gap: 2rem;
    }

    .vs-circle[b-u2cyiapzvt] {
        width: 100px;
        height: 100px;
    }

    .vs-text[b-u2cyiapzvt] {
        font-size: 2.5rem;
    }

    .champion-avatar-image-small[b-u2cyiapzvt] {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .match-started-epic-container[b-u2cyiapzvt] {
        padding: 1.5rem;
    }

    .match-started-title h2[b-u2cyiapzvt] {
        font-size: 2rem;
    }

    .match-started-title i[b-u2cyiapzvt] {
        font-size: 2rem;
    }

    .champions-vs-display[b-u2cyiapzvt] {
        flex-direction: column;
        gap: 2rem;
    }

    .team-champions-group[b-u2cyiapzvt] {
        gap: 1rem;
    }

    .vs-circle[b-u2cyiapzvt] {
        width: 80px;
        height: 80px;
    }

    .vs-text[b-u2cyiapzvt] {
        font-size: 2rem;
    }

    .champion-avatar-image-small[b-u2cyiapzvt] {
        width: 70px;
        height: 70px;
    }

    .player-name-small[b-u2cyiapzvt] {
        font-size: 0.9rem;
    }

    .champion-name-small[b-u2cyiapzvt] {
        font-size: 0.8rem;
    }

    .warning-message[b-u2cyiapzvt],
    .client-download-reminder[b-u2cyiapzvt] {
        padding: 1rem;
    }

    .warning-message p[b-u2cyiapzvt],
    .client-download-reminder p[b-u2cyiapzvt] {
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/NewGameTwoVsTwo.razor.rz.scp.css */
.moba-match-container[b-h6g3q3tq5w] {
    min-height: 100vh;
    max-height: 100vh;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ban-notification[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(139, 0, 0, 0.2) 100%);
    border: 2px solid #e24a4a;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 2rem auto;
}

.ban-notification i[b-h6g3q3tq5w] {
    font-size: 3rem;
    color: #e24a4a;
    margin-bottom: 1rem;
}

.champion-select-timer[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}

.timer-warning[b-h6g3q3tq5w] {
    color: white;
    margin-bottom: 1rem;
}

.timer-warning i[b-h6g3q3tq5w] {
    color: #f39c12;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.timer-warning h5[b-h6g3q3tq5w] {
    margin: 0.15rem 0;
    font-weight: 700;
    font-size: 0.85rem;
}

.timer-warning p[b-h6g3q3tq5w] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.7rem;
}

.client-download-info[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.15) 0%, rgba(39, 174, 96, 0.15) 100%);
    border: 1px solid rgba(46, 204, 113, 0.3);
    border-radius: 6px;
    padding: 0.6rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.client-download-info i[b-h6g3q3tq5w] {
    color: #2ecc71;
    font-size: 1.2rem;
}

.client-download-info p[b-h6g3q3tq5w] {
    margin: 0;
    color: white;
    font-size: 0.75rem;
}

.download-link[b-h6g3q3tq5w] {
    color: #2ecc71;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link:hover[b-h6g3q3tq5w] {
    color: #27ae60;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

.timer-countdown[b-h6g3q3tq5w] {
    color: #e74c3c;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.teams-container[b-h6g3q3tq5w] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    flex-shrink: 0;
}

.blue-team-section[b-h6g3q3tq5w],
.red-team-section[b-h6g3q3tq5w] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.team-title[b-h6g3q3tq5w] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.team-title.blue-title[b-h6g3q3tq5w] {
    color: #4a90e2;
}

.team-title.red-title[b-h6g3q3tq5w] {
    color: #e24a4a;
}

.team-players[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.champion-grid-container[b-h6g3q3tq5w] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 0.5rem;
    flex: 1;
    overflow-y: auto;
}

.match-started-notification[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 2rem auto;
}

.match-started-header[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.match-started-header i[b-h6g3q3tq5w] {
    font-size: 2rem;
    color: #667eea;
}

.match-started-header h5[b-h6g3q3tq5w] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.match-duration[b-h6g3q3tq5w] {
    margin-top: 1rem;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.matchmaking-lobby[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.rank-card-display[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    min-width: 340px;
}

.rank-card-content[b-h6g3q3tq5w] {
    color: white;
}

.rank-card-content h5[b-h6g3q3tq5w] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.rank-card-content img[b-h6g3q3tq5w] {
    width: 120px;
    height: 130px;
    object-fit: contain;
    margin: 1rem 0;
}

.rank-card-content h6[b-h6g3q3tq5w] {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.rank-card-content p[b-h6g3q3tq5w] {
    margin: 0.25rem 0;
    opacity: 0.9;
}

.search-button[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-button:hover[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    transform: scale(1.05);
}

.search-button.searching[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: #e74c3c;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

.search-button.searching:hover[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    box-shadow: 0 0 30px rgba(231, 76, 60, 0.6);
}

.queue-status[b-h6g3q3tq5w] {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.queue-status i[b-h6g3q3tq5w] {
    font-size: 2rem;
    color: #667eea;
    animation: pulse-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes pulse-b-h6g3q3tq5w {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.loader[b-h6g3q3tq5w] {
    width: 400px;
    height: 50px;
    position: relative;
    margin: 2rem auto;
}

.loader-text[b-h6g3q3tq5w] {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #C8B6FF;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.load[b-h6g3q3tq5w] {
    background-color: #9A79FF;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
}

.load[b-h6g3q3tq5w]::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D1C2FF;
    border-radius: inherit;
}

@media (max-width: 1400px) {
    .teams-container[b-h6g3q3tq5w] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .blue-team-section[b-h6g3q3tq5w],
    .red-team-section[b-h6g3q3tq5w] {
        max-height: none;
    }

    .moba-match-container[b-h6g3q3tq5w] {
        padding: 0.5rem;
    }

    .team-title[b-h6g3q3tq5w] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 768px) {
    .champion-select-timer[b-h6g3q3tq5w] {
        padding: 0.5rem;
    }

    .timer-warning h5[b-h6g3q3tq5w] {
        font-size: 0.9rem;
    }

    .timer-warning p[b-h6g3q3tq5w] {
        font-size: 0.75rem;
    }
}

/* Match Acceptance Styles */
.accept-match-container[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem auto;
    max-width: 600px;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.3);
    animation: slideIn-b-h6g3q3tq5w 0.5s ease-out;
}

@keyframes slideIn-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accept-match-header[b-h6g3q3tq5w] {
    text-align: center;
    margin-bottom: 1rem;
    color: white;
}

.accept-match-header i[b-h6g3q3tq5w] {
    font-size: 2rem;
    color: #667eea;
    margin-bottom: 0.5rem;
    animation: pulseIcon-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes pulseIcon-b-h6g3q3tq5w {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.accept-match-header h2[b-h6g3q3tq5w] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.accept-match-header p[b-h6g3q3tq5w] {
    font-size: 0.85rem;
    opacity: 0.8;
    margin: 0.3rem 0;
}

.accept-timer[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.timer-circle[b-h6g3q3tq5w] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 3px solid #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
    animation: timerPulse-b-h6g3q3tq5w 1s ease-in-out infinite;
}

@keyframes timerPulse-b-h6g3q3tq5w {
    0%, 100% {
        box-shadow: 0 0 30px rgba(231, 76, 60, 0.5);
    }
    50% {
        box-shadow: 0 0 50px rgba(231, 76, 60, 0.8);
    }
}

.timer-text[b-h6g3q3tq5w] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e74c3c;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.accept-timer p[b-h6g3q3tq5w] {
    color: white;
    font-size: 0.85rem;
    opacity: 0.8;
}

.players-accept-status[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 1rem 0;
}

.player-accept-item[b-h6g3q3tq5w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.player-accept-item.blue-player[b-h6g3q3tq5w] {
    border-color: rgba(74, 144, 226, 0.5);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);
}

.player-accept-item.red-player[b-h6g3q3tq5w] {
    border-color: rgba(226, 74, 74, 0.5);
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.player-name[b-h6g3q3tq5w] {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
}

.accept-status[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.accept-status.accepted[b-h6g3q3tq5w] {
    color: #2ecc71;
}

.accept-status.accepted i[b-h6g3q3tq5w] {
    animation: checkmark-b-h6g3q3tq5w 0.5s ease-out;
}

@keyframes checkmark-b-h6g3q3tq5w {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.accept-status.waiting[b-h6g3q3tq5w] {
    color: #f39c12;
}

.accept-status.waiting i[b-h6g3q3tq5w] {
    animation: spin-b-h6g3q3tq5w 2s linear infinite;
}

@keyframes spin-b-h6g3q3tq5w {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.accept-button[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.accept-button:hover[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.8);
    transform: scale(1.05);
    border-color: #3be88d;
}

.accept-button:active[b-h6g3q3tq5w] {
    transform: scale(0.95);
}

.accept-button i[b-h6g3q3tq5w] {
    font-size: 1.2rem;
}

.accepted-status[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: white;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
}

.accepted-status i[b-h6g3q3tq5w] {
    font-size: 1.3rem;
    color: #2ecc71;
}

/* Epic Match Started Screen */
.match-started-epic-container[b-h6g3q3tq5w] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 3px solid transparent;
    border-radius: 25px;
    padding: 3rem;
    margin: 2rem auto;
    max-width: 1200px;
    box-shadow: 0 0 60px rgba(102, 126, 234, 0.4);
    animation: epicEntrance-b-h6g3q3tq5w 1s ease-out;
    position: relative;
    overflow: hidden;
}

.match-started-epic-container[b-h6g3q3tq5w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2, #667eea);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderGlow-b-h6g3q3tq5w 3s ease-in-out infinite;
    background-size: 200% 200%;
}

@keyframes epicEntrance-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: scale(0.8) rotateX(-15deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotateX(0deg);
    }
}

@keyframes borderGlow-b-h6g3q3tq5w {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.match-started-title[b-h6g3q3tq5w] {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    animation: titleFade-b-h6g3q3tq5w 1s ease-out 0.5s both;
}

@keyframes titleFade-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.match-started-title i[b-h6g3q3tq5w] {
    font-size: 3rem;
    color: #667eea;
    animation: swordSpin-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes swordSpin-b-h6g3q3tq5w {
    0%, 100% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

.match-started-title h2[b-h6g3q3tq5w] {
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(102, 126, 234, 0.5);
    background-size: 200% auto;
    animation: shimmer-b-h6g3q3tq5w 3s linear infinite;
}

@keyframes shimmer-b-h6g3q3tq5w {
    to {
        background-position: 200% center;
    }
}

/* Champions VS Display - Team Layout */
.champions-vs-display[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

.team-champions-group[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blue-team-group[b-h6g3q3tq5w] {
    animation: teamSlideLeft-b-h6g3q3tq5w 1s ease-out 0.8s both;
}

.red-team-group[b-h6g3q3tq5w] {
    animation: teamSlideRight-b-h6g3q3tq5w 1s ease-out 0.8s both;
}

@keyframes teamSlideLeft-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes teamSlideRight-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.champion-avatar-container-small[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    position: relative;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.champion-avatar-container-small.blue-side[b-h6g3q3tq5w] {
    border-color: rgba(74, 144, 226, 0.5);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);
}

.champion-avatar-container-small.red-side[b-h6g3q3tq5w] {
    border-color: rgba(226, 74, 74, 0.5);
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.champion-avatar-container-small:hover[b-h6g3q3tq5w] {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.4);
}

.champion-avatar-glow[b-h6g3q3tq5w] {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    animation: glowPulse-b-h6g3q3tq5w 2s ease-in-out infinite;
}

.blue-glow[b-h6g3q3tq5w] {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%);
}

.red-glow[b-h6g3q3tq5w] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-h6g3q3tq5w {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.champion-avatar-image-small[b-h6g3q3tq5w] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
}

.blue-side .champion-avatar-image-small[b-h6g3q3tq5w] {
    border-color: #4a90e2;
    box-shadow: 0 0 25px rgba(74, 144, 226, 0.6);
}

.red-side .champion-avatar-image-small[b-h6g3q3tq5w] {
    border-color: #e24a4a;
    box-shadow: 0 0 25px rgba(226, 74, 74, 0.6);
}

.champion-avatar-image-small:hover[b-h6g3q3tq5w] {
    transform: scale(1.1);
}

.champion-avatar-info-small[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 2;
}

.player-name-small[b-h6g3q3tq5w] {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-name-small[b-h6g3q3tq5w] {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* VS Divider */
.vs-divider[b-h6g3q3tq5w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    animation: vsFadeIn-b-h6g3q3tq5w 1s ease-out 1.2s both;
}

@keyframes vsFadeIn-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.vs-circle[b-h6g3q3tq5w] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 4px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.8), inset 0 0 20px rgba(255, 255, 255, 0.3);
    animation: vsRotate-b-h6g3q3tq5w 20s linear infinite;
    position: relative;
}

@keyframes vsRotate-b-h6g3q3tq5w {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vs-text[b-h6g3q3tq5w] {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
    animation: vsPulse-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes vsPulse-b-h6g3q3tq5w {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.vs-lightning[b-h6g3q3tq5w] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    opacity: 0;
    animation: lightningStrike-b-h6g3q3tq5w 3s ease-in-out infinite;
}

@keyframes lightningStrike-b-h6g3q3tq5w {
    0%, 100% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

/* Match Info Panel */
.match-info-panel[b-h6g3q3tq5w] {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: panelSlideUp-b-h6g3q3tq5w 1s ease-out 1.5s both;
}

@keyframes panelSlideUp-b-h6g3q3tq5w {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.warning-message[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e74c3c;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.warning-message i[b-h6g3q3tq5w] {
    font-size: 2rem;
    color: #e74c3c;
    animation: warningBlink-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes warningBlink-b-h6g3q3tq5w {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.warning-message p[b-h6g3q3tq5w] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.match-timer[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 10px;
    padding: 1rem;
    color: white;
}

.match-timer i[b-h6g3q3tq5w] {
    font-size: 1.5rem;
    color: #667eea;
}

.match-timer span[b-h6g3q3tq5w] {
    font-size: 1.2rem;
    font-weight: 700;
}

.client-download-reminder[b-h6g3q3tq5w] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    border-radius: 10px;
    padding: 1.5rem;
    color: white;
}

.client-download-reminder i[b-h6g3q3tq5w] {
    font-size: 2rem;
    color: #2ecc71;
    animation: downloadBounce-b-h6g3q3tq5w 2s ease-in-out infinite;
}

@keyframes downloadBounce-b-h6g3q3tq5w {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.client-download-reminder p[b-h6g3q3tq5w] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.download-link-text[b-h6g3q3tq5w] {
    color: #3be88d;
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.download-link-text:hover[b-h6g3q3tq5w] {
    color: #2ecc71;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Responsive adjustments for epic screen */
@media (max-width: 1200px) {
    .champions-vs-display[b-h6g3q3tq5w] {
        gap: 2rem;
    }

    .vs-circle[b-h6g3q3tq5w] {
        width: 100px;
        height: 100px;
    }

    .vs-text[b-h6g3q3tq5w] {
        font-size: 2.5rem;
    }

    .champion-avatar-image-small[b-h6g3q3tq5w] {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .match-started-epic-container[b-h6g3q3tq5w] {
        padding: 1.5rem;
    }

    .match-started-title h2[b-h6g3q3tq5w] {
        font-size: 2rem;
    }

    .match-started-title i[b-h6g3q3tq5w] {
        font-size: 2rem;
    }

    .champions-vs-display[b-h6g3q3tq5w] {
        flex-direction: column;
        gap: 2rem;
    }

    .team-champions-group[b-h6g3q3tq5w] {
        gap: 1rem;
    }

    .vs-circle[b-h6g3q3tq5w] {
        width: 80px;
        height: 80px;
    }

    .vs-text[b-h6g3q3tq5w] {
        font-size: 2rem;
    }

    .champion-avatar-image-small[b-h6g3q3tq5w] {
        width: 70px;
        height: 70px;
    }

    .player-name-small[b-h6g3q3tq5w] {
        font-size: 0.9rem;
    }

    .champion-name-small[b-h6g3q3tq5w] {
        font-size: 0.8rem;
    }

    .warning-message[b-h6g3q3tq5w],
    .client-download-reminder[b-h6g3q3tq5w] {
        padding: 1rem;
    }

    .warning-message p[b-h6g3q3tq5w],
    .client-download-reminder p[b-h6g3q3tq5w] {
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/RedPlayer.razor.rz.scp.css */
/* Base Styles */
.team-player-card[b-qgusvrsm38] {
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-qgusvrsm38]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(74, 144, 226, 0.6), rgba(74, 144, 226, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Red Team Overrides */
.team-player-card.red-team[b-qgusvrsm38] {
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    box-shadow: 0 8px 32px rgba(226, 74, 74, 0.15);
}

.team-player-card.red-team[b-qgusvrsm38]::before {
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.6), rgba(226, 74, 74, 0.1));
}

.team-player-card.red-team:hover[b-qgusvrsm38] {
    box-shadow: 0 12px 40px rgba(226, 74, 74, 0.3);
    transform: translateY(-2px);
}

.player-header[b-qgusvrsm38] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.red-team .player-header[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(226, 74, 74, 0.05) 100%);
}

.team-badge[b-qgusvrsm38] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(74, 144, 226, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(74, 144, 226, 0.4);
}

.red-team .team-badge[b-qgusvrsm38] {
    background: rgba(226, 74, 74, 0.2);
    border: 1px solid rgba(226, 74, 74, 0.4);
}

.team-badge.red[b-qgusvrsm38] {
    color: #ff8787;
}

.team-badge i[b-qgusvrsm38] {
    font-size: 0.85rem;
}

.player-content[b-qgusvrsm38] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-qgusvrsm38] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-qgusvrsm38]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
}

.red-team .player-profile[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.red-team .player-profile[b-qgusvrsm38]::before {
    background: linear-gradient(180deg, #e24a4a 0%, #c9302c 100%);
}

.champion-avatar[b-qgusvrsm38] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.4);
    margin-left: auto;
}

.red-team .champion-avatar[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(226, 74, 74, 0.4);
}

.champion-avatar-image[b-qgusvrsm38] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-qgusvrsm38] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-qgusvrsm38 2s ease-in-out infinite;
}

.red-team .champion-avatar-glow[b-qgusvrsm38] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.4) 0%, transparent 70%);
}

@keyframes championGlow-b-qgusvrsm38 {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-qgusvrsm38] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.red-team .rank-avatar[b-qgusvrsm38] {
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4);
}

.rank-image[b-qgusvrsm38] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-qgusvrsm38] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-qgusvrsm38 3s ease-in-out infinite;
}

.rank-glow.red-glow[b-qgusvrsm38] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-qgusvrsm38 {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-qgusvrsm38] {
    flex: 1;
    min-width: 0;
}

.player-name[b-qgusvrsm38] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-qgusvrsm38] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.4) 0%, rgba(74, 144, 226, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #8fb4ff;
    text-transform: uppercase;
    border: 1px solid rgba(74, 144, 226, 0.5);
    letter-spacing: 0.5px;
}

.red-team .rank-label[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.4) 0%, rgba(226, 74, 74, 0.2) 100%);
    color: #ff8787;
    border: 1px solid rgba(226, 74, 74, 0.5);
}

.mmr-points[b-qgusvrsm38] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-qgusvrsm38] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-qgusvrsm38] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-qgusvrsm38] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.red[b-qgusvrsm38] {
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
}

.btn-ready.red:hover[b-qgusvrsm38] {
    background: linear-gradient(135deg, #c9302c 0%, #e24a4a 100%);
    box-shadow: 0 3px 15px rgba(226, 74, 74, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-qgusvrsm38] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.opponent-ready[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.status-indicator.waiting[b-qgusvrsm38] {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(230, 126, 34, 0.2) 100%);
    border: 2px solid #f39c12;
    color: #f39c12;
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/RedPlayerOneVsBot.razor.rz.scp.css */
.team-player-card[b-a1okyznasa] {
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-a1okyznasa]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.6), rgba(226, 74, 74, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.red-team[b-a1okyznasa] {
    box-shadow: 0 8px 32px rgba(226, 74, 74, 0.15);
}

.team-player-card.red-team:hover[b-a1okyznasa] {
    box-shadow: 0 12px 40px rgba(226, 74, 74, 0.3);
    transform: translateY(-2px);
}

.player-header[b-a1okyznasa] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(226, 74, 74, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-a1okyznasa] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(226, 74, 74, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(226, 74, 74, 0.4);
}

.team-badge.red[b-a1okyznasa] {
    color: #ff8787;
}

.team-badge i[b-a1okyznasa] {
    font-size: 0.85rem;
}

.player-content[b-a1okyznasa] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-a1okyznasa] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-a1okyznasa]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e24a4a 0%, #c9302c 100%);
}

.champion-avatar[b-a1okyznasa] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(226, 74, 74, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-a1okyznasa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-a1okyznasa] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(226, 74, 74, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-a1okyznasa 2s ease-in-out infinite;
}

@keyframes championGlow-b-a1okyznasa {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-a1okyznasa] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4);
}

.rank-image[b-a1okyznasa] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-a1okyznasa] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-a1okyznasa 3s ease-in-out infinite;
}

.rank-glow.red-glow[b-a1okyznasa] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-a1okyznasa {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-a1okyznasa] {
    flex: 1;
    min-width: 0;
}

.player-name[b-a1okyznasa] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.champion-selection-area[b-a1okyznasa] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-a1okyznasa] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.status-indicator[b-a1okyznasa] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.bot-ready[b-a1okyznasa] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e24a4a;
    color: #e24a4a;
}

.bot-avatar.red-bot[b-a1okyznasa] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(226, 74, 74, 0.6);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar.red-bot i[b-a1okyznasa] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-a1okyznasa 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-a1okyznasa {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label.red-bot-label[b-a1okyznasa] {
    color: #ff8787;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/RedPlayerTwoVsBot.razor.rz.scp.css */
.team-player-card[b-rvwjot7bmi] {
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-rvwjot7bmi]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.6), rgba(226, 74, 74, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.red-team[b-rvwjot7bmi] {
    box-shadow: 0 8px 32px rgba(226, 74, 74, 0.15);
}

.team-player-card.red-team:hover[b-rvwjot7bmi] {
    box-shadow: 0 12px 40px rgba(226, 74, 74, 0.3);
    transform: translateY(-2px);
}

.player-header[b-rvwjot7bmi] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(226, 74, 74, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-rvwjot7bmi] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(226, 74, 74, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(226, 74, 74, 0.4);
}

.team-badge.red[b-rvwjot7bmi] {
    color: #ff8787;
}

.team-badge i[b-rvwjot7bmi] {
    font-size: 0.85rem;
}

.player-content[b-rvwjot7bmi] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-rvwjot7bmi] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-rvwjot7bmi]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e24a4a 0%, #c9302c 100%);
}

.champion-avatar[b-rvwjot7bmi] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(226, 74, 74, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-rvwjot7bmi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-rvwjot7bmi] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(226, 74, 74, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-rvwjot7bmi 2s ease-in-out infinite;
}

@keyframes championGlow-b-rvwjot7bmi {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-rvwjot7bmi] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4);
}

.player-info[b-rvwjot7bmi] {
    flex: 1;
    min-width: 0;
}

.player-name[b-rvwjot7bmi] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.champion-selection-area[b-rvwjot7bmi] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-rvwjot7bmi] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.status-indicator[b-rvwjot7bmi] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.bot-ready[b-rvwjot7bmi] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(192, 57, 43, 0.2) 100%);
    border: 2px solid #e24a4a;
    color: #e24a4a;
}

.bot-avatar.red-bot[b-rvwjot7bmi] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(226, 74, 74, 0.6);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar.red-bot i[b-rvwjot7bmi] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-rvwjot7bmi 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-rvwjot7bmi {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label.red-bot-label[b-rvwjot7bmi] {
    color: #ff8787;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/RedPlayerTwoVsTwo.razor.rz.scp.css */
.team-player-card[b-i3axn9fai7] {
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-player-card[b-i3axn9fai7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(226, 74, 74, 0.6), rgba(226, 74, 74, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.team-player-card.red-team[b-i3axn9fai7] {
    box-shadow: 0 8px 32px rgba(226, 74, 74, 0.15);
}

.team-player-card.red-team:hover[b-i3axn9fai7] {
    box-shadow: 0 12px 40px rgba(226, 74, 74, 0.3);
    transform: translateY(-2px);
}

.player-header[b-i3axn9fai7] {
    padding: 0.6rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(226, 74, 74, 0.05) 100%);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-badge[b-i3axn9fai7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.3rem 0.6rem;
    background: rgba(226, 74, 74, 0.2);
    border-radius: 20px;
    border: 1px solid rgba(226, 74, 74, 0.4);
}

.team-badge.red[b-i3axn9fai7] {
    color: #ff8787;
}

.team-badge i[b-i3axn9fai7] {
    font-size: 0.85rem;
}

.player-content[b-i3axn9fai7] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.player-profile[b-i3axn9fai7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 12px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.player-profile[b-i3axn9fai7]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e24a4a 0%, #c9302c 100%);
}

.champion-avatar[b-i3axn9fai7] {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
    border: 2px solid rgba(226, 74, 74, 0.4);
    margin-left: auto;
}

.champion-avatar-image[b-i3axn9fai7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.champion-avatar-glow[b-i3axn9fai7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(226, 74, 74, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-i3axn9fai7 2s ease-in-out infinite;
}

@keyframes championGlow-b-i3axn9fai7 {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.rank-avatar[b-i3axn9fai7] {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4);
}

.rank-image[b-i3axn9fai7] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: rgba(10, 14, 39, 0.8);
}

.rank-glow[b-i3axn9fai7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: glowPulse-b-i3axn9fai7 3s ease-in-out infinite;
}

.rank-glow.red-glow[b-i3axn9fai7] {
    background: radial-gradient(circle, rgba(226, 74, 74, 0.6) 0%, transparent 70%);
}

@keyframes glowPulse-b-i3axn9fai7 {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.15);
    }
}

.player-info[b-i3axn9fai7] {
    flex: 1;
    min-width: 0;
}

.player-name[b-i3axn9fai7] {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rank-display[b-i3axn9fai7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.rank-label[b-i3axn9fai7] {
    background: linear-gradient(135deg, rgba(226, 74, 74, 0.4) 0%, rgba(226, 74, 74, 0.2) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    color: #ff8787;
    text-transform: uppercase;
    border: 1px solid rgba(226, 74, 74, 0.5);
    letter-spacing: 0.5px;
}

.mmr-points[b-i3axn9fai7] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ffeb3b;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    background: rgba(255, 235, 59, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 235, 59, 0.3);
}

.champion-selection-area[b-i3axn9fai7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    min-height: 0;
    justify-content: flex-end;
}

.ready-status-section[b-i3axn9fai7] {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-ready[b-i3axn9fai7] {
    width: 100%;
    padding: 0.4rem;
    border: none;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.btn-ready.red:hover[b-i3axn9fai7] {
    background: linear-gradient(135deg, #c9302c 0%, #e24a4a 100%);
    box-shadow: 0 3px 15px rgba(226, 74, 74, 0.5);
    transform: translateY(-1px);
}

.status-indicator[b-i3axn9fai7] {
    padding: 0.4rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 100%;
}

.status-indicator.ready[b-i3axn9fai7] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2) 0%, rgba(39, 174, 96, 0.2) 100%);
    border: 2px solid #2ecc71;
    color: #2ecc71;
}

.status-indicator.teammate-ready[b-i3axn9fai7] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid #667eea;
    color: #667eea;
}

.status-indicator.waiting[b-i3axn9fai7] {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2) 0%, rgba(230, 126, 34, 0.2) 100%);
    border: 2px solid #f39c12;
    color: #f39c12;
}

.bot-avatar.red-bot[b-i3axn9fai7] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e24a4a 0%, #c9302c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 3px solid rgba(226, 74, 74, 0.6);
    box-shadow: 0 4px 12px rgba(226, 74, 74, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

.bot-avatar.red-bot i[b-i3axn9fai7] {
    font-size: 1.5rem;
    color: white;
    animation: botPulse-b-i3axn9fai7 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes botPulse-b-i3axn9fai7 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.bot-label.red-bot-label[b-i3axn9fai7] {
    color: #ff8787;
    font-weight: 700;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/StartNewGame.razor.rz.scp.css */
.moba-game-selection[b-rp6mszig8f] {
    min-height: 100vh;
    position: relative;
}

.moba-content[b-rp6mszig8f] {
    position: relative;
    z-index: 1;
    padding: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.welcome-section[b-rp6mszig8f] {
    margin-bottom: 1.5rem;
}

.moba-title[b-rp6mszig8f] {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
    animation: titleGlow-b-rp6mszig8f 3s ease-in-out infinite;
}

@keyframes titleGlow-b-rp6mszig8f {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); }
}

.info-cards[b-rp6mszig8f] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.info-card-link[b-rp6mszig8f] {
    text-decoration: none;
    color: inherit;
}

.info-card[b-rp6mszig8f] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.info-card[b-rp6mszig8f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-card:hover[b-rp6mszig8f]::before {
    opacity: 1;
}

.info-card:hover[b-rp6mszig8f] {
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.info-card.highlight[b-rp6mszig8f] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.08) 0%, rgba(39, 174, 96, 0.08) 100%);
    border-color: rgba(46, 204, 113, 0.3);
}

.info-card.highlight[b-rp6mszig8f]::before {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.15));
}

.info-card.highlight:hover[b-rp6mszig8f] {
    border-color: rgba(46, 204, 113, 0.6);
    box-shadow: 0 10px 30px rgba(46, 204, 113, 0.3);
}

.info-icon[b-rp6mszig8f] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-card.highlight .info-icon[b-rp6mszig8f] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-card h3[b-rp6mszig8f] {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.info-card p[b-rp6mszig8f] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    margin: 0;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.modes-divider[b-rp6mszig8f] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 1rem 0;
}

.divider-line[b-rp6mszig8f] {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.5), transparent);
}

.modes-title[b-rp6mszig8f] {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.game-modes-grid[b-rp6mszig8f] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.game-mode-card[b-rp6mszig8f] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
}

.game-mode-card.available:hover[b-rp6mszig8f] {
    transform: translateY(-10px) scale(1.02);
    border-color: #667eea;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
}

.game-mode-card.disabled[b-rp6mszig8f] {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(0.5);
}

.game-mode-card.disabled:hover[b-rp6mszig8f] {
    transform: none;
}

.mode-image-container[b-rp6mszig8f] {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.mode-image[b-rp6mszig8f] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.game-mode-card.available:hover .mode-image[b-rp6mszig8f] {
    transform: scale(1.1);
}

.mode-overlay[b-rp6mszig8f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-mode-card.available:hover .mode-overlay[b-rp6mszig8f] {
    opacity: 1;
}

.mode-icon[b-rp6mszig8f] {
    font-size: 2.5rem;
    color: white;
    animation: iconPulse-b-rp6mszig8f 2s ease-in-out infinite;
}

@keyframes iconPulse-b-rp6mszig8f {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.mode-info[b-rp6mszig8f] {
    padding: 0.75rem 1rem;
}

.mode-info h3[b-rp6mszig8f] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mode-info p[b-rp6mszig8f] {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.5rem 0;
    font-size: 0.8rem;
}

.mode-stats[b-rp6mszig8f] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mode-stats span[b-rp6mszig8f] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    font-weight: 600;
}

.mode-stats i[b-rp6mszig8f] {
    color: #667eea;
}

.coming-soon-badge[b-rp6mszig8f] {
    display: inline-block;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mode-button[b-rp6mszig8f] {
    width: 100%;
    padding: 0.6rem;
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mode-button[b-rp6mszig8f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.mode-button.active:hover[b-rp6mszig8f]::before {
    left: 100%;
}

.mode-button.active:hover[b-rp6mszig8f] {
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.mode-button.disabled[b-rp6mszig8f] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

.server-offline-container[b-rp6mszig8f] {
    text-align: center;
}

.server-offline-container .game-modes-grid[b-rp6mszig8f] {
    margin-top: 3rem;
    opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .info-cards[b-rp6mszig8f] {
        grid-template-columns: repeat(2, 1fr);
    }

    .game-modes-grid[b-rp6mszig8f] {
        grid-template-columns: repeat(2, 1fr);
    }

    .modes-title[b-rp6mszig8f] {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .moba-title[b-rp6mszig8f] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .info-cards[b-rp6mszig8f] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .info-card[b-rp6mszig8f] {
        padding: 0.75rem;
    }

    .info-icon[b-rp6mszig8f] {
        font-size: 1.5rem;
    }

    .info-card h3[b-rp6mszig8f] {
        font-size: 0.8rem;
    }

    .info-card p[b-rp6mszig8f] {
        font-size: 0.65rem;
    }

    .modes-divider[b-rp6mszig8f] {
        margin: 1rem 0 0.75rem 0;
    }

    .modes-title[b-rp6mszig8f] {
        font-size: 1rem;
    }

    .game-modes-grid[b-rp6mszig8f] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .moba-content[b-rp6mszig8f] {
        padding: 0.75rem;
    }

    .mode-info h3[b-rp6mszig8f] {
        font-size: 0.95rem;
    }

    .mode-image-container[b-rp6mszig8f] {
        height: 80px;
    }

    .mode-info[b-rp6mszig8f] {
        padding: 0.6rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .moba-title[b-rp6mszig8f] {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
        letter-spacing: 1px;
    }

    .info-cards[b-rp6mszig8f] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .modes-divider[b-rp6mszig8f] {
        gap: 0.5rem;
    }

    .modes-title[b-rp6mszig8f] {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .game-modes-grid[b-rp6mszig8f] {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }

    .mode-image-container[b-rp6mszig8f] {
        height: 80px;
    }

    .mode-info h3[b-rp6mszig8f] {
        font-size: 0.9rem;
    }

    .mode-info p[b-rp6mszig8f] {
        font-size: 0.7rem;
    }

    .mode-stats[b-rp6mszig8f] {
        gap: 0.3rem;
    }

    .mode-stats span[b-rp6mszig8f] {
        font-size: 0.65rem;
    }

    .mode-button[b-rp6mszig8f] {
        font-size: 0.75rem;
        padding: 0.5rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/UserChampion.razor.rz.scp.css */
.selected-champion-card[b-6jronwu4fq] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 0.5rem;
    border: 2px solid rgba(102, 126, 234, 0.3);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.selected-champion-card:hover[b-6jronwu4fq] {
    border-color: #667eea;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
}

.champion-image-container[b-6jronwu4fq] {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 0.5rem;
    flex-shrink: 0;
}

.champion-image[b-6jronwu4fq] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.champion-glow[b-6jronwu4fq] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 1;
    animation: championGlow-b-6jronwu4fq 2s ease-in-out infinite;
}

@keyframes championGlow-b-6jronwu4fq {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.champion-info[b-6jronwu4fq] {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.champion-name[b-6jronwu4fq] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
}

.champion-label[b-6jronwu4fq] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/UserChampionList.razor.rz.scp.css */
.champion-selection-grid[b-7ih1h0ug8f] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    padding: 1rem;
    max-height: 600px;
    overflow-y: auto;
}

.champion-card[b-7ih1h0ug8f] {
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.champion-card:hover[b-7ih1h0ug8f] {
    transform: scale(1.1);
    border-color: #667eea;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    z-index: 10;
}

.champion-card-content[b-7ih1h0ug8f] {
    position: relative;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.champion-image-wrapper[b-7ih1h0ug8f] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 0.5rem;
}

.champion-card-image[b-7ih1h0ug8f] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.champion-card-glow[b-7ih1h0ug8f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.champion-card:hover .champion-card-glow[b-7ih1h0ug8f] {
    opacity: 1;
}

.champion-name-overlay[b-7ih1h0ug8f] {
    text-align: center;
    width: 100%;
}

.champion-name-overlay h4[b-7ih1h0ug8f] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-selection-grid[b-7ih1h0ug8f]::-webkit-scrollbar {
    width: 8px;
}

.champion-selection-grid[b-7ih1h0ug8f]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.champion-selection-grid[b-7ih1h0ug8f]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.champion-selection-grid[b-7ih1h0ug8f]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/UserChampionListBot.razor.rz.scp.css */
.champion-selection-grid[b-tns4cboa0m] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    padding: 1rem;
    max-height: 600px;
    overflow-y: auto;
}

.champion-card[b-tns4cboa0m] {
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.champion-card:hover[b-tns4cboa0m] {
    transform: scale(1.1);
    border-color: #667eea;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    z-index: 10;
}

.champion-card-content[b-tns4cboa0m] {
    position: relative;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.champion-image-wrapper[b-tns4cboa0m] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 0.5rem;
}

.champion-card-image[b-tns4cboa0m] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.champion-card-glow[b-tns4cboa0m] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.champion-card:hover .champion-card-glow[b-tns4cboa0m] {
    opacity: 1;
}

.champion-name-overlay[b-tns4cboa0m] {
    text-align: center;
    width: 100%;
}

.champion-name-overlay h4[b-tns4cboa0m] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-selection-grid[b-tns4cboa0m]::-webkit-scrollbar {
    width: 8px;
}

.champion-selection-grid[b-tns4cboa0m]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.champion-selection-grid[b-tns4cboa0m]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.champion-selection-grid[b-tns4cboa0m]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Champion Search Styles */
.champion-search-container[b-tns4cboa0m] {
    padding: 1rem;
    padding-bottom: 0;
}

.search-input-wrapper[b-tns4cboa0m] {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within[b-tns4cboa0m] {
    border-color: #667eea;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
}

.search-icon[b-tns4cboa0m] {
    position: absolute;
    left: 1rem;
    color: rgba(102, 126, 234, 0.8);
    font-size: 1.1rem;
    pointer-events: none;
}

.champion-search-input[b-tns4cboa0m] {
    width: 100%;
    padding: 0.8rem 3rem 0.8rem 3rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
}

.champion-search-input[b-tns4cboa0m]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.clear-search-button[b-tns4cboa0m] {
    position: absolute;
    right: 0.5rem;
    background: rgba(231, 76, 60, 0.2);
    border: 1px solid #e74c3c;
    color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clear-search-button:hover[b-tns4cboa0m] {
    background: rgba(231, 76, 60, 0.4);
    transform: scale(1.1);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/UserChampionListTwoVsBot.razor.rz.scp.css */
.champion-selection-grid[b-3aq2q12vqu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
    padding: 0.5rem;
    max-height: 100%;
    overflow-y: auto;
}

.champion-card[b-3aq2q12vqu] {
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.champion-card:hover[b-3aq2q12vqu] {
    transform: scale(1.1);
    border-color: #667eea;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    z-index: 10;
}

.champion-card-content[b-3aq2q12vqu] {
    position: relative;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.champion-image-wrapper[b-3aq2q12vqu] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 0.25rem;
}

.champion-card-image[b-3aq2q12vqu] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.champion-card-glow[b-3aq2q12vqu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.champion-card:hover .champion-card-glow[b-3aq2q12vqu] {
    opacity: 1;
}

.champion-name-overlay[b-3aq2q12vqu] {
    text-align: center;
    width: 100%;
}

.champion-name-overlay h4[b-3aq2q12vqu] {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-selection-grid[b-3aq2q12vqu]::-webkit-scrollbar {
    width: 8px;
}

.champion-selection-grid[b-3aq2q12vqu]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.champion-selection-grid[b-3aq2q12vqu]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.champion-selection-grid[b-3aq2q12vqu]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Champion Search Styles */
.champion-search-container[b-3aq2q12vqu] {
    padding: 0.5rem;
    padding-bottom: 0;
}

.search-input-wrapper[b-3aq2q12vqu] {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within[b-3aq2q12vqu] {
    border-color: #667eea;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
}

.search-icon[b-3aq2q12vqu] {
    position: absolute;
    left: 1rem;
    color: rgba(102, 126, 234, 0.8);
    font-size: 1.1rem;
    pointer-events: none;
}

.champion-search-input[b-3aq2q12vqu] {
    width: 100%;
    padding: 0.8rem 3rem 0.8rem 3rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
}

.champion-search-input[b-3aq2q12vqu]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.clear-search-button[b-3aq2q12vqu] {
    position: absolute;
    right: 0.5rem;
    background: rgba(231, 76, 60, 0.2);
    border: 1px solid #e74c3c;
    color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clear-search-button:hover[b-3aq2q12vqu] {
    background: rgba(231, 76, 60, 0.4);
    transform: scale(1.1);
}
/* _content/UwertaOfLegends/Components/Pages/CreateGame/UserChampionListTwoVsTwo.razor.rz.scp.css */
.champion-selection-grid[b-zikkdfgobh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
    padding: 0.5rem;
    max-height: 100%;
    overflow-y: auto;
}

.champion-card[b-zikkdfgobh] {
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.champion-card:hover[b-zikkdfgobh] {
    transform: scale(1.1);
    border-color: #667eea;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.6);
    z-index: 10;
}

.champion-card-content[b-zikkdfgobh] {
    position: relative;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.champion-image-wrapper[b-zikkdfgobh] {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 0.25rem;
}

.champion-card-image[b-zikkdfgobh] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.champion-card-glow[b-zikkdfgobh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.champion-card:hover .champion-card-glow[b-zikkdfgobh] {
    opacity: 1;
}

.champion-name-overlay[b-zikkdfgobh] {
    text-align: center;
    width: 100%;
}

.champion-name-overlay h4[b-zikkdfgobh] {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.champion-selection-grid[b-zikkdfgobh]::-webkit-scrollbar {
    width: 8px;
}

.champion-selection-grid[b-zikkdfgobh]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.champion-selection-grid[b-zikkdfgobh]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.champion-selection-grid[b-zikkdfgobh]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}
/* _content/UwertaOfLegends/Components/Pages/Items/UwertaItemsPage.razor.rz.scp.css */
/* Container */
.container[b-sg4n375oz1] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Category Filter Buttons */
.d-flex[b-sg4n375oz1] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-donate[b-sg4n375oz1] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 0.875rem 1.25rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    min-width: 100px;
}

.btn-donate[b-sg4n375oz1]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-donate:hover[b-sg4n375oz1] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.35) 0%, rgba(118, 75, 162, 0.35) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.btn-donate:hover[b-sg4n375oz1]::before {
    opacity: 1;
}

/* Items Grid */
.row[b-sg4n375oz1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

/* Item Card */
.zoom-card[b-sg4n375oz1] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.zoom-card[b-sg4n375oz1]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.zoom-card:hover[b-sg4n375oz1] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.zoom-card:hover[b-sg4n375oz1]::before {
    opacity: 1;
}

/* Card Body */
.card-body[b-sg4n375oz1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Item Image */
.card-img-top[b-sg4n375oz1] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    transition: all 0.3s ease;
}

.zoom-card:hover .card-img-top[b-sg4n375oz1] {
    transform: scale(1.15);
    filter: drop-shadow(0 8px 20px rgba(102, 126, 234, 0.5));
}

/* Item Name */
.zoom-card .card-body span:first-of-type[b-sg4n375oz1] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 0.5rem;
}

/* Item Price */
.zoom-card .card-body span:nth-of-type(2)[b-sg4n375oz1] {
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Item Attributes */
.zoom-card .card-body span:not(:first-of-type):not(:nth-of-type(2))[b-sg4n375oz1] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

/* Glow Effect on Hover */
.zoom-card[b-sg4n375oz1]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.zoom-card:hover[b-sg4n375oz1]::after {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .row[b-sg4n375oz1] {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1.2rem;
    }
}

@media (max-width: 768px) {
    .container[b-sg4n375oz1] {
        padding: 1rem;
    }

    .d-flex[b-sg4n375oz1] {
        gap: 0.4rem;
    }

    .btn-donate[b-sg4n375oz1] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
        min-width: 80px;
    }

    .row[b-sg4n375oz1] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 1rem;
    }

    .zoom-card[b-sg4n375oz1] {
        padding: 1rem;
    }

    .card-img-top[b-sg4n375oz1] {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 480px) {
    .d-flex[b-sg4n375oz1] {
        flex-direction: column;
    }

    .btn-donate[b-sg4n375oz1] {
        width: 100%;
    }

    .row[b-sg4n375oz1] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.8rem;
    }

    .card-img-top[b-sg4n375oz1] {
        width: 48px;
        height: 48px;
    }

    .zoom-card .card-body span:first-of-type[b-sg4n375oz1] {
        font-size: 0.9rem;
    }

    .zoom-card .card-body span:nth-of-type(2)[b-sg4n375oz1] {
        font-size: 0.85rem;
    }

    .zoom-card .card-body span:not(:first-of-type):not(:nth-of-type(2))[b-sg4n375oz1] {
        font-size: 0.8rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Market/BuyMarketItem.razor.rz.scp.css */
/* Container */
.container[b-h877g7vz63] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* Market Item Card */
.market-storage-card[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1.5rem;
    position: relative;
    overflow: visible;
    margin-bottom: 1rem;
}

.market-storage-card[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Corner Image */
.corner-image[b-h877g7vz63] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    z-index: 10;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.4));
}

/* Card Body */
.card-body[b-h877g7vz63] {
    position: relative;
    z-index: 1;
}

.card-img-top[b-h877g7vz63] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    margin-bottom: 1rem;
}

.card-body h5[b-h877g7vz63] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Buttons Container */
.d-grid[b-h877g7vz63] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Green Button (Points Display) */
.greenbutton[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.3) 0%, rgba(56, 142, 60, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.greenbutton[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.6), rgba(56, 142, 60, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.greenbutton img[b-h877g7vz63] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Glow Button (Buy) */
.glowbutton[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.875rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.glowbutton[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
}

.glowbutton:hover[b-h877g7vz63] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.45) 0%, rgba(255, 165, 0, 0.45) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5);
}

/* Purple Button (Navigation) */
.purplebutton[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.purplebutton[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.purplebutton:hover[b-h877g7vz63] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.purplebutton:hover[b-h877g7vz63]::before {
    opacity: 1;
}

.purplebutton img[b-h877g7vz63] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.purplebutton span[b-h877g7vz63] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
}

/* Blue Button (Buyer Info) */
.bluebutton[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(33, 150, 243, 0.3) 0%, rgba(25, 118, 210, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.bluebutton[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(33, 150, 243, 0.6), rgba(25, 118, 210, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.bluebutton img[b-h877g7vz63] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Red Button (Seller Info) */
.redbutton[b-h877g7vz63] {
    background: linear-gradient(145deg, rgba(244, 67, 54, 0.3) 0%, rgba(211, 47, 47, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.redbutton[b-h877g7vz63]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(244, 67, 54, 0.6), rgba(211, 47, 47, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.redbutton img[b-h877g7vz63] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Avatar Images */
.card-img-top.mx-auto[b-h877g7vz63] {
    border-radius: 16px;
    border: 3px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

/* Warning Text */
h3.text-white[b-h877g7vz63] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-h877g7vz63] {
        padding: 1rem;
    }

    .market-storage-card[b-h877g7vz63] {
        padding: 1rem;
    }

    .corner-image[b-h877g7vz63] {
        width: 50px;
        height: 50px;
    }

    .card-img-top[b-h877g7vz63] {
        width: 200px !important;
        height: 200px !important;
    }

    .greenbutton[b-h877g7vz63],
    .bluebutton[b-h877g7vz63],
    .redbutton[b-h877g7vz63],
    .purplebutton[b-h877g7vz63] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .greenbutton img[b-h877g7vz63],
    .bluebutton img[b-h877g7vz63],
    .redbutton img[b-h877g7vz63],
    .purplebutton img[b-h877g7vz63] {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .card-img-top[b-h877g7vz63] {
        width: 150px !important;
        height: 150px !important;
    }

    h3.text-white[b-h877g7vz63] {
        font-size: 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Market/Market.razor.rz.scp.css */
/* Container */
.container[b-bycwko52yv] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* ==================== HEADER SECTION ==================== */
.market-header[b-bycwko52yv] {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding: clamp(1rem, 3vw, 2rem) 0;
}

.market-title[b-bycwko52yv] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-bycwko52yv 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(2px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-bycwko52yv {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.market-subtitle[b-bycwko52yv] {
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: clamp(0.5px, 0.3vw, 1px);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* ==================== SEARCH SECTION ==================== */
.search-container[b-bycwko52yv] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.search-wrapper[b-bycwko52yv] {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.search-icon[b-bycwko52yv] {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(1rem, 2vw, 1.25rem);
    z-index: 2;
    pointer-events: none;
}

.search-input[b-bycwko52yv] {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(3rem, 5vw, 3.5rem);
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: #fff;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.search-input[b-bycwko52yv]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-input:focus[b-bycwko52yv] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(145deg, rgba(15, 20, 50, 1) 0%, rgba(8, 12, 30, 1) 100%);
}

/* Market Grid */
.row[b-bycwko52yv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

/* Market Card */
.card[b-bycwko52yv] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1.25rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card[b-bycwko52yv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.card:hover[b-bycwko52yv] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.card:hover[b-bycwko52yv]::before {
    opacity: 1;
}

/* Card Image */
.card-img-top[b-bycwko52yv] {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin: 0 auto 0.75rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.card:hover .card-img-top[b-bycwko52yv] {
    transform: scale(1.1);
    filter: drop-shadow(0 8px 20px rgba(102, 126, 234, 0.5));
}

/* Card Body */
.card-body[b-bycwko52yv] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

/* Item Title */
.card-body h5[b-bycwko52yv] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 0.2em;
    text-align: center;
    margin: 0 0 0.25rem 0;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Seller Button */
.blackbutton[b-bycwko52yv] {
    background: linear-gradient(145deg, rgba(50, 50, 50, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 10px;
    padding: 0.6rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.blackbutton[b-bycwko52yv]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blackbutton:hover[b-bycwko52yv] {
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.blackbutton:hover[b-bycwko52yv]::before {
    opacity: 1;
}

.blackbutton img[b-bycwko52yv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.blackbutton span[b-bycwko52yv] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
    font-size: 0.7rem;
}

/* Buy Button */
.bluebutton[b-bycwko52yv] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.65rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

.bluebutton[b-bycwko52yv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bluebutton:hover[b-bycwko52yv] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.45) 0%, rgba(118, 75, 162, 0.45) 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
}

.bluebutton:hover[b-bycwko52yv]::before {
    opacity: 1;
}

.bluebutton img[b-bycwko52yv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.bluebutton span[b-bycwko52yv] {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
    font-size: 0.75rem;
}

/* Glow Effect */
.card[b-bycwko52yv]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.card:hover[b-bycwko52yv]::after {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .row[b-bycwko52yv] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 1.2rem;
    }
}

@media (max-width: 768px) {
    .container[b-bycwko52yv] {
        padding: 1rem;
    }

    .row[b-bycwko52yv] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1rem;
    }

    .card[b-bycwko52yv] {
        padding: 1rem;
    }

    .card-img-top[b-bycwko52yv] {
        width: 90px;
        height: 90px;
    }

    .card-body h5[b-bycwko52yv] {
        font-size: 0.85rem;
        min-height: 2.2rem;
    }

    .blackbutton[b-bycwko52yv],
    .bluebutton[b-bycwko52yv] {
        padding: 0.55rem;
    }

    .blackbutton span[b-bycwko52yv],
    .bluebutton span[b-bycwko52yv] {
        font-size: 0.65rem;
    }

    .blackbutton img[b-bycwko52yv],
    .bluebutton img[b-bycwko52yv] {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .row[b-bycwko52yv] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 0.8rem;
    }

    .card-img-top[b-bycwko52yv] {
        width: 75px;
        height: 75px;
    }

    .card-body h5[b-bycwko52yv] {
        font-size: 0.75rem;
        min-height: 2rem;
    }

    .blackbutton[b-bycwko52yv],
    .bluebutton[b-bycwko52yv] {
        padding: 0.5rem;
        gap: 0.4rem;
    }

    .blackbutton span[b-bycwko52yv],
    .bluebutton span[b-bycwko52yv] {
        font-size: 0.6rem;
    }

    .blackbutton img[b-bycwko52yv],
    .bluebutton img[b-bycwko52yv] {
        width: 24px;
        height: 24px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Market/MarketItemPicked.razor.rz.scp.css */
/* Blue Button */
.bluebutton[b-zi0hm4t0mv] {
    background: linear-gradient(145deg, rgba(33, 150, 243, 0.3) 0%, rgba(25, 118, 210, 0.3) 100%);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.bluebutton[b-zi0hm4t0mv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(33, 150, 243, 0.6), rgba(25, 118, 210, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.bluebutton img[b-zi0hm4t0mv] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.bluebutton span[b-zi0hm4t0mv] {
    position: relative;
    z-index: 1;
}

/* Storage Card */
.my-storage-card-2w[b-zi0hm4t0mv] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 2px solid transparent;
    padding: 1.5rem;
    position: relative;
    overflow: visible;
    margin-bottom: 1rem;
}

.my-storage-card-2w[b-zi0hm4t0mv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Corner Image */
.corner-image[b-zi0hm4t0mv] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    z-index: 10;
    filter: drop-shadow(0 4px 12px rgba(255, 215, 0, 0.4));
}

/* Card Body */
.card-body[b-zi0hm4t0mv] {
    position: relative;
    z-index: 1;
}

.card-img-top[b-zi0hm4t0mv] {
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    margin-bottom: 1rem;
}

.card-body h5[b-zi0hm4t0mv] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .my-storage-card-2w[b-zi0hm4t0mv] {
        padding: 1rem;
    }

    .corner-image[b-zi0hm4t0mv] {
        width: 50px;
        height: 50px;
    }

    .bluebutton[b-zi0hm4t0mv] {
        padding: 0.625rem;
        font-size: 0.85rem;
    }

    .bluebutton img[b-zi0hm4t0mv] {
        width: 32px;
        height: 32px;
    }

    .card-img-top[b-zi0hm4t0mv] {
        width: 80px !important;
        height: 80px !important;
    }
}
/* _content/UwertaOfLegends/Components/Pages/News/AddNews.razor.rz.scp.css */
.container[b-yv9jmfxvfj] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

/* Season Banner */
.season-banner[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.season-banner h1[b-yv9jmfxvfj] {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Info Cards Grid */
.info-cards-grid[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-card[b-yv9jmfxvfj] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.info-card[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-card:hover[b-yv9jmfxvfj]::before {
    opacity: 1;
}

.info-card:hover[b-yv9jmfxvfj] {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.info-card img[b-yv9jmfxvfj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-overlay[b-yv9jmfxvfj] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.info-card:hover .info-card-overlay[b-yv9jmfxvfj] {
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.info-card-title[b-yv9jmfxvfj] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    margin: 0;
}

/* Video Row */
.video-row[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.video-container[b-yv9jmfxvfj] {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    height: 260px;
}

.video-container iframe[b-yv9jmfxvfj] {
    width: 100%;
    height: 100%;
    border: none;
}

/* Ranking Container */
.ranking-container[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 0.4rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.ranking-container[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 215, 0, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ranking-header[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
    padding: 0.35rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 0.35rem;
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.ranking-header span[b-yv9jmfxvfj] {
    color: #ffd700;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.ranking-item-link[b-yv9jmfxvfj] {
    text-decoration: none;
    display: block;
    margin-bottom: 0.3rem;
}

.ranking-item[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 8px;
    padding: 0.3rem;
    border: 1px solid rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ranking-item[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ffd700 0%, #ffed4e 100%);
}

.ranking-item-link:hover .ranking-item[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateX(4px);
}

.ranking-position[b-yv9jmfxvfj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    font-size: 0.7rem;
    margin-right: 0.35rem;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.ranking-avatar[b-yv9jmfxvfj] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(102, 126, 234, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ranking-player-name[b-yv9jmfxvfj] {
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: block;
    transition: color 0.3s ease;
}

.ranking-item-link:hover .ranking-player-name[b-yv9jmfxvfj] {
    color: #667eea;
    text-shadow: 0 2px 4px rgba(102, 126, 234, 0.5);
}

.ranking-points[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6rem;
    margin: 0;
}

.ranking-icon[b-yv9jmfxvfj] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: auto;
}

/* Discord Widget */
.discord-container[b-yv9jmfxvfj] {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(114, 137, 218, 0.3);
    box-shadow: 0 8px 32px rgba(114, 137, 218, 0.2);
}

.discord-container iframe[b-yv9jmfxvfj] {
    width: 100%;
    border: none;
}

/* Carousel */
.carousel-inner[b-yv9jmfxvfj] {
    position: relative;
}

.carousel-item[b-yv9jmfxvfj] {
    display: none;
}

.carousel-item.active[b-yv9jmfxvfj] {
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .info-cards-grid[b-yv9jmfxvfj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-row[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .info-cards-grid[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
    }

    .season-banner h1[b-yv9jmfxvfj] {
        font-size: 1.8rem;
    }

    .info-card[b-yv9jmfxvfj] {
        height: 200px;
    }

    .video-container[b-yv9jmfxvfj] {
        height: 200px;
    }
}
.game-items-container[b-yv9jmfxvfj] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem 1rem 2rem 1rem;
    background: transparent;
}

/* ==================== HERO SECTION ==================== */
.hero-section[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-section[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -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.5;
}

.hero-content[b-yv9jmfxvfj] {
    position: relative;
    z-index: 2;
}

.hero-badge[b-yv9jmfxvfj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.4);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.hero-badge i[b-yv9jmfxvfj] {
    color: #ffd700;
    font-size: 1rem;
}

.hero-badge span[b-yv9jmfxvfj] {
    color: #ffd700;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title[b-yv9jmfxvfj] {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.4));
}

.hero-description[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.hero-image[b-yv9jmfxvfj] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hero-image img[b-yv9jmfxvfj] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.hero-image:hover img[b-yv9jmfxvfj] {
    transform: scale(1.05);
}

.image-glow[b-yv9jmfxvfj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hero-image:hover .image-glow[b-yv9jmfxvfj] {
    opacity: 1;
}

/* ==================== QUICK ACTIONS ==================== */
.quick-actions[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.action-card[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.action-card[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.action-card:hover[b-yv9jmfxvfj]::before {
    opacity: 1;
}

.action-card:hover[b-yv9jmfxvfj] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.action-card.primary[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-color: rgba(46, 204, 113, 0.3);
}

.action-card.primary[b-yv9jmfxvfj]::before {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.15));
}

.action-card.primary:hover[b-yv9jmfxvfj] {
    border-color: rgba(46, 204, 113, 0.6);
    box-shadow: 0 12px 40px rgba(46, 204, 113, 0.3);
}

.action-card.highlight[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-color: rgba(255, 193, 7, 0.3);
}

.action-card.highlight[b-yv9jmfxvfj]::before {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.15), rgba(255, 152, 0, 0.15));
}

.action-card.highlight:hover[b-yv9jmfxvfj] {
    border-color: rgba(255, 193, 7, 0.6);
    box-shadow: 0 12px 40px rgba(255, 193, 7, 0.3);
}

.action-icon[b-yv9jmfxvfj] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card.primary .action-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card.highlight .action-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card h3[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.action-card p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ==================== ITEMS SHOWCASE ==================== */
.items-showcase[b-yv9jmfxvfj] {
    margin-bottom: 3rem;
}

.showcase-header[b-yv9jmfxvfj] {
    text-align: center;
    margin-bottom: 2rem;
}

.showcase-title[b-yv9jmfxvfj] {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.showcase-subtitle[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

/* Items Grid */
.items-grid[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.item-card[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.item-card[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.item-card:hover[b-yv9jmfxvfj] {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.5);
}

.item-card:hover[b-yv9jmfxvfj]::before {
    opacity: 1;
}

.item-image-wrapper[b-yv9jmfxvfj] {
    position: relative;
    width: 100%;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 12px;
}

.item-image[b-yv9jmfxvfj] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.item-card:hover .item-image[b-yv9jmfxvfj] {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.item-glow[b-yv9jmfxvfj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.item-card:hover .item-glow[b-yv9jmfxvfj] {
    opacity: 1;
}

.item-info[b-yv9jmfxvfj] {
    position: relative;
    z-index: 2;
}

.item-name[b-yv9jmfxvfj] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.item-card:hover .item-name[b-yv9jmfxvfj] {
    color: #667eea;
    text-shadow: 0 2px 12px rgba(102, 126, 234, 0.8);
}

.item-cost[b-yv9jmfxvfj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #ffd700;
    font-size: 0.85rem;
    font-weight: 600;
}

.item-cost i[b-yv9jmfxvfj] {
    font-size: 0.9rem;
}

/* View All Section */
.view-all-section[b-yv9jmfxvfj] {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.view-all-button[b-yv9jmfxvfj],
.wiki-button[b-yv9jmfxvfj] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wiki-button[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border-color: #ffc107;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.view-all-button:hover[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.wiki-button:hover[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.6);
    transform: translateY(-2px);
}

.view-all-button i[b-yv9jmfxvfj],
.wiki-button i[b-yv9jmfxvfj] {
    transition: transform 0.3s ease;
}

.view-all-button:hover i[b-yv9jmfxvfj],
.wiki-button:hover i[b-yv9jmfxvfj] {
    transform: translateX(5px);
}

/* Loading State */
.loading-state[b-yv9jmfxvfj] {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.6);
}

.loading-state i[b-yv9jmfxvfj] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.loading-state p[b-yv9jmfxvfj] {
    font-size: 1.2rem;
    margin: 0;
}

/* ==================== HOW TO BUY ITEMS SECTION ==================== */
.how-to-buy-section[b-yv9jmfxvfj] {
    margin-bottom: 3rem;
}

.how-to-buy-container[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.mechanics-card[b-yv9jmfxvfj],
.last-hitting-card[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.mechanics-card[b-yv9jmfxvfj]::before,
.last-hitting-card[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mechanics-card:hover[b-yv9jmfxvfj],
.last-hitting-card:hover[b-yv9jmfxvfj] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.mechanics-card:hover[b-yv9jmfxvfj]::before,
.last-hitting-card:hover[b-yv9jmfxvfj]::before {
    opacity: 1;
}

.mechanics-header[b-yv9jmfxvfj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.mechanics-icon[b-yv9jmfxvfj] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    flex-shrink: 0;
}

.mechanics-icon.earning-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.mechanics-header h3[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mechanics-image[b-yv9jmfxvfj] {
    margin-bottom: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.mechanics-image:hover[b-yv9jmfxvfj] {
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4);
}

.mechanics-image img[b-yv9jmfxvfj] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.mechanics-image:hover img[b-yv9jmfxvfj] {
    transform: scale(1.05);
}

.mechanics-description[b-yv9jmfxvfj] {
    position: relative;
    z-index: 2;
}

.mechanics-description p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.mechanics-description strong[b-yv9jmfxvfj] {
    color: #ffc107;
    font-weight: 700;
}

.last-hitting-description[b-yv9jmfxvfj] {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.last-hitting-description p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.last-hitting-targets[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.target-item[b-yv9jmfxvfj] {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.target-item:hover[b-yv9jmfxvfj] {
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.target-image[b-yv9jmfxvfj] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 14, 39, 0.8);
}

.target-image img[b-yv9jmfxvfj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.target-item:hover .target-image img[b-yv9jmfxvfj] {
    transform: scale(1.1);
}

.target-item h4[b-yv9jmfxvfj] {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.target-item p[b-yv9jmfxvfj] {
    color: #ffc107;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
}

.last-hitting-tip[b-yv9jmfxvfj] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.1) 0%, rgba(10, 14, 39, 0.6) 100%);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    z-index: 2;
}

.last-hitting-tip i[b-yv9jmfxvfj] {
    color: #ffc107;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.last-hitting-tip p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.last-hitting-tip strong[b-yv9jmfxvfj] {
    color: #ffc107;
}

/* ==================== STORAGE & SPECIAL ITEMS SECTION ==================== */
.special-items-section[b-yv9jmfxvfj] {
    margin-bottom: 3rem;
}

.special-items-grid[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.special-card[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.special-card[b-yv9jmfxvfj]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.special-card:hover[b-yv9jmfxvfj] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.special-card:hover[b-yv9jmfxvfj]::before {
    opacity: 1;
}

.special-card.chests-card:hover[b-yv9jmfxvfj] {
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 16px 48px rgba(255, 193, 7, 0.4);
}

.special-card.avatars-card:hover[b-yv9jmfxvfj] {
    border-color: rgba(156, 39, 176, 0.5);
    box-shadow: 0 16px 48px rgba(156, 39, 176, 0.4);
}

.special-card.storage-card:hover[b-yv9jmfxvfj] {
    border-color: rgba(46, 204, 113, 0.5);
    box-shadow: 0 16px 48px rgba(46, 204, 113, 0.4);
}

.special-card-icon[b-yv9jmfxvfj] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.chests-card .special-card-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.avatars-card .special-card-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #9c27b0 0%, #e91e63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.storage-card .special-card-icon[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.special-card-title[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.special-card-description[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.special-card-features[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.feature-item-link[b-yv9jmfxvfj] {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.feature-item-link:hover[b-yv9jmfxvfj] {
    background: rgba(102, 126, 234, 0.1);
    transform: translateX(4px);
}

.feature-item[b-yv9jmfxvfj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.feature-item i[b-yv9jmfxvfj] {
    font-size: 1.2rem;
    color: #667eea;
}

.chests-card .feature-item i[b-yv9jmfxvfj] {
    color: #ffc107;
}

.avatars-card .feature-item i[b-yv9jmfxvfj] {
    color: #9c27b0;
}

.storage-card .feature-item i[b-yv9jmfxvfj] {
    color: #2ecc71;
}

/* ==================== CHEST TUTORIAL SECTION ==================== */
.chest-tutorial-section[b-yv9jmfxvfj] {
    margin-bottom: 3rem;
}

.tutorial-container[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    padding: 2rem;
}

.tutorial-content[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.tutorial-steps[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tutorial-step[b-yv9jmfxvfj] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-number[b-yv9jmfxvfj] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.step-content h4[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.step-content p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* Special Step - Key Requirement */
.tutorial-step.special-step[b-yv9jmfxvfj] {
    display: block;
}

.key-requirement-inline[b-yv9jmfxvfj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.08) 0%, rgba(10, 14, 39, 0.6) 100%);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.key-requirement-inline:hover[b-yv9jmfxvfj] {
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.3);
}

.key-img-inline[b-yv9jmfxvfj] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.6));
    flex-shrink: 0;
}

.key-info-inline[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.key-info-inline h4[b-yv9jmfxvfj] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.key-info-inline p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

.buy-key-button[b-yv9jmfxvfj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: 2px solid #ffc107;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(255, 193, 7, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.buy-key-button:hover[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.5);
    transform: translateY(-2px);
}

.buy-key-button i[b-yv9jmfxvfj] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.buy-key-button:hover i[b-yv9jmfxvfj] {
    transform: translateX(3px);
}

.tutorial-demo[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demo-chest-container[b-yv9jmfxvfj] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 3rem 2rem;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}

.demo-chest-section[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.demo-chest-image[b-yv9jmfxvfj] {
    position: relative;
    transition: all 0.3s ease;
}

.demo-chest-image:hover[b-yv9jmfxvfj] {
    transform: scale(1.05);
}

.chest-img[b-yv9jmfxvfj] {
    width: 160px;
    height: 160px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(255, 193, 7, 0.6));
    transition: all 0.3s ease;
}

.demo-chest-image:hover .chest-img[b-yv9jmfxvfj] {
    filter: drop-shadow(0 0 30px rgba(255, 193, 7, 0.8));
}

.key-requirement[b-yv9jmfxvfj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.1) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
}

.key-img[b-yv9jmfxvfj] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.6));
}

.key-info[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.key-text[b-yv9jmfxvfj] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.buy-key-link[b-yv9jmfxvfj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffc107;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.buy-key-link:hover[b-yv9jmfxvfj] {
    color: #ff9800;
    transform: translateX(3px);
}

.buy-key-link i[b-yv9jmfxvfj] {
    font-size: 0.9rem;
}

.carousel-demo-container[b-yv9jmfxvfj] {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 16px;
    padding: 2rem;
}

.carousel-track[b-yv9jmfxvfj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-card-item[b-yv9jmfxvfj] {
    transition: all 0.2s ease;
    animation: slideIn-b-yv9jmfxvfj 0.15s ease-out;
}

@keyframes slideIn-b-yv9jmfxvfj {
    from {
        transform: translateX(-20px);
        opacity: 0.5;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.demo-card-inner[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.demo-card-icon[b-yv9jmfxvfj] {
    font-size: 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
}

.demo-card-image[b-yv9jmfxvfj] {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    transition: all 0.3s ease;
    z-index: 2;
}

.demo-card-name[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.demo-open-button[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: 2px solid #ffc107;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.demo-open-button:hover[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.6);
    transform: translateY(-2px);
}

.demo-preview-grid[b-yv9jmfxvfj] {
    margin-top: 2rem;
    width: 100%;
}

.preview-title[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: center;
}

.preview-items[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.preview-item[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.preview-item:hover[b-yv9jmfxvfj] {
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-4px);
}

.preview-item i[b-yv9jmfxvfj] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.preview-image[b-yv9jmfxvfj] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.preview-item:hover .preview-image[b-yv9jmfxvfj] {
    transform: scale(1.1);
}

.preview-item span[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.demo-reward-reveal[b-yv9jmfxvfj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    animation: fadeIn-b-yv9jmfxvfj 0.5s ease-out;
}

@keyframes fadeIn-b-yv9jmfxvfj {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reward-banner[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.reward-star[b-yv9jmfxvfj] {
    animation: rotate-b-yv9jmfxvfj 2s linear infinite;
}

@keyframes rotate-b-yv9jmfxvfj {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.reward-item[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    min-width: 250px;
}

.reward-glow[b-yv9jmfxvfj] {
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulse-b-yv9jmfxvfj 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.reward-icon[b-yv9jmfxvfj] {
    font-size: 5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    z-index: 2;
}

.reward-image[b-yv9jmfxvfj] {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 16px;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    z-index: 2;
    animation: pulse-b-yv9jmfxvfj 2s ease-in-out infinite;
}

@keyframes pulse-b-yv9jmfxvfj {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.reward-name[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.reward-type[b-yv9jmfxvfj] {
    color: #ffc107;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.demo-reset-button[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.demo-reset-button:hover[b-yv9jmfxvfj] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.tutorial-info[b-yv9jmfxvfj] {
    margin-top: 1rem;
}

.info-box[b-yv9jmfxvfj] {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.info-box i[b-yv9jmfxvfj] {
    color: #667eea;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.info-box p[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

/* ==================== VIDEO SECTION ==================== */
.video-section[b-yv9jmfxvfj] {
    margin-bottom: 3rem;
}

.section-header[b-yv9jmfxvfj] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title[b-yv9jmfxvfj] {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-yv9jmfxvfj] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

.video-grid[b-yv9jmfxvfj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.video-card[b-yv9jmfxvfj] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.video-card:hover[b-yv9jmfxvfj] {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    transform: translateY(-4px);
}

.video-wrapper[b-yv9jmfxvfj] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.video-wrapper iframe[b-yv9jmfxvfj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.video-title[b-yv9jmfxvfj] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .hero-section[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quick-actions[b-yv9jmfxvfj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .items-grid[b-yv9jmfxvfj] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .how-to-buy-container[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .special-items-grid[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tutorial-content[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .game-items-container[b-yv9jmfxvfj] {
        padding: 1rem 0.5rem;
    }

    .hero-title[b-yv9jmfxvfj] {
        font-size: 2rem;
    }

    .quick-actions[b-yv9jmfxvfj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .action-card[b-yv9jmfxvfj] {
        padding: 1rem;
    }

    .action-icon[b-yv9jmfxvfj] {
        font-size: 2rem;
    }

    .action-card h3[b-yv9jmfxvfj] {
        font-size: 0.95rem;
    }

    .showcase-title[b-yv9jmfxvfj] {
        font-size: 2rem;
    }

    .items-grid[b-yv9jmfxvfj] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 1rem;
    }

    .mechanics-card[b-yv9jmfxvfj],
    .last-hitting-card[b-yv9jmfxvfj] {
        padding: 1.5rem;
    }

    .mechanics-icon[b-yv9jmfxvfj] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .mechanics-header h3[b-yv9jmfxvfj] {
        font-size: 1.2rem;
    }

    .last-hitting-targets[b-yv9jmfxvfj] {
        gap: 0.75rem;
    }

    .target-image[b-yv9jmfxvfj] {
        width: 70px;
        height: 70px;
    }

    .target-item h4[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .target-item p[b-yv9jmfxvfj] {
        font-size: 0.75rem;
    }

    .last-hitting-tip[b-yv9jmfxvfj] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .last-hitting-tip i[b-yv9jmfxvfj] {
        font-size: 1.2rem;
    }

    .last-hitting-tip p[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .special-card[b-yv9jmfxvfj] {
        padding: 1.5rem;
    }

    .special-card-icon[b-yv9jmfxvfj] {
        font-size: 3rem;
    }

    .special-card-title[b-yv9jmfxvfj] {
        font-size: 1.2rem;
    }

    .tutorial-container[b-yv9jmfxvfj] {
        padding: 1.5rem;
    }

    .step-number[b-yv9jmfxvfj] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .step-content h4[b-yv9jmfxvfj] {
        font-size: 1rem;
    }

    .key-requirement-inline[b-yv9jmfxvfj] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .key-img-inline[b-yv9jmfxvfj] {
        width: 45px;
        height: 45px;
    }

    .key-info-inline h4[b-yv9jmfxvfj] {
        font-size: 0.9rem;
    }

    .key-info-inline p[b-yv9jmfxvfj] {
        font-size: 0.8rem;
    }

    .buy-key-button[b-yv9jmfxvfj] {
        padding: 0.45rem 0.85rem;
        font-size: 0.75rem;
    }

    .demo-chest-container[b-yv9jmfxvfj] {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .chest-img[b-yv9jmfxvfj] {
        width: 120px;
        height: 120px;
    }

    .carousel-demo-container[b-yv9jmfxvfj] {
        max-width: 300px;
        padding: 1.5rem;
    }

    .demo-card-inner[b-yv9jmfxvfj] {
        padding: 1.5rem;
        min-width: 160px;
    }

    .demo-card-icon[b-yv9jmfxvfj] {
        font-size: 3rem;
    }

    .demo-card-name[b-yv9jmfxvfj] {
        font-size: 0.95rem;
    }

    .key-requirement[b-yv9jmfxvfj] {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .key-img[b-yv9jmfxvfj] {
        width: 40px;
        height: 40px;
    }

    .key-text[b-yv9jmfxvfj] {
        font-size: 0.9rem;
    }

    .buy-key-link[b-yv9jmfxvfj] {
        font-size: 0.75rem;
    }

    .preview-items[b-yv9jmfxvfj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-section[b-yv9jmfxvfj] {
        padding: 1.5rem;
    }

    .hero-title[b-yv9jmfxvfj] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .hero-description[b-yv9jmfxvfj] {
        font-size: 0.9rem;
    }

    .quick-actions[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
    }

    .showcase-title[b-yv9jmfxvfj] {
        font-size: 1.5rem;
    }

    .items-grid[b-yv9jmfxvfj] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 0.8rem;
    }

    .item-card[b-yv9jmfxvfj] {
        padding: 0.75rem;
    }

    .item-name[b-yv9jmfxvfj] {
        font-size: 0.8rem;
    }

    .item-cost[b-yv9jmfxvfj] {
        font-size: 0.75rem;
    }

    .view-all-button[b-yv9jmfxvfj],
    .wiki-button[b-yv9jmfxvfj] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .mechanics-card[b-yv9jmfxvfj],
    .last-hitting-card[b-yv9jmfxvfj] {
        padding: 1.25rem;
    }

    .mechanics-icon[b-yv9jmfxvfj] {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .mechanics-header h3[b-yv9jmfxvfj] {
        font-size: 1.1rem;
    }

    .mechanics-description p[b-yv9jmfxvfj],
    .last-hitting-description p[b-yv9jmfxvfj] {
        font-size: 0.9rem;
    }

    .last-hitting-targets[b-yv9jmfxvfj] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .target-item[b-yv9jmfxvfj] {
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
    }

    .target-image[b-yv9jmfxvfj] {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .target-item h4[b-yv9jmfxvfj] {
        font-size: 0.85rem;
        margin-bottom: 0.25rem;
    }

    .target-item p[b-yv9jmfxvfj] {
        font-size: 0.75rem;
    }

    .last-hitting-tip[b-yv9jmfxvfj] {
        padding: 0.75rem;
        flex-direction: column;
        text-align: center;
    }

    .last-hitting-tip i[b-yv9jmfxvfj] {
        font-size: 1.5rem;
        margin: 0;
    }

    .last-hitting-tip p[b-yv9jmfxvfj] {
        font-size: 0.8rem;
    }

    .special-card[b-yv9jmfxvfj] {
        padding: 1.25rem;
    }

    .special-card-icon[b-yv9jmfxvfj] {
        font-size: 2.5rem;
    }

    .special-card-title[b-yv9jmfxvfj] {
        font-size: 1.1rem;
    }

    .special-card-description[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .tutorial-container[b-yv9jmfxvfj] {
        padding: 1rem;
    }

    .step-number[b-yv9jmfxvfj] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .step-content h4[b-yv9jmfxvfj] {
        font-size: 0.95rem;
    }

    .step-content p[b-yv9jmfxvfj] {
        font-size: 0.8rem;
    }

    .key-requirement-inline[b-yv9jmfxvfj] {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0.75rem;
        gap: 0.75rem;
    }

    .key-img-inline[b-yv9jmfxvfj] {
        width: 50px;
        height: 50px;
    }

    .key-info-inline[b-yv9jmfxvfj] {
        align-items: center;
    }

    .key-info-inline h4[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .key-info-inline p[b-yv9jmfxvfj] {
        font-size: 0.75rem;
    }

    .buy-key-button[b-yv9jmfxvfj] {
        padding: 0.5rem 1rem;
        font-size: 0.7rem;
        align-self: center;
    }

    .demo-chest-container[b-yv9jmfxvfj] {
        padding: 1.5rem 1rem;
        min-height: 280px;
    }

    .chest-img[b-yv9jmfxvfj] {
        width: 100px;
        height: 100px;
    }

    .carousel-demo-container[b-yv9jmfxvfj] {
        max-width: 260px;
        padding: 1rem;
        min-height: 180px;
    }

    .demo-card-inner[b-yv9jmfxvfj] {
        padding: 1.25rem;
        min-width: 140px;
    }

    .demo-card-icon[b-yv9jmfxvfj] {
        font-size: 2.5rem;
    }

    .demo-card-name[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .key-requirement[b-yv9jmfxvfj] {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .key-img[b-yv9jmfxvfj] {
        width: 45px;
        height: 45px;
    }

    .key-text[b-yv9jmfxvfj] {
        font-size: 0.85rem;
    }

    .buy-key-link[b-yv9jmfxvfj] {
        font-size: 0.7rem;
        justify-content: center;
    }

    .demo-open-button[b-yv9jmfxvfj] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .reward-icon[b-yv9jmfxvfj] {
        font-size: 3.5rem;
    }

    .reward-name[b-yv9jmfxvfj] {
        font-size: 1.2rem;
    }

    .reward-banner[b-yv9jmfxvfj] {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }

    .preview-items[b-yv9jmfxvfj] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .preview-item[b-yv9jmfxvfj] {
        padding: 0.75rem;
    }

    .preview-item i[b-yv9jmfxvfj] {
        font-size: 1.5rem;
    }

    .preview-item span[b-yv9jmfxvfj] {
        font-size: 0.65rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/News/Static/AboutChampions.razor.rz.scp.css */
.about-champions-container[b-mc4dlc7c09] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* ==================== HERO SECTION ==================== */
.hero-section[b-mc4dlc7c09] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-section[b-mc4dlc7c09]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -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.5;
}

.hero-content[b-mc4dlc7c09] {
    position: relative;
    z-index: 2;
}

.hero-badge[b-mc4dlc7c09] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.4);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.hero-badge i[b-mc4dlc7c09] {
    color: #ffd700;
    font-size: 1rem;
}

.hero-badge span[b-mc4dlc7c09] {
    color: #ffd700;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title[b-mc4dlc7c09] {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.4));
}

.hero-description[b-mc4dlc7c09] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.hero-image[b-mc4dlc7c09] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hero-image img[b-mc4dlc7c09] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.hero-image:hover img[b-mc4dlc7c09] {
    transform: scale(1.05);
}

.image-glow[b-mc4dlc7c09] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hero-image:hover .image-glow[b-mc4dlc7c09] {
    opacity: 1;
}

/* ==================== QUICK ACTIONS ==================== */
.quick-actions[b-mc4dlc7c09] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.action-card[b-mc4dlc7c09] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.action-card[b-mc4dlc7c09]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.action-card:hover[b-mc4dlc7c09]::before {
    opacity: 1;
}

.action-card:hover[b-mc4dlc7c09] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.action-card.primary[b-mc4dlc7c09] {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-color: rgba(46, 204, 113, 0.3);
}

.action-card.primary[b-mc4dlc7c09]::before {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.15));
}

.action-card.primary:hover[b-mc4dlc7c09] {
    border-color: rgba(46, 204, 113, 0.6);
    box-shadow: 0 12px 40px rgba(46, 204, 113, 0.3);
}

.action-icon[b-mc4dlc7c09] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card.primary .action-icon[b-mc4dlc7c09] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card h3[b-mc4dlc7c09] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.action-card p[b-mc4dlc7c09] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ==================== CHAMPIONS SHOWCASE ==================== */
.champions-showcase[b-mc4dlc7c09] {
    margin-bottom: 3rem;
}

.showcase-header[b-mc4dlc7c09] {
    text-align: center;
    margin-bottom: 2rem;
}

.showcase-title[b-mc4dlc7c09] {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.showcase-subtitle[b-mc4dlc7c09] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

/* Champions Grid - Same as Champions.razor */
.champions-grid[b-mc4dlc7c09] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.champion-link[b-mc4dlc7c09] {
    text-decoration: none;
    color: inherit;
}

.champion-card[b-mc4dlc7c09] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.champion-card[b-mc4dlc7c09]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.champion-card:hover[b-mc4dlc7c09] {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.5);
}

.champion-card:hover[b-mc4dlc7c09]::before {
    opacity: 1;
}

.champion-image-wrapper[b-mc4dlc7c09] {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 12px;
}

.champion-image[b-mc4dlc7c09] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.champion-card:hover .champion-image[b-mc4dlc7c09] {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.champion-glow[b-mc4dlc7c09] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.champion-card:hover .champion-glow[b-mc4dlc7c09] {
    opacity: 1;
}

.champion-name[b-mc4dlc7c09] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.champion-card:hover .champion-name[b-mc4dlc7c09] {
    color: #667eea;
    text-shadow: 0 2px 12px rgba(102, 126, 234, 0.8);
}

/* View All Button */
.view-all-section[b-mc4dlc7c09] {
    text-align: center;
}

.view-all-button[b-mc4dlc7c09] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-all-button:hover[b-mc4dlc7c09] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.view-all-button i[b-mc4dlc7c09] {
    transition: transform 0.3s ease;
}

.view-all-button:hover i[b-mc4dlc7c09] {
    transform: translateX(5px);
}

/* Loading State */
.loading-state[b-mc4dlc7c09] {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.6);
}

.loading-state i[b-mc4dlc7c09] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.loading-state p[b-mc4dlc7c09] {
    font-size: 1.2rem;
    margin: 0;
}

/* ==================== VIDEO SECTION ==================== */
.video-section[b-mc4dlc7c09] {
    margin-bottom: 3rem;
}

.section-header[b-mc4dlc7c09] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title[b-mc4dlc7c09] {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-mc4dlc7c09] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

.video-grid[b-mc4dlc7c09] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.video-card[b-mc4dlc7c09] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.video-card:hover[b-mc4dlc7c09] {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    transform: translateY(-4px);
}

.video-wrapper[b-mc4dlc7c09] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.video-wrapper iframe[b-mc4dlc7c09] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.video-title[b-mc4dlc7c09] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .hero-section[b-mc4dlc7c09] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quick-actions[b-mc4dlc7c09] {
        grid-template-columns: repeat(2, 1fr);
    }

    .champions-grid[b-mc4dlc7c09] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media (max-width: 768px) {
    .about-champions-container[b-mc4dlc7c09] {
        padding: 1rem 0.5rem;
    }

    .hero-title[b-mc4dlc7c09] {
        font-size: 2rem;
    }

    .quick-actions[b-mc4dlc7c09] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .action-card[b-mc4dlc7c09] {
        padding: 1rem;
    }

    .action-icon[b-mc4dlc7c09] {
        font-size: 2rem;
    }

    .action-card h3[b-mc4dlc7c09] {
        font-size: 0.95rem;
    }

    .showcase-title[b-mc4dlc7c09] {
        font-size: 2rem;
    }

    .champions-grid[b-mc4dlc7c09] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }

    .video-grid[b-mc4dlc7c09] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-section[b-mc4dlc7c09] {
        padding: 1.5rem;
    }

    .hero-title[b-mc4dlc7c09] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .hero-description[b-mc4dlc7c09] {
        font-size: 0.9rem;
    }

    .quick-actions[b-mc4dlc7c09] {
        grid-template-columns: 1fr;
    }

    .showcase-title[b-mc4dlc7c09] {
        font-size: 1.5rem;
    }

    .champions-grid[b-mc4dlc7c09] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 0.8rem;
    }

    .champion-card[b-mc4dlc7c09] {
        padding: 0.75rem;
    }

    .champion-name[b-mc4dlc7c09] {
        font-size: 0.85rem;
    }

    .view-all-button[b-mc4dlc7c09] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/News/Static/GameItems.razor.rz.scp.css */
.game-items-container[b-wopebzipyy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* ==================== HERO SECTION ==================== */
.hero-section[b-wopebzipyy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.hero-section[b-wopebzipyy]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -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.5;
}

.hero-content[b-wopebzipyy] {
    position: relative;
    z-index: 2;
}

.hero-badge[b-wopebzipyy] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.4);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.hero-badge i[b-wopebzipyy] {
    color: #ffd700;
    font-size: 1rem;
}

.hero-badge span[b-wopebzipyy] {
    color: #ffd700;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title[b-wopebzipyy] {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.4));
}

.hero-description[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.hero-image[b-wopebzipyy] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hero-image img[b-wopebzipyy] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.hero-image:hover img[b-wopebzipyy] {
    transform: scale(1.05);
}

.image-glow[b-wopebzipyy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hero-image:hover .image-glow[b-wopebzipyy] {
    opacity: 1;
}

/* ==================== QUICK ACTIONS ==================== */
.quick-actions[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.action-card[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.action-card[b-wopebzipyy]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.action-card:hover[b-wopebzipyy]::before {
    opacity: 1;
}

.action-card:hover[b-wopebzipyy] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.action-card.primary[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-color: rgba(46, 204, 113, 0.3);
}

.action-card.primary[b-wopebzipyy]::before {
    background: linear-gradient(145deg, rgba(46, 204, 113, 0.15), rgba(39, 174, 96, 0.15));
}

.action-card.primary:hover[b-wopebzipyy] {
    border-color: rgba(46, 204, 113, 0.6);
    box-shadow: 0 12px 40px rgba(46, 204, 113, 0.3);
}

.action-card.highlight[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    border-color: rgba(255, 193, 7, 0.3);
}

.action-card.highlight[b-wopebzipyy]::before {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.15), rgba(255, 152, 0, 0.15));
}

.action-card.highlight:hover[b-wopebzipyy] {
    border-color: rgba(255, 193, 7, 0.6);
    box-shadow: 0 12px 40px rgba(255, 193, 7, 0.3);
}

.action-icon[b-wopebzipyy] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card.primary .action-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card.highlight .action-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.action-card h3[b-wopebzipyy] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.action-card p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ==================== ITEMS SHOWCASE ==================== */
.items-showcase[b-wopebzipyy] {
    margin-bottom: 3rem;
}

.showcase-header[b-wopebzipyy] {
    text-align: center;
    margin-bottom: 2rem;
}

.showcase-title[b-wopebzipyy] {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.showcase-subtitle[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

/* Items Grid */
.items-grid[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.item-card[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 1rem;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.item-card[b-wopebzipyy]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.6), rgba(118, 75, 162, 0.6));
    -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.4s ease;
}

.item-card:hover[b-wopebzipyy] {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.5);
}

.item-card:hover[b-wopebzipyy]::before {
    opacity: 1;
}

.item-image-wrapper[b-wopebzipyy] {
    position: relative;
    width: 100%;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 12px;
}

.item-image[b-wopebzipyy] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.item-card:hover .item-image[b-wopebzipyy] {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.item-glow[b-wopebzipyy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.item-card:hover .item-glow[b-wopebzipyy] {
    opacity: 1;
}

.item-info[b-wopebzipyy] {
    position: relative;
    z-index: 2;
}

.item-name[b-wopebzipyy] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.item-card:hover .item-name[b-wopebzipyy] {
    color: #667eea;
    text-shadow: 0 2px 12px rgba(102, 126, 234, 0.8);
}

.item-cost[b-wopebzipyy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    color: #ffd700;
    font-size: 0.85rem;
    font-weight: 600;
}

.item-cost i[b-wopebzipyy] {
    font-size: 0.9rem;
}

/* View All Section */
.view-all-section[b-wopebzipyy] {
    text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.view-all-button[b-wopebzipyy],
.wiki-button[b-wopebzipyy] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wiki-button[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border-color: #ffc107;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.view-all-button:hover[b-wopebzipyy] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.wiki-button:hover[b-wopebzipyy] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.6);
    transform: translateY(-2px);
}

.view-all-button i[b-wopebzipyy],
.wiki-button i[b-wopebzipyy] {
    transition: transform 0.3s ease;
}

.view-all-button:hover i[b-wopebzipyy],
.wiki-button:hover i[b-wopebzipyy] {
    transform: translateX(5px);
}

/* Loading State */
.loading-state[b-wopebzipyy] {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.6);
}

.loading-state i[b-wopebzipyy] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.loading-state p[b-wopebzipyy] {
    font-size: 1.2rem;
    margin: 0;
}

/* ==================== HOW TO BUY ITEMS SECTION ==================== */
.how-to-buy-section[b-wopebzipyy] {
    margin-bottom: 3rem;
}

.how-to-buy-container[b-wopebzipyy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.mechanics-card[b-wopebzipyy],
.last-hitting-card[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.mechanics-card[b-wopebzipyy]::before,
.last-hitting-card[b-wopebzipyy]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mechanics-card:hover[b-wopebzipyy],
.last-hitting-card:hover[b-wopebzipyy] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.mechanics-card:hover[b-wopebzipyy]::before,
.last-hitting-card:hover[b-wopebzipyy]::before {
    opacity: 1;
}

.mechanics-header[b-wopebzipyy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.mechanics-icon[b-wopebzipyy] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    flex-shrink: 0;
}

.mechanics-icon.earning-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.mechanics-header h3[b-wopebzipyy] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mechanics-image[b-wopebzipyy] {
    margin-bottom: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.mechanics-image:hover[b-wopebzipyy] {
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.4);
}

.mechanics-image img[b-wopebzipyy] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.mechanics-image:hover img[b-wopebzipyy] {
    transform: scale(1.05);
}

.mechanics-description[b-wopebzipyy] {
    position: relative;
    z-index: 2;
}

.mechanics-description p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.mechanics-description strong[b-wopebzipyy] {
    color: #ffc107;
    font-weight: 700;
}

.last-hitting-description[b-wopebzipyy] {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.last-hitting-description p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.last-hitting-targets[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.target-item[b-wopebzipyy] {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.target-item:hover[b-wopebzipyy] {
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.target-image[b-wopebzipyy] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 14, 39, 0.8);
}

.target-image img[b-wopebzipyy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.target-item:hover .target-image img[b-wopebzipyy] {
    transform: scale(1.1);
}

.target-item h4[b-wopebzipyy] {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.target-item p[b-wopebzipyy] {
    color: #ffc107;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
}

.last-hitting-tip[b-wopebzipyy] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.1) 0%, rgba(10, 14, 39, 0.6) 100%);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    z-index: 2;
}

.last-hitting-tip i[b-wopebzipyy] {
    color: #ffc107;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.last-hitting-tip p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.last-hitting-tip strong[b-wopebzipyy] {
    color: #ffc107;
}

/* ==================== STORAGE & SPECIAL ITEMS SECTION ==================== */
.special-items-section[b-wopebzipyy] {
    margin-bottom: 3rem;
}

.special-items-grid[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.special-card[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.special-card[b-wopebzipyy]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.special-card:hover[b-wopebzipyy] {
    transform: translateY(-8px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.4);
}

.special-card:hover[b-wopebzipyy]::before {
    opacity: 1;
}

.special-card.chests-card:hover[b-wopebzipyy] {
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 16px 48px rgba(255, 193, 7, 0.4);
}

.special-card.avatars-card:hover[b-wopebzipyy] {
    border-color: rgba(156, 39, 176, 0.5);
    box-shadow: 0 16px 48px rgba(156, 39, 176, 0.4);
}

.special-card.storage-card:hover[b-wopebzipyy] {
    border-color: rgba(46, 204, 113, 0.5);
    box-shadow: 0 16px 48px rgba(46, 204, 113, 0.4);
}

.special-card-icon[b-wopebzipyy] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.chests-card .special-card-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.avatars-card .special-card-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #9c27b0 0%, #e91e63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.storage-card .special-card-icon[b-wopebzipyy] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.special-card-title[b-wopebzipyy] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.special-card-description[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.special-card-features[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
}

.feature-item-link[b-wopebzipyy] {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.feature-item-link:hover[b-wopebzipyy] {
    background: rgba(102, 126, 234, 0.1);
    transform: translateX(4px);
}

.feature-item[b-wopebzipyy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.feature-item i[b-wopebzipyy] {
    font-size: 1.2rem;
    color: #667eea;
}

.chests-card .feature-item i[b-wopebzipyy] {
    color: #ffc107;
}

.avatars-card .feature-item i[b-wopebzipyy] {
    color: #9c27b0;
}

.storage-card .feature-item i[b-wopebzipyy] {
    color: #2ecc71;
}

/* ==================== CHEST TUTORIAL SECTION ==================== */
.chest-tutorial-section[b-wopebzipyy] {
    margin-bottom: 3rem;
}

.tutorial-container[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
    padding: 2rem;
}

.tutorial-content[b-wopebzipyy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.tutorial-steps[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tutorial-step[b-wopebzipyy] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.step-number[b-wopebzipyy] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.step-content h4[b-wopebzipyy] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.step-content p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* Special Step - Key Requirement */
.tutorial-step.special-step[b-wopebzipyy] {
    display: block;
}

.key-requirement-inline[b-wopebzipyy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.08) 0%, rgba(10, 14, 39, 0.6) 100%);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.key-requirement-inline:hover[b-wopebzipyy] {
    border-color: rgba(255, 193, 7, 0.5);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.3);
}

.key-img-inline[b-wopebzipyy] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.6));
    flex-shrink: 0;
}

.key-info-inline[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.key-info-inline h4[b-wopebzipyy] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.key-info-inline p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

.buy-key-button[b-wopebzipyy] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: 2px solid #ffc107;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(255, 193, 7, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.buy-key-button:hover[b-wopebzipyy] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.5);
    transform: translateY(-2px);
}

.buy-key-button i[b-wopebzipyy] {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.buy-key-button:hover i[b-wopebzipyy] {
    transform: translateX(3px);
}

.tutorial-demo[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demo-chest-container[b-wopebzipyy] {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 3rem 2rem;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}

.demo-chest-section[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.demo-chest-image[b-wopebzipyy] {
    position: relative;
    transition: all 0.3s ease;
}

.demo-chest-image:hover[b-wopebzipyy] {
    transform: scale(1.05);
}

.chest-img[b-wopebzipyy] {
    width: 160px;
    height: 160px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(255, 193, 7, 0.6));
    transition: all 0.3s ease;
}

.demo-chest-image:hover .chest-img[b-wopebzipyy] {
    filter: drop-shadow(0 0 30px rgba(255, 193, 7, 0.8));
}

.key-requirement[b-wopebzipyy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.1) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
}

.key-img[b-wopebzipyy] {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.6));
}

.key-info[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.key-text[b-wopebzipyy] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.buy-key-link[b-wopebzipyy] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffc107;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.buy-key-link:hover[b-wopebzipyy] {
    color: #ff9800;
    transform: translateX(3px);
}

.buy-key-link i[b-wopebzipyy] {
    font-size: 0.9rem;
}

.carousel-demo-container[b-wopebzipyy] {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 16px;
    padding: 2rem;
}

.carousel-track[b-wopebzipyy] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-card-item[b-wopebzipyy] {
    transition: all 0.2s ease;
    animation: slideIn-b-wopebzipyy 0.15s ease-out;
}

@keyframes slideIn-b-wopebzipyy {
    from {
        transform: translateX(-20px);
        opacity: 0.5;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.demo-card-inner[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.demo-card-icon[b-wopebzipyy] {
    font-size: 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
}

.demo-card-image[b-wopebzipyy] {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    transition: all 0.3s ease;
    z-index: 2;
}

.demo-card-name[b-wopebzipyy] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.demo-open-button[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    border: 2px solid #ffc107;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.demo-open-button:hover[b-wopebzipyy] {
    background: linear-gradient(135deg, #ff9800 0%, #ffc107 100%);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.6);
    transform: translateY(-2px);
}

.demo-preview-grid[b-wopebzipyy] {
    margin-top: 2rem;
    width: 100%;
}

.preview-title[b-wopebzipyy] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: center;
}

.preview-items[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.preview-item[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.1) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.preview-item:hover[b-wopebzipyy] {
    border-color: rgba(102, 126, 234, 0.5);
    transform: translateY(-4px);
}

.preview-item i[b-wopebzipyy] {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.preview-image[b-wopebzipyy] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.preview-item:hover .preview-image[b-wopebzipyy] {
    transform: scale(1.1);
}

.preview-item span[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.demo-reward-reveal[b-wopebzipyy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    animation: fadeIn-b-wopebzipyy 0.5s ease-out;
}

@keyframes fadeIn-b-wopebzipyy {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reward-banner[b-wopebzipyy] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.reward-star[b-wopebzipyy] {
    animation: rotate-b-wopebzipyy 2s linear infinite;
}

@keyframes rotate-b-wopebzipyy {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.reward-item[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.15) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    min-width: 250px;
}

.reward-glow[b-wopebzipyy] {
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulse-b-wopebzipyy 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.reward-icon[b-wopebzipyy] {
    font-size: 5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    z-index: 2;
}

.reward-image[b-wopebzipyy] {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 16px;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
    z-index: 2;
    animation: pulse-b-wopebzipyy 2s ease-in-out infinite;
}

@keyframes pulse-b-wopebzipyy {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.reward-name[b-wopebzipyy] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.reward-type[b-wopebzipyy] {
    color: #ffc107;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.demo-reset-button[b-wopebzipyy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.demo-reset-button:hover[b-wopebzipyy] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.tutorial-info[b-wopebzipyy] {
    margin-top: 1rem;
}

.info-box[b-wopebzipyy] {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.info-box i[b-wopebzipyy] {
    color: #667eea;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.info-box p[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
}

/* ==================== VIDEO SECTION ==================== */
.video-section[b-wopebzipyy] {
    margin-bottom: 3rem;
}

.section-header[b-wopebzipyy] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title[b-wopebzipyy] {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-wopebzipyy] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

.video-grid[b-wopebzipyy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.video-card[b-wopebzipyy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.video-card:hover[b-wopebzipyy] {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
    transform: translateY(-4px);
}

.video-wrapper[b-wopebzipyy] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.video-wrapper iframe[b-wopebzipyy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.video-title[b-wopebzipyy] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .hero-section[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quick-actions[b-wopebzipyy] {
        grid-template-columns: repeat(2, 1fr);
    }

    .items-grid[b-wopebzipyy] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .how-to-buy-container[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .special-items-grid[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tutorial-content[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .game-items-container[b-wopebzipyy] {
        padding: 1rem 0.5rem;
    }

    .hero-title[b-wopebzipyy] {
        font-size: 2rem;
    }

    .quick-actions[b-wopebzipyy] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .action-card[b-wopebzipyy] {
        padding: 1rem;
    }

    .action-icon[b-wopebzipyy] {
        font-size: 2rem;
    }

    .action-card h3[b-wopebzipyy] {
        font-size: 0.95rem;
    }

    .showcase-title[b-wopebzipyy] {
        font-size: 2rem;
    }

    .items-grid[b-wopebzipyy] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 1rem;
    }

    .mechanics-card[b-wopebzipyy],
    .last-hitting-card[b-wopebzipyy] {
        padding: 1.5rem;
    }

    .mechanics-icon[b-wopebzipyy] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .mechanics-header h3[b-wopebzipyy] {
        font-size: 1.2rem;
    }

    .last-hitting-targets[b-wopebzipyy] {
        gap: 0.75rem;
    }

    .target-image[b-wopebzipyy] {
        width: 70px;
        height: 70px;
    }

    .target-item h4[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .target-item p[b-wopebzipyy] {
        font-size: 0.75rem;
    }

    .last-hitting-tip[b-wopebzipyy] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .last-hitting-tip i[b-wopebzipyy] {
        font-size: 1.2rem;
    }

    .last-hitting-tip p[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .special-card[b-wopebzipyy] {
        padding: 1.5rem;
    }

    .special-card-icon[b-wopebzipyy] {
        font-size: 3rem;
    }

    .special-card-title[b-wopebzipyy] {
        font-size: 1.2rem;
    }

    .tutorial-container[b-wopebzipyy] {
        padding: 1.5rem;
    }

    .step-number[b-wopebzipyy] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .step-content h4[b-wopebzipyy] {
        font-size: 1rem;
    }

    .key-requirement-inline[b-wopebzipyy] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .key-img-inline[b-wopebzipyy] {
        width: 45px;
        height: 45px;
    }

    .key-info-inline h4[b-wopebzipyy] {
        font-size: 0.9rem;
    }

    .key-info-inline p[b-wopebzipyy] {
        font-size: 0.8rem;
    }

    .buy-key-button[b-wopebzipyy] {
        padding: 0.45rem 0.85rem;
        font-size: 0.75rem;
    }

    .demo-chest-container[b-wopebzipyy] {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .chest-img[b-wopebzipyy] {
        width: 120px;
        height: 120px;
    }

    .carousel-demo-container[b-wopebzipyy] {
        max-width: 300px;
        padding: 1.5rem;
    }

    .demo-card-inner[b-wopebzipyy] {
        padding: 1.5rem;
        min-width: 160px;
    }

    .demo-card-icon[b-wopebzipyy] {
        font-size: 3rem;
    }

    .demo-card-name[b-wopebzipyy] {
        font-size: 0.95rem;
    }

    .key-requirement[b-wopebzipyy] {
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .key-img[b-wopebzipyy] {
        width: 40px;
        height: 40px;
    }

    .key-text[b-wopebzipyy] {
        font-size: 0.9rem;
    }

    .buy-key-link[b-wopebzipyy] {
        font-size: 0.75rem;
    }

    .preview-items[b-wopebzipyy] {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-grid[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-section[b-wopebzipyy] {
        padding: 1.5rem;
    }

    .hero-title[b-wopebzipyy] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .hero-description[b-wopebzipyy] {
        font-size: 0.9rem;
    }

    .quick-actions[b-wopebzipyy] {
        grid-template-columns: 1fr;
    }

    .showcase-title[b-wopebzipyy] {
        font-size: 1.5rem;
    }

    .items-grid[b-wopebzipyy] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 0.8rem;
    }

    .item-card[b-wopebzipyy] {
        padding: 0.75rem;
    }

    .item-name[b-wopebzipyy] {
        font-size: 0.8rem;
    }

    .item-cost[b-wopebzipyy] {
        font-size: 0.75rem;
    }

    .view-all-button[b-wopebzipyy],
    .wiki-button[b-wopebzipyy] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .mechanics-card[b-wopebzipyy],
    .last-hitting-card[b-wopebzipyy] {
        padding: 1.25rem;
    }

    .mechanics-icon[b-wopebzipyy] {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .mechanics-header h3[b-wopebzipyy] {
        font-size: 1.1rem;
    }

    .mechanics-description p[b-wopebzipyy],
    .last-hitting-description p[b-wopebzipyy] {
        font-size: 0.9rem;
    }

    .last-hitting-targets[b-wopebzipyy] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .target-item[b-wopebzipyy] {
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
    }

    .target-image[b-wopebzipyy] {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .target-item h4[b-wopebzipyy] {
        font-size: 0.85rem;
        margin-bottom: 0.25rem;
    }

    .target-item p[b-wopebzipyy] {
        font-size: 0.75rem;
    }

    .last-hitting-tip[b-wopebzipyy] {
        padding: 0.75rem;
        flex-direction: column;
        text-align: center;
    }

    .last-hitting-tip i[b-wopebzipyy] {
        font-size: 1.5rem;
        margin: 0;
    }

    .last-hitting-tip p[b-wopebzipyy] {
        font-size: 0.8rem;
    }

    .special-card[b-wopebzipyy] {
        padding: 1.25rem;
    }

    .special-card-icon[b-wopebzipyy] {
        font-size: 2.5rem;
    }

    .special-card-title[b-wopebzipyy] {
        font-size: 1.1rem;
    }

    .special-card-description[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .tutorial-container[b-wopebzipyy] {
        padding: 1rem;
    }

    .step-number[b-wopebzipyy] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .step-content h4[b-wopebzipyy] {
        font-size: 0.95rem;
    }

    .step-content p[b-wopebzipyy] {
        font-size: 0.8rem;
    }

    .key-requirement-inline[b-wopebzipyy] {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0.75rem;
        gap: 0.75rem;
    }

    .key-img-inline[b-wopebzipyy] {
        width: 50px;
        height: 50px;
    }

    .key-info-inline[b-wopebzipyy] {
        align-items: center;
    }

    .key-info-inline h4[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .key-info-inline p[b-wopebzipyy] {
        font-size: 0.75rem;
    }

    .buy-key-button[b-wopebzipyy] {
        padding: 0.5rem 1rem;
        font-size: 0.7rem;
        align-self: center;
    }

    .demo-chest-container[b-wopebzipyy] {
        padding: 1.5rem 1rem;
        min-height: 280px;
    }

    .chest-img[b-wopebzipyy] {
        width: 100px;
        height: 100px;
    }

    .carousel-demo-container[b-wopebzipyy] {
        max-width: 260px;
        padding: 1rem;
        min-height: 180px;
    }

    .demo-card-inner[b-wopebzipyy] {
        padding: 1.25rem;
        min-width: 140px;
    }

    .demo-card-icon[b-wopebzipyy] {
        font-size: 2.5rem;
    }

    .demo-card-name[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .key-requirement[b-wopebzipyy] {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .key-img[b-wopebzipyy] {
        width: 45px;
        height: 45px;
    }

    .key-text[b-wopebzipyy] {
        font-size: 0.85rem;
    }

    .buy-key-link[b-wopebzipyy] {
        font-size: 0.7rem;
        justify-content: center;
    }

    .demo-open-button[b-wopebzipyy] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .reward-icon[b-wopebzipyy] {
        font-size: 3.5rem;
    }

    .reward-name[b-wopebzipyy] {
        font-size: 1.2rem;
    }

    .reward-banner[b-wopebzipyy] {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }

    .preview-items[b-wopebzipyy] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .preview-item[b-wopebzipyy] {
        padding: 0.75rem;
    }

    .preview-item i[b-wopebzipyy] {
        font-size: 1.5rem;
    }

    .preview-item span[b-wopebzipyy] {
        font-size: 0.65rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/News/Static/HowToPlay.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.how-to-play-container[b-53s9p5rljh] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.guide-header[b-53s9p5rljh] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.guide-header[b-53s9p5rljh]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.guide-title[b-53s9p5rljh] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-53s9p5rljh 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-53s9p5rljh {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.guide-subtitle[b-53s9p5rljh] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==================== CONTENT ==================== */
.guide-content[b-53s9p5rljh] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* ==================== HERO SECTION ==================== */
.hero-section[b-53s9p5rljh] {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.hero-section[b-53s9p5rljh]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-image-wrapper[b-53s9p5rljh] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hero-image[b-53s9p5rljh] {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.hero-section:hover .hero-image[b-53s9p5rljh] {
    transform: scale(1.05);
}

.hero-overlay[b-53s9p5rljh] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

.hero-text[b-53s9p5rljh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.section-title[b-53s9p5rljh] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.title-icon[b-53s9p5rljh] {
    font-size: 2rem;
    animation: iconFloat-b-53s9p5rljh 3s ease-in-out infinite;
}

@keyframes iconFloat-b-53s9p5rljh {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.guide-description[b-53s9p5rljh] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

.guide-description strong[b-53s9p5rljh] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== QUICK LINKS ==================== */
.quick-links-section[b-53s9p5rljh] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    position: relative;
}

.quick-links-section[b-53s9p5rljh]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.quick-links-grid[b-53s9p5rljh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.quick-link-btn[b-53s9p5rljh] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    text-transform: uppercase;
}

.quick-link-btn:hover[b-53s9p5rljh] {
    transform: translateY(-5px);
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.quick-link-btn:active[b-53s9p5rljh] {
    transform: translateY(-2px);
}

.btn-icon[b-53s9p5rljh] {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.quick-link-btn:hover .btn-icon[b-53s9p5rljh] {
    transform: scale(1.2) rotate(10deg);
}

.btn-label[b-53s9p5rljh] {
    flex: 1;
    text-align: left;
}

.btn-glow[b-53s9p5rljh] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    pointer-events: none;
}

.quick-link-btn:hover .btn-glow[b-53s9p5rljh] {
    width: 400px;
    height: 400px;
}

/* ==================== VIDEO TUTORIALS ==================== */
.video-tutorials-section[b-53s9p5rljh] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    position: relative;
}

.video-tutorials-section[b-53s9p5rljh]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.videos-grid[b-53s9p5rljh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.video-card[b-53s9p5rljh] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.8) 0%,
        rgba(8, 12, 30, 0.9) 100%
    );
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-card[b-53s9p5rljh]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.video-card:hover[b-53s9p5rljh] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

.video-card-glow[b-53s9p5rljh] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.video-card:hover .video-card-glow[b-53s9p5rljh] {
    opacity: 1;
}

.video-wrapper[b-53s9p5rljh] {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.video-wrapper iframe[b-53s9p5rljh] {
    display: block;
}

.video-info[b-53s9p5rljh] {
    padding: 1.5rem;
}

.video-title[b-53s9p5rljh] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.video-desc[b-53s9p5rljh] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .hero-section[b-53s9p5rljh] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .videos-grid[b-53s9p5rljh] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .how-to-play-container[b-53s9p5rljh] {
        padding: 1.5rem 1rem;
    }

    .guide-title[b-53s9p5rljh] {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .guide-subtitle[b-53s9p5rljh] {
        font-size: 1rem;
    }

    .section-title[b-53s9p5rljh] {
        font-size: 1.5rem;
    }

    .quick-links-grid[b-53s9p5rljh] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .video-wrapper iframe[b-53s9p5rljh] {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .guide-title[b-53s9p5rljh] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .section-title[b-53s9p5rljh] {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .quick-link-btn[b-53s9p5rljh] {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 0.5rem;
        text-align: center;
    }

    .btn-label[b-53s9p5rljh] {
        text-align: center;
    }

    .video-wrapper iframe[b-53s9p5rljh] {
        height: 180px;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Ranking/GlobalRanking.razor.rz.scp.css */
/* ==================== RANKING CONTAINER ==================== */
.ranking-container[b-3bcvssx6q7] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== RANKING HEADER ==================== */
.ranking-header[b-3bcvssx6q7] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.ranking-header[b-3bcvssx6q7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 215, 0, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.ranking-title[b-3bcvssx6q7] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #ffd700 0%,
        #ffed4e 25%,
        #ffa500 50%,
        #ffed4e 75%,
        #ffd700 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-3bcvssx6q7 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.5));
}

@keyframes titleShine-b-3bcvssx6q7 {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.ranking-subtitle[b-3bcvssx6q7] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==================== RANK TIERS SECTION ==================== */
.rank-tiers-section[b-3bcvssx6q7] {
    margin-bottom: 3rem;
}

.section-title[b-3bcvssx6q7] {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.title-icon[b-3bcvssx6q7] {
    font-size: 2.5rem;
    animation: iconFloat-b-3bcvssx6q7 3s ease-in-out infinite;
}

@keyframes iconFloat-b-3bcvssx6q7 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.rank-tiers-grid[b-3bcvssx6q7] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.rank-tier-card[b-3bcvssx6q7] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.rank-tier-card[b-3bcvssx6q7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(255, 215, 0, 0.4),
        rgba(255, 170, 0, 0.4),
        rgba(255, 215, 0, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.rank-tier-card:hover[b-3bcvssx6q7] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3);
}

.rank-tier-glow[b-3bcvssx6q7] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.rank-tier-card:hover .rank-tier-glow[b-3bcvssx6q7] {
    opacity: 1;
}

.rank-tier-image[b-3bcvssx6q7] {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 16px rgba(255, 215, 0, 0.3));
    transition: transform 0.3s ease;
}

.rank-tier-card:hover .rank-tier-image[b-3bcvssx6q7] {
    transform: scale(1.1) translateY(-5px);
}

.rank-tier-name[b-3bcvssx6q7] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* ==================== MODE SELECTION ==================== */
.mode-selection[b-3bcvssx6q7] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.mode-btn[b-3bcvssx6q7] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 3rem;
    background: linear-gradient(135deg,
        rgba(15, 20, 50, 0.9) 0%,
        rgba(8, 12, 30, 0.95) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.mode-btn[b-3bcvssx6q7]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mode-btn:hover[b-3bcvssx6q7]::before {
    opacity: 1;
}

.mode-btn:hover[b-3bcvssx6q7] {
    border-color: rgba(102, 126, 234, 0.7);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.mode-btn.active[b-3bcvssx6q7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.9);
    color: #fff;
    box-shadow: 0 6px 30px rgba(102, 126, 234, 0.5);
}

.mode-btn.active[b-3bcvssx6q7]::before {
    opacity: 1;
}

.mode-icon[b-3bcvssx6q7] {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.mode-text[b-3bcvssx6q7] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.mode-glow[b-3bcvssx6q7] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    pointer-events: none;
}

.mode-btn:hover .mode-glow[b-3bcvssx6q7] {
    width: 300px;
    height: 300px;
}

/* ==================== LEADERBOARD ==================== */
.leaderboard-container[b-3bcvssx6q7] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.leaderboard-container[b-3bcvssx6q7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.6),
        rgba(118, 75, 162, 0.6),
        rgba(102, 126, 234, 0.6)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Leaderboard Header */
.leaderboard-header[b-3bcvssx6q7] {
    display: grid;
    grid-template-columns: 80px 100px 1fr 150px 200px;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    border-bottom: 2px solid rgba(102, 126, 234, 0.5);
    position: relative;
}

.header-cell[b-3bcvssx6q7] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.header-cell.name-col[b-3bcvssx6q7] {
    text-align: left;
}

/* Leaderboard Body */
.leaderboard-body[b-3bcvssx6q7] {
    position: relative;
}

.leaderboard-row[b-3bcvssx6q7] {
    position: relative;
    display: grid;
    grid-template-columns: 80px 100px 1fr 150px 200px;
    gap: 1rem;
    padding: 1.25rem 2rem;
    border-bottom: 1px solid rgba(102, 126, 234, 0.15);
    transition: all 0.3s ease;
}

.leaderboard-row:hover[b-3bcvssx6q7] {
    background: rgba(102, 126, 234, 0.1);
    border-left: 4px solid rgba(102, 126, 234, 0.6);
    padding-left: calc(2rem - 4px);
}

.row-glow[b-3bcvssx6q7] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(102, 126, 234, 0.1) 0%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.leaderboard-row:hover .row-glow[b-3bcvssx6q7] {
    opacity: 1;
}

/* Top 3 Rows */
.leaderboard-row.top-1[b-3bcvssx6q7] {
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.15) 0%,
        rgba(255, 215, 0, 0.05) 50%,
        transparent 100%
    );
    border-left: 4px solid rgba(255, 215, 0, 0.8);
    padding-left: calc(2rem - 4px);
}

.leaderboard-row.top-2[b-3bcvssx6q7] {
    background: linear-gradient(90deg,
        rgba(192, 192, 192, 0.12) 0%,
        rgba(192, 192, 192, 0.04) 50%,
        transparent 100%
    );
    border-left: 4px solid rgba(192, 192, 192, 0.7);
    padding-left: calc(2rem - 4px);
}

.leaderboard-row.top-3[b-3bcvssx6q7] {
    background: linear-gradient(90deg,
        rgba(205, 127, 50, 0.12) 0%,
        rgba(205, 127, 50, 0.04) 50%,
        transparent 100%
    );
    border-left: 4px solid rgba(205, 127, 50, 0.7);
    padding-left: calc(2rem - 4px);
}

.row-cell[b-3bcvssx6q7] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-cell.name-col[b-3bcvssx6q7] {
    justify-content: flex-start;
}

/* Rank Column */
.rank-col[b-3bcvssx6q7] {
    width: 80px;
}

.medal[b-3bcvssx6q7] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.medal.gold[b-3bcvssx6q7] {
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.3) 0%,
        rgba(255, 215, 0, 0.1) 100%
    );
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: medalPulse-b-3bcvssx6q7 2s ease-in-out infinite;
}

.medal.silver[b-3bcvssx6q7] {
    background: radial-gradient(circle,
        rgba(192, 192, 192, 0.3) 0%,
        rgba(192, 192, 192, 0.1) 100%
    );
    box-shadow: 0 0 15px rgba(192, 192, 192, 0.4);
}

.medal.bronze[b-3bcvssx6q7] {
    background: radial-gradient(circle,
        rgba(205, 127, 50, 0.3) 0%,
        rgba(205, 127, 50, 0.1) 100%
    );
    box-shadow: 0 0 15px rgba(205, 127, 50, 0.4);
}

@keyframes medalPulse-b-3bcvssx6q7 {
    0%, 100% { transform: scale(1); box-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
    50% { transform: scale(1.1); box-shadow: 0 0 30px rgba(255, 215, 0, 0.8); }
}

.medal-icon[b-3bcvssx6q7] {
    font-size: 2rem;
}

.rank-number[b-3bcvssx6q7] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 700;
}

/* Avatar Column */
.avatar-col[b-3bcvssx6q7] {
    width: 100px;
}

.avatar-wrapper[b-3bcvssx6q7] {
    position: relative;
    width: 50px;
    height: 50px;
}

.player-avatar[b-3bcvssx6q7] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.avatar-frame[b-3bcvssx6q7] {
    position: absolute;
    inset: -3px;
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 14px;
    transition: border-color 0.3s ease;
}

.leaderboard-row:hover .avatar-frame[b-3bcvssx6q7] {
    border-color: rgba(102, 126, 234, 0.8);
}

.leaderboard-row.top-1 .avatar-frame[b-3bcvssx6q7] {
    border-color: rgba(255, 215, 0, 0.8);
}

.leaderboard-row.top-2 .avatar-frame[b-3bcvssx6q7] {
    border-color: rgba(192, 192, 192, 0.8);
}

.leaderboard-row.top-3 .avatar-frame[b-3bcvssx6q7] {
    border-color: rgba(205, 127, 50, 0.8);
}

/* Name Column */
.player-name[b-3bcvssx6q7] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.player-name:hover[b-3bcvssx6q7] {
    color: rgba(102, 126, 234, 1);
    text-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}

.leaderboard-row.top-1 .player-name[b-3bcvssx6q7] {
    background: linear-gradient(90deg,
        #ffd700 0%,
        #ffed4e 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Points Column */
.points-col[b-3bcvssx6q7] {
    width: 150px;
}

.points-display[b-3bcvssx6q7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.points-value[b-3bcvssx6q7] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.points-label[b-3bcvssx6q7] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Rank Column */
.tier-col[b-3bcvssx6q7] {
    width: 200px;
}

.rank-display[b-3bcvssx6q7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.rank-icon[b-3bcvssx6q7] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.rank-label[b-3bcvssx6q7] {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .leaderboard-header[b-3bcvssx6q7],
    .leaderboard-row[b-3bcvssx6q7] {
        grid-template-columns: 60px 80px 1fr 120px 180px;
        gap: 0.75rem;
        padding: 1rem 1.5rem;
    }

    .rank-col[b-3bcvssx6q7] {
        width: 60px;
    }

    .avatar-col[b-3bcvssx6q7] {
        width: 80px;
    }

    .points-col[b-3bcvssx6q7] {
        width: 120px;
    }

    .tier-col[b-3bcvssx6q7] {
        width: 180px;
    }
}

@media (max-width: 1024px) {
    .rank-tiers-grid[b-3bcvssx6q7] {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .ranking-container[b-3bcvssx6q7] {
        padding: 1.5rem 1rem;
    }

    .ranking-title[b-3bcvssx6q7] {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .section-title[b-3bcvssx6q7] {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .rank-tiers-grid[b-3bcvssx6q7] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .rank-tier-image[b-3bcvssx6q7] {
        width: 80px;
        height: 80px;
    }

    .mode-selection[b-3bcvssx6q7] {
        flex-direction: column;
        gap: 1rem;
    }

    .mode-btn[b-3bcvssx6q7] {
        padding: 1rem 2rem;
        font-size: 0.9rem;
    }

    .leaderboard-header[b-3bcvssx6q7] {
        display: none;
    }

    .leaderboard-row[b-3bcvssx6q7] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .row-cell[b-3bcvssx6q7] {
        justify-content: flex-start;
        padding: 0.5rem 0;
    }

    .row-cell[b-3bcvssx6q7]::before {
        content: attr(data-label);
        color: rgba(255, 255, 255, 0.6);
        font-weight: 700;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right: 1rem;
        min-width: 80px;
    }
}

@media (max-width: 576px) {
    .ranking-title[b-3bcvssx6q7] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .rank-tiers-grid[b-3bcvssx6q7] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .rank-tier-image[b-3bcvssx6q7] {
        width: 60px;
        height: 60px;
    }

    .rank-tier-name[b-3bcvssx6q7] {
        font-size: 0.75rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Search/SearchPlayer.razor.rz.scp.css */
/* ==================== SEARCH PLAYER CONTAINER ==================== */
.search-player-container[b-bw6pivvciv] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== SEARCH HEADER ==================== */
.search-header[b-bw6pivvciv] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.search-header[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.search-title[b-bw6pivvciv] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-bw6pivvciv 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-bw6pivvciv {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.search-subtitle[b-bw6pivvciv] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==================== SEARCH BAR ==================== */
.search-bar-wrapper[b-bw6pivvciv] {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.search-bar[b-bw6pivvciv] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 2px solid transparent;
    position: relative;
    transition: all 0.3s ease;
}

.search-bar[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5),
        rgba(102, 126, 234, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.search-bar:focus-within[b-bw6pivvciv]::before {
    opacity: 1;
    animation: borderPulse-b-bw6pivvciv 2s ease-in-out infinite;
}

@keyframes borderPulse-b-bw6pivvciv {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.search-icon[b-bw6pivvciv] {
    font-size: 1.5rem;
    flex-shrink: 0;
    filter: grayscale(0.3);
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.search-input[b-bw6pivvciv] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.search-input[b-bw6pivvciv]::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

.search-button[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.6);
    border-radius: 30px;
    padding: 0.75rem 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-text[b-bw6pivvciv] {
    position: relative;
    z-index: 2;
}

.btn-glow[b-bw6pivvciv] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.search-button:hover[b-bw6pivvciv] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.6) 0%,
        rgba(118, 75, 162, 0.6) 100%
    );
    border-color: rgba(102, 126, 234, 0.9);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

.search-button:hover .btn-glow[b-bw6pivvciv] {
    width: 300px;
    height: 300px;
}

.search-button:active[b-bw6pivvciv] {
    transform: translateY(0);
}

.search-hint[b-bw6pivvciv] {
    text-align: center;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-style: italic;
}

/* ==================== NOT FOUND STATE ==================== */
.not-found-container[b-bw6pivvciv] {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.1) 0%,
        rgba(15, 20, 50, 0.95) 50%,
        rgba(211, 47, 47, 0.1) 100%
    );
    backdrop-filter: blur(16px);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.not-found-container[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.5),
        rgba(211, 47, 47, 0.5),
        rgba(244, 67, 54, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderFlow-b-bw6pivvciv 3s linear infinite;
}

@keyframes borderFlow-b-bw6pivvciv {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.not-found-icon[b-bw6pivvciv] {
    font-size: 6rem;
    margin-bottom: 2rem;
    animation: shake-b-bw6pivvciv 0.5s ease-in-out;
    filter: drop-shadow(0 4px 12px rgba(244, 67, 54, 0.4));
}

@keyframes shake-b-bw6pivvciv {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.not-found-title[b-bw6pivvciv] {
    color: rgba(244, 67, 54, 1);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 12px rgba(244, 67, 54, 0.5);
}

.not-found-text[b-bw6pivvciv] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.not-found-text strong[b-bw6pivvciv] {
    color: rgba(244, 67, 54, 1);
    font-weight: 700;
}

.not-found-hint[b-bw6pivvciv] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-style: italic;
}

/* ==================== PLAYER PROFILE ==================== */
.player-profile-container[b-bw6pivvciv] {
    margin-top: 3rem;
}

.player-card[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.player-card[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.6),
        rgba(118, 75, 162, 0.6),
        rgba(102, 126, 234, 0.6)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.player-card-glow[b-bw6pivvciv] {
    position: absolute;
    inset: -100%;
    background: radial-gradient(circle at 50% 50%,
        rgba(102, 126, 234, 0.15) 0%,
        transparent 70%
    );
    animation: glowPulse-b-bw6pivvciv 4s ease-in-out infinite;
}

@keyframes glowPulse-b-bw6pivvciv {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.player-card-header[b-bw6pivvciv] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Player Avatar */
.player-avatar-container[b-bw6pivvciv] {
    position: relative;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.avatar-glow[b-bw6pivvciv] {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.4) 0%,
        transparent 70%
    );
    filter: blur(20px);
    animation: avatarGlow-b-bw6pivvciv 3s ease-in-out infinite;
}

@keyframes avatarGlow-b-bw6pivvciv {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}

.player-avatar[b-bw6pivvciv] {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 16px;
    object-fit: cover;
    z-index: 2;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.avatar-frame[b-bw6pivvciv] {
    position: absolute;
    inset: -8px;
    border: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 20px;
    background: radial-gradient(circle at center,
        rgba(102, 126, 234, 0.1) 0%,
        transparent 70%
    );
}

/* Player Info */
.player-info[b-bw6pivvciv] {
    flex: 1;
}

.player-name[b-bw6pivvciv] {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(102, 126, 234, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.player-stats[b-bw6pivvciv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-item[b-bw6pivvciv] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: rgba(102, 126, 234, 0.1);
    border-left: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 8px;
}

.stat-icon[b-bw6pivvciv] {
    font-size: 1.5rem;
}

.stat-label[b-bw6pivvciv] {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    min-width: 100px;
}

.stat-value[b-bw6pivvciv] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

/* ==================== NAVIGATION TABS ==================== */
.nav-tabs-container[b-bw6pivvciv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.nav-tab[b-bw6pivvciv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg,
        rgba(15, 20, 50, 0.8) 0%,
        rgba(8, 12, 30, 0.9) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

.nav-tab[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.nav-tab:hover[b-bw6pivvciv]::before {
    opacity: 1;
}

.nav-tab:hover[b-bw6pivvciv] {
    border-color: rgba(102, 126, 234, 0.6);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.nav-tab.active[b-bw6pivvciv] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.nav-tab.active[b-bw6pivvciv]::before {
    opacity: 1;
}

.tab-icon[b-bw6pivvciv] {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.tab-text[b-bw6pivvciv] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

/* ==================== CONTENT AREA ==================== */
.content-area[b-bw6pivvciv] {
    min-height: 400px;
}

/* Rankings Grid */
.rankings-grid[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.rank-card[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.rank-card[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(255, 215, 0, 0.5),
        rgba(255, 170, 0, 0.5),
        rgba(255, 215, 0, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.rank-card:hover[b-bw6pivvciv] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3);
}

.rank-card-glow[b-bw6pivvciv] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rank-card:hover .rank-card-glow[b-bw6pivvciv] {
    opacity: 1;
}

.rank-type[b-bw6pivvciv] {
    position: relative;
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.2) 0%,
        rgba(255, 170, 0, 0.2) 100%
    );
    border: 1px solid rgba(255, 215, 0, 0.5);
    border-radius: 20px;
    color: rgba(255, 215, 0, 1);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.rank-image[b-bw6pivvciv] {
    width: 80px;
    height: 90px;
    object-fit: contain;
    margin: 0.5rem 0;
    filter: drop-shadow(0 8px 24px rgba(255, 215, 0, 0.4));
    transition: transform 0.3s ease;
}

.rank-card:hover .rank-image[b-bw6pivvciv] {
    transform: scale(1.1) translateY(-5px);
}

.rank-name[b-bw6pivvciv] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.rank-points[b-bw6pivvciv] {
    color: rgba(255, 215, 0, 1);
    font-size: 0.8rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

/* Champions Grid */
.champions-grid[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}

.champion-card[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.champion-card[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.champion-card.locked[b-bw6pivvciv]::before {
    background: linear-gradient(145deg,
        rgba(120, 120, 120, 0.4),
        rgba(80, 80, 80, 0.4)
    );
}

.champion-card:hover[b-bw6pivvciv] {
    transform: translateY(-5px);
}

.champion-image-wrapper[b-bw6pivvciv] {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 1rem;
}

.champion-image[b-bw6pivvciv] {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
}

.locked-overlay[b-bw6pivvciv] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.champion-name[b-bw6pivvciv] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.champion-status[b-bw6pivvciv] {
    padding: 0.4rem 1rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.champion-status.purchased[b-bw6pivvciv] {
    background: linear-gradient(90deg,
        rgba(76, 175, 80, 0.3) 0%,
        rgba(56, 142, 60, 0.3) 100%
    );
    border: 1px solid rgba(76, 175, 80, 0.6);
    color: rgba(76, 175, 80, 1);
}

.champion-status.not-purchased[b-bw6pivvciv] {
    background: linear-gradient(90deg,
        rgba(120, 120, 120, 0.3) 0%,
        rgba(80, 80, 80, 0.3) 100%
    );
    border: 1px solid rgba(120, 120, 120, 0.6);
    color: rgba(160, 160, 160, 1);
}

/* Avatars Grid */
.avatars-grid[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.avatar-card[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.avatar-card[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.avatar-card:hover[b-bw6pivvciv] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.avatar-card-glow[b-bw6pivvciv] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.avatar-card:hover .avatar-card-glow[b-bw6pivvciv] {
    opacity: 1;
}

.avatar-card-image[b-bw6pivvciv] {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.avatar-card-name[b-bw6pivvciv] {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Storage Grid */
.storage-grid[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}

.storage-item[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.storage-item[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.storage-item:hover[b-bw6pivvciv] {
    transform: translateY(-5px);
}

.storage-item-glow[b-bw6pivvciv] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.storage-item:hover .storage-item-glow[b-bw6pivvciv] {
    opacity: 1;
}

.storage-item-image[b-bw6pivvciv] {
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
}

.storage-item-name[b-bw6pivvciv] {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Matches Grid */
.matches-grid[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.match-card[b-bw6pivvciv] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.match-card[b-bw6pivvciv]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.match-card.victory[b-bw6pivvciv]::before {
    background: linear-gradient(145deg,
        rgba(76, 175, 80, 0.5),
        rgba(56, 142, 60, 0.5)
    );
}

.match-card.defeat[b-bw6pivvciv]::before {
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.5),
        rgba(211, 47, 47, 0.5)
    );
}

.match-card:hover[b-bw6pivvciv] {
    transform: translateY(-5px);
}

.match-result[b-bw6pivvciv] {
    text-align: center;
    padding: 0.75rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.match-card.victory .match-result[b-bw6pivvciv] {
    background: linear-gradient(90deg,
        rgba(76, 175, 80, 0.3) 0%,
        rgba(56, 142, 60, 0.3) 100%
    );
    color: rgba(76, 175, 80, 1);
    text-shadow: 0 0 12px rgba(76, 175, 80, 0.6);
}

.match-card.defeat .match-result[b-bw6pivvciv] {
    background: linear-gradient(90deg,
        rgba(244, 67, 54, 0.3) 0%,
        rgba(211, 47, 47, 0.3) 100%
    );
    color: rgba(244, 67, 54, 1);
    text-shadow: 0 0 12px rgba(244, 67, 54, 0.6);
}

.match-stats[b-bw6pivvciv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.match-stat[b-bw6pivvciv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.match-stat .stat-label[b-bw6pivvciv] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.match-stat .stat-value[b-bw6pivvciv] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.match-date[b-bw6pivvciv] {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.match-warning[b-bw6pivvciv] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(244, 67, 54, 0.2);
    border: 1px solid rgba(244, 67, 54, 0.5);
    border-radius: 8px;
    color: rgba(244, 67, 54, 1);
    font-weight: 700;
    font-size: 0.85rem;
    text-align: center;
}

/* Empty State */
.empty-state[b-bw6pivvciv] {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.08) 0%,
        rgba(15, 20, 50, 0.95) 50%,
        rgba(118, 75, 162, 0.08) 100%
    );
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
}

.empty-icon[b-bw6pivvciv] {
    font-size: 5rem;
    opacity: 0.5;
    margin-bottom: 1.5rem;
    animation: floatIcon-b-bw6pivvciv 3s ease-in-out infinite;
}

@keyframes floatIcon-b-bw6pivvciv {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.empty-state h3[b-bw6pivvciv] {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.empty-state p[b-bw6pivvciv] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .player-card-header[b-bw6pivvciv] {
        flex-direction: column;
        text-align: center;
    }

    .player-name[b-bw6pivvciv] {
        text-align: center;
    }

    .rankings-grid[b-bw6pivvciv] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .search-player-container[b-bw6pivvciv] {
        padding: 1.5rem 1rem;
    }

    .search-title[b-bw6pivvciv] {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .search-subtitle[b-bw6pivvciv] {
        font-size: 1rem;
    }

    .search-bar[b-bw6pivvciv] {
        flex-direction: column;
        padding: 1.25rem;
        border-radius: 24px;
    }

    .search-input[b-bw6pivvciv] {
        width: 100%;
        text-align: center;
    }

    .search-button[b-bw6pivvciv] {
        width: 100%;
    }

    .player-avatar-container[b-bw6pivvciv],
    .player-avatar[b-bw6pivvciv] {
        width: 120px;
        height: 120px;
    }

    .player-name[b-bw6pivvciv] {
        font-size: 2rem;
    }

    .nav-tabs-container[b-bw6pivvciv] {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nav-tab[b-bw6pivvciv] {
        flex-shrink: 0;
        padding: 0.85rem 1.25rem;
        font-size: 0.85rem;
    }

    .rankings-grid[b-bw6pivvciv] {
        grid-template-columns: 1fr;
    }

    .rank-card[b-bw6pivvciv] {
        padding: 1.5rem;
    }

    .rank-image[b-bw6pivvciv] {
        width: 100px;
        height: 110px;
    }

    .rank-type[b-bw6pivvciv] {
        font-size: 0.85rem;
    }

    .rank-name[b-bw6pivvciv] {
        font-size: 1.1rem;
    }

    .rank-points[b-bw6pivvciv] {
        font-size: 0.9rem;
    }

    .matches-grid[b-bw6pivvciv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .search-title[b-bw6pivvciv] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .champions-grid[b-bw6pivvciv],
    .avatars-grid[b-bw6pivvciv],
    .storage-grid[b-bw6pivvciv] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Search/SearchPlayerByName.razor.rz.scp.css */
/* ==================== SEARCH PLAYER CONTAINER ==================== */
.search-player-container[b-6fe1tnssba] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== SEARCH HEADER ==================== */
.search-header[b-6fe1tnssba] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.search-header[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.search-title[b-6fe1tnssba] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-6fe1tnssba 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-6fe1tnssba {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.search-subtitle[b-6fe1tnssba] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ==================== SEARCH BAR ==================== */
.search-bar-wrapper[b-6fe1tnssba] {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.search-bar[b-6fe1tnssba] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    padding: 1rem 1.5rem;
    border-radius: 50px;
    border: 2px solid transparent;
    position: relative;
    transition: all 0.3s ease;
}

.search-bar[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5),
        rgba(102, 126, 234, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.search-bar:focus-within[b-6fe1tnssba]::before {
    opacity: 1;
    animation: borderPulse-b-6fe1tnssba 2s ease-in-out infinite;
}

@keyframes borderPulse-b-6fe1tnssba {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.search-icon[b-6fe1tnssba] {
    font-size: 1.5rem;
    flex-shrink: 0;
    filter: grayscale(0.3);
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.search-input[b-6fe1tnssba] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.search-input[b-6fe1tnssba]::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

.search-button[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.6);
    border-radius: 30px;
    padding: 0.75rem 2rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-text[b-6fe1tnssba] {
    position: relative;
    z-index: 2;
}

.btn-glow[b-6fe1tnssba] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.search-button:hover[b-6fe1tnssba] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.6) 0%,
        rgba(118, 75, 162, 0.6) 100%
    );
    border-color: rgba(102, 126, 234, 0.9);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

.search-button:hover .btn-glow[b-6fe1tnssba] {
    width: 300px;
    height: 300px;
}

.search-button:active[b-6fe1tnssba] {
    transform: translateY(0);
}

.search-hint[b-6fe1tnssba] {
    text-align: center;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-style: italic;
}

/* ==================== NOT FOUND STATE ==================== */
.not-found-container[b-6fe1tnssba] {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.1) 0%,
        rgba(15, 20, 50, 0.95) 50%,
        rgba(211, 47, 47, 0.1) 100%
    );
    backdrop-filter: blur(16px);
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.not-found-container[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.5),
        rgba(211, 47, 47, 0.5),
        rgba(244, 67, 54, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderFlow-b-6fe1tnssba 3s linear infinite;
}

@keyframes borderFlow-b-6fe1tnssba {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.not-found-icon[b-6fe1tnssba] {
    font-size: 6rem;
    margin-bottom: 2rem;
    animation: shake-b-6fe1tnssba 0.5s ease-in-out;
    filter: drop-shadow(0 4px 12px rgba(244, 67, 54, 0.4));
}

@keyframes shake-b-6fe1tnssba {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.not-found-title[b-6fe1tnssba] {
    color: rgba(244, 67, 54, 1);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 12px rgba(244, 67, 54, 0.5);
}

.not-found-text[b-6fe1tnssba] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.not-found-text strong[b-6fe1tnssba] {
    color: rgba(244, 67, 54, 1);
    font-weight: 700;
}

.not-found-hint[b-6fe1tnssba] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-style: italic;
}

/* ==================== PLAYER PROFILE ==================== */
.player-profile-container[b-6fe1tnssba] {
    margin-top: 3rem;
}

.player-card[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.player-card[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 3px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.6),
        rgba(118, 75, 162, 0.6),
        rgba(102, 126, 234, 0.6)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.player-card-glow[b-6fe1tnssba] {
    position: absolute;
    inset: -100%;
    background: radial-gradient(circle at 50% 50%,
        rgba(102, 126, 234, 0.15) 0%,
        transparent 70%
    );
    animation: glowPulse-b-6fe1tnssba 4s ease-in-out infinite;
}

@keyframes glowPulse-b-6fe1tnssba {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.player-card-header[b-6fe1tnssba] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Player Avatar */
.player-avatar-container[b-6fe1tnssba] {
    position: relative;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.avatar-glow[b-6fe1tnssba] {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.4) 0%,
        transparent 70%
    );
    filter: blur(20px);
    animation: avatarGlow-b-6fe1tnssba 3s ease-in-out infinite;
}

@keyframes avatarGlow-b-6fe1tnssba {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}

.player-avatar[b-6fe1tnssba] {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 16px;
    object-fit: cover;
    z-index: 2;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.avatar-frame[b-6fe1tnssba] {
    position: absolute;
    inset: -8px;
    border: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 20px;
    background: radial-gradient(circle at center,
        rgba(102, 126, 234, 0.1) 0%,
        transparent 70%
    );
}

/* Player Info */
.player-info[b-6fe1tnssba] {
    flex: 1;
}

.player-name[b-6fe1tnssba] {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(102, 126, 234, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.player-stats[b-6fe1tnssba] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-item[b-6fe1tnssba] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background: rgba(102, 126, 234, 0.1);
    border-left: 3px solid rgba(102, 126, 234, 0.5);
    border-radius: 8px;
}

.stat-icon[b-6fe1tnssba] {
    font-size: 1.5rem;
}

.stat-label[b-6fe1tnssba] {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    min-width: 100px;
}

.stat-value[b-6fe1tnssba] {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

/* ==================== NAVIGATION TABS ==================== */
.nav-tabs-container[b-6fe1tnssba] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.nav-tab[b-6fe1tnssba] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg,
        rgba(15, 20, 50, 0.8) 0%,
        rgba(8, 12, 30, 0.9) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

.nav-tab[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.nav-tab:hover[b-6fe1tnssba]::before {
    opacity: 1;
}

.nav-tab:hover[b-6fe1tnssba] {
    border-color: rgba(102, 126, 234, 0.6);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.nav-tab.active[b-6fe1tnssba] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    color: #fff;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.nav-tab.active[b-6fe1tnssba]::before {
    opacity: 1;
}

.tab-icon[b-6fe1tnssba] {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.tab-text[b-6fe1tnssba] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

/* ==================== CONTENT AREA ==================== */
.content-area[b-6fe1tnssba] {
    min-height: 400px;
}

/* Rankings Grid */
.rankings-grid[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.rank-card[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.rank-card[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(255, 215, 0, 0.5),
        rgba(255, 170, 0, 0.5),
        rgba(255, 215, 0, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.rank-card:hover[b-6fe1tnssba] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 215, 0, 0.3);
}

.rank-card-glow[b-6fe1tnssba] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(255, 215, 0, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rank-card:hover .rank-card-glow[b-6fe1tnssba] {
    opacity: 1;
}

.rank-type[b-6fe1tnssba] {
    position: relative;
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(90deg,
        rgba(255, 215, 0, 0.2) 0%,
        rgba(255, 170, 0, 0.2) 100%
    );
    border: 1px solid rgba(255, 215, 0, 0.5);
    border-radius: 20px;
    color: rgba(255, 215, 0, 1);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.rank-image[b-6fe1tnssba] {
    width: 80px;
    height: 90px;
    object-fit: contain;
    margin: 0.5rem 0;
    filter: drop-shadow(0 8px 24px rgba(255, 215, 0, 0.4));
    transition: transform 0.3s ease;
}

.rank-card:hover .rank-image[b-6fe1tnssba] {
    transform: scale(1.1) translateY(-5px);
}

.rank-name[b-6fe1tnssba] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.rank-points[b-6fe1tnssba] {
    color: rgba(255, 215, 0, 1);
    font-size: 0.8rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

/* Champions Grid */
.champions-grid[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}

.champion-card[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.champion-card[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.champion-card.locked[b-6fe1tnssba]::before {
    background: linear-gradient(145deg,
        rgba(120, 120, 120, 0.4),
        rgba(80, 80, 80, 0.4)
    );
}

.champion-card:hover[b-6fe1tnssba] {
    transform: translateY(-5px);
}

.champion-image-wrapper[b-6fe1tnssba] {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 1rem;
}

.champion-image[b-6fe1tnssba] {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
}

.locked-overlay[b-6fe1tnssba] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.champion-name[b-6fe1tnssba] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.champion-status[b-6fe1tnssba] {
    padding: 0.4rem 1rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.champion-status.purchased[b-6fe1tnssba] {
    background: linear-gradient(90deg,
        rgba(76, 175, 80, 0.3) 0%,
        rgba(56, 142, 60, 0.3) 100%
    );
    border: 1px solid rgba(76, 175, 80, 0.6);
    color: rgba(76, 175, 80, 1);
}

.champion-status.not-purchased[b-6fe1tnssba] {
    background: linear-gradient(90deg,
        rgba(120, 120, 120, 0.3) 0%,
        rgba(80, 80, 80, 0.3) 100%
    );
    border: 1px solid rgba(120, 120, 120, 0.6);
    color: rgba(160, 160, 160, 1);
}

/* Avatars Grid */
.avatars-grid[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.avatar-card[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.avatar-card[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.avatar-card:hover[b-6fe1tnssba] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.avatar-card-glow[b-6fe1tnssba] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.avatar-card:hover .avatar-card-glow[b-6fe1tnssba] {
    opacity: 1;
}

.avatar-card-image[b-6fe1tnssba] {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.avatar-card-name[b-6fe1tnssba] {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Storage Grid */
.storage-grid[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}

.storage-item[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.storage-item[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.storage-item:hover[b-6fe1tnssba] {
    transform: translateY(-5px);
}

.storage-item-glow[b-6fe1tnssba] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.storage-item:hover .storage-item-glow[b-6fe1tnssba] {
    opacity: 1;
}

.storage-item-image[b-6fe1tnssba] {
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
}

.storage-item-name[b-6fe1tnssba] {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Matches Grid */
.matches-grid[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.match-card[b-6fe1tnssba] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

.match-card[b-6fe1tnssba]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.match-card.victory[b-6fe1tnssba]::before {
    background: linear-gradient(145deg,
        rgba(76, 175, 80, 0.5),
        rgba(56, 142, 60, 0.5)
    );
}

.match-card.defeat[b-6fe1tnssba]::before {
    background: linear-gradient(145deg,
        rgba(244, 67, 54, 0.5),
        rgba(211, 47, 47, 0.5)
    );
}

.match-card:hover[b-6fe1tnssba] {
    transform: translateY(-5px);
}

.match-result[b-6fe1tnssba] {
    text-align: center;
    padding: 0.75rem;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.match-card.victory .match-result[b-6fe1tnssba] {
    background: linear-gradient(90deg,
        rgba(76, 175, 80, 0.3) 0%,
        rgba(56, 142, 60, 0.3) 100%
    );
    color: rgba(76, 175, 80, 1);
    text-shadow: 0 0 12px rgba(76, 175, 80, 0.6);
}

.match-card.defeat .match-result[b-6fe1tnssba] {
    background: linear-gradient(90deg,
        rgba(244, 67, 54, 0.3) 0%,
        rgba(211, 47, 47, 0.3) 100%
    );
    color: rgba(244, 67, 54, 1);
    text-shadow: 0 0 12px rgba(244, 67, 54, 0.6);
}

.match-stats[b-6fe1tnssba] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.match-stat[b-6fe1tnssba] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.match-stat .stat-label[b-6fe1tnssba] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.match-stat .stat-value[b-6fe1tnssba] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.match-date[b-6fe1tnssba] {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.match-warning[b-6fe1tnssba] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(244, 67, 54, 0.2);
    border: 1px solid rgba(244, 67, 54, 0.5);
    border-radius: 8px;
    color: rgba(244, 67, 54, 1);
    font-weight: 700;
    font-size: 0.85rem;
    text-align: center;
}

/* Empty State */
.empty-state[b-6fe1tnssba] {
    text-align: center;
    padding: 5rem 2rem;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.08) 0%,
        rgba(15, 20, 50, 0.95) 50%,
        rgba(118, 75, 162, 0.08) 100%
    );
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
}

.empty-icon[b-6fe1tnssba] {
    font-size: 5rem;
    opacity: 0.5;
    margin-bottom: 1.5rem;
    animation: floatIcon-b-6fe1tnssba 3s ease-in-out infinite;
}

@keyframes floatIcon-b-6fe1tnssba {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.empty-state h3[b-6fe1tnssba] {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.empty-state p[b-6fe1tnssba] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .player-card-header[b-6fe1tnssba] {
        flex-direction: column;
        text-align: center;
    }

    .player-name[b-6fe1tnssba] {
        text-align: center;
    }

    .rankings-grid[b-6fe1tnssba] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .search-player-container[b-6fe1tnssba] {
        padding: 1.5rem 1rem;
    }

    .search-title[b-6fe1tnssba] {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .search-subtitle[b-6fe1tnssba] {
        font-size: 1rem;
    }

    .search-bar[b-6fe1tnssba] {
        flex-direction: column;
        padding: 1.25rem;
        border-radius: 24px;
    }

    .search-input[b-6fe1tnssba] {
        width: 100%;
        text-align: center;
    }

    .search-button[b-6fe1tnssba] {
        width: 100%;
    }

    .player-avatar-container[b-6fe1tnssba],
    .player-avatar[b-6fe1tnssba] {
        width: 120px;
        height: 120px;
    }

    .player-name[b-6fe1tnssba] {
        font-size: 2rem;
    }

    .nav-tabs-container[b-6fe1tnssba] {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nav-tab[b-6fe1tnssba] {
        flex-shrink: 0;
        padding: 0.85rem 1.25rem;
        font-size: 0.85rem;
    }

    .rankings-grid[b-6fe1tnssba] {
        grid-template-columns: 1fr;
    }

    .rank-card[b-6fe1tnssba] {
        padding: 1.5rem;
    }

    .rank-image[b-6fe1tnssba] {
        width: 100px;
        height: 110px;
    }

    .rank-type[b-6fe1tnssba] {
        font-size: 0.85rem;
    }

    .rank-name[b-6fe1tnssba] {
        font-size: 1.1rem;
    }

    .rank-points[b-6fe1tnssba] {
        font-size: 0.9rem;
    }

    .matches-grid[b-6fe1tnssba] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .search-title[b-6fe1tnssba] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .champions-grid[b-6fe1tnssba],
    .avatars-grid[b-6fe1tnssba],
    .storage-grid[b-6fe1tnssba] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Social/Friends.razor.rz.scp.css */
.friends-container[b-1hw1aynzeo] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: transparent;
}

/* ==================== HEADER ==================== */
.friends-header[b-1hw1aynzeo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.05) 0%, rgba(10, 14, 39, 0.8) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.2);
}

.header-content[b-1hw1aynzeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-content i[b-1hw1aynzeo] {
    font-size: 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-content h1[b-1hw1aynzeo] {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.header-stats[b-1hw1aynzeo] {
    display: flex;
    gap: 2rem;
}

.stat-item[b-1hw1aynzeo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-value[b-1hw1aynzeo] {
    font-size: 2rem;
    font-weight: 900;
    color: #667eea;
}

.stat-label[b-1hw1aynzeo] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==================== TAB NAVIGATION ==================== */
.tab-navigation[b-1hw1aynzeo] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    background: rgba(10, 14, 39, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 0.5rem;
    border: 2px solid rgba(102, 126, 234, 0.1);
}

.tab-button[b-1hw1aynzeo] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tab-button i[b-1hw1aynzeo] {
    font-size: 1.2rem;
}

.tab-button.active[b-1hw1aynzeo] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border-color: rgba(102, 126, 234, 0.4);
    color: white;
}

.tab-button:hover:not(.active)[b-1hw1aynzeo] {
    background: rgba(102, 126, 234, 0.05);
    color: rgba(255, 255, 255, 0.8);
}

.tab-button .badge[b-1hw1aynzeo] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
}

/* ==================== TAB CONTENT ==================== */
.tab-content[b-1hw1aynzeo] {
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 2rem;
    border: 2px solid rgba(102, 126, 234, 0.1);
    min-height: 400px;
}

/* ==================== LOADING & EMPTY STATES ==================== */
.loading-state[b-1hw1aynzeo],
.empty-state[b-1hw1aynzeo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.loading-state i[b-1hw1aynzeo],
.empty-state i[b-1hw1aynzeo] {
    font-size: 4rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.loading-state p[b-1hw1aynzeo],
.empty-state h3[b-1hw1aynzeo] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-1hw1aynzeo] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* ==================== FRIENDS LIST ==================== */
.friends-list[b-1hw1aynzeo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.friend-card[b-1hw1aynzeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.friend-card:hover[b-1hw1aynzeo] {
    transform: translateY(-4px);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.friend-avatar[b-1hw1aynzeo] {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.friend-avatar i[b-1hw1aynzeo] {
    font-size: 3.5rem;
    color: #667eea;
}

.friend-avatar .avatar-image[b-1hw1aynzeo] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.status-indicator[b-1hw1aynzeo] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid rgba(10, 14, 39, 0.9);
}

.status-indicator.online[b-1hw1aynzeo] {
    background: #2ecc71;
    box-shadow: 0 0 12px rgba(46, 204, 113, 0.6);
}

.status-indicator.offline[b-1hw1aynzeo] {
    background: #95a5a6;
}

.friend-info[b-1hw1aynzeo] {
    flex: 1;
}

.friend-info h3[b-1hw1aynzeo] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.friend-status[b-1hw1aynzeo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin: 0;
}

.friend-status i[b-1hw1aynzeo] {
    font-size: 0.5rem;
}

.friend-actions[b-1hw1aynzeo] {
    display: flex;
    gap: 0.5rem;
}

.action-button[b-1hw1aynzeo] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.action-button:hover[b-1hw1aynzeo] {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
    transform: scale(1.1);
}

.action-button.chat[b-1hw1aynzeo] {
    background: rgba(46, 204, 113, 0.1);
    border-color: rgba(46, 204, 113, 0.3);
}

.action-button.chat:hover[b-1hw1aynzeo] {
    background: rgba(46, 204, 113, 0.2);
    border-color: rgba(46, 204, 113, 0.5);
}

.action-button.favorite .fa-star.filled[b-1hw1aynzeo] {
    color: #ffd700;
}

.action-button.remove[b-1hw1aynzeo] {
    background: rgba(231, 76, 60, 0.1);
    border-color: rgba(231, 76, 60, 0.3);
}

.action-button.remove:hover[b-1hw1aynzeo] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
}

/* ==================== REQUESTS ==================== */
.requests-section[b-1hw1aynzeo] {
    margin-bottom: 2rem;
}

.section-title[b-1hw1aynzeo] {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
}

.requests-list[b-1hw1aynzeo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.request-card[b-1hw1aynzeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.request-card:hover[b-1hw1aynzeo] {
    border-color: rgba(102, 126, 234, 0.3);
}

.request-info[b-1hw1aynzeo] {
    flex: 1;
}

.request-info h3[b-1hw1aynzeo] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.request-time[b-1hw1aynzeo] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;
}

.request-message[b-1hw1aynzeo] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
}

.request-actions[b-1hw1aynzeo] {
    display: flex;
    gap: 0.5rem;
}

.action-button.accept[b-1hw1aynzeo],
.action-button.reject[b-1hw1aynzeo],
.action-button.cancel[b-1hw1aynzeo] {
    width: auto;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.action-button.accept[b-1hw1aynzeo] {
    background: rgba(46, 204, 113, 0.15);
    border-color: rgba(46, 204, 113, 0.4);
}

.action-button.accept:hover[b-1hw1aynzeo] {
    background: rgba(46, 204, 113, 0.25);
    border-color: rgba(46, 204, 113, 0.6);
}

.action-button.reject[b-1hw1aynzeo],
.action-button.cancel[b-1hw1aynzeo] {
    background: rgba(231, 76, 60, 0.15);
    border-color: rgba(231, 76, 60, 0.4);
}

.action-button.reject:hover[b-1hw1aynzeo],
.action-button.cancel:hover[b-1hw1aynzeo] {
    background: rgba(231, 76, 60, 0.25);
    border-color: rgba(231, 76, 60, 0.6);
}

/* ==================== SEARCH ==================== */
.search-section[b-1hw1aynzeo] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.search-input-wrapper[b-1hw1aynzeo] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper i[b-1hw1aynzeo] {
    position: absolute;
    left: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
}

.search-input[b-1hw1aynzeo] {
    width: 100%;
    padding: 1.25rem 1.5rem 1.25rem 3.5rem;
    background: rgba(102, 126, 234, 0.08);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.search-input[b-1hw1aynzeo]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-input:focus[b-1hw1aynzeo] {
    outline: none;
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(102, 126, 234, 0.12);
}

.search-results[b-1hw1aynzeo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-result-card[b-1hw1aynzeo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.08) 0%, rgba(10, 14, 39, 0.9) 100%);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(102, 126, 234, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.search-result-card:hover[b-1hw1aynzeo] {
    border-color: rgba(102, 126, 234, 0.3);
}

.action-button.add[b-1hw1aynzeo] {
    width: auto;
    padding: 0.75rem 1.5rem;
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    font-weight: 700;
}

.action-button.add:hover[b-1hw1aynzeo] {
    background: rgba(102, 126, 234, 0.25);
    border-color: rgba(102, 126, 234, 0.6);
}

.action-button.friend-badge[b-1hw1aynzeo] {
    width: auto;
    padding: 0.75rem 1.5rem;
    background: rgba(46, 204, 113, 0.15);
    border-color: rgba(46, 204, 113, 0.4);
    color: #2ecc71;
    cursor: not-allowed;
    font-weight: 700;
}

.primary-button[b-1hw1aynzeo] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 2px solid #667eea;
    color: white;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.primary-button:hover[b-1hw1aynzeo] {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .friends-container[b-1hw1aynzeo] {
        padding: 1rem 0.5rem;
    }

    .friends-header[b-1hw1aynzeo] {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .header-content h1[b-1hw1aynzeo] {
        font-size: 2rem;
    }

    .tab-navigation[b-1hw1aynzeo] {
        flex-direction: column;
    }

    .friends-list[b-1hw1aynzeo] {
        grid-template-columns: 1fr;
    }

    .friend-card[b-1hw1aynzeo] {
        flex-wrap: wrap;
    }

    .friend-actions[b-1hw1aynzeo] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* _content/UwertaOfLegends/Components/Pages/UwertaShop/BuyShopItem.razor.rz.scp.css */
/* ==================== BUY ITEM CONTAINER ==================== */
.buy-item-container[b-pn6vm7cpfu] {
    width: 100%;
    padding: clamp(1rem, 3vw, 2rem) clamp(0.5rem, 2vw, 1rem);
}

.buy-item-content[b-pn6vm7cpfu] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
}

/* ==================== ITEM PREVIEW CARD ==================== */
.item-preview-card[b-pn6vm7cpfu] {
    display: flex;
    justify-content: center;
}

.item-card[b-pn6vm7cpfu] {
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
    position: relative;
}

.item-card[b-pn6vm7cpfu]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderPulse-b-pn6vm7cpfu 3s ease-in-out infinite;
}

@keyframes borderPulse-b-pn6vm7cpfu {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* ==================== ITEM IMAGE ==================== */
.item-image[b-pn6vm7cpfu] {
    width: clamp(180px, 40vw, 250px);
    height: clamp(180px, 40vw, 250px);
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(102, 126, 234, 0.5));
    animation: itemFloat-b-pn6vm7cpfu 4s ease-in-out infinite;
}

@keyframes itemFloat-b-pn6vm7cpfu {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* ==================== ITEM DETAILS ==================== */
.item-details[b-pn6vm7cpfu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.item-title[b-pn6vm7cpfu] {
    color: #fff;
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.3vw, 2px);
    text-align: center;
    margin: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-wrap: break-word;
}

/* ==================== BUTTON GROUP ==================== */
.button-group[b-pn6vm7cpfu] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.5vw, 1rem);
}

/* ==================== OR DIVIDER ==================== */
.or-divider[b-pn6vm7cpfu] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: clamp(0.25rem, 0.5vw, 0.5rem) 0;
}

.or-divider[b-pn6vm7cpfu]::before,
.or-divider[b-pn6vm7cpfu]::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.6), transparent);
}

.or-divider span[b-pn6vm7cpfu] {
    padding: 0 clamp(1rem, 2vw, 1.5rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.2vw, 2px);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: orPulse-b-pn6vm7cpfu 2s ease-in-out infinite;
}

@keyframes orPulse-b-pn6vm7cpfu {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* ==================== GLOW BUTTON ==================== */
.glowbutton[b-pn6vm7cpfu] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.glowbutton[b-pn6vm7cpfu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.glowbutton:hover[b-pn6vm7cpfu] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.5) 0%, rgba(255, 165, 0, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.6);
    border-color: rgba(255, 215, 0, 0.8);
}

.glowbutton:hover[b-pn6vm7cpfu]::before {
    left: 100%;
}

/* ==================== PURPLE BUTTON ==================== */
.purplebutton-buy[b-pn6vm7cpfu] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.purplebutton-buy[b-pn6vm7cpfu]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.purplebutton-buy:hover[b-pn6vm7cpfu] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5) 0%, rgba(118, 75, 162, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.6);
    border-color: rgba(102, 126, 234, 0.8);
}

.purplebutton-buy:hover[b-pn6vm7cpfu]::before {
    left: 100%;
}

/* ==================== DISABLED STATE ==================== */
.glowbutton.disabled[b-pn6vm7cpfu],
.purplebutton-buy.disabled[b-pn6vm7cpfu] {
    opacity: 0.5;
    cursor: not-allowed;
    background: linear-gradient(145deg, rgba(100, 100, 100, 0.2) 0%, rgba(80, 80, 80, 0.2) 100%);
    border-color: rgba(100, 100, 100, 0.4);
}

.glowbutton.disabled:hover[b-pn6vm7cpfu],
.purplebutton-buy.disabled:hover[b-pn6vm7cpfu] {
    transform: none;
    box-shadow: none;
}

.glowbutton.disabled[b-pn6vm7cpfu]::before,
.purplebutton-buy.disabled[b-pn6vm7cpfu]::before {
    display: none;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .buy-item-container[b-pn6vm7cpfu] {
        padding: 1.5rem 1rem;
    }

    .item-card[b-pn6vm7cpfu] {
        max-width: 100%;
    }

    .button-group[b-pn6vm7cpfu] {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .buy-item-container[b-pn6vm7cpfu] {
        padding: 1rem 0.5rem;
    }

    .item-card[b-pn6vm7cpfu] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .button-group[b-pn6vm7cpfu] {
        gap: 0.75rem;
    }
}

@media (max-width: 400px) {
    .buy-item-container[b-pn6vm7cpfu] {
        padding: 0.5rem;
    }

    .item-card[b-pn6vm7cpfu] {
        padding: 1rem 0.75rem;
    }

    .item-image[b-pn6vm7cpfu] {
        width: 150px;
        height: 150px;
    }

    .item-title[b-pn6vm7cpfu] {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
    }

    .glowbutton[b-pn6vm7cpfu],
    .purplebutton-buy[b-pn6vm7cpfu] {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/UwertaShop/BuyShopItemFinalize.razor.rz.scp.css */
/* ==================== FINALIZE CONTAINER ==================== */
.finalize-container[b-katcmffrte] {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
}

/* ==================== CONFIRMATION CARD ==================== */
.confirmation-card[b-katcmffrte] {
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 24px;
    border: 2px solid rgba(255, 215, 0, 0.4);
    padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
}

.confirmation-card[b-katcmffrte]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.6), rgba(255, 165, 0, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: borderGlow-b-katcmffrte 3s ease-in-out infinite;
}

@keyframes borderGlow-b-katcmffrte {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* ==================== CONFIRMATION ICON ==================== */
.confirmation-icon[b-katcmffrte] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    animation: iconPulse-b-katcmffrte 2s ease-in-out infinite;
}

@keyframes iconPulse-b-katcmffrte {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* ==================== CONFIRMATION TITLE ==================== */
.confirmation-title[b-katcmffrte] {
    color: #fff;
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.3vw, 2px);
    text-align: center;
    margin: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-wrap: break-word;
}

/* ==================== CONFIRMATION TEXT ==================== */
.confirmation-text[b-katcmffrte] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.confirmation-text strong[b-katcmffrte] {
    color: rgba(255, 215, 0, 1);
    font-weight: 700;
}

/* ==================== CONFIRMATION BUTTONS ==================== */
.confirmation-buttons[b-katcmffrte] {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.5vw, 1rem);
}

/* ==================== GLOW BUTTON (CONFIRM) ==================== */
.glowbutton[b-katcmffrte] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.glowbutton[b-katcmffrte]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.glowbutton:hover[b-katcmffrte] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.5) 0%, rgba(255, 165, 0, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.6);
    border-color: rgba(255, 215, 0, 0.8);
}

.glowbutton:hover[b-katcmffrte]::before {
    left: 100%;
}

/* ==================== PURPLE CONFIRM BUTTON ==================== */
.purplebutton-confirm[b-katcmffrte] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.purplebutton-confirm[b-katcmffrte]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.purplebutton-confirm:hover[b-katcmffrte] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.5) 0%, rgba(118, 75, 162, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.6);
    border-color: rgba(102, 126, 234, 0.8);
}

.purplebutton-confirm:hover[b-katcmffrte]::before {
    left: 100%;
}

/* ==================== CANCEL BUTTON ==================== */
.cancelbutton[b-katcmffrte] {
    background: linear-gradient(145deg, rgba(220, 53, 69, 0.3) 0%, rgba(176, 42, 55, 0.3) 100%);
    border: 2px solid rgba(220, 53, 69, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cancelbutton[b-katcmffrte]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.cancelbutton:hover[b-katcmffrte] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(220, 53, 69, 0.5) 0%, rgba(176, 42, 55, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(220, 53, 69, 0.6);
    border-color: rgba(220, 53, 69, 0.8);
}

.cancelbutton:hover[b-katcmffrte]::before {
    left: 100%;
}

/* ==================== BACK BUTTON CONTAINER ==================== */
.back-button-container[b-katcmffrte] {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
}

/* ==================== BACK BUTTON ==================== */
.backbutton[b-katcmffrte] {
    background: linear-gradient(145deg, rgba(100, 100, 100, 0.3) 0%, rgba(80, 80, 80, 0.3) 100%);
    border: 2px solid rgba(100, 100, 100, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 600;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.backbutton[b-katcmffrte]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.backbutton:hover[b-katcmffrte] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(100, 100, 100, 0.5) 0%, rgba(80, 80, 80, 0.5) 100%);
    box-shadow: 0 8px 24px rgba(100, 100, 100, 0.4);
    border-color: rgba(100, 100, 100, 0.8);
}

.backbutton:hover[b-katcmffrte]::before {
    left: 100%;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .confirmation-card[b-katcmffrte] {
        max-width: 100%;
    }

    .confirmation-buttons[b-katcmffrte],
    .back-button-container[b-katcmffrte] {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .confirmation-card[b-katcmffrte] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .confirmation-buttons[b-katcmffrte],
    .back-button-container[b-katcmffrte] {
        gap: 0.75rem;
    }
}

@media (max-width: 400px) {
    .confirmation-card[b-katcmffrte] {
        padding: 1rem 0.75rem;
    }

    .confirmation-icon[b-katcmffrte] {
        font-size: 2rem;
    }

    .confirmation-title[b-katcmffrte] {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
    }

    .confirmation-text[b-katcmffrte] {
        font-size: 0.9rem;
    }

    .glowbutton[b-katcmffrte],
    .purplebutton-confirm[b-katcmffrte],
    .cancelbutton[b-katcmffrte],
    .backbutton[b-katcmffrte] {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/UwertaShop/NotAuthorizedShopItems.razor.rz.scp.css */
/* ==================== NOT AUTHORIZED CONTAINER ==================== */
.notauth-shop-container[b-ohn2yolg91] {
    width: 100%;
    padding: clamp(1rem, 3vw, 2rem) clamp(0.5rem, 2vw, 1rem);
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.notauth-header[b-ohn2yolg91] {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    padding: clamp(1rem, 3vw, 2rem) 0;
}

.notauth-title[b-ohn2yolg91] {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-ohn2yolg91 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(2px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
    word-wrap: break-word;
}

@keyframes titleShine-b-ohn2yolg91 {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.notauth-subtitle[b-ohn2yolg91] {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: clamp(1px, 0.3vw, 2px);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

/* ==================== LOGIN BUTTON ==================== */
.login-button[b-ohn2yolg91] {
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.3) 0%, rgba(56, 142, 60, 0.3) 100%);
    border: 2px solid rgba(76, 175, 80, 0.5);
    border-radius: 12px;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(2rem, 4vw, 3rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.2rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.login-button[b-ohn2yolg91]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.login-button:hover[b-ohn2yolg91] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.5) 0%, rgba(56, 142, 60, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(76, 175, 80, 0.6);
    border-color: rgba(76, 175, 80, 0.8);
}

.login-button:hover[b-ohn2yolg91]::before {
    left: 100%;
}

/* ==================== ITEMS GRID ==================== */
.notauth-items-grid[b-ohn2yolg91] {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: clamp(1rem, 3vw, 2rem);
}

/* ==================== ITEM CARD ==================== */
.notauth-item-card[b-ohn2yolg91] {
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 20px;
    border: 2px solid rgba(100, 100, 100, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    filter: grayscale(0.3);
}

.notauth-item-card[b-ohn2yolg91]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(100, 100, 100, 0.4), rgba(80, 80, 80, 0.4));
    -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.4s ease;
}

.notauth-item-card:hover[b-ohn2yolg91] {
    transform: translateY(-5px);
    filter: grayscale(0.1);
    border-color: rgba(100, 100, 100, 0.6);
}

.notauth-item-card:hover[b-ohn2yolg91]::before {
    opacity: 1;
}

/* ==================== LOCKED OVERLAY ==================== */
.locked-overlay[b-ohn2yolg91] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.notauth-item-card:hover .locked-overlay[b-ohn2yolg91] {
    opacity: 1;
}

.lock-icon[b-ohn2yolg91] {
    font-size: clamp(2.5rem, 6vw, 4rem);
    animation: lockPulse-b-ohn2yolg91 2s ease-in-out infinite;
}

@keyframes lockPulse-b-ohn2yolg91 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ==================== ITEM IMAGE ==================== */
.notauth-item-image[b-ohn2yolg91] {
    width: clamp(140px, 35vw, 200px);
    height: clamp(140px, 35vw, 200px);
    object-fit: contain;
    margin: clamp(1rem, 3vw, 2rem) auto clamp(0.5rem, 2vw, 1rem);
    filter: drop-shadow(0 4px 12px rgba(100, 100, 100, 0.3));
    transition: all 0.4s ease;
}

.notauth-item-card:hover .notauth-item-image[b-ohn2yolg91] {
    transform: scale(1.05);
}

/* ==================== ITEM BODY ==================== */
.notauth-item-body[b-ohn2yolg91] {
    padding: clamp(1rem, 2vw, 1.5rem);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 0.75rem);
}

.notauth-item-title[b-ohn2yolg91] {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: clamp(0.5px, 0.2vw, 1.5px);
    text-align: center;
    margin: 0;
    word-wrap: break-word;
}

.notauth-item-text[b-ohn2yolg91] {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.notauth-item-price[b-ohn2yolg91] {
    margin: 0.5rem 0;
}

.notauth-item-price small[b-ohn2yolg91] {
    color: rgba(255, 215, 0, 0.7);
    font-weight: 700;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
}

/* ==================== BUY BUTTON ==================== */
.notauth-buy-button[b-ohn2yolg91] {
    background: linear-gradient(145deg, rgba(100, 100, 100, 0.3) 0%, rgba(80, 80, 80, 0.3) 100%);
    border: 2px solid rgba(100, 100, 100, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1.5rem, 3vw, 2rem);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
    width: 100%;
    max-width: 200px;
    position: relative;
    overflow: hidden;
}

.notauth-buy-button[b-ohn2yolg91]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.notauth-buy-button:hover[b-ohn2yolg91] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(76, 175, 80, 0.4) 0%, rgba(56, 142, 60, 0.4) 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.4);
    border-color: rgba(76, 175, 80, 0.6);
}

.notauth-buy-button:hover[b-ohn2yolg91]::before {
    left: 100%;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .notauth-items-grid[b-ohn2yolg91] {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .notauth-shop-container[b-ohn2yolg91] {
        padding: 1rem 0.5rem;
    }

    .notauth-header[b-ohn2yolg91] {
        padding: 0.5rem 0;
        margin-bottom: 1.5rem;
    }

    .notauth-items-grid[b-ohn2yolg91] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .notauth-item-body[b-ohn2yolg91] {
        padding: 1rem;
    }

    .notauth-buy-button[b-ohn2yolg91] {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .notauth-shop-container[b-ohn2yolg91] {
        padding: 0.5rem;
    }

    .notauth-title[b-ohn2yolg91] {
        letter-spacing: 1px;
    }

    .login-button[b-ohn2yolg91] {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }

    .notauth-item-image[b-ohn2yolg91] {
        width: 120px;
        height: 120px;
    }

    .lock-icon[b-ohn2yolg91] {
        font-size: 2rem;
    }

    .notauth-buy-button[b-ohn2yolg91] {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/UwertaShop/UwertaShop.razor.rz.scp.css */
/* ==================== MAIN CONTAINER ==================== */
.shop-container[b-ma2200k1gy] {
    width: 100%;
    min-height: 100vh;
    padding: 2rem 1rem;
}

/* ==================== SHOP HEADER ==================== */
.shop-header[b-ma2200k1gy] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.shop-title[b-ma2200k1gy] {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 900;
    background: linear-gradient(90deg, #667eea 0%, #a78bfa 25%, #764ba2 50%, #a78bfa 75%, #667eea 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-ma2200k1gy 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: clamp(2px, 1vw, 8px);
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
    word-wrap: break-word;
}

@keyframes titleShine-b-ma2200k1gy {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.shop-subtitle[b-ma2200k1gy] {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: clamp(1px, 0.3vw, 2px);
    text-transform: uppercase;
}

/* ==================== MESSAGE ROW ==================== */
.row p[b-ma2200k1gy] {
    text-align: center;
    color: rgba(255, 215, 0, 1);
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    animation: messageGlow-b-ma2200k1gy 2s ease-in-out infinite;
    margin: 1rem 0;
}

@keyframes messageGlow-b-ma2200k1gy {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ==================== TOP SECTION (POINTS + PAYPAL + IMAGE) ==================== */
.shop-container > .row[b-ma2200k1gy] {
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: clamp(1rem, 3vw, 2rem);
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: flex-start;
    justify-content: center;
}

/* ==================== POINTS DISPLAY SECTION ==================== */
.col-md-2[b-ma2200k1gy] {
    flex: 1 1 250px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.col-md-2 .col-md-6[b-ma2200k1gy] {
    width: 100%;
}

.purplebutton[b-ma2200k1gy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 2vw, 1.25rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: default;
    position: relative;
    transition: all 0.3s ease;
}

.purplebutton span:first-child[b-ma2200k1gy] {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.purplebutton span:last-child[b-ma2200k1gy] {
    font-size: clamp(0.75rem, 1.2vw, 0.85rem);
    text-align: center;
}

.purplebutton:hover[b-ma2200k1gy] {
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

/* ==================== PAYPAL SECTION ==================== */
.col-md-4[b-ma2200k1gy] {
    flex: 1 1 300px;
    min-width: 250px;
    max-width: 500px;
}

.col-md-4 .row[b-ma2200k1gy] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}

.form-select[b-ma2200k1gy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) 1rem;
    color: #fff;
    font-weight: 600;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-select:hover[b-ma2200k1gy] {
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.35) 0%, rgba(118, 75, 162, 0.35) 100%);
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.form-select option[b-ma2200k1gy] {
    background: rgba(15, 20, 50, 1);
    color: #fff;
}

#paypal-button-container[b-ma2200k1gy] {
    margin-top: 10px;
}

/* ==================== SHOP IMAGE ==================== */
.col-md-4:last-child[b-ma2200k1gy] {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-md-4 img[b-ma2200k1gy] {
    width: clamp(180px, 30vw, 250px);
    height: clamp(180px, 30vw, 250px);
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(102, 126, 234, 0.5));
    animation: shopImageFloat-b-ma2200k1gy 6s ease-in-out infinite;
}

@keyframes shopImageFloat-b-ma2200k1gy {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* ==================== SHOP ITEMS CONTAINER ==================== */
.container.mt-5[b-ma2200k1gy] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.container.mt-5 .row[b-ma2200k1gy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}

/* ==================== SHOP ITEM CARD ==================== */
.col-md-6.col-lg-4[b-ma2200k1gy] {
    width: 100%;
    padding: 0;
}

.card[b-ma2200k1gy] {
    background: linear-gradient(145deg, rgba(15, 20, 50, 0.95) 0%, rgba(8, 12, 30, 0.98) 100%);
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.card[b-ma2200k1gy]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(102, 126, 234, 0.4), rgba(118, 75, 162, 0.4));
    -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.4s ease;
}

.card:hover[b-ma2200k1gy] {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
    border-color: rgba(102, 126, 234, 0.6);
}

.card:hover[b-ma2200k1gy]::before {
    opacity: 1;
}

/* Card Image */
.card-img-top[b-ma2200k1gy] {
    width: clamp(140px, 35vw, 200px);
    height: clamp(140px, 35vw, 200px);
    object-fit: contain;
    margin: clamp(1rem, 3vw, 2rem) auto clamp(0.5rem, 2vw, 1rem);
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.3));
    transition: all 0.4s ease;
}

.card:hover .card-img-top[b-ma2200k1gy] {
    transform: scale(1.1);
    filter: drop-shadow(0 8px 24px rgba(102, 126, 234, 0.6));
}

/* Card Body */
.card-body[b-ma2200k1gy] {
    padding: clamp(1rem, 2vw, 1.5rem);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 0.75rem);
}

.card-title[b-ma2200k1gy] {
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: clamp(0.5px, 0.2vw, 1.5px);
    text-align: center;
    margin: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-wrap: break-word;
}

.card-text[b-ma2200k1gy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.card-text small[b-ma2200k1gy] {
    color: rgba(255, 215, 0, 0.9);
    font-weight: 700;
    font-size: clamp(0.8rem, 1.5vw, 0.95rem);
}

/* ==================== BUY BUTTON ==================== */
.d-flex[b-ma2200k1gy] {
    display: flex;
    width: 100%;
    margin-top: auto;
}

.justify-content-center[b-ma2200k1gy] {
    justify-content: center;
}

.glowbutton[b-ma2200k1gy] {
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.3) 0%, rgba(255, 165, 0, 0.3) 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    border-radius: 12px;
    padding: clamp(0.75rem, 1.5vw, 0.875rem) clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.glowbutton[b-ma2200k1gy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.glowbutton:hover[b-ma2200k1gy] {
    transform: translateY(-3px);
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.5) 0%, rgba(255, 165, 0, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(255, 215, 0, 0.6);
    border-color: rgba(255, 215, 0, 0.8);
}

.glowbutton:hover[b-ma2200k1gy]::before {
    left: 100%;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .shop-container > .row[b-ma2200k1gy] {
        flex-direction: column;
        align-items: center;
    }

    .col-md-2[b-ma2200k1gy] {
        width: 100%;
        max-width: 500px;
        flex-direction: row;
        gap: 1rem;
    }

    .col-md-2 .col-md-6[b-ma2200k1gy] {
        flex: 1;
    }

    .col-md-4[b-ma2200k1gy] {
        width: 100%;
        max-width: 500px;
    }

    .col-md-4:last-child[b-ma2200k1gy] {
        width: auto;
    }
}

@media (max-width: 768px) {
    .shop-container[b-ma2200k1gy] {
        padding: 1rem 0.5rem;
    }

    .shop-header[b-ma2200k1gy] {
        padding: 1rem 0;
        margin-bottom: 2rem;
    }

    .shop-container > .row[b-ma2200k1gy] {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .col-md-2[b-ma2200k1gy] {
        flex-direction: column;
        max-width: 100%;
    }

    .col-md-4[b-ma2200k1gy] {
        max-width: 100%;
    }

    .container.mt-5 .row[b-ma2200k1gy] {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .shop-container[b-ma2200k1gy] {
        padding: 0.5rem;
    }

    .shop-header[b-ma2200k1gy] {
        padding: 0.5rem 0;
        margin-bottom: 1.5rem;
    }

    .shop-container > .row[b-ma2200k1gy] {
        padding: 1rem;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .col-md-2[b-ma2200k1gy] {
        min-width: 100%;
    }

    .col-md-4[b-ma2200k1gy] {
        min-width: 100%;
    }

    .container.mt-5[b-ma2200k1gy] {
        padding: 0 0.5rem;
    }

    .container.mt-5 .row[b-ma2200k1gy] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .card-body[b-ma2200k1gy] {
        padding: 1rem;
    }
}

/* ==================== EXTRA SMALL DEVICES ==================== */
@media (max-width: 400px) {
    .shop-title[b-ma2200k1gy] {
        letter-spacing: 1px;
    }

    .purplebutton[b-ma2200k1gy] {
        padding: 0.75rem 0.5rem;
    }

    .purplebutton span:first-child[b-ma2200k1gy] {
        font-size: 1.3rem;
    }

    .purplebutton span:last-child[b-ma2200k1gy] {
        font-size: 0.7rem;
    }

    .card-img-top[b-ma2200k1gy] {
        width: 120px;
        height: 120px;
    }

    .glowbutton[b-ma2200k1gy] {
        padding: 0.65rem 1rem;
        font-size: 0.85rem;
    }
}

/* ==================== SPACING FIX ==================== */
.mb-3[b-ma2200k1gy] {
    margin-bottom: 1rem;
}

.mb-4[b-ma2200k1gy] {
    margin-bottom: 1.5rem;
}

.mb-5[b-ma2200k1gy] {
    margin-bottom: 3rem;
}

.mt-5[b-ma2200k1gy] {
    margin-top: 3rem;
}
/* _content/UwertaOfLegends/Components/Pages/Wiki/Wiki.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.wiki-container[b-h7ngod1wc0] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.wiki-header[b-h7ngod1wc0] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 2rem 0;
}

.wiki-header[b-h7ngod1wc0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(102, 126, 234, 0.8) 50%,
        transparent 100%
    );
    border-radius: 2px;
}

.wiki-title[b-h7ngod1wc0] {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 25%,
        #764ba2 50%,
        #a78bfa 75%,
        #667eea 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShine-b-h7ngod1wc0 4s linear infinite;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 30px rgba(102, 126, 234, 0.4));
}

@keyframes titleShine-b-h7ngod1wc0 {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.wiki-subtitle[b-h7ngod1wc0] {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ==================== CONTENT ==================== */
.wiki-content[b-h7ngod1wc0] {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/* ==================== HERO SECTION ==================== */
.hero-section[b-h7ngod1wc0] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.hero-section[b-h7ngod1wc0]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-text[b-h7ngod1wc0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-title[b-h7ngod1wc0] {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.title-icon[b-h7ngod1wc0] {
    font-size: 2.5rem;
    animation: iconFloat-b-h7ngod1wc0 3s ease-in-out infinite;
}

@keyframes iconFloat-b-h7ngod1wc0 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.wiki-description[b-h7ngod1wc0] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

.wiki-description strong[b-h7ngod1wc0] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== WIKI CATEGORIES ==================== */
.wiki-categories[b-h7ngod1wc0] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.categories-grid[b-h7ngod1wc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

/* ==================== CATEGORY CARD ==================== */
.category-card[b-h7ngod1wc0] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 20px;
    padding: 2.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.category-card[b-h7ngod1wc0]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.category-card:hover[b-h7ngod1wc0]::before {
    opacity: 1;
}

.category-card:hover[b-h7ngod1wc0] {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
}

/* Card Glow */
.card-glow[b-h7ngod1wc0] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.category-card:hover .card-glow[b-h7ngod1wc0] {
    opacity: 1;
}

/* Card Icon */
.card-icon-wrapper[b-h7ngod1wc0] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgba(102, 126, 234, 0.3);
}

.category-card:hover .card-icon-wrapper[b-h7ngod1wc0] {
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
}

.card-icon[b-h7ngod1wc0] {
    font-size: 3rem;
    filter: drop-shadow(0 4px 12px rgba(102, 126, 234, 0.6));
}

/* Card Content */
.card-title[b-h7ngod1wc0] {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    transition: color 0.3s ease;
}

.category-card:hover .card-title[b-h7ngod1wc0] {
    color: rgba(102, 126, 234, 1);
    text-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
}

.card-description[b-h7ngod1wc0] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.category-card:hover .card-description[b-h7ngod1wc0] {
    color: rgba(255, 255, 255, 0.9);
}

/* Card Arrow */
.card-arrow[b-h7ngod1wc0] {
    margin-top: auto;
    font-size: 2rem;
    color: rgba(102, 126, 234, 0.6);
    font-weight: 800;
    transition: all 0.3s ease;
}

.category-card:hover .card-arrow[b-h7ngod1wc0] {
    color: rgba(102, 126, 234, 1);
    transform: translateX(10px);
}

/* ==================== QUICK LINKS ==================== */
.quick-links-section[b-h7ngod1wc0] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2rem;
    position: relative;
}

.quick-links-section[b-h7ngod1wc0]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.quick-links-grid[b-h7ngod1wc0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.quick-link-btn[b-h7ngod1wc0] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    text-transform: uppercase;
}

.quick-link-btn:hover[b-h7ngod1wc0] {
    transform: translateY(-5px);
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.quick-link-btn:active[b-h7ngod1wc0] {
    transform: translateY(-2px);
}

.btn-icon[b-h7ngod1wc0] {
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.quick-link-btn:hover .btn-icon[b-h7ngod1wc0] {
    transform: scale(1.2) rotate(10deg);
}

.btn-label[b-h7ngod1wc0] {
    flex: 1;
    text-align: left;
}

.btn-glow[b-h7ngod1wc0] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    pointer-events: none;
}

.quick-link-btn:hover .btn-glow[b-h7ngod1wc0] {
    width: 400px;
    height: 400px;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .categories-grid[b-h7ngod1wc0] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .wiki-container[b-h7ngod1wc0] {
        padding: 1.5rem 1rem;
    }

    .wiki-title[b-h7ngod1wc0] {
        font-size: 2.8rem;
        letter-spacing: 6px;
    }

    .wiki-subtitle[b-h7ngod1wc0] {
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .section-title[b-h7ngod1wc0] {
        font-size: 1.8rem;
    }

    .categories-grid[b-h7ngod1wc0] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .category-card[b-h7ngod1wc0] {
        padding: 2rem 1.5rem;
    }

    .quick-links-grid[b-h7ngod1wc0] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .wiki-title[b-h7ngod1wc0] {
        font-size: 2.2rem;
        letter-spacing: 4px;
    }

    .section-title[b-h7ngod1wc0] {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .card-icon-wrapper[b-h7ngod1wc0] {
        width: 80px;
        height: 80px;
    }

    .card-icon[b-h7ngod1wc0] {
        font-size: 2.5rem;
    }

    .card-title[b-h7ngod1wc0] {
        font-size: 1.3rem;
    }

    .quick-link-btn[b-h7ngod1wc0] {
        flex-direction: column;
        padding: 1rem 1.5rem;
        gap: 0.5rem;
        text-align: center;
    }

    .btn-label[b-h7ngod1wc0] {
        text-align: center;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Wiki/WikiGameModes.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.wiki-page-container[b-gpn744jjbr] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.page-header[b-gpn744jjbr] {
    margin-bottom: 3rem;
    position: relative;
}

.back-button[b-gpn744jjbr] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.back-button:hover[b-gpn744jjbr] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.7);
    transform: translateX(-5px);
}

.back-icon[b-gpn744jjbr] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover .back-icon[b-gpn744jjbr] {
    transform: translateX(-3px);
}

.page-title[b-gpn744jjbr] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 50%,
        #764ba2 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.page-subtitle[b-gpn744jjbr] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 2px;
}

/* ==================== CONTENT ==================== */
.page-content[b-gpn744jjbr] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ==================== INTRO SECTION ==================== */
.intro-section[b-gpn744jjbr] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.intro-section[b-gpn744jjbr]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.intro-content[b-gpn744jjbr] {
    position: relative;
}

.section-title[b-gpn744jjbr] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1.5rem 0;
}

.section-icon[b-gpn744jjbr] {
    font-size: 2rem;
}

.intro-text[b-gpn744jjbr] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

.intro-text strong[b-gpn744jjbr] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== MODES GRID ==================== */
.modes-grid[b-gpn744jjbr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* ==================== MODE CARD ==================== */
.mode-card[b-gpn744jjbr] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.mode-card[b-gpn744jjbr]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.mode-card:hover[b-gpn744jjbr]::before {
    opacity: 1;
}

.mode-card:hover[b-gpn744jjbr] {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
}

/* Upcoming Mode Card */
.mode-card.upcoming[b-gpn744jjbr] {
    opacity: 0.7;
}

.mode-card.upcoming[b-gpn744jjbr]::before {
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.3),
        rgba(118, 75, 162, 0.3)
    );
}

/* Card Glow */
.card-glow[b-gpn744jjbr] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.mode-card:hover .card-glow[b-gpn744jjbr] {
    opacity: 1;
}

/* ==================== MODE BADGE ==================== */
.mode-badge[b-gpn744jjbr] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

.mode-badge.available[b-gpn744jjbr] {
    background: linear-gradient(135deg,
        rgba(76, 175, 80, 0.3) 0%,
        rgba(56, 142, 60, 0.3) 100%
    );
    border: 1px solid rgba(76, 175, 80, 0.6);
    color: rgba(76, 175, 80, 1);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.4);
}

.mode-badge.coming-soon[b-gpn744jjbr] {
    background: linear-gradient(135deg,
        rgba(255, 152, 0, 0.3) 0%,
        rgba(245, 124, 0, 0.3) 100%
    );
    border: 1px solid rgba(255, 152, 0, 0.6);
    color: rgba(255, 152, 0, 1);
    box-shadow: 0 0 15px rgba(255, 152, 0, 0.4);
}

/* ==================== MODE ICON ==================== */
.mode-icon[b-gpn744jjbr] {
    font-size: 4rem;
    text-align: center;
    filter: drop-shadow(0 4px 20px rgba(102, 126, 234, 0.6));
    transition: transform 0.3s ease;
}

.mode-card:hover .mode-icon[b-gpn744jjbr] {
    transform: scale(1.1) rotate(5deg);
}

/* ==================== MODE CONTENT ==================== */
.mode-title[b-gpn744jjbr] {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

.mode-card:hover .mode-title[b-gpn744jjbr] {
    color: rgba(102, 126, 234, 1);
    text-shadow: 0 0 20px rgba(102, 126, 234, 0.6);
}

.mode-description[b-gpn744jjbr] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: center;
    margin: 0;
}

/* ==================== MODE DETAILS ==================== */
.mode-details[b-gpn744jjbr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.detail-item[b-gpn744jjbr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-icon[b-gpn744jjbr] {
    font-size: 1.2rem;
}

.detail-label[b-gpn744jjbr] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-weight: 600;
    flex: 1;
}

.detail-value[b-gpn744jjbr] {
    color: rgba(102, 126, 234, 1);
    font-size: 0.95rem;
    font-weight: 700;
}

/* ==================== MODE BUTTON ==================== */
.mode-button[b-gpn744jjbr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.5);
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.mode-button[b-gpn744jjbr]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.mode-button:hover[b-gpn744jjbr]::before {
    width: 300px;
    height: 300px;
}

.mode-button:hover[b-gpn744jjbr] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.5) 0%,
        rgba(118, 75, 162, 0.5) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.mode-button:active[b-gpn744jjbr] {
    transform: translateY(-1px);
}

.button-arrow[b-gpn744jjbr] {
    font-size: 1.3rem;
    font-weight: 800;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.mode-button:hover .button-arrow[b-gpn744jjbr] {
    transform: translateX(5px);
}

.mode-button span:not(.button-arrow)[b-gpn744jjbr] {
    position: relative;
    z-index: 1;
}

/* ==================== MODE STATUS ==================== */
.mode-status[b-gpn744jjbr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg,
        rgba(255, 152, 0, 0.15) 0%,
        rgba(245, 124, 0, 0.15) 100%
    );
    border: 2px solid rgba(255, 152, 0, 0.4);
    border-radius: 12px;
}

.status-icon[b-gpn744jjbr] {
    font-size: 1.3rem;
}

.status-text[b-gpn744jjbr] {
    color: rgba(255, 152, 0, 1);
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== TIPS SECTION ==================== */
.tips-section[b-gpn744jjbr] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.tips-section[b-gpn744jjbr]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tips-grid[b-gpn744jjbr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.tip-card[b-gpn744jjbr] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tip-card:hover[b-gpn744jjbr] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.tip-icon[b-gpn744jjbr] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.tip-title[b-gpn744jjbr] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem 0;
}

.tip-text[b-gpn744jjbr] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .modes-grid[b-gpn744jjbr] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .modes-grid[b-gpn744jjbr] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mode-card[b-gpn744jjbr] {
        padding: 2rem;
    }

    .mode-icon[b-gpn744jjbr] {
        font-size: 3rem;
    }

    .mode-title[b-gpn744jjbr] {
        font-size: 1.5rem;
    }

    .tips-grid[b-gpn744jjbr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .mode-card[b-gpn744jjbr] {
        padding: 1.5rem;
    }

    .mode-badge[b-gpn744jjbr] {
        top: 1rem;
        right: 1rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.7rem;
    }

    .mode-button[b-gpn744jjbr] {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Wiki/WikiGameplay.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.wiki-page-container[b-ly719kmhl7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.page-header[b-ly719kmhl7] {
    margin-bottom: 3rem;
    position: relative;
}

.back-button[b-ly719kmhl7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.back-button:hover[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.7);
    transform: translateX(-5px);
}

.back-icon[b-ly719kmhl7] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover .back-icon[b-ly719kmhl7] {
    transform: translateX(-3px);
}

.page-title[b-ly719kmhl7] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 50%,
        #764ba2 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.page-subtitle[b-ly719kmhl7] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 2px;
}

/* ==================== CONTENT ==================== */
.page-content[b-ly719kmhl7] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* ==================== GUIDE SECTION ==================== */
.guide-section[b-ly719kmhl7] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.guide-section[b-ly719kmhl7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================== SECTION HEADER ==================== */
.section-header[b-ly719kmhl7] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.step-number[b-ly719kmhl7] {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.section-title[b-ly719kmhl7] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.section-icon[b-ly719kmhl7] {
    font-size: 2rem;
}

/* ==================== SECTION CONTENT ==================== */
.section-content[b-ly719kmhl7] {
    padding-left: 6rem;
}

.section-text[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.intro-section[b-ly719kmhl7] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.intro-section[b-ly719kmhl7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.intro-content[b-ly719kmhl7] {
    position: relative;
}

.intro-text[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

.intro-text strong[b-ly719kmhl7] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== CONTROLS GRID ==================== */
.controls-grid[b-ly719kmhl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.control-card[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.control-card:hover[b-ly719kmhl7] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.control-icon[b-ly719kmhl7] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.control-title[b-ly719kmhl7] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem 0;
}

.control-description[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== MECHANICS LIST ==================== */
.mechanics-list[b-ly719kmhl7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.mechanic-item[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
}

.mechanic-item:hover[b-ly719kmhl7] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateX(10px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.mechanic-header[b-ly719kmhl7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.mechanic-icon[b-ly719kmhl7] {
    font-size: 2rem;
}

.mechanic-title[b-ly719kmhl7] {
    color: rgba(102, 126, 234, 1);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.mechanic-description[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    padding-left: 3rem;
}

/* ==================== STRATEGY GRID ==================== */
.strategy-grid[b-ly719kmhl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.strategy-card[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.75rem;
    transition: all 0.3s ease;
}

.strategy-card:hover[b-ly719kmhl7] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.strategy-icon[b-ly719kmhl7] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.strategy-title[b-ly719kmhl7] {
    color: rgba(102, 126, 234, 1);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem 0;
}

.strategy-text[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== BUILD TYPES ==================== */
.build-types[b-ly719kmhl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.build-card[b-ly719kmhl7] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.8) 0%,
        rgba(8, 12, 30, 0.9) 100%
    );
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.build-card[b-ly719kmhl7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.build-card:hover[b-ly719kmhl7]::before {
    opacity: 1;
}

.build-card:hover[b-ly719kmhl7] {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.4);
}

.build-header[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.build-icon[b-ly719kmhl7] {
    font-size: 2.5rem;
}

.build-title[b-ly719kmhl7] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.build-content[b-ly719kmhl7] {
    padding: 2rem;
    position: relative;
}

.build-description[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
}

.build-items[b-ly719kmhl7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.build-item[b-ly719kmhl7] {
    color: rgba(102, 126, 234, 1);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.15) 0%,
        rgba(118, 75, 162, 0.15) 100%
    );
    border-radius: 8px;
    border-left: 3px solid rgba(102, 126, 234, 0.6);
}

/* ==================== TIPS SECTION ==================== */
.tips-section[b-ly719kmhl7] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.tips-section[b-ly719kmhl7]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tips-grid[b-ly719kmhl7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.tip-card[b-ly719kmhl7] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tip-card:hover[b-ly719kmhl7] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.tip-icon[b-ly719kmhl7] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.tip-title[b-ly719kmhl7] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem 0;
}

.tip-text[b-ly719kmhl7] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .controls-grid[b-ly719kmhl7] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .strategy-grid[b-ly719kmhl7] {
        grid-template-columns: 1fr;
    }

    .build-types[b-ly719kmhl7] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mechanic-description[b-ly719kmhl7] {
        padding-left: 0;
    }

    .tips-grid[b-ly719kmhl7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .control-card[b-ly719kmhl7],
    .strategy-card[b-ly719kmhl7],
    .tip-card[b-ly719kmhl7] {
        padding: 1.25rem;
    }

    .build-header[b-ly719kmhl7] {
        flex-direction: column;
        padding: 1.5rem;
    }

    .build-content[b-ly719kmhl7] {
        padding: 1.5rem;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Wiki/WikiGettingStarted.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.wiki-page-container[b-ljtnm4dp1m] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.page-header[b-ljtnm4dp1m] {
    margin-bottom: 3rem;
    position: relative;
}

.back-button[b-ljtnm4dp1m] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.back-button:hover[b-ljtnm4dp1m] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.7);
    transform: translateX(-5px);
}

.back-icon[b-ljtnm4dp1m] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover .back-icon[b-ljtnm4dp1m] {
    transform: translateX(-3px);
}

.page-title[b-ljtnm4dp1m] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 50%,
        #764ba2 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.page-subtitle[b-ljtnm4dp1m] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 2px;
}

/* ==================== CONTENT ==================== */
.page-content[b-ljtnm4dp1m] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* ==================== GUIDE SECTION ==================== */
.guide-section[b-ljtnm4dp1m] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.guide-section[b-ljtnm4dp1m]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* ==================== SECTION HEADER ==================== */
.section-header[b-ljtnm4dp1m] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.step-number[b-ljtnm4dp1m] {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.section-title[b-ljtnm4dp1m] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.section-icon[b-ljtnm4dp1m] {
    font-size: 2rem;
}

/* ==================== SECTION CONTENT ==================== */
.section-content[b-ljtnm4dp1m] {
    padding-left: 6rem;
}

.section-text[b-ljtnm4dp1m] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* ==================== STEPS LIST ==================== */
.steps-list[b-ljtnm4dp1m] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.step-item[b-ljtnm4dp1m] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-bullet[b-ljtnm4dp1m] {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: rgba(102, 126, 234, 1);
    flex-shrink: 0;
}

.step-content[b-ljtnm4dp1m] {
    flex: 1;
}

.step-title[b-ljtnm4dp1m] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-description[b-ljtnm4dp1m] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== INFO BOX ==================== */
.info-box[b-ljtnm4dp1m] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}

.info-title[b-ljtnm4dp1m] {
    color: rgba(102, 126, 234, 1);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
}

.info-list[b-ljtnm4dp1m] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-list li[b-ljtnm4dp1m] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    padding-left: 1.5rem;
    position: relative;
}

.info-list li[b-ljtnm4dp1m]::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: rgba(102, 126, 234, 0.8);
    font-weight: 800;
}

.info-list li strong[b-ljtnm4dp1m] {
    color: rgba(102, 126, 234, 1);
}

/* ==================== ACTION BUTTONS ==================== */
.action-buttons[b-ljtnm4dp1m] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-btn[b-ljtnm4dp1m] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid;
    position: relative;
    overflow: hidden;
}

.action-btn[b-ljtnm4dp1m]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.action-btn:hover[b-ljtnm4dp1m]::before {
    width: 300px;
    height: 300px;
}

.action-btn.primary[b-ljtnm4dp1m] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.3) 0%,
        rgba(118, 75, 162, 0.3) 100%
    );
    border-color: rgba(102, 126, 234, 0.5);
    color: #fff;
}

.action-btn.primary:hover[b-ljtnm4dp1m] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.5) 0%,
        rgba(118, 75, 162, 0.5) 100%
    );
    border-color: rgba(102, 126, 234, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.action-btn.primary:active[b-ljtnm4dp1m] {
    transform: translateY(-1px);
}

.btn-icon[b-ljtnm4dp1m] {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
}

.action-btn span:not(.btn-icon)[b-ljtnm4dp1m] {
    position: relative;
    z-index: 1;
}

/* ==================== TIPS SECTION ==================== */
.tips-section .section-content[b-ljtnm4dp1m] {
    padding-left: 0;
}

.tips-grid[b-ljtnm4dp1m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.tip-card[b-ljtnm4dp1m] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.tip-card:hover[b-ljtnm4dp1m] {
    border-color: rgba(102, 126, 234, 0.6);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.tip-icon[b-ljtnm4dp1m] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.tip-title[b-ljtnm4dp1m] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.75rem 0;
}

.tip-text[b-ljtnm4dp1m] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .wiki-page-container[b-ljtnm4dp1m] {
        padding: 1.5rem 1rem;
    }

    .page-title[b-ljtnm4dp1m] {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }

    .section-content[b-ljtnm4dp1m] {
        padding-left: 0;
    }

    .section-header[b-ljtnm4dp1m] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .step-number[b-ljtnm4dp1m] {
        font-size: 3rem;
    }

    .section-title[b-ljtnm4dp1m] {
        font-size: 1.5rem;
    }

    .tips-grid[b-ljtnm4dp1m] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .page-title[b-ljtnm4dp1m] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .guide-section[b-ljtnm4dp1m] {
        padding: 1.5rem;
    }

    .step-item[b-ljtnm4dp1m] {
        flex-direction: column;
        gap: 1rem;
    }

    .action-btn[b-ljtnm4dp1m] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/UwertaOfLegends/Components/Pages/Wiki/WikiItems.razor.rz.scp.css */
/* ==================== CONTAINER ==================== */
.wiki-page-container[b-by8ihcfpkt] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* ==================== HEADER ==================== */
.page-header[b-by8ihcfpkt] {
    margin-bottom: 3rem;
    position: relative;
}

.back-button[b-by8ihcfpkt] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.back-button:hover[b-by8ihcfpkt] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.7);
    transform: translateX(-5px);
}

.back-icon[b-by8ihcfpkt] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover .back-icon[b-by8ihcfpkt] {
    transform: translateX(-3px);
}

.page-title[b-by8ihcfpkt] {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(90deg,
        #667eea 0%,
        #a78bfa 50%,
        #764ba2 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.page-subtitle[b-by8ihcfpkt] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 2px;
}

/* ==================== CONTENT ==================== */
.page-content[b-by8ihcfpkt] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* ==================== INTRO SECTION ==================== */
.intro-section[b-by8ihcfpkt] {
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 24px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.intro-section[b-by8ihcfpkt]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.intro-content[b-by8ihcfpkt] {
    position: relative;
}

.section-title[b-by8ihcfpkt] {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1.5rem 0;
}

.section-icon[b-by8ihcfpkt] {
    font-size: 2rem;
}

.intro-text[b-by8ihcfpkt] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

.intro-text strong[b-by8ihcfpkt] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== FILTERS SECTION ==================== */
.filters-section[b-by8ihcfpkt] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filters-title[b-by8ihcfpkt] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.category-filters[b-by8ihcfpkt] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.filter-btn[b-by8ihcfpkt] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.15) 0%,
        rgba(118, 75, 162, 0.15) 100%
    );
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.filter-btn[b-by8ihcfpkt]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.filter-btn:hover[b-by8ihcfpkt]::before {
    width: 300px;
    height: 300px;
}

.filter-btn:hover[b-by8ihcfpkt] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.25) 0%,
        rgba(118, 75, 162, 0.25) 100%
    );
    border-color: rgba(102, 126, 234, 0.5);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.filter-btn.active[b-by8ihcfpkt] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.4) 0%,
        rgba(118, 75, 162, 0.4) 100%
    );
    border-color: rgba(102, 126, 234, 0.7);
    color: #fff;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.filter-icon[b-by8ihcfpkt] {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
}

.filter-label[b-by8ihcfpkt] {
    position: relative;
    z-index: 1;
}

/* ==================== ITEMS SECTION ==================== */
.items-section[b-by8ihcfpkt] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.items-header[b-by8ihcfpkt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items-count[b-by8ihcfpkt] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* ==================== ITEMS GRID ==================== */
.items-grid[b-by8ihcfpkt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

/* ==================== ITEM CARD ==================== */
.item-card[b-by8ihcfpkt] {
    position: relative;
    background: linear-gradient(145deg,
        rgba(15, 20, 50, 0.95) 0%,
        rgba(8, 12, 30, 0.98) 100%
    );
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    cursor: pointer;
}

.item-card[b-by8ihcfpkt]::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(145deg,
        rgba(102, 126, 234, 0.5),
        rgba(118, 75, 162, 0.5)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.item-card:hover[b-by8ihcfpkt]::before {
    opacity: 1;
}

.item-card:hover[b-by8ihcfpkt] {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
}

/* Card Effects */
.card-glow[b-by8ihcfpkt] {
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.2) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.item-card:hover .card-glow[b-by8ihcfpkt] {
    opacity: 1;
}

.card-shine[b-by8ihcfpkt] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    pointer-events: none;
}

.item-card:hover .card-shine[b-by8ihcfpkt] {
    transform: translateX(100%);
}

/* ==================== ITEM IMAGE ==================== */
.item-image-wrapper[b-by8ihcfpkt] {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-glow[b-by8ihcfpkt] {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle,
        rgba(102, 126, 234, 0.3) 0%,
        transparent 70%
    );
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.item-card:hover .image-glow[b-by8ihcfpkt] {
    opacity: 1;
}

.item-image[b-by8ihcfpkt] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.item-card:hover .item-image[b-by8ihcfpkt] {
    transform: scale(1.15);
}

/* ==================== ITEM INFO ==================== */
.item-info[b-by8ihcfpkt] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.item-name[b-by8ihcfpkt] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    transition: color 0.3s ease;
}

.item-card:hover .item-name[b-by8ihcfpkt] {
    color: rgba(102, 126, 234, 1);
    text-shadow: 0 0 15px rgba(102, 126, 234, 0.6);
}

.item-price[b-by8ihcfpkt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg,
        rgba(255, 215, 0, 0.15) 0%,
        rgba(255, 170, 0, 0.15) 100%
    );
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
}

.price-icon[b-by8ihcfpkt] {
    font-size: 1.2rem;
}

.price-value[b-by8ihcfpkt] {
    color: #ffd700;
    font-size: 1rem;
    font-weight: 700;
}

/* ==================== ITEM ATTRIBUTES ==================== */
.item-attributes[b-by8ihcfpkt] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attribute-item[b-by8ihcfpkt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.1) 0%,
        rgba(118, 75, 162, 0.1) 100%
    );
    border-radius: 10px;
    transition: all 0.3s ease;
}

.item-card:hover .attribute-item[b-by8ihcfpkt] {
    background: linear-gradient(135deg,
        rgba(102, 126, 234, 0.2) 0%,
        rgba(118, 75, 162, 0.2) 100%
    );
}

.attribute-icon[b-by8ihcfpkt] {
    font-size: 0.9rem;
}

.attribute-text[b-by8ihcfpkt] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    flex: 1;
}

.attribute-text strong[b-by8ihcfpkt] {
    color: rgba(102, 126, 234, 1);
    font-weight: 700;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
    .items-grid[b-by8ihcfpkt] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .wiki-page-container[b-by8ihcfpkt] {
        padding: 1.5rem 1rem;
    }

    .page-title[b-by8ihcfpkt] {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }

    .category-filters[b-by8ihcfpkt] {
        gap: 0.75rem;
    }

    .filter-btn[b-by8ihcfpkt] {
        padding: 0.85rem 1.5rem;
        font-size: 0.9rem;
    }

    .items-grid[b-by8ihcfpkt] {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1.25rem;
    }

    .item-card[b-by8ihcfpkt] {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .page-title[b-by8ihcfpkt] {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .category-filters[b-by8ihcfpkt] {
        flex-direction: column;
    }

    .filter-btn[b-by8ihcfpkt] {
        width: 100%;
        justify-content: center;
    }

    .items-grid[b-by8ihcfpkt] {
        grid-template-columns: 1fr;
    }

    .item-card[b-by8ihcfpkt] {
        padding: 1.25rem;
    }
}
/* _content/UwertaOfLegends/Components/Shared/ChatBubble.razor.rz.scp.css */
.chat-bubble-container[b-6irc6qz1a6] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
}

.chat-bubble[b-6irc6qz1a6] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid rgba(102, 126, 234, 0.5);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.2),
                inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    animation: pulse-b-6irc6qz1a6 2s infinite;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.chat-bubble:hover[b-6irc6qz1a6] {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 12px 48px rgba(102, 126, 234, 0.9),
                0 0 60px rgba(118, 75, 162, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3),
                inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.chat-bubble:hover i[b-6irc6qz1a6] {
    transform: scale(1.1);
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
}

.chat-bubble i[b-6irc6qz1a6] {
    font-size: 2.2rem;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.chat-bubble.has-unread[b-6irc6qz1a6] {
    animation: shake-b-6irc6qz1a6 0.5s infinite, pulse-b-6irc6qz1a6 2s infinite;
}

.unread-badge[b-6irc6qz1a6] {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.35rem 0.6rem;
    border-radius: 20px;
    min-width: 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.8),
                0 0 20px rgba(255, 107, 107, 0.4);
    border: 2px solid rgba(10, 14, 39, 0.9);
    animation: badge-pulse-b-6irc6qz1a6 1.5s ease-in-out infinite;
}

@keyframes badge-pulse-b-6irc6qz1a6 {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.8),
                    0 0 20px rgba(255, 107, 107, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(255, 107, 107, 0.9),
                    0 0 30px rgba(255, 107, 107, 0.6);
    }
}

@keyframes pulse-b-6irc6qz1a6 {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(102, 126, 234, 0.6),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2),
                    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 8px 48px rgba(102, 126, 234, 0.8),
                    0 0 40px rgba(118, 75, 162, 0.5),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2),
                    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }
}

@keyframes shake-b-6irc6qz1a6 {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

/* ==================== INVITE NOTIFICATION ==================== */
.invite-notification-overlay[b-6irc6qz1a6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    animation: fadeIn 0.3s ease;
}

.invite-notification[b-6irc6qz1a6] {
    width: 400px;
    max-width: 90vw;
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    animation: slideDown-b-6irc6qz1a6 0.4s ease-out;
}

@keyframes slideDown-b-6irc6qz1a6 {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.invite-header[b-6irc6qz1a6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border-bottom: 2px solid rgba(102, 126, 234, 0.3);
}

.invite-header i[b-6irc6qz1a6] {
    font-size: 2rem;
    color: #667eea;
}

.invite-header h3[b-6irc6qz1a6] {
    color: white;
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.invite-content[b-6irc6qz1a6] {
    padding: 2rem 1.5rem;
    text-align: center;
}

.invite-content p[b-6irc6qz1a6] {
    color: white;
    font-size: 1.1rem;
    margin: 0 0 1.5rem 0;
}

.invite-content strong[b-6irc6qz1a6] {
    color: #667eea;
    font-weight: 700;
}

.game-mode-display[b-6irc6qz1a6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.15);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 12px;
}

.game-mode-display i[b-6irc6qz1a6] {
    font-size: 1.5rem;
    color: #667eea;
}

.game-mode-display span[b-6irc6qz1a6] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
}

.invite-actions[b-6irc6qz1a6] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
}

.invite-actions button[b-6irc6qz1a6] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.accept-button[b-6irc6qz1a6] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.3), rgba(39, 174, 96, 0.3));
    border-color: rgba(46, 204, 113, 0.5);
    color: #2ecc71;
}

.accept-button:hover[b-6irc6qz1a6] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.4), rgba(39, 174, 96, 0.4));
    border-color: rgba(46, 204, 113, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.4);
}

.decline-button[b-6irc6qz1a6] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.4);
    color: #e74c3c;
}

.decline-button:hover[b-6irc6qz1a6] {
    background: rgba(231, 76, 60, 0.3);
    border-color: rgba(231, 76, 60, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.invite-actions button i[b-6irc6qz1a6] {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .chat-bubble-container[b-6irc6qz1a6] {
        bottom: 1rem;
        right: 1rem;
    }

    .chat-bubble[b-6irc6qz1a6] {
        width: 60px;
        height: 60px;
    }

    .chat-bubble i[b-6irc6qz1a6] {
        font-size: 1.75rem;
    }

    .invite-notification[b-6irc6qz1a6] {
        width: calc(100vw - 2rem);
    }

    .invite-actions[b-6irc6qz1a6] {
        flex-direction: column;
    }
}
/* _content/UwertaOfLegends/Components/Shared/ChatConversationWindow.razor.rz.scp.css */
.chat-conversation-window[b-lctri544hs] {
    position: fixed;
    bottom: 2rem;
    width: 360px;
    height: 500px;
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 0 40px rgba(102, 126, 234, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 9998;
    animation: slideInUp-b-lctri544hs 0.3s ease-out;
}

@keyframes slideInUp-b-lctri544hs {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.conversation-header[b-lctri544hs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 22px 22px 0 0;
}

.conversation-user[b-lctri544hs] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.conversation-avatar[b-lctri544hs] {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.conversation-avatar i[b-lctri544hs] {
    font-size: 2.5rem;
    color: #667eea;
}

.conversation-avatar .avatar-image[b-lctri544hs] {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    display: block;
}

.status-indicator[b-lctri544hs] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(10, 14, 39, 0.9);
}

.status-indicator.online[b-lctri544hs] {
    background: #2ecc71;
    box-shadow: 0 0 12px rgba(46, 204, 113, 0.6);
}

.status-indicator.offline[b-lctri544hs] {
    background: #95a5a6;
}

.user-details h4[b-lctri544hs] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.user-details p[b-lctri544hs] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    margin: 0;
}

.close-button[b-lctri544hs] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-button:hover[b-lctri544hs] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
    transform: scale(1.1);
}

.messages-container[b-lctri544hs] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.messages-container[b-lctri544hs]::-webkit-scrollbar {
    width: 8px;
}

.messages-container[b-lctri544hs]::-webkit-scrollbar-track {
    background: rgba(102, 126, 234, 0.05);
    border-radius: 4px;
}

.messages-container[b-lctri544hs]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 4px;
}

.messages-container[b-lctri544hs]::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.5);
}

.loading-state[b-lctri544hs],
.empty-state[b-lctri544hs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.loading-state i[b-lctri544hs],
.empty-state i[b-lctri544hs] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #667eea;
}

.message[b-lctri544hs] {
    display: flex;
    gap: 0.5rem;
    animation: fadeIn-b-lctri544hs 0.3s ease-out;
}

@keyframes fadeIn-b-lctri544hs {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.own[b-lctri544hs] {
    flex-direction: row-reverse;
}

.message-avatar[b-lctri544hs] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.message-avatar i[b-lctri544hs] {
    font-size: 2rem;
    color: #667eea;
}

.message-avatar .avatar-image-small[b-lctri544hs] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.message-content[b-lctri544hs] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 70%;
}

.message.own .message-content[b-lctri544hs] {
    align-items: flex-end;
}

.message-bubble[b-lctri544hs] {
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.message.own .message-bubble[b-lctri544hs] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
}

.message-bubble p[b-lctri544hs] {
    color: white;
    font-size: 0.9rem;
    margin: 0;
    word-wrap: break-word;
}

.message-time[b-lctri544hs] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
    padding: 0 0.25rem;
}

.typing-indicator[b-lctri544hs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 16px;
    width: fit-content;
}

.typing-dots[b-lctri544hs] {
    display: flex;
    gap: 0.25rem;
}

.typing-dots span[b-lctri544hs] {
    width: 6px;
    height: 6px;
    background: #667eea;
    border-radius: 50%;
    animation: typingDot-b-lctri544hs 1.4s infinite;
}

.typing-dots span:nth-child(2)[b-lctri544hs] {
    animation-delay: 0.2s;
}

.typing-dots span:nth-child(3)[b-lctri544hs] {
    animation-delay: 0.4s;
}

@keyframes typingDot-b-lctri544hs {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
}

.message-input-container[b-lctri544hs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(10, 14, 39, 0.8);
    border-top: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 0 0 22px 22px;
}

.send-button[b-lctri544hs] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.15);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.send-button:hover:not(:disabled)[b-lctri544hs] {
    background: rgba(102, 126, 234, 0.25);
    border-color: rgba(102, 126, 234, 0.5);
    transform: scale(1.05);
}

.send-button:disabled[b-lctri544hs] {
    opacity: 0.3;
    cursor: not-allowed;
}

.message-input[b-lctri544hs] {
    flex: 1;
    padding: 0.75rem 1rem;
    background: rgba(102, 126, 234, 0.08);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    color: white;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.message-input[b-lctri544hs]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.message-input:focus[b-lctri544hs] {
    outline: none;
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(102, 126, 234, 0.12);
}

@media (max-width: 768px) {
    .chat-conversation-window[b-lctri544hs] {
        width: 300px;
        height: 450px;
        right: 1rem !important;
    }
}
/* _content/UwertaOfLegends/Components/Shared/ChatWindow.razor.rz.scp.css */
.chat-window[b-1zjszn4z17] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 420px;
    height: 600px;
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9998;
    animation: slideIn-b-1zjszn4z17 0.3s ease-out;
}

@keyframes slideIn-b-1zjszn4z17 {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ==================== HEADER ==================== */
.chat-window-header[b-1zjszn4z17] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
}

.header-left[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-left i[b-1zjszn4z17] {
    font-size: 1.5rem;
    color: #667eea;
}

.header-left span[b-1zjszn4z17] {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sound-toggle-button[b-1zjszn4z17] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}

.sound-toggle-button:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
    transform: scale(1.1);
}

.sound-toggle-button i[b-1zjszn4z17] {
    font-size: 1rem;
    color: #667eea;
}

.close-button[b-1zjszn4z17] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover[b-1zjszn4z17] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
    transform: scale(1.1);
}

/* ==================== CONTENT ==================== */
.chat-window-content[b-1zjszn4z17] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.search-bar[b-1zjszn4z17] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-bar i[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
}

.search-bar input[b-1zjszn4z17] {
    flex: 1;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    color: white;
    font-size: 0.9rem;
}

.search-bar input[b-1zjszn4z17]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.search-bar input:focus[b-1zjszn4z17] {
    outline: none;
    border-color: rgba(102, 126, 234, 0.4);
    background: rgba(102, 126, 234, 0.12);
}

/* ==================== CONVERSATIONS LIST ==================== */
.conversations-list[b-1zjszn4z17] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem;
}

.conversations-list[b-1zjszn4z17]::-webkit-scrollbar {
    width: 6px;
}

.conversations-list[b-1zjszn4z17]::-webkit-scrollbar-track {
    background: rgba(102, 126, 234, 0.05);
    border-radius: 10px;
}

.conversations-list[b-1zjszn4z17]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 10px;
}

.conversations-list[b-1zjszn4z17]::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.5);
}

.conversation-item[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem;
    position: relative;
}

.conversation-clickable[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    cursor: pointer;
}

.conversation-item:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.1);
}

.conversation-item.has-unread[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.08);
}

.conversation-item.has-invite[b-1zjszn4z17] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.08));
    border: 1px solid rgba(102, 126, 234, 0.3);
    animation: pulse-invite-b-1zjszn4z17 2s infinite;
}

@keyframes pulse-invite-b-1zjszn4z17 {
    0%, 100% {
        border-color: rgba(102, 126, 234, 0.3);
    }
    50% {
        border-color: rgba(102, 126, 234, 0.5);
    }
}

.conversation-avatar[b-1zjszn4z17] {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.conversation-avatar i[b-1zjszn4z17] {
    font-size: 3rem;
    color: #667eea;
}

.conversation-avatar .avatar-image[b-1zjszn4z17] {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(102, 126, 234, 0.4);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    display: block;
}

.status-indicator[b-1zjszn4z17] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(10, 14, 39, 0.9);
}

.status-indicator.online[b-1zjszn4z17] {
    background: #2ecc71;
    box-shadow: 0 0 8px rgba(46, 204, 113, 0.6);
}

.status-indicator.offline[b-1zjszn4z17] {
    background: #95a5a6;
}

.conversation-info[b-1zjszn4z17] {
    flex: 1;
    min-width: 0;
}

.conversation-header[b-1zjszn4z17] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.conversation-header h4[b-1zjszn4z17] {
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unread-count[b-1zjszn4z17] {
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.last-message[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==================== GAME INVITE INLINE ==================== */
.game-invite-inline[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    margin-top: 0.25rem;
}

.invite-text[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
}

.invite-text i[b-1zjszn4z17] {
    color: #667eea;
    font-size: 1rem;
}

.invite-buttons[b-1zjszn4z17] {
    display: flex;
    gap: 0.5rem;
}

.accept-btn[b-1zjszn4z17],
.decline-btn[b-1zjszn4z17] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
}

.accept-btn[b-1zjszn4z17] {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.4);
}

.accept-btn:hover[b-1zjszn4z17] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.6);
}

.decline-btn[b-1zjszn4z17] {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}

.decline-btn:hover[b-1zjszn4z17] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.6);
}

/* ==================== ACTIVE CONVERSATION ==================== */
.chat-conversation[b-1zjszn4z17] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.conversation-header[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(102, 126, 234, 0.05);
    border-bottom: 1px solid rgba(102, 126, 234, 0.1);
}

.back-button[b-1zjszn4z17] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
}

.conversation-user[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.user-details h4[b-1zjszn4z17] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.user-details p[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    margin: 0;
}

/* ==================== MESSAGES ==================== */
.messages-container[b-1zjszn4z17] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.messages-container[b-1zjszn4z17]::-webkit-scrollbar {
    width: 6px;
}

.messages-container[b-1zjszn4z17]::-webkit-scrollbar-track {
    background: rgba(102, 126, 234, 0.05);
    border-radius: 10px;
}

.messages-container[b-1zjszn4z17]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 10px;
}

.message[b-1zjszn4z17] {
    display: flex;
    gap: 0.75rem;
    animation: fadeIn-b-1zjszn4z17 0.3s ease;
}

@keyframes fadeIn-b-1zjszn4z17 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.own[b-1zjszn4z17] {
    flex-direction: row-reverse;
}

.message-avatar[b-1zjszn4z17] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.message-avatar i[b-1zjszn4z17] {
    font-size: 2rem;
    color: #667eea;
}

.message-content[b-1zjszn4z17] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 70%;
}

.message.own .message-content[b-1zjszn4z17] {
    align-items: flex-end;
}

.message-bubble[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.15);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 16px;
    padding: 0.875rem 1.125rem;
    word-wrap: break-word;
}

.message.own .message-bubble[b-1zjszn4z17] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.25), rgba(118, 75, 162, 0.25));
    border-color: rgba(102, 126, 234, 0.4);
}

.message-bubble p[b-1zjszn4z17] {
    color: white;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.message-time[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    padding: 0 0.5rem;
}

.message-attachments[b-1zjszn4z17] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.attachment-link[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.5rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.attachment-link:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.2);
    transform: translateX(4px);
}

/* ==================== TYPING INDICATOR ==================== */
.typing-indicator[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 2.5rem;
}

.typing-dots[b-1zjszn4z17] {
    display: flex;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
    background: rgba(102, 126, 234, 0.15);
    border-radius: 16px;
}

.typing-dots span[b-1zjszn4z17] {
    width: 8px;
    height: 8px;
    background: #667eea;
    border-radius: 50%;
    animation: typing-b-1zjszn4z17 1.4s infinite;
}

.typing-dots span:nth-child(2)[b-1zjszn4z17] {
    animation-delay: 0.2s;
}

.typing-dots span:nth-child(3)[b-1zjszn4z17] {
    animation-delay: 0.4s;
}

@keyframes typing-b-1zjszn4z17 {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.7;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

/* ==================== MESSAGE INPUT ==================== */
.message-input-container[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: rgba(102, 126, 234, 0.05);
    border-top: 1px solid rgba(102, 126, 234, 0.1);
}

.attachment-button[b-1zjszn4z17] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.attachment-button:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
    transform: scale(1.1);
}

.message-input[b-1zjszn4z17] {
    flex: 1;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    padding: 0.875rem 1.25rem;
    color: white;
    font-size: 0.9rem;
}

.message-input[b-1zjszn4z17]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.message-input:focus[b-1zjszn4z17] {
    outline: none;
    border-color: rgba(102, 126, 234, 0.4);
    background: rgba(102, 126, 234, 0.12);
}

.send-button[b-1zjszn4z17] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.send-button:hover:not(:disabled)[b-1zjszn4z17] {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.6);
}

.send-button:disabled[b-1zjszn4z17] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ==================== LOADING & EMPTY STATES ==================== */
.loading-state[b-1zjszn4z17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 1rem;
}

.loading-state i[b-1zjszn4z17] {
    font-size: 2.5rem;
    color: #667eea;
}

.loading-state p[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.empty-state[b-1zjszn4z17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 1rem;
    text-align: center;
    padding: 2rem;
}

.empty-state i[b-1zjszn4z17] {
    font-size: 3rem;
    color: #667eea;
}

.empty-state p[b-1zjszn4z17] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin: 0;
}

/* ==================== INVITE GAME BUTTON ==================== */
.invite-game-button[b-1zjszn4z17] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border: 2px solid rgba(102, 126, 234, 0.4);
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.invite-game-button:hover[b-1zjszn4z17] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    border-color: rgba(102, 126, 234, 0.6);
    transform: scale(1.1);
}

.invite-game-button i[b-1zjszn4z17] {
    font-size: 1rem;
}

/* ==================== INVITE MENU ==================== */
.invite-menu-overlay[b-1zjszn4z17] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    animation: fadeIn-b-1zjszn4z17 0.2s ease;
}

.invite-menu[b-1zjszn4z17] {
    width: 350px;
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    border-radius: 20px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
}

.invite-menu-header[b-1zjszn4z17] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
}

.invite-menu-header h3[b-1zjszn4z17] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.close-button-small[b-1zjszn4z17] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button-small:hover[b-1zjszn4z17] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
    transform: scale(1.1);
}

.invite-menu-options[b-1zjszn4z17] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.game-mode-option[b-1zjszn4z17] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.08);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.game-mode-option:hover[b-1zjszn4z17] {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateX(5px);
}

.game-mode-option i[b-1zjszn4z17] {
    font-size: 1.8rem;
    color: #667eea;
}

.game-mode-option div[b-1zjszn4z17] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
}

.game-mode-option strong[b-1zjszn4z17] {
    font-size: 1rem;
    font-weight: 700;
}

.game-mode-option span[b-1zjszn4z17] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .chat-window[b-1zjszn4z17] {
        width: calc(100vw - 2rem);
        height: calc(100vh - 4rem);
        bottom: 1rem;
        right: 1rem;
    }

    .invite-menu[b-1zjszn4z17] {
        width: calc(100vw - 3rem);
    }
}
/* _content/UwertaOfLegends/Components/Shared/GameLobbyModal.razor.rz.scp.css */
/* ==================== OVERLAY ==================== */
.lobby-modal-overlay[b-xx4hc3p5ui] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-xx4hc3p5ui 0.3s ease;
}

@keyframes fadeIn-b-xx4hc3p5ui {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ==================== MODAL ==================== */
.lobby-modal[b-xx4hc3p5ui] {
    width: 500px;
    max-width: 90vw;
    max-height: 90vh;
    background: linear-gradient(145deg, rgba(10, 14, 39, 0.98) 0%, rgba(0, 0, 0, 0.95) 100%);
    border-radius: 24px;
    border: 2px solid rgba(102, 126, 234, 0.3);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-xx4hc3p5ui 0.3s ease-out;
}

@keyframes slideUp-b-xx4hc3p5ui {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ==================== HEADER ==================== */
.lobby-modal-header[b-xx4hc3p5ui] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border-bottom: 2px solid rgba(102, 126, 234, 0.3);
}

.header-content[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-content i[b-xx4hc3p5ui] {
    font-size: 2rem;
    color: #667eea;
}

.header-text h2[b-xx4hc3p5ui] {
    color: white;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.game-mode[b-xx4hc3p5ui] {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.close-button[b-xx4hc3p5ui] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover[b-xx4hc3p5ui] {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.5);
    transform: scale(1.1);
}

/* ==================== CONTENT ==================== */
.lobby-modal-content[b-xx4hc3p5ui] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.lobby-modal-content[b-xx4hc3p5ui]::-webkit-scrollbar {
    width: 6px;
}

.lobby-modal-content[b-xx4hc3p5ui]::-webkit-scrollbar-track {
    background: rgba(102, 126, 234, 0.05);
    border-radius: 10px;
}

.lobby-modal-content[b-xx4hc3p5ui]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 10px;
}

/* ==================== LOBBY INFO ==================== */
.lobby-info[b-xx4hc3p5ui] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
}

.info-item[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.info-item i[b-xx4hc3p5ui] {
    color: #667eea;
    font-size: 1.1rem;
}

.info-item strong[b-xx4hc3p5ui] {
    color: white;
    font-weight: 700;
}

/* ==================== MEMBERS ==================== */
.members-container[b-xx4hc3p5ui] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.members-container h3[b-xx4hc3p5ui] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem 0;
}

.member-card[b-xx4hc3p5ui] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.08);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.member-card.leader[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 140, 0, 0.15));
    border-color: rgba(255, 215, 0, 0.4);
}

.member-card.ready[b-xx4hc3p5ui] {
    background: rgba(46, 204, 113, 0.12);
    border-color: rgba(46, 204, 113, 0.4);
}

.member-info[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.member-avatar[b-xx4hc3p5ui] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    border: 2px solid rgba(102, 126, 234, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-card.leader .member-avatar[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 140, 0, 0.3));
    border-color: rgba(255, 215, 0, 0.6);
}

.member-avatar i[b-xx4hc3p5ui] {
    font-size: 1.3rem;
    color: white;
}

.member-details[b-xx4hc3p5ui] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.member-name[b-xx4hc3p5ui] {
    color: white;
    font-size: 1rem;
    font-weight: 700;
}

.member-role[b-xx4hc3p5ui] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==================== STATUS BADGES ==================== */
.status-badge[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.ready[b-xx4hc3p5ui] {
    background: rgba(46, 204, 113, 0.2);
    border: 2px solid rgba(46, 204, 113, 0.4);
    color: #2ecc71;
}

.status-badge.not-ready[b-xx4hc3p5ui] {
    background: rgba(241, 196, 15, 0.15);
    border: 2px solid rgba(241, 196, 15, 0.3);
    color: #f1c40f;
}

.status-badge.leader-badge[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 140, 0, 0.2));
    border: 2px solid rgba(255, 215, 0, 0.4);
    color: #ffd700;
}

/* ==================== EMPTY SLOT ==================== */
.empty-slot[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: rgba(102, 126, 234, 0.05);
    border: 2px dashed rgba(102, 126, 234, 0.3);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-weight: 600;
}

.empty-slot i[b-xx4hc3p5ui] {
    font-size: 1.3rem;
    color: rgba(102, 126, 234, 0.5);
}

/* ==================== ACTIONS ==================== */
.lobby-actions[b-xx4hc3p5ui] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.action-button[b-xx4hc3p5ui] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.action-button:disabled[b-xx4hc3p5ui] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ready-button[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2), rgba(39, 174, 96, 0.2));
    border-color: rgba(46, 204, 113, 0.4);
    color: #2ecc71;
}

.ready-button:hover:not(:disabled)[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.3), rgba(39, 174, 96, 0.3));
    border-color: rgba(46, 204, 113, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
}

.ready-button.ready-active[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2), rgba(192, 57, 43, 0.2));
    border-color: rgba(231, 76, 60, 0.4);
    color: #e74c3c;
}

.ready-button.ready-active:hover:not(:disabled)[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.3), rgba(192, 57, 43, 0.3));
    border-color: rgba(231, 76, 60, 0.6);
}

.start-button[b-xx4hc3p5ui] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    color: white;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.start-button:hover:not(:disabled)[b-xx4hc3p5ui] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.6);
}

.leave-button[b-xx4hc3p5ui] {
    background: rgba(231, 76, 60, 0.15);
    border-color: rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

.leave-button:hover:not(:disabled)[b-xx4hc3p5ui] {
    background: rgba(231, 76, 60, 0.25);
    border-color: rgba(231, 76, 60, 0.5);
    transform: translateY(-2px);
}

/* ==================== ERROR MESSAGE ==================== */
.error-message[b-xx4hc3p5ui] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(231, 76, 60, 0.15);
    border: 2px solid rgba(231, 76, 60, 0.4);
    border-radius: 12px;
    color: #e74c3c;
    font-size: 0.9rem;
    animation: shake-b-xx4hc3p5ui 0.5s;
}

@keyframes shake-b-xx4hc3p5ui {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.error-message i[b-xx4hc3p5ui] {
    font-size: 1.2rem;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
    .lobby-modal[b-xx4hc3p5ui] {
        width: calc(100vw - 2rem);
        max-height: calc(100vh - 4rem);
    }

    .lobby-actions[b-xx4hc3p5ui] {
        flex-direction: column;
    }

    .action-button[b-xx4hc3p5ui] {
        width: 100%;
    }
}
