.report-wrap{max-width:1120px;margin:0 auto;padding:32px 16px 64px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#222}.report-title{font-size:24px;font-weight:600;margin-bottom:4px}.report-subtitle{font-size:14px;color:#666;margin-bottom:24px}.report-grid{grid-template-columns:minmax(0,2.1fr) minmax(0,1.3fr);gap:32px}@media (max-width:900px){.report-grid{grid-template-columns:1fr}}.report-main{width:100%}.report-required{font-size:12px;color:#777;margin-bottom:12px}.report-required span{color:#d32f2f}.report-product-card{display:flex;gap:16px;align-items:center;padding:16px;border:1px solid #e3e3e3;border-radius:8px;background-color:#fafafa;margin-bottom:24px}.report-product-image-wrap{width:120px;height:120px;flex-shrink:0;overflow:hidden;border-radius:6px;background:#f3f3f3}.report-product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.report-product-info{display:flex;flex-direction:column;gap:4px}.report-product-name{font-size:16px;font-weight:600}.report-product-store{font-size:14px;color:#666}.report-product-price{font-size:16px;font-weight:600;color:#1b5e20;margin-top:4px}.report-form{margin-top:8px}.report-field{margin-bottom:16px}.report-label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#444}.report-required-star{color:#d32f2f;margin-right:2px}.report-input,.report-textarea{width:100%;border-radius:6px;border:1px solid #d0d0d0;padding:8px 10px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background-color:#fff}.report-input:focus,.report-textarea:focus{border-color:#fcd517;box-shadow:0 0 0 2px rgba(252,213,23,.25)}.report-textarea{resize:vertical;min-height:120px}.report-feedback{font-size:13px;margin-bottom:12px}.report-feedback--error{color:#c62828}.report-feedback--success{color:#2e7d32}.report-actions{display:flex;align-items:center;gap:16px;margin-top:8px}.report-submit-btn{border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;background-color:#fcd517;color:#222;transition:background-color .15s ease,transform .05s ease}.report-submit-btn:hover:not(:disabled){background-color:#f5c800;transform:translateY(-1px)}.report-submit-btn:disabled{opacity:.7;cursor:default}.report-cancel-btn{border:none;background:transparent;color:#777;font-size:14px;cursor:pointer;padding:0}.report-cancel-btn:hover{text-decoration:underline}.report-sidebar{border:1px solid #e3e3e3;border-radius:8px;padding:16px 18px;background-color:#fcfcfc}.report-sidebar-title{font-size:15px;font-weight:600;margin-bottom:12px}.report-sidebar-list{padding-left:18px;margin:0 0 12px;font-size:14px;color:#555}.report-sidebar-list li+li{margin-top:4px}.report-sidebar-note{font-size:12px;color:#777;line-height:1.5}.report-select{width:100%;border-radius:6px;border:1px solid #d0d0d0;padding:8px 10px;font-size:14px;outline:none;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.report-select:focus{border-color:#fcd517;box-shadow:0 0 0 2px rgba(252,213,23,.25)}.report-grid{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(0,1.2fr);gap:1.5rem;align-items:flex-start}@media (min-width:768px){.report-sidebar{margin-top:2.75rem}}@media (max-width:767px){.report-grid{grid-template-columns:1fr}.report-sidebar{margin-top:1.5rem}}.report-submit-btn{transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease}.report-submit-btn:disabled{background-color:#e5e7eb;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;box-shadow:none;transform:none}.report-input--error,.report-select--error,.report-textarea--error{border-color:#dc2626!important;box-shadow:0 0 0 1px #fee2e2}.report-field-error{margin-top:4px;font-size:.75rem;color:#b91c1c}