@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");:root{--bg-page:#f5f6f8;--bg-white:#ffffff;--bg-hover:#f0f4ff;--border:#e8ebf0;--border-mid:#dde1e8;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-label:#6b7280;--accent:#2563eb;--accent-light:#eff6ff;--accent-mid:#bfdbfe;--emerald:#059669;--emerald-light:#ecfdf5;--amber:#d97706;--amber-light:#fffbeb;--rose:#dc2626;--rose-light:#fef2f2;--violet:#7c3aed;--cyan:#0891b2;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-sm:0 1px 3px rgba(0,0,0,0.07),0 0 0 1px rgba(0,0,0,0.04);--shadow-md:0 4px 16px rgba(0,0,0,0.08),0 0 0 1px rgba(0,0,0,0.04)}*{box-sizing:border-box}nextjs-portal{position:fixed!important;top:0!important;left:0!important;inset:0 auto auto 0!important;margin:0!important;transform:none!important}body,html{height:100%;width:100%;margin:0;padding:0;background:var(--bg-page);color:var(--text-primary)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.5;font-weight:400}body,h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-primary)}.mono,code,pre{font-family:Poppins,system-ui,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ant-layout{background:var(--bg-page)!important}.ant-layout-header,.ant-layout-sider{background-color:var(--bg-white)!important}.ant-layout-header{border-bottom:1px solid var(--border)!important}.ant-layout-content{background-color:var(--bg-page)!important}.program-wizard-steps.ant-steps-horizontal .ant-steps-item-container{align-items:flex-start!important}.program-wizard-steps.ant-steps-horizontal .ant-steps-item-icon{margin-top:2px}.program-wizard-steps.ant-steps-horizontal .ant-steps-item-content{min-width:0}.program-wizard-steps.ant-steps-horizontal .ant-steps-item-title{min-width:0;padding-bottom:4px!important}.program-wizard-steps.ant-steps-horizontal .ant-steps-item-title,.program-wizard-steps.ant-steps-vertical .ant-steps-item-title{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.4!important;word-break:break-word}.program-wizard-steps.ant-steps-vertical .ant-steps-item-title{padding-bottom:2px!important}.ant-card{border-radius:var(--radius-md)!important;background:var(--bg-white)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-sm)!important}.ant-card-head{background:transparent!important;border-bottom:1px solid var(--border)!important;padding:12px 18px!important;min-height:unset!important}.ant-card-head-title{font-size:13px!important;font-weight:600!important;color:var(--text-primary)!important}.ant-card-body{padding:16px 18px!important}.ant-table{background:var(--bg-white)!important;font-size:13px!important}.ant-table-thead>tr>td,.ant-table-thead>tr>th{font-size:12px!important;font-weight:600!important;background:#f9fafb!important;color:var(--text-label)!important;border-bottom:1px solid var(--border-mid)!important;text-transform:uppercase!important;letter-spacing:.5px!important}.ant-table-tbody>tr>td{font-size:13px!important;color:var(--text-primary)!important;border-bottom:1px solid var(--border)!important}.ant-table-tbody>tr:hover>td{background:var(--bg-hover)!important}.ant-tabs-nav:before{display:none!important}.ant-tabs-tab{font-size:13px!important;font-weight:500!important;padding:6px 18px!important;border-radius:var(--radius-sm)!important;color:var(--text-secondary)!important;background:transparent!important;transition:all .15s!important}.ant-tabs-tab:hover{color:var(--accent)!important;background:var(--accent-light)!important}.ant-tabs-tab-active{background:var(--accent)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}.ant-tabs-ink-bar{display:none!important}.ant-btn-primary{background:var(--accent)!important;border-color:var(--accent)!important;font-weight:600!important;font-size:13px!important;border-radius:var(--radius-sm)!important;box-shadow:0 1px 4px rgba(37,99,235,.25)!important}.ant-btn-primary:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}.ant-btn-default{background:var(--bg-white)!important;border-color:var(--border-mid)!important;color:var(--text-primary)!important;border-radius:var(--radius-sm)!important}.ant-btn-default:hover{border-color:var(--accent)!important;color:var(--accent)!important}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector{border-color:var(--border-mid)!important;border-radius:var(--radius-sm)!important}.ant-input,.ant-input-number,.ant-picker{font-size:13px!important}.ant-input-number:hover,.ant-input:hover,.ant-picker:hover,.ant-select-selector:hover{border-color:var(--accent)!important}.ant-input-focused,.ant-input-number-focused,.ant-picker-focused .ant-picker,.ant-select-focused .ant-select-selector{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(37,99,235,.1)!important}.ant-select-item-option-selected{background-color:var(--bg-hover)!important}.ant-select-item-option-selected:hover{background-color:#e0e7ff!important}.ant-tag{border-radius:999px!important;font-size:11px!important;font-weight:600!important;border:none!important;padding:2px 8px!important}.ant-tag-blue{background-color:var(--accent-light)!important;color:var(--accent)!important}.ant-tag-green{background-color:var(--emerald-light)!important;color:var(--emerald)!important}.ant-tag-orange{background-color:var(--amber-light)!important;color:var(--amber)!important}.ant-tag-red{background-color:var(--rose-light)!important;color:var(--rose)!important}.ant-statistic-title{font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.8px!important;color:var(--text-muted)!important}.ant-statistic-content-value{font-family:Poppins,system-ui,sans-serif!important;font-weight:800!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ant-statistic-content-suffix{font-size:13px!important;font-weight:500!important;color:var(--text-muted)!important}.ant-badge-status-success{color:var(--emerald)!important}.ant-badge-status-error{color:var(--rose)!important}.ant-badge-status-processing{color:var(--accent)!important}.ant-badge-status-default{color:var(--text-muted)!important}.ant-menu{background-color:transparent!important}.ant-menu,.ant-menu-item{color:var(--text-secondary)!important}.ant-menu-item-selected,.ant-menu-item:hover{color:var(--accent)!important}.ant-menu-item-selected{background-color:rgba(37,99,235,.12)!important}.ant-modal-header{border-bottom:1px solid var(--border)!important;border-radius:var(--radius-md) var(--radius-md) 0 0!important}.ant-drawer-header,.ant-modal-content,.ant-modal-header{background-color:var(--bg-white)!important}.ant-drawer-header{border-bottom:1px solid var(--border)!important}.ant-drawer-content-wrapper{background-color:var(--bg-white)!important}.ant-divider{border-color:var(--border)!important;margin:12px 0!important}.ant-progress-text{font-size:12px!important;color:var(--text-label)!important}.ant-typography{color:var(--text-primary)!important}.ant-typography-secondary{color:var(--text-secondary)!important}.metric-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;position:relative;overflow:hidden;transition:box-shadow .15s;box-shadow:var(--shadow-sm)}.metric-card:hover{box-shadow:var(--shadow-md)}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.metric-card.blue:before{background:var(--accent)}.metric-card.green:before{background:var(--emerald)}.metric-card.amber:before{background:var(--amber)}.metric-card.rose:before{background:var(--rose)}.metric-card.violet:before{background:var(--violet)}.metric-card.cyan:before{background:var(--cyan)}.metric-label{font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.metric-value{font-size:26px;font-weight:800;color:var(--text-primary);font-family:Poppins,system-ui,sans-serif;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric-unit,.metric-value .metric-unit{font-size:13px;font-weight:500;color:var(--text-muted);margin-left:4px}.metric-value-sm{font-size:22px;font-weight:800;color:var(--text-primary);font-family:Poppins,system-ui,sans-serif;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric-change{font-size:12px;font-weight:600;margin-top:6px}.metric-change-up{color:var(--emerald)}.metric-change-down{color:var(--rose)}.pill-ok{background:var(--emerald-light);color:var(--emerald)}.pill-ok,.pill-warn{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.pill-warn{background:var(--amber-light);color:var(--amber)}.pill-crit{background:var(--rose-light);color:var(--rose)}.pill-blue,.pill-crit{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.pill-blue{background:var(--accent-light);color:var(--accent)}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600}.status-badge.online{background-color:#d1fae5;color:#065f46}.status-badge.offline{background-color:#fee2e2;color:#7f1d1d}.status-badge.pending{background-color:#fef3c7;color:#78350f}.status-badge.active{background-color:#dbeafe;color:#0c2d6b}.status-badge.inactive{background-color:#f3f4f6;color:var(--text-secondary)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.status-dot.online{background-color:var(--emerald)}.status-dot.offline{background-color:var(--rose);animation:none}.status-dot.pending{background-color:var(--amber)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ant-skeleton-paragraph>li,.ant-skeleton-title{background:linear-gradient(90deg,#f3f4f6,#e5e7eb 50%,#f3f4f6);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.exec-dashboard .exec-dashboard-kpi-band{background:linear-gradient(165deg,#ffffff,#f8fafc 55%,#f1f5f9);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 18px 4px;margin-bottom:22px;box-shadow:var(--shadow-sm)}.exec-dashboard .exec-dashboard-section-card{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm)!important;border:1px solid var(--border)!important;overflow:hidden}.exec-dashboard .exec-dashboard-section-card .ant-card-head{border-bottom:1px solid var(--border)!important;min-height:52px!important;padding:0 18px!important;font-weight:700}.exec-dashboard .exec-dashboard-section-card .ant-card-head-title{padding:14px 0!important;font-size:15px!important}.exec-dashboard .exec-dashboard-section-card .ant-card-body{padding:16px 18px 18px!important}.exec-dashboard .exec-dashboard-table .ant-table-thead>tr>th{background:#f8fafc!important;font-size:11px!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:var(--text-label)!important;border-bottom:1px solid var(--border)!important}.exec-dashboard .exec-dashboard-table .ant-table-tbody>tr>td{border-bottom:1px solid #f1f5f9!important}.exec-dashboard .exec-dashboard-table .ant-table-tbody>tr:hover>td{background:#fafbff!important}.exec-dashboard .exec-dashboard-alert-list .ant-list-item{-webkit-border-after:none!important;border-block-end:none!important}.exec-dashboard .exec-dashboard-alert-list .ant-list-item-meta-description{width:100%}