.advanced-alerts-container{display:flex;flex-direction:column;height:100%;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-left:1px solid rgba(226,232,240,.8);font-family:inherit;overflow:hidden}.advanced-alerts-header{padding:1rem;background:#fffc;border-bottom:1px solid rgba(226,232,240,.8);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.advanced-alerts-header h3{margin:0;font-size:.875rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem}.alerts-list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:1rem}.alerts-group{display:flex;flex-direction:column;gap:.75rem}.group-title{font-size:.7rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding-left:.25rem;margin-bottom:-.25rem}.alert-card{background:#fff;border:1px solid rgba(226,232,240,1);border-radius:.75rem;padding:.875rem;box-shadow:0 1px 3px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.alert-card:hover{border-color:#6366f1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.alert-card.active-doc{border-left:4px solid #f59e0b}.alert-card.low-severity{border-left:4px solid #94a3b8}.alert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.alert-doc-info{display:flex;align-items:center;gap:.375rem;font-size:.7rem;font-weight:600;color:#64748b}.alert-label{font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.alert-value-badge{display:inline-block;font-size:.75rem;padding:.25rem .625rem;background:#fffbeb;border:1px solid #fef3c7;color:#92400e;border-radius:.5rem;font-weight:600;margin-bottom:.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-description{font-size:.75rem;color:#475569;line-height:1.4;margin-bottom:.75rem;padding:.5rem;background:#f8fafc;border-radius:.375rem;font-style:italic}.alert-actions{display:flex;gap:.5rem;margin-top:.5rem;border-top:1px solid #f1f5f9;padding-top:.75rem}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .5rem;font-size:.7rem;font-weight:600;border-radius:.375rem;transition:all .1s ease;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#475569}.action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn.primary{background:#6366f1;color:#fff;border-color:#4f46e5}.action-btn.primary:hover{background:#4f46e5}.action-btn.success{color:#166534;background:#f0fdf4;border-color:#dcfce7}.action-btn.success:hover{background:#dcfce7}.action-btn.danger{color:#991b1b}.action-btn.danger:hover{background:#fef2f2;border-color:#fecaca}.edit-mode{display:flex;flex-direction:column;gap:.5rem}.edit-input{width:100%;padding:.375rem;font-size:.8rem;border:1px solid #cbd5e1;border-radius:.25rem;outline:none}.edit-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:#94a3b8}.empty-state-icon{width:3rem;height:3rem;margin-bottom:1rem;opacity:.5}
