*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0f0f0f;color:#e0e0e0;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:2rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}h1{font-size:1.75rem;font-weight:600}.config-form{display:flex;gap:.5rem;flex-wrap:wrap}.config-form input{padding:.5rem .75rem;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#e0e0e0;font-size:.875rem;min-width:200px}.config-form button{padding:.5rem 1rem;border:none;border-radius:6px;background:#5865f2;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500}.config-form button:hover{background:#4752c4}.filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #333;border-radius:20px;background:transparent;color:#888;cursor:pointer;font-size:.875rem;transition:all .2s}.filter-btn:hover{border-color:#555;color:#e0e0e0}.filter-btn.active{background:#5865f2;border-color:#5865f2;color:#fff}.feedback-list{display:flex;flex-direction:column;gap:1rem}.feedback-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:1.25rem;transition:border-color .2s}.feedback-card:hover{border-color:#3a3a3a}.feedback-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.feedback-user{font-weight:500;color:#fff}.feedback-meta{font-size:.75rem;color:#666;margin-top:.25rem}.feedback-content{color:#ccc;line-height:1.6;margin-bottom:1rem;white-space:pre-wrap}.feedback-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.category-btn{padding:.35rem .75rem;border:1px solid #333;border-radius:6px;background:transparent;color:#888;cursor:pointer;font-size:.75rem;transition:all .2s}.category-btn:hover{border-color:#555}.category-btn.active{font-weight:500}.category-btn.low.active{background:#22c55e20;border-color:#22c55e;color:#22c55e}.category-btn.medium.active{background:#eab30820;border-color:#eab308;color:#eab308}.category-btn.high.active{background:#f9731620;border-color:#f97316;color:#f97316}.category-btn.critical.active{background:#ef444420;border-color:#ef4444;color:#ef4444}.delete-btn{padding:.35rem .75rem;border:1px solid #333;border-radius:6px;background:transparent;color:#666;cursor:pointer;font-size:.75rem;margin-left:auto}.delete-btn:hover{border-color:#ef4444;color:#ef4444}.loading,.error,.empty{text-align:center;padding:3rem;color:#666}.error{color:#ef4444}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500;text-transform:uppercase}.badge.low{background:#22c55e20;color:#22c55e}.badge.medium{background:#eab30820;color:#eab308}.badge.high{background:#f9731620;color:#f97316}.badge.critical{background:#ef444420;color:#ef4444}.badge.uncategorized{background:#33333380;color:#888}.stats{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:1rem 1.5rem;min-width:120px}.stat-value{font-size:1.5rem;font-weight:600;color:#fff}.stat-label{font-size:.75rem;color:#666;text-transform:uppercase;margin-top:.25rem}
