@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #0a0a0a;--surface: #141414;--surface-2: #1c1c1c;--surface-3: #242424;--border: #222;--border-2: #333;--primary: #00E676;--primary-dk: #00C866;--accent: #16FCCA;--danger: #FF4444;--warning: #FFA726;--text: #fff;--text-2: #e0e0e0;--text-sec: #aaa;--text-muted: #777;--text-dim: #555;--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);font-size:14px;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.ant-layout{background:var(--bg)!important}.ant-layout-sider{background:var(--surface)!important;border-right:1px solid var(--border)!important}.ant-layout-header{background:var(--surface)!important;border-bottom:1px solid var(--border)!important}.ant-menu{background:transparent!important;border-inline-end:none!important}.ant-menu-item,.ant-menu-submenu-title{color:var(--text-sec)!important;font-size:13px!important;font-weight:500!important;border-radius:var(--radius-sm)!important;margin:2px 8px!important;padding-left:12px!important}.ant-menu-item:hover,.ant-menu-submenu-title:hover{background:var(--surface-2)!important;color:var(--text)!important}.ant-menu-item-selected{background:#00e6761a!important;color:var(--primary)!important}.ant-menu-submenu-open>.ant-menu-submenu-title{color:var(--text)!important}.ant-menu-sub{background:transparent!important}.ant-menu-item-disabled{opacity:.35!important}.ant-table-wrapper .ant-table{background:var(--surface)!important;border-radius:var(--radius)!important;border:1px solid var(--border)!important}.ant-table-wrapper .ant-table-thead>tr>th{background:var(--surface)!important;border-bottom:1px solid var(--border)!important;color:var(--text-muted)!important;font-size:12px!important;font-weight:600!important;padding:12px 16px!important}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid var(--border)!important;color:var(--text-2)!important;font-size:13px!important;padding:14px 16px!important;background:transparent!important}.ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#ffffff05!important}.ant-table-wrapper .ant-table-cell-row-hover{background:#ffffff05!important}.ant-table-wrapper .ant-pagination{margin:16px 0 0!important}.ant-tabs .ant-tabs-tab{padding:10px 20px!important;font-size:13px!important;font-weight:500!important;color:var(--text-sec)!important}.ant-tabs .ant-tabs-tab:hover{color:var(--text)!important}.ant-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)!important}.ant-tabs .ant-tabs-ink-bar{background:var(--primary)!important}.ant-tabs-top>.ant-tabs-nav:before{border-bottom-color:var(--border)!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{background:var(--surface-2)!important;border-color:var(--border-2)!important;color:var(--text)!important;border-radius:var(--radius-sm)!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--primary)!important;box-shadow:none!important}.ant-input::placeholder{color:var(--text-dim)!important}.ant-select-dropdown{background:var(--surface)!important;border:1px solid var(--border-2)!important}.ant-select-item{color:var(--text-sec)!important}.ant-select-item-option-selected{background:#00e6761a!important;color:var(--primary)!important}.ant-select-item-option-active{background:var(--surface-2)!important}.ant-card{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important}.ant-card-head{border-bottom:1px solid var(--border)!important;color:var(--text)!important;font-weight:600!important}.ant-btn-primary{background:var(--primary)!important;color:#0a0a0a!important;border:none!important;font-weight:500!important}.ant-btn-primary:hover{background:var(--primary-dk)!important}.ant-btn-default{background:transparent!important;border:1px solid var(--border-2)!important;color:var(--text-sec)!important}.ant-btn-default:hover{border-color:var(--text-muted)!important;color:var(--text)!important}.ant-modal-content{background:var(--surface)!important;border:1px solid var(--border-2)!important;border-radius:16px!important}.ant-modal-header{background:transparent!important;border-bottom:1px solid var(--border)!important}.ant-modal-title{color:var(--text)!important;font-size:17px!important;font-weight:600!important}.ant-modal-close-x{color:var(--text-muted)!important}.ant-form-item-label>label{color:var(--text-sec)!important;font-size:12px!important;font-weight:500!important}.ant-switch{background:var(--border-2)!important}.ant-switch-checked{background:var(--primary)!important}.ant-radio-button-wrapper{background:var(--surface-2)!important;border-color:var(--border-2)!important;color:var(--text-sec)!important}.ant-radio-button-wrapper:hover{color:var(--text)!important}.ant-radio-button-wrapper-checked{background:#00e6760f!important;border-color:var(--primary)!important;color:var(--primary)!important}.ant-popconfirm .ant-popover-inner{background:var(--surface)!important;border:1px solid var(--border-2)!important}.ant-message-notice-content{background:var(--surface)!important;border:1px solid var(--border-2)!important;color:var(--text)!important;box-shadow:0 4px 12px #0006!important}.ant-message-notice-content .ant-message-custom-content{color:var(--text)!important}.ant-message-notice-content .ant-message-custom-content .anticon{font-size:16px}.ant-message-notice-content .ant-message-success .anticon{color:var(--primary)!important}.ant-message-notice-content .ant-message-error .anticon{color:var(--danger)!important}.ant-message-notice-content .ant-message-warning .anticon{color:var(--warning)!important}.ant-message-notice-content .ant-message-info .anticon{color:#42a5f5!important}.ant-empty-description{color:var(--text-muted)!important}.status-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:100px;font-size:12px;font-weight:500}.status-pill .dot{width:6px;height:6px;border-radius:50%}.status-pill.draft{background:#ffffff0f;color:var(--text-dim)}.status-pill.draft .dot{background:var(--text-dim)}.status-pill.pending{background:#ffa7261f;color:#ffa726}.status-pill.pending .dot{background:#ffa726}.status-pill.sending{background:#2196f31f;color:#42a5f5}.status-pill.sending .dot{background:#42a5f5}.status-pill.active{background:#7c4dff1f;color:#b388ff}.status-pill.active .dot{background:#b388ff}.status-pill.done{background:#00e6761a;color:var(--primary)}.status-pill.done .dot{background:var(--primary)}.status-pill.failed{background:#ff44441f;color:#f44}.status-pill.failed .dot{background:#f44}.status-pill.cancelled{background:#ffffff0f;color:var(--text-dim)}.status-pill.cancelled .dot{background:var(--text-dim)}.status-pill.partial{background:#ffa7261f;color:#ffa726}.status-pill.partial .dot{background:#ffa726}.status-pill.queued{background:#ffa7261f;color:#ffa726}.status-pill.queued .dot{background:#ffa726}.status-pill.submitted{background:#2196f31f;color:#42a5f5}.status-pill.submitted .dot{background:#42a5f5}.status-pill.delivered,.status-pill.opened,.status-pill.clicked{background:#00e6761a;color:var(--primary)}.status-pill.delivered .dot,.status-pill.opened .dot,.status-pill.clicked .dot{background:var(--primary)}.status-pill.bounced,.status-pill.complained,.status-pill.suppressed,.status-pill.skipped{background:#ff44441f;color:#f44}.status-pill.bounced .dot,.status-pill.complained .dot,.status-pill.suppressed .dot,.status-pill.skipped .dot{background:#f44}.tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.tag-blue{background:#2196f31f;color:#42a5f5}.tag-green{background:#00e6761a;color:var(--primary)}.tag-orange{background:#ffa7261f;color:#ffa726}.tag-purple{background:#ab47bc1f;color:#ce93d8}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:20px}.form-section-title{font-size:15px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.search-box .ant-input-affix-wrapper{background:var(--surface-2)!important;border:1px solid var(--border-2)!important;border-radius:var(--radius-sm)!important;height:36px}.btn-ghost{background:transparent;color:var(--text-sec);border:none;padding:5px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .15s}.btn-ghost:hover{color:var(--text);background:var(--surface-2)}.btn-danger-ghost{background:#ff44441f;color:var(--danger);border:none;padding:5px 12px;border-radius:var(--radius-sm);cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:all .15s}.btn-danger-ghost:hover{background:#f443}.nav-badge{font-size:9px;font-weight:700;padding:1px 5px;border-radius:3px;margin-left:auto}.nav-badge.v11{background:#2196f326;color:#42a5f5}.nav-badge.v12{background:#ab47bc26;color:#ce93d8}.sidebar-footer{padding:12px 20px;border-top:1px solid var(--border);font-size:11px;color:var(--text-dim)}
