.review-form{display:grid;gap:1rem}.review-form-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:.75rem;border-radius:8px;font-size:.9rem}.review-form-success{background:#dcfce7;color:#166534;border:1px solid #86efac;padding:.75rem;border-radius:8px;font-size:.9rem}.review-form-field{display:flex;flex-direction:column;gap:.5rem}.review-form-field label{font-weight:600;color:#374151;font-size:.95rem}.review-form-field input[type=email],.review-form-field input[type=text],.review-form-field textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.review-form-field input[type=email]:focus,.review-form-field input[type=text]:focus,.review-form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.review-form-field textarea{resize:vertical;min-height:120px}.star-rating-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.star-rating{display:flex;gap:.25rem;align-items:center}.star-rating .star{font-size:2rem;color:#e5e7eb;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;line-height:1;display:inline-block}.star-rating .star.filled,.star-rating .star:hover{color:#fbbf24;transform:scale(1.1)}.star-rating .star:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.rating-text{color:#6b7280;font-size:.95rem;font-weight:500}.review-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:.5rem}.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem}.review-modal-content{background:#fff;border-radius:12px;padding:0;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:slideIn .3s ease-out;position:relative}.review-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;line-height:1}.review-modal-close:hover{background:#e5e7eb;color:#374151}.review-modal-body{padding:2rem;text-align:center}.review-modal-body h3{margin:0 0 1rem;color:#1e40af;font-size:1.75rem;font-weight:600}.review-modal-body p{margin:0 0 1rem;color:#374151;font-size:1rem;line-height:1.6}.review-modal-body p:last-of-type{margin-bottom:1.5rem}.review-modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.review-modal-actions .btn{width:100%;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease;font-size:1rem;font-weight:600;border:none;cursor:pointer;font-family:inherit}.review-modal-actions .btn[data-variant=primary]{background:#dc2626;color:#fff}.review-modal-actions .btn[data-variant=primary]:hover{background:#b91c1c}.review-modal-actions .btn[data-variant=outline]{background:#fff;color:#374151;border:2px solid #e5e7eb}.review-modal-actions .btn[data-variant=outline]:hover{background:#f9fafb;border-color:#cbd5e1}.review-modal-actions .btn[data-variant=ghost]{background:#0000;color:#6b7280}.review-modal-actions .btn[data-variant=ghost]:hover{background:#f9fafb;color:#374151}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.star-rating .star{font-size:1.75rem}.review-modal-content{max-width:100%;border-radius:12px 12px 0 0}.review-modal-body{padding:1.5rem}.review-modal-body h3{font-size:1.5rem}.review-modal-actions .btn{padding:.875rem 1.25rem}}
/*# sourceMappingURL=538860847df3a9f8.css.map*/