/* AutoStyle: предложения и жалобы + красные индикаторы */
.profile-home-card-feedback .profile-home-icon,
.profile-tabs button[data-profile-tab="feedback"] .profile-nav-ico{
  background:linear-gradient(135deg,#eef7ff,#e8fff0);
}
.profile-feedback-form{display:grid;grid-template-columns:1fr 220px;gap:16px;margin-top:18px}
.profile-feedback-form label{display:flex;flex-direction:column;gap:8px;font-weight:900;color:#101820}
.profile-feedback-form input,.profile-feedback-form select,.profile-feedback-form textarea{width:100%;border:1px solid #dde6ef;border-radius:16px;background:#fff;padding:14px 16px;font:inherit;font-weight:800;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.profile-feedback-form textarea{resize:vertical;line-height:1.45;font-weight:700}
.profile-feedback-form input:focus,.profile-feedback-form select:focus,.profile-feedback-form textarea:focus{border-color:#25e21a;box-shadow:0 0 0 4px rgba(37,226,26,.12)}
.profile-feedback-wide{grid-column:1/-1}.profile-feedback-file{border:1px dashed #b9c8d8;border-radius:18px;background:#f8fafc;padding:18px;cursor:pointer;transition:.2s}.profile-feedback-file:hover{border-color:#25e21a;background:#f3fff2}.profile-feedback-file input{display:none}.profile-feedback-file span{display:flex;flex-direction:column;gap:3px}.profile-feedback-file small{color:#667085;font-weight:700}.profile-feedback-submit{width:max-content;min-width:260px}.admin-nav-alert-btn{position:relative}.admin-red-dot{display:inline-flex;position:absolute;right:12px;top:50%;width:10px;height:10px;border-radius:50%;background:#ef233c;box-shadow:0 0 0 4px rgba(239,35,60,.14);transform:translateY(-50%)}.admin-nav .admin-has-new{background:#ef233c!important;color:#fff!important;box-shadow:0 10px 26px rgba(239,35,60,.25)}.admin-home-card.admin-has-new{border-color:#ef233c!important;box-shadow:0 18px 45px rgba(239,35,60,.18)!important}.admin-card-alert{display:inline-flex;margin-left:8px;padding:4px 9px;border-radius:999px;background:#ef233c;color:#fff;font-size:12px;font-weight:900;vertical-align:middle}.admin-feedback-toolbar{display:flex;justify-content:flex-end;margin:12px 0 18px}.admin-feedback-list{display:grid;gap:14px}.admin-feedback-item{background:#fff;border:1px solid #dfe7f0;border-radius:22px;padding:18px;box-shadow:0 14px 40px rgba(15,23,42,.07)}.admin-feedback-item.is-new{border-color:#ef233c;box-shadow:0 16px 42px rgba(239,35,60,.13)}.admin-feedback-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.admin-feedback-top h3{margin:6px 0 4px;font-size:20px}.admin-feedback-top p{margin:0;color:#667085;font-weight:700}.admin-feedback-top strong{border-radius:999px;background:#101820;color:#fff;padding:8px 12px;font-size:13px;white-space:nowrap}.admin-feedback-type{display:inline-flex;border-radius:999px;background:#eafbe9;color:#13840d;padding:6px 10px;font-weight:900;font-size:12px}.admin-feedback-user{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.admin-feedback-user span,.admin-feedback-user b{border-radius:999px;background:#f3f6fa;padding:8px 11px;font-weight:800}.admin-feedback-message{white-space:pre-wrap;line-height:1.5;color:#101820;font-weight:700;background:#f8fafc;border-radius:16px;padding:14px}.admin-feedback-photo{display:flex;align-items:center;gap:14px;margin-top:12px;text-decoration:none;color:#101820;font-weight:900}.admin-feedback-photo img{width:120px;height:90px;object-fit:cover;border-radius:14px;border:1px solid #dfe7f0}.admin-feedback-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.admin-feedback-actions button{border:0;border-radius:13px;background:#101820;color:#fff;padding:11px 15px;font-weight:900;cursor:pointer}.admin-feedback-actions .danger{background:#ef233c}@media(max-width:800px){.profile-feedback-form{grid-template-columns:1fr}.profile-feedback-submit{width:100%}.admin-feedback-top{flex-direction:column}.admin-feedback-photo img{width:90px;height:70px}}
