.rv-modal-content{border:none;border-radius:24px;box-shadow:0 20px 60px rgb(0 0 0 / .2);overflow:hidden}.rv-modal-header{position:relative;padding:1.5rem 2rem 0;border:none}.rv-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .05);border:none;border-radius:50%;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);z-index:10}.rv-modal-close:hover{background:rgb(0 0 0 / .1);transform:rotate(90deg)}.rv-modal-close svg{color:#495057}.rv-modal-body{padding:2rem}.rv-modal-intro{text-align:center;margin-bottom:.9375rem}.rv-modal-icon-wrapper{width:50px;height:50px;margin:0 auto .9375rem;display:flex;align-items:center;justify-content:center;background:var(--pns-sec-color-600);border-radius:.375rem;box-shadow:0 4px 12px rgb(247 198 92 / 30%);position:relative}.rv-modal-icon-wrapper::before{content:'';position:absolute;inset:-4px;background:var(--pns-sec-color-600);border-radius:.375rem;opacity:.2;animation:rv-pulse 2s ease-in-out infinite}@keyframes rv-pulse{0%,100%{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.rv-modal-main-icon{color:var(--tp-text-body);position:relative;z-index:1}.rv-modal-main-title{margin:0;font-size:1rem;font-weight:800;color:var(--tp-text-body);letter-spacing:-.02em}.rv-modal-main-subtitle{margin:0;font-size:.775rem;color:var(--tp-text-secondary);font-weight:500;font-family:var(--secondary-font)}.rv-product-card{display:flex;align-items:center;gap:.625rem;padding:.625rem;background:var(--bs-gray-200);border-radius:.375rem;border:2px solid var(--pns-border-color)}.rv-product-image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:.375rem;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgb(0 0 0 / .1)}.rv-product-img{width:100%;height:100%;object-fit:cover;display:block}.rv-product-info{flex:1;min-width:0}.rv-product-title{margin:0;font-size:.875rem;font-weight:800;color:var(--tp-text-body);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rv-product-meta{margin:0;font-size:.775rem;color:var(--tp-text-secondary);font-weight:500;font-family:var(--secondary-font)}.rv-form{display:flex;flex-direction:column;gap:.625rem}.rv-form-group{display:flex;flex-direction:column;gap:.625rem}.rv-section-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--tp-text-body);margin:0}.rv-section-label svg{color:var(--tp-text-body);flex-shrink:0}.rv-required{color:var(--pns-offers-color);font-weight:600}.rv-optional{color:var(--bs-gray-200);font-weight:600;font-size:.8125rem}.rv-rating-section{display:flex;flex-direction:column;gap:1rem}.rv-modal-stars-wrapper{display:flex;flex-direction:column;gap:.625rem}.rv-modal-stars{display:flex;gap:.5rem;justify-content:center;padding:.625rem;background:linear-gradient(135deg,#fafbfc 0%,#ffffff 100%);border-radius:.375rem;border:2px dashed rgb(21 21 21 / .2)}.rv-modal-star{display:flex;flex-direction:column;align-items:center;gap:.375rem;cursor:pointer;padding:.75rem;border-radius:.375rem;transition:all 0.3s cubic-bezier(.4,0,.2,1);background:#fff0;border:2px solid #fff0}.rv-modal-star:hover{background:rgb(255 193 7 / .1);transform:translateY(-4px);border-color:rgb(255 193 7 / .3)}.rv-modal-star-icon{width:36px;height:36px;color:#dee2e6;transition:all 0.3s cubic-bezier(.4,0,.2,1);filter:none}.rv-modal-star:hover .rv-modal-star-icon{color:var(--pns-sec-color)}.rv-modal-star.is-active .rv-modal-star-icon{color:var(--pns-sec-color);filter:none;animation:rv-star-pop 0.5s cubic-bezier(.4,0,.2,1)}@keyframes rv-star-pop{0%{transform:scale(1)}50%{transform:scale(1.3) rotate(15deg)}100%{transform:scale(1)}}.rv-modal-star-text{font-size:.75rem;font-weight:700;color:#6c757d;transition:color 0.3s;display:none}.rv-modal-star:hover .rv-modal-star-text,.rv-modal-star.is-active .rv-modal-star-text{color:#ffc107}.rv-rating-labels{display:flex;justify-content:space-between;padding:0 .5rem}.rv-rating-poor,.rv-rating-excellent{font-size:.775rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.rv-rating-poor{color:#dc3545}.rv-rating-excellent{color:#28a745}.rv-textarea{border:2px solid var(--pns-border-color);border-radius:.375rem;padding:.625rem;font-size:.875rem;resize:vertical;transition:all 0.3s}.rv-textarea:focus{box-shadow:0 0 0 4px rgb(21 21 21 / .1)!important;outline:none;border:2px solid var(--pns-color)!important}.rv-textarea-hint{display:flex;align-items:center;gap:.375rem;font-size:.625rem;color:var(--pns-offers-color);font-weight:500}.rv-textarea-hint svg{flex-shrink:0;opacity:.7}.rv-image-upload-area{border:2px dashed var(--pns-border-color);border-radius:.375rem;padding:0;background:#fafbfc;transition:all 0.3s}.rv-image-upload-area:hover{border-color:var(--pns-color);background:rgb(102 126 234 / .02)}.rv-image-list{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;min-height:120px}.rv-upload-container{flex:1;min-width:200px}.rv-uploader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all 0.3s;border-radius:.375rem}.rv-uploader:hover{background:rgb(102 126 234 / .05)}.rv-upload-icon-wrapper{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(102 126 234 / .1) 0%,rgb(118 75 162 / .1) 100%);border-radius:50%;margin-bottom:1rem}.rv-upload-icon{color:#667eea}.rv-upload-text{font-size:.9375rem;color:#495057;margin-bottom:.5rem}.rv-upload-text strong{color:#667eea;font-weight:700}.rv-upload-hint{font-size:.8125rem;color:#6c757d;font-weight:600}.rv-file-input{position:absolute;opacity:0;pointer-events:none}.rv-image-item{position:relative;width:100px;height:100px;border-radius:.375rem;overflow:hidden;border:2px solid var(--pns-border-color);background:var(--tp-common-white);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.rv-image-preview{width:100%;height:100%;object-fit:cover;display:block}.rv-image-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgb(220 53 69 / .95);border:none;border-radius:50%;cursor:pointer;transition:all 0.3s;padding:0}.rv-image-remove:hover{background:#dc3545;transform:scale(1.1)}.rv-image-remove svg{color:#fff}.rv-info-box{display:flex;gap:1rem;padding:.625rem;background:var(--bs-gray-200);border-radius:.375rem;border-left:4px solid var(--pns-color)}.rv-info-box svg{color:var(--pns-color);flex-shrink:0;margin-top:.125rem}.rv-info-box p{font-size:.775rem;color:var(--tp-text-body);font-weight:500;font-family:var(--secondary-font)}.rv-info-list{margin:0;padding-left:1.25rem;font-size:.775rem;color:var(--tp-text-secondary);line-height:1.6;font-weight:500;font-family:var(--secondary-font)}.rv-info-list li{margin-bottom:.25rem}.rv-alert{border-radius:12px;border:none;padding:1rem 1.25rem;font-size:.9375rem}.rv-modal-footer{display:flex;gap:1rem;padding-top:.625rem;border-top:1px solid var(--pns-border-color)}.rv-btn-secondary,.rv-btn-primary{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.rv-btn-secondary{background:var(--bs-gray-200);color:var(--tp-text-secondary);border:2px solid var(--pns-border-color);order:2!important}.rv-btn-secondary:hover{background:#e9ecef;border-color:#ced4da;transform:translateY(-2px)}.rv-btn-primary{background:var(--pns-sec-color);box-shadow:none}.rv-btn-primary.loading{opacity:.7;cursor:not-allowed;pointer-events:none}.rv-btn-icon{flex-shrink:0}@media (max-width:768px){.modal-lg{max-width:calc(100% - 2rem);margin:1rem}.rv-modal-body{padding:1.5rem}.rv-product-card{flex-direction:column;text-align:center}.rv-product-image-wrapper{width:100px;height:100px}.rv-modal-stars{gap:.375rem;padding:1.25rem .75rem}.rv-modal-star{padding:.5rem}.rv-modal-star-icon{width:28px;height:28px}.rv-rating-labels{font-size:.75rem}.rv-modal-footer{flex-direction:column;gap:.75rem}.rv-btn-secondary,.rv-btn-primary{padding:.875rem 1.5rem;font-size:.9375rem}.rv-info-box{flex-direction:column;gap:.75rem}.rv-image-list{gap:.75rem;padding:.75rem}.rv-image-item{width:80px;height:80px}}@media (max-width:480px){.rv-modal-header{padding:1rem 1.5rem 0}.rv-modal-close{top:1rem;right:1rem;width:36px;height:36px}.rv-modal-body{padding:1rem}.rv-product-card{padding:1rem}.rv-modal-stars{padding:1rem .5rem;gap:.25rem}.rv-modal-star{padding:.375rem}.rv-modal-star-icon{width:24px;height:24px}.rv-modal-star-text{font-size:.6875rem}}
