.review-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999}.review-popup{background:rgba(0,0,0,.35);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);border:1px solid rgba(255,255,255,.25);border-radius:12px;box-shadow:0px 8px 32px 0px rgba(0,0,0,.4);width:90%;max-width:600px;text-align:center;color:#fff;padding:25px}.review-popup-content{display:flex;flex-direction:column;align-items:center;gap:15px}.stars{display:flex;justify-content:center;gap:10px}.star{font-size:40px;cursor:pointer;width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21z' fill='none' stroke='%23FFD700' stroke-width='2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:.3s ease}.star:hover,.star.selected{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21z' fill='%23FFD700'/%3E%3C/svg%3E")}#review-message{width:100%;background:rgba(0,0,0,.5);color:#fff;border:1px solid rgba(255,255,255,.3);padding:10px;border-radius:6px;resize:none}.button-container{display:flex;justify-content:space-between;width:100%}#submit-review{background:#09799b;color:#fff;border:none;padding:12px 20px;cursor:pointer;border-radius:6px;font-weight:700;flex:1;margin:0 5px;transition:background .3s ease}#close-popup{background:rgba(255,255,255,.2);color:#fff;border:none;padding:12px 20px;cursor:pointer;border-radius:6px;font-weight:700;flex:1;margin:0 5px;transition:background .3s ease}#submit-review:hover{background:#11a2cb}#close-popup:hover{background:rgba(255,255,255,.3)}.verified-badge{width:20px;height:auto;vertical-align:middle;margin-left:5px}.review-thanks{display:flex;align-items:center;gap:20px;padding:30px;border-radius:20px;background:rgba(45,45,75,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:none;color:#e0e0e0;max-width:500px;box-shadow:0 8px 32px 0 rgba(0,0,0,.3);transition:transform .3s ease-in-out}.review-thanks:hover{transform:translateY(-5px)}.review-thanks .icon{flex-shrink:0;position:relative;width:60px;height:60px}.review-thanks .icon svg{width:100%;height:100%}.review-thanks .icon .checkmark-circle{stroke:#7fff00;fill:transparent}.review-thanks .icon .checkmark-path{stroke:#fff;fill:none;stroke-dasharray:24;stroke-dashoffset:24;animation:draw-check 1.5s ease-out forwards .5s}@keyframes draw-check{to{stroke-dashoffset:0}}.review-thanks .message p{margin:0;line-height:1.6;font-size:1rem}.review-thanks .message p:first-child{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:5px}