.wheel-container {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border-radius: 50%;
    border: clamp(4px, 1vw, 12px) solid #E9BB52; 
    outline: clamp(6px, 1vw, 10px) solid #D89F3C;
    background: #F4E0A1;
    height: 380px;
    width: 380px;
}

@media (min-width:992px) {

    .wheel-container {

        width: 65vh; 
        height: 65vh;

        margin-top: 3.5%;
    }
}

.wheel-container::before {

    content: "";
    position: absolute;
    top: clamp(-8px, -0.5vw, -2px);
    left: clamp(-8px, -0.5vw, -2px);
    right: clamp(-8px, -0.5vw, -2px);
    bottom: clamp(-8px, -0.5vw, -2px);
    
    border: clamp(1px, 0.3vw, 4px) solid #D39738;
    border-radius: 50%;
}

.wheel-container::after {

    content: "";
    position: absolute;
    top: clamp(-19px, -1.5vw, -8px);
    left: clamp(-19px, -1.5vw, -8px);
    right: clamp(-19px, -1.5vw, -8px);
    bottom: clamp(-19px, -1.5vw, -8px);

    border: clamp(2px, 0.3vw, 3px) solid #C2832E;
    border-radius: 50%;
}

/* 
.wheel-center {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%; 
    height: 30%;
    z-index: 10;

    background: radial-gradient(circle, #89060E 0%, #5F0809 100%);
    border: clamp(4px, 1vw, 12px) solid #E9BB52; 
    border-radius: 50%;
    box-shadow: 0 5px 50px rgba(0,0,0,0.8), inset 0 0 50px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
} */

.wheel-center {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 25%; 
    aspect-ratio: 1 / 1; 
    border-radius: 50%;
    z-index: 10;

    background-image: url('../../assets/images/logo.PNG');
    background-size: 110% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;

    border: 4px solid #E9BB52; 
    
    box-shadow: 
        0 0 20px rgba(0,0,0,0.5),
        inset 0 0 15px rgba(0,0,0,0.2);

    display: flex;
    align-items: center;
    justify-content: center;
}

.wheel-center::before {

    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    
    border: 2px dotted #E9BB52;
    border-radius: 50%;
}

.wheel-center::after {

    content: "";
    position: absolute;
    top: clamp(-8px, -0.5vw, -2px);
    left: clamp(-8px, -0.5vw, -2px);
    right: clamp(-8px, -0.5vw, -2px);
    bottom: clamp(-8px, -0.5vw, -2px);

    border: clamp(1px, 0.3vw, 4px) solid #D39738;
    border-radius: 50%;
}

.wheel-center span {

    font-weight: 900;
    text-transform: uppercase;
    
    font-size: clamp(14px, 4vh, 22px); 
    line-height: 1.1;
    text-align: center;
    
    color: #fffaf0; 
    
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.8), 
        0 0 20px rgba(244, 224, 161, 0.6);
    
    z-index: 12;
    letter-spacing: 0.5px;
}

.wheel-main {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.wheel-main.empty-prize {
    background-image: url('../../assets/images/spinwheel-background.png');
    
    background-size: 145% 155%; 
    background-position: center;
    background-repeat: no-repeat;
    
    box-shadow: inset 0 0 50px rgba(0,0,0,0.6);
}

.pointer-outer {
    position: absolute;
    top: clamp(-40px, -2.5vw, -30px);
    left: 50%;
    transform: translateX(-50%);
    width: clamp(30px, 2.5vw, 40px);
    height: clamp(40px, 3.2vw, 50px);
    background: #D09635; 
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 100;
    filter: drop-shadow(0 8px 5px rgba(0,0,0,0.5));
}

.pointer-inner {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 12px);
    display: flex;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.inner-left {
    flex: 1;
    background: linear-gradient(
        to right, 
        #CA9136 0%,
        #E2AF48 50%,
        #E2AF48 100% 
    );
    clip-path: polygon(10% 0, 100% 10%, 100% 100%);
}

.inner-right {
    flex: 1;
    background: linear-gradient(
        to left, 
        #CA9136 0%,
        #F4C862 50%,
        #F4C862 100%
    );
    clip-path: polygon(0 10%, 0 100%, 90% 0);
}

.pointer-top-lip {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #F9DB74;
    clip-path: polygon(0 0, 90% 0%, 50% 35%, 10% 0);
    z-index: 101;
}

@media (max-width: 1600px) {
    .pointer-top-lip {
        clip-path: polygon(0 0, 83% 0%, 50% 35%, 17% 0);
    }
}

.prize-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4%;
    overflow: hidden;
}

.prize-item span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-align: center;
    font-size: clamp(14px, 2.5vw, 18px);
}

.toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9998;
    pointer-events: all;
}

.toast-container {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
        url('../../assets/images/spinwheel-background.png');
    
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 60px;
    z-index: 9999;
    border: 4px solid #EFD461; 
    border-radius: 20px;
    
    width: 90%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    box-shadow: 
        inset 0 0 0 2px #F4E0A1 ,
        inset 0 0 0 5px #E5BC3C,
        inset 0 0 15px rgba(0, 0, 0, 0.6),
        0 0 20px 5px #F4E0A1,
        0 10px 40px rgba(0, 0, 0, 0.8);

    pointer-events: auto;
}

.toast-close {
    position: absolute;
    top: 5%;
    right: 5%;
    background: none;
    border: none;
    color: #F4E0A1;
    font-size: 28px;
    cursor: pointer;
}

.toast-content {
    display: flex;
    flex-direction: column;
}

.toast-title {
    
    background: linear-gradient(
        to bottom, 
        #F9E598 0%,
        #FDFBC5 50%,
        #D8A13E 80%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Georgia', serif;
    font-size: 190%;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 10px 0;
}

.toast-subtitle {
    color: #F4E0A1;
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-remove-img {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FF4D4F;
    color: white;
    border: none;
    width: 16px;
    height: 16px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}