.boardroom-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;justify-content:center;padding:2rem}.boardroom-content{background:var(--bg-primary);width:100%;max-width:800px;max-height:90vh;border-radius:var(--radius-xl);box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border)}.boardroom-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to right,var(--bg-secondary),var(--bg-primary))}.boardroom-body{padding:2rem;overflow-y:auto;flex:1}.report-section{margin-bottom:2rem}.report-section h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px solid var(--border-light);padding-bottom:.5rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:2px;background:var(--border-light)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-dot{position:absolute;left:-1.65rem;width:12px;height:12px;border-radius:50%;background:var(--accent-primary);border:2px solid var(--bg-primary);z-index:1}.timeline-item.resolved .timeline-dot{background:#22c55e}.timeline-item.executing .timeline-dot{background:#f97316}.timeline-item.failed .timeline-dot{background:var(--status-error)}.timeline-content{background:var(--bg-secondary);padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border-light)}.timeline-time{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.timeline-title{font-weight:600;font-size:.95rem;margin-bottom:.25rem;display:flex;justify-content:space-between}.timeline-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.close-boardroom{background:var(--bg-tertiary);border:none;color:var(--text-primary);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-boardroom:hover{background:var(--border);transform:rotate(90deg)}.status-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:6px;padding:4px 24px 4px 10px;font-size:.75rem;font-weight:600;cursor:pointer;color:var(--text-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:all .2s;outline:none;min-width:120px}.status-select:hover{border-color:var(--accent-primary);box-shadow:0 0 0 2px #6366f11a}.status-select.badge-timeout{background-color:#f59e0b1a;color:var(--accent-primary);border-color:#f59e0b33}.status-select.badge-none{background-color:#3b82f61a;color:var(--accent-primary);border-color:#3b82f633}.status-select.badge-pass{background-color:#22c55e1a;color:#22c55e;border-color:#22c55e33}.status-select.badge-fail{background-color:#ef68681a;color:var(--status-error);border-color:#ef686833}.healer-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;justify-content:center;padding:2rem}.healer-content{background:var(--bg-primary);width:100%;max-width:600px;border-radius:var(--radius-xl);border:1px solid var(--accent-primary);box-shadow:0 0 50px #6366f14d;display:flex;flex-direction:column;overflow:hidden;animation:healerPulse 2s infinite ease-in-out}@keyframes healerPulse{0%{box-shadow:0 0 30px #6366f133}50%{box-shadow:0 0 50px #6366f166}to{box-shadow:0 0 30px #6366f133}}.healer-header{padding:1.5rem 2rem;background:linear-gradient(135deg,var(--accent-primary),#4f46e5);color:#fff;display:flex;justify-content:space-between;align-items:center}.healer-body{padding:2rem;color:var(--text-primary)}.healer-progress{height:8px;background:var(--bg-secondary);border-radius:4px;overflow:hidden;margin:1.5rem 0}.healer-progress-bar{height:100%;background:var(--accent-primary);width:0%;transition:width .5s ease}.magic-btn{background:linear-gradient(135deg,var(--accent-primary),#ec4899);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 12px #6366f14d;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.magic-btn:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 8px 24px #6366f166}.magic-btn svg{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}
