:root{font-family:Inter,"Segoe UI",Arial,sans-serif;color:#17243c;background:#f5f7fb;font-synthesis:none;--ink:#17243c;--muted:#748097;--line:#e5eaf2;--blue:#315efb;--navy:#142139;--green:#158668;--red:#c43f53;--radius:15px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:inherit}a,button,input,textarea,select,summary{outline-offset:4px}:focus-visible{outline:3px solid #7998ff}button svg,a svg{flex-shrink:0}svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.3;letter-spacing:-1px;margin-bottom:9px}h2{font-size:19px;letter-spacing:-.4px;margin-bottom:6px}h3{font-size:15px;margin-bottom:8px}p{line-height:1.65}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{font-size:10px;letter-spacing:1.65px;font-weight:750;text-transform:uppercase}.boot{min-height:100vh;display:grid;place-content:center;text-align:center;gap:16px}.boot .brand-mark{margin:auto}.brand-mark{font-size:29px;line-height:41px;font-weight:800;letter-spacing:-3px;border-radius:12px;width:43px;height:43px;background:var(--blue);color:white;text-align:center}.brand-mark span{color:#b7caff}.layout{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--navy);color:#cad3e6;padding:33px 22px 20px;position:fixed;inset:0 auto 0 0;width:240px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;margin:0 7px 41px}.brand-name{font-size:22px;font-weight:750;letter-spacing:-.6px}.brand-sub{font-size:9px;letter-spacing:1.4px;color:#7e8fab;margin-top:5px}.nav-label{font-size:9px;letter-spacing:1.7px;font-weight:700;color:#697d9e;margin:0 14px 14px}.nav{display:grid;gap:7px}.nav a{display:flex;align-items:center;gap:12px;text-decoration:none;padding:12px 14px;color:#9caecb;font-weight:550;font-size:13px;border-radius:9px;transition:background .15s,color .15s}.nav a:hover{background:#1c2d49;color:#fff}.nav a.active{background:#2b4269;color:white}.nav a.active svg{color:#88aaff}.nav a .nav-dot{margin-left:auto;width:5px;height:5px;border-radius:100%;background:#95b2ff}.sidebar-help{margin-top:auto;padding:23px 14px;background:#1a2b46;border:1px solid #263955;border-radius:12px}.sidebar-help svg{color:#8eabff;margin-bottom:10px}.sidebar-help h3{color:#e8eeff;font-size:12px}.sidebar-help p{font-size:11px;color:#8298ba;line-height:1.7;margin-bottom:14px}.sidebar-help a{display:flex;gap:8px;align-items:center;text-decoration:none;color:#adbeff;font-size:11px;font-weight:650}.sidebar-help a svg{width:14px;height:14px;margin:0}.sidebar-bottom{font-size:9px;color:#637895;display:flex;justify-content:space-between;margin:23px 8px 0}.workspace{grid-column:2;min-width:0}.topbar{height:81px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 42px;gap:16px}.breadcrumb{font-size:12px;color:#8d96a9;display:flex;align-items:center;gap:11px}.breadcrumb strong{font-weight:550;color:#536078}.topbar-right{display:flex;align-items:center;gap:19px}.mode-badge{display:inline-flex;align-items:center;gap:7px;border-radius:20px;padding:7px 11px;background:#f0f4ff;color:#4c6ba9;font-size:10px;font-weight:650;white-space:nowrap}.mode-badge.live{background:#eaf7f1;color:#25745d}.mode-badge .dot,.health-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.user-block{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:19px}.avatar{width:33px;height:33px;display:grid;place-items:center;border-radius:10px;color:#4b6294;background:#ebf0f9;font-size:11px;font-weight:750}.user-name{font-size:11px;font-weight:650;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{font-size:9px;color:#95a0b1;margin-top:3px}.icon-button{border:0;background:transparent;padding:7px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;color:#8290a6}.icon-button:hover{background:#edf1f8;color:#2b4b8f}.content{padding:38px 42px 42px;max-width:1600px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.page-heading p{font-size:12px;color:var(--muted);margin-bottom:0}.heading-overline{color:#6980ac;font-size:10px;font-weight:650;letter-spacing:1.6px;margin-bottom:10px}.button{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:41px;border:1px solid #dce3ef;border-radius:8px;padding:10px 16px;background:#fff;color:#495975;font-size:12px;font-weight:650;text-decoration:none;white-space:nowrap;transition:transform .1s,background .1s}.button:hover{background:#f7f9fd;border-color:#becae0}.button:active{transform:translateY(1px)}.button.primary{background:var(--blue);border-color:var(--blue);color:white;box-shadow:0 3px 6px #315efb16}.button.primary:hover{background:#254edc}.button.danger{color:var(--red);border-color:#edd5db;background:#fff}.button.compact{min-height:33px;padding:7px 10px;font-size:11px}.button svg{width:16px;height:16px}.button.soft{background:#eef3ff;color:#315bd1;border-color:transparent}.button-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.demo-notice{padding:12px 16px;border:1px solid #dce5ff;background:#f0f4ff;border-radius:9px;font-size:11px;color:#6078a6;display:flex;gap:10px;align-items:center;margin-bottom:23px;line-height:1.65}.demo-notice svg{width:17px;height:17px;flex-shrink:0}.demo-notice strong{font-weight:650;color:#3c5891}.demo-notice a{margin-left:auto;white-space:nowrap;font-weight:600;text-decoration:none}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:27px}.stat-card{padding:21px 22px 18px;background:white;border:1px solid var(--line);border-radius:12px}.stat-top{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#7c89a0;font-weight:550}.stat-icon{background:#f3f6fc;color:#7290be;display:grid;place-items:center;width:30px;height:30px;border-radius:8px}.stat-icon svg{width:16px;height:16px}.stat-value{font-size:31px;line-height:1.25;letter-spacing:-.8px;font-weight:650;margin:12px 0 7px}.stat-caption{font-size:10px;color:#9aa5b7;display:flex;gap:5px;align-items:center}.stat-caption span{color:#458873}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:23px;align-items:start}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-heading{padding:24px 24px 19px;display:flex;justify-content:space-between;gap:15px;align-items:center}.panel-heading p{font-size:11px;color:#8895a9;margin:0}.text-link{color:#5574bb;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.text-link svg{height:14px;width:14px}.table-wrap{overflow:auto;width:100%}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{padding:11px 22px;background:#fbfcfe;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;color:#95a0b2;font-size:9px;font-weight:650;letter-spacing:.5px}td{font-size:11px;padding:20px 22px;border-bottom:1px solid #eef1f6;color:#65738b}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdff}.campaign-name{font-size:12px;font-weight:650;color:#273853;max-width:240px;overflow:hidden;text-overflow:ellipsis;display:block}.campaign-subject{font-size:10px;color:#9aa6b8;max-width:230px;overflow:hidden;text-overflow:ellipsis;margin-top:5px}.campaign-trigger{background:none;border:0;padding:0;text-align:left;cursor:pointer}.campaign-trigger:hover .campaign-name{color:var(--blue)}.status{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:5px 7px;font-size:9px;font-weight:650;background:#f0f3f8;color:#8390a5;white-space:nowrap}.status:before{content:"";width:4px;height:4px;background:currentColor;border-radius:50%}.status.running,.status.sending{background:#edf2ff;color:#426cdb}.status.sent,.status.completed,.status.ready{background:#eaf6ef;color:#318463}.status.paused,.status.scheduled,.status.unknown{background:#fff6e8;color:#b28a38}.status.failed,.status.cancelled{background:#fcedef;color:#bd596b}.progress{height:4px;background:#edf1f7;border-radius:4px;overflow:hidden;min-width:75px;margin:7px 0 0}.progress span{display:block;background:#7394fb;height:100%;border-radius:4px}.progress-label{font-size:10px;color:#70819d}.table-footer{padding:15px 22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#96a2b6}.live-indicator{display:flex;gap:6px;align-items:center;color:#8796ad}.live-indicator .health-dot{background:#61a48c;width:5px;height:5px}.side-stack{display:grid;gap:20px}.workflow-panel{padding:23px}.workflow-panel .eyebrow{color:#98a5b9;font-size:9px;margin-bottom:17px}.workflow-panel h2{font-size:17px;line-height:1.5;margin-bottom:8px}.workflow-panel>p{font-size:11px;color:#8e9bb0;margin-bottom:25px}.flow-step{display:flex;gap:12px;margin-bottom:23px;position:relative}.flow-step:last-child{margin-bottom:0}.flow-step:not(:last-child):after{content:"";position:absolute;left:13px;top:32px;width:1px;height:30px;background:#e9eef6}.step-number{width:27px;height:27px;border-radius:8px;background:#f0f4fc;color:#6982b6;display:grid;place-items:center;flex-shrink:0;font-size:10px;font-weight:650}.flow-step h3{font-size:11px;color:#596b8a;margin:1px 0 5px}.flow-step p{font-size:10px;line-height:1.6;color:#a0acbd;margin:0}.workspace-note{padding:22px;background:#edf2fc;border:1px solid #e2eafa;border-radius:12px}.workspace-note svg{color:#7e99c9;margin-bottom:12px}.workspace-note h3{font-size:12px;color:#48628c}.workspace-note p{font-size:10px;line-height:1.8;color:#7f93b0;margin:0}.empty-state{padding:57px 25px 51px;text-align:center}.empty-icon{margin:0 auto 19px;width:58px;height:58px;background:#f2f5fd;display:grid;place-items:center;border-radius:18px;color:#91a6d0}.empty-icon svg{width:26px;height:26px}.empty-state h3{font-size:14px;color:#475a79;margin-bottom:9px}.empty-state p{font-size:11px;color:#96a2b4;max-width:295px;margin:0 auto 20px}.page-footer{display:flex;justify-content:space-between;color:#a0aabc;font-size:9px;margin-top:30px;gap:12px}.page-footer span:last-child{display:flex;align-items:center;gap:5px}.page-footer svg{width:11px;height:11px}.toolbar{display:flex;align-items:center;gap:12px;padding:0 24px 20px}.search-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;padding:0 11px;max-width:300px;flex:1}.search-box svg{width:15px;height:15px;color:#96a3b8}.search-box input{border:0;min-width:0;width:100%;padding:10px 0;background:transparent;font-size:11px;outline:none}.toolbar select{font-size:11px;min-width:145px;padding:10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#687a96}.count-label{margin-left:auto;font-size:10px;color:#9aa7bb}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:24px}.form-stack{display:grid;gap:21px}.form-section{padding:25px}.section-heading{display:flex;align-items:center;gap:11px;margin-bottom:23px}.section-number{width:28px;height:28px;background:#eef3fe;color:#708bca;border-radius:8px;display:grid;place-items:center;font-size:11px;font-weight:650}.section-heading h2{font-size:16px;margin:0}.field{margin-bottom:19px}.field:last-child{margin-bottom:0}.field label,.field-label{display:block;font-size:11px;color:#5d6e87;font-weight:650;margin-bottom:8px}.required{color:#6284d7}.input,textarea,select.input{width:100%;padding:11px 12px;border:1px solid #dfe6f1;border-radius:8px;background:#fff;color:#3e5270;font-size:12px;line-height:1.5;transition:border-color .1s;min-width:0}.input:focus,textarea:focus{border-color:#809df9;outline:2px solid #e7edff;outline-offset:0}.input::placeholder,textarea::placeholder{color:#a6b0c1}textarea{resize:vertical;min-height:110px}.hint{font-size:10px;line-height:1.75;color:#99a5b8;margin:7px 0 0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.file-upload{border:1px dashed #cad7ee;border-radius:10px;padding:22px;text-align:center;background:#f9fbff;margin-bottom:16px}.file-upload>svg{color:#9caed0;margin-bottom:7px}.file-upload strong{font-size:11px;color:#6680ad;display:block;margin-bottom:5px}.file-upload p{font-size:10px;color:#9aa9bf;margin:0 0 13px}.file-upload input{max-width:100%;font-size:10px;color:#8595ad}.file-upload input::file-selector-button{font:inherit;border:1px solid #d5dfef;border-radius:6px;color:#536e9b;background:#fff;padding:6px 9px;margin-right:9px;cursor:pointer}.recipient-summary{display:flex;justify-content:space-between;align-items:center;font-size:10px;margin-top:9px;color:#7c8da6}.recipient-summary strong{color:#5371b1}.form-aside{position:sticky;top:20px}.sender-picker{display:grid;gap:9px;margin-top:17px}.sender-option{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e5eaf3;border-radius:9px;cursor:pointer}.sender-option:has(input:checked){border-color:#b9caff;background:#f7f9ff}.sender-option input{margin:3px 0 0;accent-color:var(--blue)}.sender-option .sender-info{min-width:0}.sender-option strong{font-size:10px;color:#586e94;display:block;overflow-wrap:anywhere;font-weight:650}.sender-option span{font-size:9px;color:#9aa7bb;display:block;margin-top:5px}.aside-section{padding:23px;border-bottom:1px solid var(--line)}.aside-section:last-child{border-bottom:0}.aside-section h3{font-size:13px}.aside-section p{font-size:10px;color:#8b9ab1;line-height:1.8;margin:0}.round-robin{display:flex;align-items:center;gap:6px;margin-top:17px;flex-wrap:wrap}.sender-circle{width:26px;height:26px;border-radius:50%;background:#edf2fc;border:1px solid #dce5f7;display:grid;place-items:center;font-size:9px;color:#6d88b9;font-weight:600}.round-robin svg{height:12px;width:12px;color:#b0bdd1}.checkbox-line{display:flex;gap:10px;align-items:flex-start;font-size:11px;line-height:1.7;color:#7789a4}.checkbox-line input{accent-color:var(--blue);margin:3px 0 0}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:15px}.form-actions>p{font-size:10px;color:#95a2b8;margin:0}.inline-error{color:#b14357;background:#fff0f3;border:1px solid #f2d8e0;border-radius:8px;padding:11px 13px;font-size:11px;line-height:1.7;margin:0 0 16px}.inline-error:empty{display:none}details{margin-top:19px}summary{font-size:11px;font-weight:600;color:#7287a9;cursor:pointer;margin-bottom:13px}.preview-panel{background:#f9fbff;border:1px solid #e7edf7;border-radius:10px;overflow:hidden}.preview-header{border-bottom:1px solid #e7edf7;padding:14px 17px;font-size:11px;color:#7588a6}.preview-body{padding:22px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.9;color:#6c7e99;max-height:380px;overflow:auto;min-height:125px}.preview-panel iframe{width:100%;height:330px;border:0;background:white}.preview-controls{display:flex;gap:5px;margin-bottom:12px}.tab-button{font-size:10px;background:transparent;border:1px solid transparent;border-radius:6px;padding:6px 10px;color:#98a4b8}.tab-button.active{background:#edf3ff;border-color:#dce7ff;color:#597acc}.sender-table td{vertical-align:middle}.sender-identity{display:flex;gap:12px;align-items:center}.sender-avatar{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#eff3fa;color:#8398b9;font-size:11px;font-weight:650}.sender-table strong{font-size:11px;color:#516581}.sender-table .email-sub{font-size:10px;color:#93a1b7;margin-top:5px}.limit-input{width:81px;min-height:34px;font-size:11px;padding:7px 9px;border:1px solid #dfe6f0;border-radius:7px;color:#657c9e}.switch{position:relative;display:inline-flex;width:33px;height:19px;cursor:pointer}.switch input{position:absolute;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.switch span{width:100%;height:100%;border-radius:20px;background:#dfe5ef;pointer-events:none}.switch span:after{content:"";display:block;width:13px;height:13px;border-radius:100%;background:#fff;position:absolute;top:3px;left:3px;transition:left .15s;box-shadow:0 1px 2px #49618420}.switch input:checked+span{background:#6589ef}.switch input:checked+span:after{left:17px}.switch input:focus-visible+span{outline:3px solid #b6c7fa;outline-offset:3px}.info-strip{border-top:1px solid var(--line);padding:17px 24px;background:#fbfcff;font-size:10px;color:#92a0b6;display:flex;gap:9px;line-height:1.7}.info-strip svg{width:15px;height:15px;flex-shrink:0;margin-top:1px}.settings-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.setup-list{padding:6px 25px 15px}.setup-check{display:flex;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid #edf1f7}.setup-check:last-child{border-bottom:0}.check-icon{width:30px;height:30px;border-radius:9px;background:#f4f6fa;color:#a1aec2;display:grid;place-items:center;flex-shrink:0}.check-icon svg{width:16px;height:16px}.check-icon.ok{background:#ecf8f1;color:#5b9b7c}.setup-check h3{font-size:12px;color:#5b6f8e;margin:0 0 5px}.setup-check p{font-size:10px;color:#9aa9be;margin:0;overflow-wrap:anywhere}.setup-check .status{margin-left:auto}.setup-docs{padding:25px}.setup-docs ol{padding-left:21px;margin:22px 0 0}.setup-docs li{padding-left:7px;color:#7f91ab;font-size:11px;line-height:1.9;margin-bottom:18px}.setup-docs li strong{color:#5c7192}.setup-docs code,.scope-list code{font-family:Consolas,monospace;background:#f0f4fa;color:#6680a7;padding:2px 4px;border-radius:4px;font-size:10px;overflow-wrap:anywhere}.code-box{margin:15px 0 0;background:#172842;color:#adc1e2;padding:18px;border-radius:9px;overflow:auto;font-size:10px;line-height:1.9;font-family:Consolas,monospace;white-space:pre;tab-size:2}.scope-list{padding:23px}.scope-list p{font-size:10px;color:#8a9cb6;line-height:1.8}.scope-list code{display:block;padding:10px;margin:9px 0;line-height:1.65}.scope-list a{display:block;margin-top:17px}.detail-dialog{border:1px solid #dce4f0;border-radius:17px;padding:0;width:min(950px,calc(100vw - 32px));max-height:88vh;color:var(--ink);box-shadow:0 30px 100px #12244c33}.detail-dialog::backdrop{background:#12203766;backdrop-filter:blur(3px)}.dialog-header{padding:24px 27px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:20px;background:white;position:sticky;top:0;z-index:2}.dialog-header h2{font-size:19px;margin-bottom:8px;overflow-wrap:anywhere}.dialog-header p{font-size:11px;color:#8d9bb2;margin:0;overflow-wrap:anywhere}.dialog-body{padding:24px 27px}.detail-meta{display:flex;gap:15px;flex-wrap:wrap;font-size:10px;color:#8d9eb6;margin-bottom:20px;align-items:center}.detail-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:21px}.detail-stat{background:#f6f8fc;border-radius:9px;padding:15px}.detail-stat strong{display:block;font-size:22px;color:#4b6389;letter-spacing:-.6px}.detail-stat span{font-size:9px;color:#96a5bb;display:block;margin-top:7px}.detail-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:22px}.detail-controls p{font-size:10px;color:#91a2ba;margin:0}.log-table{border:1px solid var(--line);border-radius:9px;overflow:auto}.log-table th{border-top:0}.log-table td{padding:14px;font-size:10px}.log-table th{padding:10px 14px}.log-error{max-width:220px;white-space:normal;line-height:1.5;color:#b77883;margin-top:5px}.detail-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:10px;font-size:10px;color:#90a0b8}.toast-region{position:fixed;bottom:24px;right:25px;z-index:100;display:grid;gap:9px;max-width:min(400px,calc(100vw - 40px))}.toast{font-size:12px;line-height:1.6;color:#f1f5ff;background:#243959;padding:14px 18px;border-radius:10px;box-shadow:0 8px 30px #16243b22;animation:toast-in .2s ease-out}.toast.error{background:#9f3f53}@keyframes toast-in{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;background:white}.login-intro{padding:49px 9%;background:var(--navy);color:white;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-intro .brand{margin:0;align-self:flex-start}.login-copy{margin:auto 0;position:relative;z-index:1;padding:80px 0}.login-copy .eyebrow{color:#7895c3;font-size:10px;margin-bottom:22px}.login-copy h1{font-size:48px;line-height:1.17;letter-spacing:-1.8px;max-width:490px;margin-bottom:24px;font-weight:600}.login-copy h1 span{color:#8caaff}.login-copy>p{max-width:390px;color:#8da0bf;font-size:13px;line-height:1.9;margin-bottom:35px}.login-features{display:grid;gap:17px}.login-features div{display:flex;align-items:center;gap:11px;font-size:11px;color:#b2c2dc}.login-features svg{width:16px;height:16px;color:#809fdf}.login-footer{font-size:10px;color:#5f769b;letter-spacing:.3px}.login-orbit{position:absolute;bottom:80px;right:-170px;width:420px;height:420px;border:1px solid #243858;border-radius:100%;box-shadow:0 0 0 70px #142139,0 0 0 71px #213454,0 0 0 140px #142139,0 0 0 141px #1c2e4c;pointer-events:none}.login-form-side{display:flex;align-items:center;justify-content:center;padding:55px}.login-card{max-width:370px;width:100%}.login-card .eyebrow{color:#8095b6;font-size:10px;margin-bottom:14px}.login-card h2{font-size:27px;line-height:1.4;margin-bottom:13px;letter-spacing:-.7px}.login-card>p{font-size:12px;color:#8b9bb3;line-height:1.9;margin-bottom:30px}.login-button{width:100%;min-height:46px}.google-g{font-family:Arial,sans-serif;font-size:18px;font-weight:750;color:#fff;line-height:1}.login-note{font-size:10px;line-height:1.8;color:#98a7bd;margin:13px 0 26px}.divider{display:flex;align-items:center;gap:15px;font-size:10px;color:#b4bfce;margin:27px 0}.divider:before,.divider:after{content:"";height:1px;background:#edf0f5;flex:1}.login-demo-hint{font-size:10px;line-height:1.8;color:#a0aec3;text-align:center;margin-top:12px}.login-trust{border-top:1px solid #edf1f6;margin-top:37px;padding-top:20px;display:flex;align-items:flex-start;gap:9px;color:#9caec7;font-size:10px;line-height:1.8}.login-trust svg{width:15px;height:15px;flex-shrink:0;margin-top:2px}.mobile-menu{display:none}.skeleton{padding:70px 25px;text-align:center;color:#9ba8bc;font-size:12px}.warning-text{font-size:10px;color:#a18752;line-height:1.8;background:#fffaef;padding:12px;border-radius:8px}.hidden{display:none!important}[hidden]{display:none!important}
@media(min-width:1500px){.content{padding-top:43px}.stat-card{padding:25px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 305px}.table-wrap td{padding-top:24px;padding-bottom:24px}}
@media(max-width:1200px){.layout{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px;padding:30px 15px 20px}.topbar{padding:0 28px}.content{padding:30px 28px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 250px;gap:18px}.stats-grid{gap:12px}.stat-card{padding:17px}.form-layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.user-name{max-width:120px}.settings-grid{grid-template-columns:minmax(0,1fr) 260px;gap:18px}.table-wrap th,.table-wrap td{padding-left:17px;padding-right:17px}}
@media(max-width:1050px){.dashboard-grid{grid-template-columns:1fr}.side-stack{grid-template-columns:1.2fr 1fr}.workflow-panel>p{margin-bottom:18px}.flow-step{margin-bottom:16px}.workflow-panel{padding:22px}.workspace-note{display:flex;flex-direction:column;justify-content:center}.form-layout{grid-template-columns:1fr}.form-aside{position:static}.form-aside .panel{display:grid;grid-template-columns:1.2fr 1fr}.aside-section{border-bottom:0}.aside-section:first-child{border-right:1px solid var(--line)}.settings-grid{grid-template-columns:1fr}.topbar-right{gap:10px}.user-block{padding-left:10px}.user-role,.user-name{display:none}.login-copy h1{font-size:40px}.login-form-side{padding:40px}.stat-value{font-size:28px}}
@media(max-width:760px){.layout{grid-template-columns:1fr}.workspace{grid-column:1}.sidebar{transform:translateX(-100%);transition:transform .2s;width:240px;box-shadow:20px 0 80px #17243c30}.layout.menu-open .sidebar{transform:translateX(0)}.layout.menu-open:after{content:"";position:fixed;inset:0;background:#12223b55;z-index:10}.topbar{height:67px;padding:0 20px}.mobile-menu{display:flex}.breadcrumb{gap:8px;font-size:11px}.breadcrumb>.breadcrumb-root{display:none}.user-block{display:none}.topbar-right{gap:7px}.mode-badge{font-size:9px;padding:6px 8px}.content{padding:27px 20px}.page-heading{align-items:flex-start;gap:14px;margin-bottom:23px}h1{font-size:26px}.page-heading p{font-size:11px;line-height:1.8}.page-heading .button{padding:9px 12px;font-size:10px;min-height:37px}.heading-overline{font-size:9px;margin-bottom:7px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:20px}.stat-card{padding:17px}.stat-value{font-size:29px;margin-top:9px}.stat-caption{font-size:9px}.stat-top{font-size:10px}.demo-notice{font-size:10px;align-items:flex-start;padding:11px 13px}.demo-notice a{display:none}.side-stack{grid-template-columns:1fr 1fr;gap:14px}.panel-heading{padding:20px 18px 17px}.panel-heading h2{font-size:16px}.panel-heading p{font-size:10px}.panel-heading .text-link{font-size:10px}.workspace-note{padding:19px}.workflow-panel{padding:19px}.workflow-panel h2{font-size:15px}.workflow-panel .eyebrow{font-size:8px}.page-footer{font-size:8px;margin-top:24px}.toolbar{padding:0 18px 17px;gap:9px;flex-wrap:wrap}.toolbar .count-label{display:none}.toolbar select{min-width:120px;font-size:10px}.toolbar input{font-size:10px}.form-section{padding:21px}.field-grid{gap:12px}.form-aside .panel{grid-template-columns:1fr}.aside-section:first-child{border-right:0;border-bottom:1px solid var(--line)}.form-actions{align-items:flex-start;flex-direction:column}.form-actions .button-row{width:100%}.form-actions .button-row .button{flex:1}.detail-dialog{max-height:92vh}.dialog-header{padding:20px}.dialog-body{padding:20px}.detail-stats{grid-template-columns:repeat(3,1fr)}.detail-stat{padding:13px}.login-layout{grid-template-columns:1fr}.login-intro{padding:27px 26px 24px;min-height:340px}.login-intro .brand-mark{width:35px;height:35px;font-size:25px;line-height:34px}.login-intro .brand-name{font-size:21px}.login-intro .brand-sub{display:none}.login-copy{padding:40px 0 16px}.login-copy h1{font-size:34px;max-width:360px;margin-bottom:14px}.login-copy .eyebrow{font-size:8px;margin-bottom:14px}.login-copy>p{font-size:11px;max-width:350px;margin-bottom:0}.login-features,.login-footer{display:none}.login-orbit{width:250px;height:250px;bottom:-150px}.login-form-side{padding:36px 26px}.login-card{max-width:440px}.login-card h2{font-size:23px}.login-card>p{font-size:11px;margin-bottom:22px}.login-card .eyebrow{font-size:9px}.login-trust{margin-top:26px}.setup-docs{padding:21px}.setup-list{padding:0 21px 15px}.setup-check .status{font-size:8px}.setup-check h3{font-size:11px}.setup-check p{font-size:9px}.button-row{gap:7px}}
@media(max-width:430px){.content{padding:24px 15px}.topbar{padding:0 13px}.side-stack{grid-template-columns:1fr}.page-heading{gap:10px}.page-heading .button{padding:8px 9px;font-size:9px;gap:5px}.page-heading .button svg{width:13px;height:13px}h1{font-size:24px}.page-footer{flex-direction:column;gap:9px}.field-grid{grid-template-columns:1fr}.stat-card{padding:15px}.stat-caption{font-size:8px}.detail-stats{grid-template-columns:repeat(2,1fr)}.dialog-header h2{font-size:17px}.form-section{padding:18px}.field label{font-size:10px}.form-actions .button{font-size:11px}.breadcrumb{font-size:10px}.mode-badge{font-size:8px}.setup-check .status{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.sidebar{overflow-y:auto}.sidebar .brand{margin-bottom:27px}.nav{gap:3px}.nav a{padding-top:10px;padding-bottom:10px}.sidebar-help{margin-top:25px}.sidebar-bottom{margin-top:auto;padding-top:23px}.source-options{padding:21px 25px}.source-options .field{margin-bottom:0}.detail-tools{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:18px;margin-top:-4px}.test-send{margin:0 0 22px;padding:14px 16px;border:1px solid var(--line);border-radius:9px;background:#fbfcff}.test-send summary{margin-bottom:0}.test-send[open] summary{margin-bottom:17px}.test-send .field{margin-bottom:10px}.resolve-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:9px}.resolve-buttons .button{font-size:9px}.crm-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.contact-file{font-size:10px;max-width:100%;color:#7d90b0}.contact-file::file-selector-button{border:1px solid #d9e2f1;background:#f7faff;color:#6d83a6;padding:7px;border-radius:5px;font-size:10px;margin-right:8px}.contact-name{font-size:11px;font-weight:600;color:#536b8e}.tags{display:flex;gap:5px;flex-wrap:wrap;max-width:200px;white-space:normal}.tag{font-size:9px;display:inline-flex;align-items:center;border:1px solid #e1e9f7;background:#f1f5fd;color:#7b91b4;border-radius:5px;padding:4px 6px;line-height:1.4}.segment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:0 23px 23px}.segment-card{padding:18px;border:1px solid #e5ebf5;border-radius:12px;min-width:0}.segment-card-top{display:flex;justify-content:space-between;align-items:flex-start}.segment-card-top .empty-icon{margin:0 0 18px;width:39px;height:39px;border-radius:11px}.segment-card-top .empty-icon svg{width:19px;height:19px}.segment-card h3{font-size:13px;color:#536b8c;overflow-wrap:anywhere;margin-bottom:12px}.segment-count{font-size:10px;color:#a1afc2;margin:21px 0 15px}.segment-count strong{font-size:24px;letter-spacing:-.5px;color:#6c83a6;margin-right:5px;font-weight:600}.template-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:24px;align-items:start}.template-list{padding:0 23px 23px;display:grid;gap:14px}.template-item{border:1px solid #e5eaf3;border-radius:11px;padding:18px;min-width:0}.template-item-head{display:flex;gap:10px;align-items:center}.template-icon{display:grid;place-items:center;width:32px;height:32px;background:#eff4fd;color:#8da4ca;border-radius:9px;flex-shrink:0}.template-icon svg{width:17px;height:17px}.template-item-head h3{font-size:12px;color:#5e779a;margin:0 0 5px;overflow-wrap:anywhere}.template-item-head p{font-size:10px;color:#9bacbf;margin:0;overflow-wrap:anywhere}.template-excerpt{font-size:10px;line-height:1.9;color:#a0aec1;margin:15px 0 18px;white-space:pre-line;max-height:75px;overflow:hidden;overflow-wrap:anywhere}.template-item-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.template-item-footer>span{font-size:8px;color:#b0bdcf}.template-item-footer .icon-button{padding:5px}.template-item-footer .icon-button svg{width:15px;height:15px}.template-item-footer .button-row{gap:4px}.editor-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:22px}.editor-heading h2{margin:0}.button-text{background:none;border:0;padding:0;font:inherit;font-size:10px;cursor:pointer}.delivery-chart{margin-bottom:25px}.chart-legend{display:flex;gap:13px;font-size:9px;color:#8ea0bb;flex-wrap:wrap}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{display:block;width:6px;height:6px;border-radius:2px}.legend-sent,.chart-sent{background:#6d91f0}.legend-failed,.chart-failed{background:#d596a2}.legend-unknown,.chart-unknown{background:#e4c484}.chart-columns{display:flex;gap:13px;margin:12px 26px 30px;align-items:end;overflow:auto;padding-bottom:6px}.chart-day{flex:1;min-width:24px;max-width:90px;text-align:center}.chart-count{font-size:9px;color:#8c9fbb;padding-bottom:7px}.chart-track{height:165px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,#f5f8fe 1px,transparent 1px);background-size:100% 33px;gap:0;border-bottom:1px solid #e4ebf7}.chart-segment{margin:0 10%;flex-shrink:0}.chart-date{font-size:8px;color:#a4b3c8;margin-top:11px}.sender-report{margin-top:25px}.audit-detail{max-width:360px;white-space:normal;line-height:1.7;overflow-wrap:anywhere;font-size:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-height:950px){.sidebar-help{display:none}.sidebar .brand{margin-bottom:27px}.nav a{font-size:12px}}
@media(max-width:1200px){.crm-grid{grid-template-columns:minmax(0,1fr) 275px;gap:18px}.template-layout{gap:18px}.template-list,.segment-list{padding-left:18px;padding-right:18px}.template-item-footer{align-items:flex-start;flex-direction:column;gap:12px}.segment-list{gap:12px}.segment-card{padding:15px}}
@media(max-width:1050px){.crm-grid{grid-template-columns:1fr}.crm-grid>aside{max-width:100%}.template-layout{grid-template-columns:1fr 1fr;gap:17px}.template-item{padding:14px}.template-list{padding:0 16px 18px}.template-item-head{align-items:flex-start;gap:9px}.template-icon{width:28px;height:28px}.template-item-head h3{font-size:11px}.chart-legend{gap:8px;font-size:8px}}
@media(max-width:760px){.sidebar .brand{margin-bottom:25px}.sidebar-help{display:none}.nav a{font-size:12px;padding-top:10px;padding-bottom:10px}.template-layout{grid-template-columns:1fr}.template-list{grid-template-columns:1fr 1fr;gap:12px}.template-item-footer>span{font-size:7px}.template-item-footer .button.compact{font-size:9px;gap:4px;padding:7px}.template-item-footer .icon-button{padding:3px}.source-options{padding:20px}.chart-legend{max-width:140px;font-size:8px;gap:7px}.chart-columns{margin:10px 20px 24px;gap:9px}.chart-track{height:140px}.detail-tools .button{font-size:10px}.segment-list{grid-template-columns:1fr 1fr}.audit-detail{max-width:250px}.template-layout>.form-section{padding:22px}}
@media(max-width:430px){.template-list{grid-template-columns:1fr}.template-item-footer{flex-direction:row;align-items:center}.segment-list{gap:10px;padding:0 14px 17px}.segment-card{padding:12px}.segment-card h3{font-size:11px}.segment-card .button{font-size:9px;padding:7px}.tag{font-size:8px}.editor-heading h2{font-size:17px}.chart-legend{max-width:115px}.source-options{padding:18px}.source-options .field-grid{gap:17px}.nav a{padding-top:9px;padding-bottom:9px}}
.workspace-cards{display:grid;gap:14px}.workspace-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.workspace-card h3{margin:0 0 5px}.workspace-card p{margin:0 0 6px;color:var(--muted)}.workspace-card small{line-height:1.55;color:var(--muted)}.workspace-card .warning-text{grid-column:1/-1;margin:0}.bulk-bar{display:flex;align-items:center;gap:12px;padding:12px 0}.compact-select{min-width:220px;width:auto}.domain-picker{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:260px;overflow:auto}.domain-accounts{display:flex;flex-wrap:wrap;gap:8px;min-height:46px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8faff}@media(max-width:760px){.workspace-card{grid-template-columns:1fr}.workspace-card .button-row{justify-content:flex-start;flex-wrap:wrap}.compact-select{min-width:0;width:100%}}
.sender-select-all,.sender-domain-header{display:flex;align-items:center;gap:9px;cursor:pointer}.sender-select-all{padding:10px 12px;border:1px solid #ccd9ef;border-radius:9px;background:#f4f7ff;color:#506b9b;font-size:10px}.sender-select-all input,.sender-domain-header input{accent-color:var(--blue)}.sender-domain-group{border:1px solid #e5eaf3;border-radius:10px;overflow:hidden}.sender-domain-group .sender-option{border:0;border-top:1px solid #edf0f5;border-radius:0}.sender-domain-header{padding:10px 12px;background:#fafbfe}.sender-domain-header span{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1;color:#536a91;font-size:10px}.sender-domain-header small{color:#9aa7bb;font-size:9px;font-weight:500}
