.effa-gw-overlay{
    position:fixed;inset:0;z-index:999999;
    background:rgba(18,22,30,.75);
    display:flex;align-items:center;justify-content:center;
    padding:12px;font-family:Tahoma,Arial,sans-serif;
}
.effa-gw-card{
    width:min(94vw,455px);max-height:92vh;overflow:auto;
    background:linear-gradient(180deg,#fffaf0 0%,#f6edd7 100%);
    border-radius:28px;
    box-shadow:0 28px 90px rgba(0,0,0,.4),inset 0 0 0 1px rgba(187,154,86,.25);
    text-align:center;padding:22px 20px 18px;
    position:relative;color:#222635;
}
.effa-gw-close{
    position:absolute;left:16px;top:16px;width:54px;height:54px;
    border:0;background:rgba(255,255,255,.5);color:#222;
    font-size:40px;line-height:1;border-radius:12px;cursor:pointer;
}
.effa-gw-brand{color:#b79855;font-weight:900;font-size:30px;margin-top:4px;}
.effa-gw-card h2{font-size:26px;margin:8px 0 6px;font-weight:900;}
.effa-gw-subtitle{font-size:15px;line-height:1.8;margin:0 auto 12px;color:#55515a;max-width:380px;}

.effa-gw-wheel-wrap{position:relative;width:300px;height:300px;margin:8px auto 15px;}

/* المؤشر ثابت دائماً */
.effa-gw-pointer{
    position:absolute;right:-20px;top:50%;transform:translateY(-50%);z-index:10;
    width:0;height:0;
    border-top:16px solid transparent;
    border-bottom:16px solid transparent;
    border-right:34px solid #b8954f;
    filter:drop-shadow(-2px 2px 4px rgba(0,0,0,.5));
}
.effa-gw-wheel{
    position:absolute;inset:0;border-radius:50%;
    border:12px solid #b8954f;
    box-shadow:0 12px 32px rgba(144,109,45,.35);
    overflow:hidden;
}
.effa-gw-flash{
    position:absolute;inset:0;border-radius:50%;
    pointer-events:none;opacity:0;z-index:5;
}
.effa-gw-center{
    position:absolute;width:70px;height:70px;
    background:radial-gradient(circle,#fff 0%,#f2e3bd 100%);
    border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);
    z-index:4;box-shadow:0 4px 12px rgba(0,0,0,.18);
    display:flex;align-items:center;justify-content:center;
    color:#b79855;font-weight:900;font-size:17px;
}
.effa-gw-btn{
    width:100%;border:0;
    background:linear-gradient(180deg,#c7aa68,#aa8745);
    color:#fff;font-size:18px;font-weight:900;
    padding:14px 20px;border-radius:14px;cursor:pointer;
    box-shadow:0 8px 18px rgba(160,125,59,.24);
    font-family:Tahoma,Arial,sans-serif;
}
.effa-gw-btn[disabled]{opacity:.65;cursor:not-allowed;}
.effa-gw-apply{
    margin-top:8px;
    background:linear-gradient(180deg,#1a7a4a,#145e38);
}
.effa-gw-result{
    margin-top:12px;padding:13px;
    background:rgba(255,255,255,.7);
    border-radius:18px;border:1px solid rgba(188,154,86,.22);
}
.effa-gw-message{font-size:17px;font-weight:900;line-height:1.65;margin-bottom:8px;}
.effa-gw-coupon-box{
    margin:0 auto 10px;background:#fff;
    border:2px dashed #b79855;border-radius:16px;padding:10px;
    display:flex;align-items:center;justify-content:space-between;gap:8px;direction:ltr;
}
#effa-gw-coupon{font-size:19px;font-weight:900;color:#9a7435;letter-spacing:1px;}
#effa-gw-copy{
    border:0;background:#222635;color:#fff;
    border-radius:10px;padding:8px 13px;cursor:pointer;
    white-space:nowrap;font-family:Tahoma,Arial,sans-serif;
}
.effa-gw-countdown{color:#8a6a2f;font-size:14px;font-weight:900;margin:6px 0;}
.effa-gw-note{color:#857a67;font-size:13px;line-height:1.8;margin-top:10px;}

@media(max-width:480px){
    .effa-gw-overlay{align-items:flex-start;padding-top:24px;}
    .effa-gw-card{width:92vw;padding:16px 14px 14px;border-radius:24px;max-height:90vh;}
    .effa-gw-close{width:46px;height:46px;font-size:34px;left:12px;top:12px;}
    .effa-gw-brand{font-size:27px;}
    .effa-gw-card h2{font-size:22px;}
    .effa-gw-subtitle{font-size:13px;}
    .effa-gw-wheel-wrap{width:270px;height:270px;margin:6px auto 12px;}
    .effa-gw-wheel{border-width:10px;}
    .effa-gw-center{width:62px;height:62px;font-size:15px;}
    .effa-gw-btn{font-size:16px;padding:12px;}
    .effa-gw-note{font-size:12px;}
}
