.Alerts-module__Gf0Kva__container{background-color:var(--background);max-width:900px;margin:0 auto;padding:40px 20px}.Alerts-module__Gf0Kva__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.Alerts-module__Gf0Kva__title{color:var(--text-primary);align-items:center;gap:12px;margin:0;font-size:2rem;font-weight:900;display:flex}.Alerts-module__Gf0Kva__subtitle{color:var(--text-secondary);margin:0}.Alerts-module__Gf0Kva__reportBtn{border:1.5px solid var(--color-gold);color:var(--color-gold);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Alerts-module__Gf0Kva__reportBtn:hover{box-shadow:var(--shadow-sm);background:#c9a2270d;transform:translateY(-1px)}.Alerts-module__Gf0Kva__reportForm{background:var(--card-bg);border:1.5px solid var(--color-gold);box-shadow:var(--shadow-lg);border-radius:20px;margin-bottom:32px;padding:32px;animation:.3s ease-out Alerts-module__Gf0Kva__slideDown}@keyframes Alerts-module__Gf0Kva__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Alerts-module__Gf0Kva__formGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px;display:grid}.Alerts-module__Gf0Kva__fieldGroup{flex-direction:column;gap:8px;display:flex}.Alerts-module__Gf0Kva__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:800;display:block}.Alerts-module__Gf0Kva__input,.Alerts-module__Gf0Kva__select,.Alerts-module__Gf0Kva__textarea{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--text-primary);border-radius:10px;padding:12px 16px;font-size:.9rem;transition:all .2s}.Alerts-module__Gf0Kva__input:focus,.Alerts-module__Gf0Kva__select:focus,.Alerts-module__Gf0Kva__textarea:focus{border-color:var(--input-focus);outline:none;box-shadow:0 0 0 3px #c9a2271a}.Alerts-module__Gf0Kva__textarea{resize:vertical}.Alerts-module__Gf0Kva__postBtn{background:var(--color-gold);color:#000;cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:12px;padding:12px 28px;font-weight:800;transition:all .2s}.Alerts-module__Gf0Kva__postBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);filter:brightness(1.05);transform:translateY(-2.5px)}.Alerts-module__Gf0Kva__postBtn:disabled{opacity:.5;cursor:not-allowed}.Alerts-module__Gf0Kva__tabsRow{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.Alerts-module__Gf0Kva__tabBtn{border:1.5px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:100px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.Alerts-module__Gf0Kva__tabBtn:hover:not(.Alerts-module__Gf0Kva__activeTab){border-color:var(--text-secondary);background:var(--glass-overlay)}.Alerts-module__Gf0Kva__filterRow{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:32px;display:flex}.Alerts-module__Gf0Kva__countText{color:var(--text-secondary);opacity:.8;font-size:.8rem;font-weight:600}.Alerts-module__Gf0Kva__alertList{flex-direction:column;gap:16px;display:flex}.Alerts-module__Gf0Kva__alertCard{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:18px;align-items:flex-start;gap:20px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Alerts-module__Gf0Kva__alertCard:hover{box-shadow:var(--shadow-md);border-color:var(--color-gold);transform:translateY(-2px)}.Alerts-module__Gf0Kva__severityIndicator{border-radius:0 4px 4px 0;width:4px;position:absolute;top:20px;bottom:20px;left:0}.Alerts-module__Gf0Kva__iconWrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Alerts-module__Gf0Kva__alertMain{flex:1;min-width:0}.Alerts-module__Gf0Kva__alertHeader{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.Alerts-module__Gf0Kva__alertType{text-transform:capitalize;color:var(--text-primary);font-size:1.05rem;font-weight:800}.Alerts-module__Gf0Kva__areaBadge{color:var(--text-secondary);align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.Alerts-module__Gf0Kva__severityBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:3px 10px;font-size:.7rem;font-weight:800}.Alerts-module__Gf0Kva__alertDesc{color:var(--text-secondary);margin:4px 0 16px;font-size:.92rem;line-height:1.6}.Alerts-module__Gf0Kva__alertFooter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.Alerts-module__Gf0Kva__timeText{color:var(--text-secondary);font-size:.75rem;font-weight:600}.Alerts-module__Gf0Kva__actions{align-items:center;gap:8px;display:flex}.Alerts-module__Gf0Kva__voteBtn{border:1.5px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.Alerts-module__Gf0Kva__voteBtn:hover{background:var(--glass-overlay-hover);border-color:var(--text-secondary)}.Alerts-module__Gf0Kva__detailsLink{color:var(--color-gold);border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:background .2s;display:flex}.Alerts-module__Gf0Kva__detailsLink:hover{background:#c9a22714}.Alerts-module__Gf0Kva__loading{text-align:center;color:var(--text-secondary);padding:80px 20px}@keyframes Alerts-module__Gf0Kva__spin{to{transform:rotate(360deg)}}.Alerts-module__Gf0Kva__spinner{opacity:.6;margin-bottom:16px;animation:1s linear infinite Alerts-module__Gf0Kva__spin}