*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#e2e8f0;background:#0f172a;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{flex-direction:column;height:100vh;display:flex}.header{border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 32px;display:flex}.brand{align-items:center;gap:10px;display:flex}.header-logo{height:29px}.brand-name{color:#fff9;font-size:13px;font-weight:700}.act-nav{gap:4px;display:flex}.act-tab{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.act-tab:hover{color:#fff;background:#ffffff14}.act-tab.active{color:#fff;background:#3b82f6}.content{flex:1;padding:32px 48px 80px;overflow-y:auto}.content-split{flex:1;display:flex;overflow:hidden}.content-main{flex:1;padding:32px 48px;overflow-y:auto}.detail-panel{background:#0003;border-left:1px solid #ffffff12;width:380px;padding:24px;animation:.25s slideIn;overflow-y:auto}.detail-panel-closed{display:none}@keyframes slideIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.detail-panel-title{color:#fff;margin-bottom:12px;font-size:13px;font-weight:700}.detail-panel-body{color:#fff9;font-size:12px;line-height:1.7}.detail-close{color:#fff6;cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;top:12px;right:12px}.exec-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.exec-card{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:20px;transition:all .15s}.exec-card:hover{background:#3b82f60d;border-color:#3b82f666}.exec-card.active{background:#3b82f614;border-color:#3b82f6}.exec-card-icon{margin-bottom:8px;font-size:22px}.exec-card-title{color:#fff;margin-bottom:4px;font-size:13px;font-weight:700}.exec-card-sub{color:#fff6;font-size:11px}.act-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#3b82f6;margin-bottom:6px;font-size:10px;font-weight:700}.act-title{color:#fff;margin-bottom:6px;font-size:28px;font-weight:800}.act-subtitle{color:#ffffff73;margin-bottom:24px;font-size:14px}.card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;margin-bottom:16px;padding:20px}.card-title{color:#fff;margin-bottom:8px;font-size:14px;font-weight:700}.card-body{color:#ffffffa6;font-size:13px;line-height:1.7}.stat-row{gap:16px;margin-bottom:24px;display:flex}.stat-card{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:1;padding:16px}.stat-value{color:#3b82f6;font-size:28px;font-weight:800}.stat-label{color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:11px}.table-wrap{margin-bottom:16px;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff59;border-bottom:1px solid #ffffff1a;padding:8px 12px;font-size:9px;font-weight:700}td{color:#ffffffbf;border-bottom:1px solid #ffffff0d;padding:10px 12px}tr:hover td{background:#3b82f60d}.badge{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.badge-close{color:#f87171;background:#ef444426}.badge-migrate{color:#60a5fa;background:#3b82f626}.badge-investigate{color:#fbbf24;background:#fbbf2426}.badge-active{color:#4ade80;background:#4ade8026}.badge-suspended{color:#ffffff59;background:#ffffff14}.callout{background:#3b82f614;border:1px solid #3b82f633;border-radius:10px;margin-bottom:16px;padding:16px 20px}.callout-warn{background:#fbbf2414;border-color:#fbbf2433}.callout-title{color:#60a5fa;margin-bottom:4px;font-size:12px;font-weight:700}.callout-warn .callout-title{color:#fbbf24}.callout-body{color:#fff9;font-size:13px;line-height:1.6}.timeline{flex-direction:column;gap:0;margin-bottom:16px;display:flex}.timeline-item{gap:16px;display:flex;position:relative}.timeline-item:not(:last-child):after{content:"";background:#3b82f64d;width:2px;height:calc(100% - 6px);position:absolute;top:38px;left:17px}.timeline-dot{color:#fff;z-index:1;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.timeline-content{padding:4px 0 24px}.timeline-title{color:#fff;margin-bottom:2px;font-size:14px;font-weight:700}.timeline-desc{color:#ffffff80;font-size:12px;line-height:1.5}.bonus-card{background:#fbbf240d;border:1px dashed #fbbf244d;border-radius:12px;margin-bottom:16px;padding:16px 20px;animation:.3s fadeIn}.bonus-label{letter-spacing:2px;text-transform:uppercase;color:#fbbf24;margin-bottom:6px;font-size:9px;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.footer-nav{border-top:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 32px;display:flex}.nav-btn{color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.nav-btn:hover{color:#fff;background:#ffffff1a}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-info{color:#ffffff59;font-size:12px}.dl-btn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f640;border-radius:8px;align-items:center;gap:6px;margin-top:12px;margin-right:8px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.dl-btn:hover{color:#fff;background:#3b82f633}.steps{counter-reset:step;margin:12px 0}.steps li{counter-increment:step;color:#ffffffa6;padding:6px 0 6px 32px;font-size:13px;line-height:1.6;list-style:none;position:relative}.steps li:before{content:counter(step);color:#60a5fa;background:#3b82f626;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;left:0}.filter-row{gap:8px;margin-bottom:16px;display:flex}.filter-btn{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;padding:5px 12px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s}.filter-btn:hover{color:#fff;border-color:#fff3}.filter-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.footer-legal{border-top:1px solid #ffffff0d;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:10px 32px;display:flex}.footer-legal span{color:#ffffff40;font-size:10px}.export-view{background:#0f172a;padding:32px 48px}.export-page{page-break-before:always;border-bottom:1px solid #ffffff0d;margin-bottom:48px;padding-bottom:48px}.export-page:first-child{page-break-before:avoid}.export-page .act-eyebrow,.export-page .act-title,.export-page .act-subtitle{break-after:avoid}.export-page .stat-row,.export-page .card{break-inside:avoid}
