.feedback-page[data-v-e676798a]{min-height:100vh;background:var(--background-alt);padding:calc(var(--navbar-height) + 2rem) 0 2rem 0}.container[data-v-e676798a]{max-width:var(--container-max-width);margin:0 auto;padding:0 2rem}.page-header[data-v-e676798a]{text-align:center;margin-bottom:3rem}.page-title[data-v-e676798a]{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);margin-bottom:1rem}.page-subtitle[data-v-e676798a]{font-size:1.1rem;color:var(--text-secondary)}.feedback-form-section[data-v-e676798a]{background:var(--card-background);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);margin-bottom:3rem;border:1px solid var(--border-color)}.feedback-form[data-v-e676798a]{max-width:100%}.form-group[data-v-e676798a]{margin-bottom:1.5rem}.form-label[data-v-e676798a]{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.form-label.required[data-v-e676798a]:after{content:" *";color:var(--error-color)}.category-options[data-v-e676798a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.category-option[data-v-e676798a]{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--background-alt);border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.category-option[data-v-e676798a]:hover{background:var(--secondary-color);border-color:var(--text-light)}.category-option input[type=radio][data-v-e676798a]{position:absolute;opacity:0}.category-option input[type=radio]:checked+.category-icon[data-v-e676798a]{transform:scale(1.2)}.category-option input[type=radio]:checked~.category-text[data-v-e676798a]{color:var(--primary-color);font-weight:600}.category-option[data-v-e676798a]:has(input[type=radio]:checked){background:#3498db1a;border-color:var(--primary-color)}.category-icon[data-v-e676798a]{font-size:2rem;transition:transform .2s ease}.category-text[data-v-e676798a]{font-size:.9rem;color:var(--text-secondary);transition:var(--transition)}.form-input[data-v-e676798a],.form-textarea[data-v-e676798a]{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;transition:var(--transition);color:var(--text-primary);background:var(--background-color)}.form-input[data-v-e676798a]:focus,.form-textarea[data-v-e676798a]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3498db1a}.form-textarea[data-v-e676798a]{resize:vertical;font-family:inherit}.form-hint[data-v-e676798a]{margin-top:.25rem;font-size:.85rem;color:var(--text-light)}.form-actions[data-v-e676798a]{display:flex;gap:1rem;margin-top:2rem}.btn[data-v-e676798a]{padding:.75rem 2rem;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-primary[data-v-e676798a]{background:var(--primary-color);color:#fff}.btn-primary[data-v-e676798a]:hover:not(:disabled){background:var(--primary-hover)}.btn-primary[data-v-e676798a]:disabled{opacity:.6;cursor:not-allowed}.btn-secondary[data-v-e676798a]{background:var(--secondary-color);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary[data-v-e676798a]:hover{background:var(--text-light);color:#fff}.my-feedback-section[data-v-e676798a]{background:var(--card-background);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.section-header[data-v-e676798a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title[data-v-e676798a]{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.btn-refresh[data-v-e676798a]{padding:.5rem 1rem;background:var(--background-alt);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.btn-refresh[data-v-e676798a]:hover{background:var(--secondary-color)}.loading-state[data-v-e676798a],.empty-state[data-v-e676798a]{text-align:center;padding:3rem 1rem}.spinner[data-v-e676798a]{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin-e676798a 1s linear infinite;margin:0 auto 1rem}@keyframes spin-e676798a{to{transform:rotate(360deg)}}.empty-icon[data-v-e676798a]{font-size:4rem;margin-bottom:1rem}.empty-text[data-v-e676798a]{color:var(--text-light);font-size:1.1rem}.feedback-list[data-v-e676798a]{display:flex;flex-direction:column;gap:1rem}.feedback-item[data-v-e676798a]{padding:1.5rem;background:var(--background-alt);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition)}.feedback-item[data-v-e676798a]:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.feedback-header[data-v-e676798a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.feedback-category[data-v-e676798a]{font-size:.9rem;color:var(--text-secondary)}.feedback-status[data-v-e676798a]{padding:.25rem .75rem;border-radius:var(--radius-xl);font-size:.85rem;font-weight:600}.status-pending[data-v-e676798a]{background:#fff3cd;color:var(--warning-color)}.status-processing[data-v-e676798a]{background:#cfe2ff;color:var(--primary-color)}.status-resolved[data-v-e676798a]{background:#d1e7dd;color:var(--success-color)}.status-closed[data-v-e676798a]{background:var(--secondary-color);color:var(--text-light)}.feedback-title[data-v-e676798a]{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.feedback-content[data-v-e676798a]{color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.feedback-reply[data-v-e676798a]{margin-top:1rem;padding:1rem;background:var(--background-color);border-left:3px solid var(--primary-color);border-radius:var(--radius-md)}.reply-label[data-v-e676798a]{font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.reply-content[data-v-e676798a]{color:var(--text-primary);line-height:1.6}.feedback-footer[data-v-e676798a]{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.feedback-time[data-v-e676798a]{font-size:.85rem;color:var(--text-light)}.pagination[data-v-e676798a]{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.page-btn[data-v-e676798a]{padding:.5rem 1rem;background:var(--background-alt);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);color:var(--text-primary);font-weight:500}.page-btn[data-v-e676798a]:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.page-btn[data-v-e676798a]:disabled{opacity:.5;cursor:not-allowed}.page-info[data-v-e676798a]{font-size:.9rem;color:var(--text-secondary);font-weight:500}@media (max-width: 768px){.feedback-page[data-v-e676798a]{padding:calc(var(--navbar-height) + 1rem) 0 1rem 0}.container[data-v-e676798a]{padding:0 1rem}.page-title[data-v-e676798a]{font-size:2rem}.feedback-form-section[data-v-e676798a],.my-feedback-section[data-v-e676798a]{padding:1.5rem}.category-options[data-v-e676798a]{grid-template-columns:repeat(2,1fr)}.form-actions[data-v-e676798a]{flex-direction:column}.btn[data-v-e676798a]{width:100%}.section-header[data-v-e676798a]{flex-direction:column;align-items:flex-start;gap:1rem}.btn-refresh[data-v-e676798a]{width:100%;justify-content:center}}
