.review-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.review-modal-container{background:#fff;width:100%;max-width:480px;border-radius:24px;padding:24px;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.1)}.close-btn{position:absolute;top:20px;right:20px;color:#94a3b8;padding:8px;z-index:10}.type-selection{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.type-card{border:1px solid #e2e8f0;border-radius:16px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .2s;background:#f8fafc;cursor:pointer}.type-card:hover{border-color:#f97316;background:#fff7ed;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.icon-circle{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.type-card h3{font-weight:700;color:#334155;margin-bottom:4px}.type-card p{font-size:11px;color:#64748b;line-height:1.4}.review-form{display:flex;flex-direction:column;gap:20px}.stars-input{display:flex;justify-content:center;gap:8px;margin-bottom:4px}.image-upload-placeholder{width:100%;height:160px;border:2px dashed #fed7aa;background:#fff7ed;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f97316;cursor:pointer;overflow:hidden;position:relative}.menu-selection-section{background:#f8fafc;padding:16px;border-radius:16px}.search-input-wrapper{display:flex;align-items:center;gap:8px;background:#fff;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0}.search-input-wrapper input{width:100%;outline:none;font-size:14px}.menu-list-scroll{max-height:150px;overflow-y:auto;margin-top:8px;display:flex;flex-direction:column;gap:4px}.menu-select-item{text-align:left;padding:10px;background:#fff;border-radius:8px;font-size:14px;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent}.menu-select-item:hover{border-color:#f97316}.menu-select-item .price{font-size:12px;color:#94a3b8}.custom-trigger{color:#f97316;justify-content:center;font-weight:700;margin-top:4px}.selected-menu-display{display:flex;align-items:center;background:#fff;padding:12px;border-radius:8px;border:1px solid #f97316}.allergen-chip-select{padding:6px 12px;background:#f1f5f9;border-radius:20px;font-size:13px;color:#64748b;border:1px solid transparent;transition:all .2s;display:flex;align-items:center;gap:4px}.allergen-chip-select.selected{background:#fff7ed;border-color:#f97316;color:#f97316;font-weight:700}.review-textarea{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:12px;outline:none;font-size:15px}.submit-btn{background:#f97316;color:#fff;font-weight:700;padding:16px;border-radius:9999px;box-shadow:0 4px 12px rgba(249,115,22,.2)}.modal-title{font-size:18px;font-weight:800;text-align:center;color:#1e293b}.modal-subtitle{font-size:13px;text-align:center;color:#64748b;margin-top:4px}