body.redeem-page {
    background-color: #131314;
    overflow-x: hidden;
}

.redeem-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.redeem-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.ambient-blur {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.blur-violet {
    background-color: #d0bcff;
    width: 600px;
    height: 600px;
    top: -200px;
    right: -200px;
}

.blur-cyan {
    background-color: #4cd7f6;
    width: 500px;
    height: 500px;
    bottom: -150px;
    left: -150px;
}

.redeem-card {
    position: relative;
    z-index: 10;
    background: rgba(32, 31, 32, 0.4);
    backdrop-filter: blur(40px) saturate(150%);
    -webkit-backdrop-filter: blur(40px) saturate(150%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(208, 188, 255, 0.05);
    overflow: hidden;
}

.redeem-card .noise-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    border-radius: inherit;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.redeem-card-inner {
    position: relative;
    z-index: 1;
}

.redeem-input {
    font-size: 1.125rem;
    letter-spacing: 0.12em;
    padding: 1rem 1.25rem;
    border: 1px solid #494454;
    background: #ffffff;
    color: #000000;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.redeem-input::placeholder {
    color: #6b7280;
}

.redeem-input:focus {
    outline: none;
    border-color: #d0bcff;
    box-shadow: 0 0 0 3px rgba(208, 188, 255, 0.15);
}

.key-display {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #4cd7f6;
}

.credentials-box {
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}

.lang-toggle a.active {
    background: rgba(208, 188, 255, 0.15);
    color: #d0bcff;
}

.instructions-panel {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.instructions-panel h3 {
    font-size: 0.75rem;
    font-weight: 500;
    color: #d0bcff;
    margin-bottom: 0.5rem;
}

.instructions-panel .instructions-body {
    font-size: 0.75rem;
    color: #cbc3d7;
    line-height: 1.6;
    white-space: pre-wrap;
}
