@charset "UTF-8";
:root{--navy:#102c3b;--navy-deep:#0b2331;--teal:#137a71;--teal-dark:#0c615b;--teal-pale:#e8f3ef;--amber:#dbaa52;--ink:#183342;--muted:#70818a;--line:#e3e9e8;--surface:#fff;--bg:#f5f7f6;--danger:#ae4444;--shadow:0 12px 36px #13313b0a;--radius:16px;--font:Inter,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button,a,input,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #73b9ae;outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.025em;line-height:1.2}h1{font-size:32px;font-weight:680}h2{font-size:19px;font-weight:650}h3{font-size:16px}p{line-height:1.65}svg{display:block}strong{font-weight:650}[hidden]{display:none!important}.subtle{color:var(--muted);font-size:13px}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:750;line-height:1.5}.skip-link{position:fixed;left:15px;top:-60px;background:#fff;z-index:30;padding:12px 18px;border-radius:8px}.skip-link:focus{top:15px}
.app-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--navy);color:#fff;display:flex;flex-direction:column;padding:35px 23px 19px;position:sticky;top:0;height:100vh;min-height:670px}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:330;white-space:nowrap;letter-spacing:-.7px}.brand strong{font-weight:700}.brand small{display:block;font-size:7px;letter-spacing:2.1px;font-weight:600;margin-top:2px;color:#a6bebc}.brand-mark{display:grid;place-items:center;width:37px;height:41px;border-radius:11px;background:var(--teal);color:#fff;flex-shrink:0}.brand-mark svg{width:25px;height:25px}.workspace-label{font-size:11px;color:#abc1c7;display:flex;align-items:center;gap:8px;margin:35px 0 24px;padding-left:8px}.status-dot{display:inline-block;width:6px;height:6px;background:#63baa3;border-radius:50%;box-shadow:0 0 0 4px #65baa318}.main-nav{display:flex;flex-direction:column;gap:7px}.nav-item{display:flex;gap:13px;align-items:center;width:100%;text-align:left;border:0;background:transparent;color:#b9c8cf;padding:13px 15px;border-radius:9px;font-weight:550;font-size:13px}.nav-item:hover{background:#ffffff0b;color:#fff}.nav-item.active{color:#fff;background:#2b4d59;box-shadow:inset 3px 0 #82c0ac}.nav-symbol{display:inline-grid;width:20px;place-items:center;font-size:21px;line-height:1;font-weight:400}.sidebar-bottom{margin-top:auto;padding-top:40px}.sidebar-note{margin:0 8px 30px;padding:18px 0;border-top:1px solid #ffffff13;border-bottom:1px solid #ffffff13}.sidebar-note .eyebrow{color:#92adaf;font-size:8px}.sidebar-note p{color:#c0cdd0;font-size:12px;margin-top:10px;line-height:1.8}.profile{display:flex;gap:10px;align-items:center;padding:4px}.profile>div{min-width:0;flex:1}.profile strong{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px}.profile small{color:#9fb5bd;display:block;font-size:10px;margin-top:2px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d8ebe5;color:#245a55;font-size:11px;font-weight:700;flex-shrink:0}.icon-button{border:0;background:transparent;color:inherit;font-size:23px;line-height:1;width:34px;height:34px;display:grid;place-items:center;border-radius:7px;flex-shrink:0}.icon-button:hover{background:#81938c16}.version-line{display:flex;justify-content:space-between;color:#7e9ba6;font-size:9px;margin:18px 6px 0;letter-spacing:.03em}.main-content{padding:37px 42px 0;max-width:1600px;width:100%;margin:0 auto;min-width:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px}.page-header .eyebrow{color:var(--teal);margin-bottom:7px}.page-description{font-size:13px;color:var(--muted);margin-top:8px}.button{border:1px solid transparent;border-radius:8px;min-height:43px;padding:10px 17px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:650;white-space:nowrap;transition:background .16s,box-shadow .16s}.button.primary{background:var(--teal);color:#fff}.button.primary:hover:not(:disabled){background:var(--teal-dark);box-shadow:0 5px 16px #137a7120}.button.secondary{background:#fff;border-color:#d9e3df;color:#34515e}.button.secondary:hover:not(:disabled){background:#f2f6f4}.button.light{background:#fff;color:var(--teal-dark)}.button.light:hover{background:#e9f3ef}.button.danger{background:#fff0ef;border-color:#e9c8c6;color:var(--danger)}.button.small{min-height:35px;padding:7px 12px;font-size:11px}.button.full-width{width:100%;margin-top:18px}.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.text-button{border:0;background:transparent;padding:7px 0;font-size:12px;color:var(--teal);font-weight:600}.text-button:hover{text-decoration:underline}.text-button.danger-text{color:var(--danger)}.view{animation:enter .2s ease}.welcome-banner{background:var(--navy);position:relative;color:white;border-radius:var(--radius);padding:34px 36px;overflow:hidden;min-height:263px;display:flex;align-items:center;margin-bottom:30px}.welcome-banner>.banner-art{position:absolute;right:3%;top:0;bottom:0;width:36%;pointer-events:none}.welcome-banner>.banner-art+div{position:relative}.welcome-banner>div:first-child{max-width:68%;z-index:1}.welcome-banner .eyebrow{color:#a6c8b9;font-size:9px;margin-bottom:14px;display:block}.welcome-banner h2{font-size:30px;font-weight:550;line-height:1.16;letter-spacing:-1px}.welcome-banner p{font-size:12px;color:#b3c5ca;max-width:375px;margin:13px 0 21px}.welcome-banner .button{min-height:36px;font-size:11px;padding:8px 15px}.banner-art{display:grid;place-items:center;transform:rotate(-8deg)}.art-core{display:grid;place-items:center;width:103px;height:103px;border:1px solid #568b8629;border-radius:27px;font-size:96px;color:#b4d4c4;background:linear-gradient(135deg,#2b605f99,#21424d88);transform:rotate(8deg)}.art-orbit{border:1px solid #7ba79b26;position:absolute;aspect-ratio:1;border-radius:50%}.orbit-one{width:220px}.orbit-two{width:300px;border-color:#7ba79b15}.art-dot{position:absolute;display:block;border-radius:50%;background:var(--amber);width:12px;height:12px;box-shadow:0 0 0 7px #dbaa5210}.dot-one{top:22%;left:18%}.dot-two{bottom:14%;right:23%;width:7px;height:7px;background:#6dab96}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.section-heading h2{font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px;margin-bottom:25px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:19px 16px 16px;min-width:0}.stat-label{display:block;color:var(--muted);font-size:10px;font-weight:600}.stat-number{font-size:28px;line-height:1.2;font-weight:550;display:block;margin:10px 0 5px;letter-spacing:-1px}.stat-description{font-size:9px;color:#88989e}.stat-card.accent{border-top:3px solid #80b6a2;padding-top:17px}.overview-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:24px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:25px;min-width:0;box-shadow:var(--shadow)}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.card-heading h2{font-size:17px}.card-heading p{font-size:12px;color:var(--muted);margin-top:6px}.card-heading .eyebrow{font-size:9px;color:var(--teal);margin-bottom:9px;display:block}.steps-card>.eyebrow{font-size:9px;color:var(--teal);display:block;margin-bottom:8px}.steps{list-style:none;padding:0;margin:24px 0 20px}.steps li{display:flex;align-items:flex-start;gap:13px;margin:17px 0}.steps li>span{width:26px;height:26px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:var(--teal-pale);font-size:11px;color:var(--teal);font-weight:700}.steps strong{font-size:12px}.steps p{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.55}.quiet-note{background:#f4f7f5;color:#76868c;font-size:11px;padding:13px 15px;line-height:1.6;border-radius:8px}.footnote{display:flex;gap:10px;align-items:flex-start;color:#89989e;font-size:11px;margin:23px 1px 0}.footnote>span{font-size:14px;line-height:1.7}.main-footer{border-top:1px solid #e3e9e6;margin-top:35px;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;color:#93a09f}.notice{background:#edf4f1;border:1px solid #dce9e3;color:#426960;border-radius:9px;padding:14px 17px;font-size:12px;line-height:1.65;margin-bottom:22px}.notice strong{font-weight:650}.notice p{margin-top:5px}.notice.warning{background:#fff8ea;border-color:#eedcbb;color:#856731}.notice.error{background:#fff1ef;border-color:#efd7d3;color:#9c4340}.notice.compact{margin:14px 0;padding:11px 14px;font-size:11px}.split-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr);gap:24px;align-items:start}.stack{display:grid;gap:24px}.form-card h2{margin-bottom:20px}.form-card h2+.subtle{margin-top:-10px;margin-bottom:20px}label{display:block;font-size:11px;font-weight:650;color:#52666d;margin-bottom:7px}input:not([type=checkbox]):not([type=file]),select{width:100%;height:42px;background:#fff;border:1px solid #dfe6e3;border-radius:7px;color:var(--ink);padding:9px 12px;font-size:12px;min-width:0}input::placeholder{color:#a2b0b4}input:disabled,select:disabled{background:#f4f6f5;color:#83948f}input[type=checkbox]{width:16px;height:16px;accent-color:var(--teal);cursor:pointer}select{padding-right:22px}.form-card form>label:not(:first-child){margin-top:17px}.field-help{font-size:10px;color:#92a09f;margin-top:7px}.capability-note{font-size:11px;color:#927b50;line-height:1.65;margin:10px 0 0}.account-item{padding:18px 0;border-bottom:1px solid var(--line)}.account-item:first-child{padding-top:0}.account-item:last-child{padding-bottom:0;border-bottom:0}.account-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.channel-icon{height:37px;width:37px;display:grid;place-items:center;border-radius:10px;font-size:17px;font-weight:600;background:#e8f2ed;color:#3e8268;flex-shrink:0}.channel-icon.telegram{background:#e8f1f7;color:#4b80a1}.account-heading{flex:1;min-width:0}.account-heading strong{font-size:12px}.account-heading small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.account-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap;padding-left:49px}.account-message{margin:9px 0 0 49px;font-size:11px;color:var(--muted);line-height:1.6}.badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:6px;padding:4px 8px;font-size:9px;font-weight:650;line-height:1.5;white-space:nowrap}.badge.neutral{background:#eef1f1;color:#748389}.badge.success{background:#e8f3ed;color:#3a8265}.badge.warning{background:#faf1e0;color:#98763b}.badge.error{background:#faecea;color:#a45049}.badge.info{background:#e9f2f5;color:#4c7e91}.empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px 15px}.empty-state .empty-icon{color:#81a49a;background:#eef5f1;border:1px solid #e7eeeb;border-radius:12px;width:45px;height:45px;display:grid;place-items:center;font-size:22px;margin-bottom:14px}.empty-state h3{font-size:13px;font-weight:600}.empty-state p{max-width:360px;font-size:11px;color:var(--muted);margin-top:8px}.empty-state .button{margin-top:15px}.filter-grid{display:flex;gap:14px;align-items:end;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid var(--line)}.filter-grid>div{flex:1;min-width:150px}.filter-grid>button{flex-shrink:0}.contact-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:20px 0}.search-field{display:flex;align-items:center;gap:6px;font-weight:400;max-width:300px;margin:0;flex:1}.search-field span{font-size:21px;color:#91a39a}.search-field input{border:0!important;background:transparent!important;padding-left:1px!important}.table-wrap{overflow:auto;max-width:100%}.data-table{border-collapse:collapse;width:100%;text-align:left;font-size:11px}.data-table th{font-weight:650;font-size:9px;color:#879795;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:11px 12px;border-bottom:1px solid var(--line);background:#f8faf9}.data-table td{padding:14px 12px;border-bottom:1px solid #edf0ee;color:#61767e;vertical-align:middle}.data-table td strong{color:var(--ink);font-size:11px}.data-table tr:last-child td{border-bottom:0}.data-table .check-cell{width:34px;padding-left:4px;padding-right:4px}.data-table .secondary-line{display:block;font-size:10px;color:#8a9a9f;margin-top:3px}.data-table td .text-button{font-size:10px}.data-table tr.row-excluded{opacity:.55}.import-card{margin-top:24px;display:grid;grid-template-columns:1.1fr 1fr;gap:25px;align-items:center}.import-card .eyebrow{font-size:9px;color:var(--teal);display:block;margin-bottom:8px}.import-card p{font-size:12px;color:var(--muted);margin-top:8px;max-width:450px}.import-card form{display:flex;align-items:center;gap:12px}.import-card .notice{grid-column:1/-1;margin:0}.file-field{display:flex;flex-direction:column;gap:8px;background:#f7faf8;border:1px dashed #c8d8cf;border-radius:8px;padding:12px;font-size:11px;color:var(--teal);cursor:pointer;margin:0;flex:1;min-width:0}.file-field input{font-size:10px;font-weight:400;color:#8c9b96;width:100%;min-width:0}.file-field input::file-selector-button{background:#fff;border:1px solid #dce6e0;padding:5px 8px;border-radius:4px;color:#507365;font:inherit;margin-right:8px}.compose-card{margin-bottom:25px}.compose-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:35px}.compose-fields>label:not(:first-child){margin-top:19px}.recipient-summary{border:1px solid var(--line);border-radius:8px;padding:15px;display:flex;align-items:center;gap:15px;justify-content:space-between;margin-bottom:18px}.recipient-summary strong{font-size:12px}.recipient-summary p{font-size:10px;color:var(--muted);margin-top:5px}.image-stage{background:#f5f8f5;border:1px solid #e7ece7;border-radius:10px;min-height:170px;max-height:250px;margin:12px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden}.image-stage img{max-width:100%;max-height:246px;object-fit:contain}.image-stage p{color:#96a59e;font-size:11px}.image-placeholder{font-size:34px;color:#b0c5b9;margin-bottom:8px}.compose-image .file-field{padding:9px 12px}.form-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.form-footer p{font-size:11px;color:var(--muted)}.campaign-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.campaign-row:first-child{padding-top:0}.campaign-row:last-child{padding-bottom:0;border-bottom:0}.campaign-row-icon{width:37px;height:40px;background:#f0f4f0;color:#8ba397;border-radius:7px;display:grid;place-items:center;font-size:19px;flex-shrink:0}.campaign-row-body{flex:1;min-width:0}.campaign-row-body strong{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-row-body small{display:block;color:#95a29f;font-size:10px;margin-top:3px}.campaign-row .text-button{font-size:11px}.section-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}.section-chip{font-size:10px;padding:4px 8px;border:1px solid #e4eae6;border-radius:6px;color:#6d8578}.loading-state{min-height:300px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:13px;color:var(--muted)}.spinner{width:21px;height:21px;border-radius:50%;border:2px solid #dce8e2;border-top-color:var(--teal);animation:spin .8s linear infinite}.modal{border:0;border-radius:18px;padding:0;width:min(480px,calc(100% - 30px));max-height:90vh;color:var(--ink);box-shadow:0 25px 100px #071f3a33}.modal::backdrop{background:#0d28366b;backdrop-filter:blur(3px)}.wide-modal{width:min(860px,calc(100% - 30px))}.modal-heading{display:flex;align-items:center;justify-content:space-between;padding:24px 26px 21px;border-bottom:1px solid var(--line);gap:15px}.modal-heading .eyebrow{font-size:9px;color:var(--teal);margin-bottom:7px}.modal-heading h2{overflow-wrap:anywhere}.modal-heading .icon-button{font-size:27px;color:#8a9c99}.modal-footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;border-top:1px solid var(--line);padding:19px 26px}.modal-footer .button{font-size:11px;min-height:37px;padding:8px 13px}#connection-content,#campaign-detail{padding:24px 26px}.qr-image{display:block;width:min(260px,100%);height:auto;margin:20px auto;padding:12px;background:white;border:1px solid var(--line);border-radius:10px}.connection-state{text-align:center}.connection-state p{font-size:12px;color:var(--muted);margin:12px auto;max-width:340px}.connection-state .badge{font-size:11px}.password-form{margin-top:20px;text-align:left}.password-form .button{width:100%;margin-top:12px}.detail-summary{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:start;margin-bottom:24px}.detail-image{width:100%;max-height:220px;object-fit:contain;border:1px solid var(--line);border-radius:9px;background:#f5f8f6}.detail-metadata{font-size:12px;display:grid;gap:10px}.detail-metadata dl{display:grid;grid-template-columns:100px 1fr;gap:8px;margin:0}.detail-metadata dt{color:var(--muted)}.detail-metadata dd{margin:0;overflow-wrap:anywhere}.detail-metadata .notice{margin:5px 0 0;font-size:11px}.delivery-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.delivery-heading h3{font-size:14px}.delivery-table{max-height:310px;overflow:auto}.delivery-table th{position:sticky;top:0;z-index:1}.toast{position:fixed;bottom:25px;right:26px;max-width:min(430px,calc(100vw - 35px));border:1px solid #bed9cb;border-radius:10px;background:#edf6f0;color:#376a4f;box-shadow:0 10px 30px #152f3220;padding:15px 20px;font-size:12px;z-index:40}.toast.is-error{background:#fff1ef;border-color:#eacac2;color:#9a4b41}.login-page{background:#f8faf8}.login-shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.login-story{background:var(--navy);color:#fff;position:relative;overflow:hidden;padding:50px 65px 35px;display:flex;flex-direction:column}.login-story:after{content:"";position:absolute;right:-155px;bottom:40px;width:370px;height:370px;border:1px solid #78a49924;border-radius:50%;box-shadow:0 0 0 85px #78a49906,0 0 0 170px #78a49904;pointer-events:none}.login-story-content{margin:auto 0;padding:70px 0;position:relative;z-index:1}.login-story-content>.eyebrow{color:#9dbfae;display:block;margin-bottom:22px;font-size:10px}.login-story h1{font-size:clamp(39px,4.3vw,67px);font-weight:470;line-height:1.1;letter-spacing:-2.6px}.login-story h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#c7dca5;letter-spacing:-1px}.login-story-content>p{color:#a9c0c6;font-size:13px;max-width:310px;margin-top:26px}.login-features{display:grid;gap:14px;margin-top:37px;font-size:11px;color:#bfcecc}.login-features span:before{content:"✓";color:#a4c394;margin-right:12px}.login-story-footer{display:flex;justify-content:space-between;align-items:center;color:#8cabae;font-size:10px;position:relative;z-index:1}.login-story-footer>span:last-child{font-size:34px;color:#dbaa52}.login-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:45px 55px 25px}.login-card{max-width:365px;width:100%;margin:auto 0}.login-topmark{height:48px;width:48px;background:#edf3ec;border:1px solid #e2eae0;color:var(--teal);font-size:30px;display:grid;place-items:center;border-radius:13px;margin-bottom:31px}.login-card>.eyebrow{font-size:9px;color:var(--teal);margin-bottom:12px}.login-card h2{font-size:36px;font-weight:550;line-height:1.18;letter-spacing:-1px}.login-description{font-size:12px;color:var(--muted);margin:18px 0 30px;max-width:300px}.google-button{width:100%;border:1px solid #d8e2db;background:#fff;box-shadow:0 3px 8px #14332904;min-height:49px;font-size:12px;color:#405a56;gap:13px}.google-button:hover{background:#eff5f0}.google-button svg{width:18px;height:18px}.google-button>span:last-child{margin-left:auto;color:#9daa9e;font-size:18px}.login-access-note{font-size:10px;text-align:center;color:#9aa69f;line-height:1.8;margin-top:17px}.login-divider{height:1px;background:#e3eae3;margin:34px 0 22px}.login-privacy-note{font-size:10px;line-height:1.8;color:#90a195;max-width:330px}.login-footer{max-width:365px;width:100%;display:flex;justify-content:space-between;font-size:9px;color:#a8b3ab;margin-top:45px}.no-wrap{white-space:nowrap}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{from{opacity:.5;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1550px){.main-content{padding-left:55px;padding-right:55px}.welcome-banner{padding:40px}.stats-grid{gap:17px}.stat-card{padding:22px}}
@media(max-width:1190px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.sidebar{padding-left:18px;padding-right:18px}.brand{font-size:20px}.brand-mark{width:32px;height:37px}.main-content{padding:30px 28px 0}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{padding:15px 17px}.stat-number{font-size:25px;margin:7px 0 3px}.overview-grid{grid-template-columns:minmax(0,1.4fr) minmax(240px,1fr);gap:18px}.card{padding:21px}.split-layout{grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr);gap:18px}.compose-grid{gap:23px}.import-card{grid-template-columns:1fr}.login-story{padding:40px}.login-panel{padding:40px}}
@media(max-width:950px){.app-shell{grid-template-columns:190px minmax(0,1fr)}.sidebar{padding:30px 13px 18px}.brand{font-size:18px;gap:7px}.brand small{font-size:6px;letter-spacing:1.6px}.brand-mark{width:29px;height:34px}.brand-mark svg{width:21px}.nav-item{font-size:11px;padding:12px 10px;gap:8px}.nav-symbol{font-size:19px}.workspace-label{font-size:9px}.main-content{padding:27px 23px 0}.page-header{align-items:flex-start}.page-header h1{font-size:27px}.page-header>.button{font-size:10px;padding:9px 11px;min-height:37px}.page-description{font-size:11px}.overview-grid,.split-layout{grid-template-columns:1fr}.steps-card{display:none}.welcome-banner{padding:28px}.welcome-banner h2{font-size:27px}.welcome-banner .eyebrow{font-size:8px}.welcome-banner p{max-width:300px}.welcome-banner .banner-art{right:-12%;width:46%}.orbit-one{width:160px}.orbit-two{width:230px}.art-core{width:85px;height:85px;font-size:78px}.compose-grid{grid-template-columns:1fr 1fr;gap:20px}.recipient-summary{flex-wrap:wrap}.form-footer{align-items:flex-start}.form-footer p{font-size:10px;max-width:240px}.login-story{padding:35px}.login-panel{padding:35px}.login-card h2{font-size:30px}}
@media(max-width:700px){.app-shell{display:block}.sidebar{position:relative;height:auto;min-height:0;padding:18px 20px 0;display:block}.brand{font-size:21px}.brand small{font-size:6px}.sidebar>.brand{width:max-content}.workspace-label,.sidebar-note,.version-line{display:none}.sidebar-bottom{padding:0;position:absolute;right:17px;top:18px}.profile>div{display:none}.profile{gap:4px;padding:0}.profile>.avatar{width:29px;height:29px;font-size:9px}.profile .icon-button{width:25px;height:29px;font-size:19px}.main-nav{margin-top:20px;flex-direction:row;gap:0;overflow-x:auto;padding-bottom:0;margin-left:-6px;margin-right:-6px;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.nav-item{display:flex;justify-content:center;flex:1;flex-shrink:0;min-width:max-content;width:auto;white-space:nowrap;font-size:10px;padding:12px 12px;border-radius:6px 6px 0 0;gap:6px}.nav-item.active{box-shadow:inset 0 -3px #82c0ac;background:#214451}.nav-symbol{font-size:16px;width:16px}.main-content{padding:24px 19px 0}.page-header{gap:12px;margin-bottom:23px}.page-header h1{font-size:26px}.page-header .eyebrow{font-size:8px}.page-description{font-size:11px;max-width:230px}.page-header>.button{font-size:10px;padding:8px 10px;min-height:35px;margin-top:7px}.page-header>.button span{display:none}.welcome-banner{padding:26px 24px;min-height:253px;margin-bottom:25px}.welcome-banner>div:first-child{max-width:88%}.welcome-banner h2{font-size:28px}.welcome-banner p{font-size:11px;max-width:260px}.welcome-banner .banner-art{right:-25%;width:65%;opacity:.48}.welcome-banner .eyebrow{font-size:7px}.stats-grid{gap:9px;margin-bottom:19px}.stat-card{border-radius:9px;padding:13px 11px}.stat-card.accent{padding-top:11px}.stat-label{font-size:9px}.stat-number{font-size:25px}.stat-description{font-size:8px}.section-heading h2{font-size:13px}.section-heading .subtle{font-size:10px}.card{padding:19px;border-radius:12px}.card-heading h2{font-size:15px}.card-heading p{font-size:11px}.card-heading{gap:11px}.overview-grid{gap:19px}.campaign-row{gap:10px}.campaign-row-body strong{font-size:11px}.campaign-row .text-button{font-size:10px}.campaign-row-icon{width:31px;height:35px}.main-footer{font-size:9px;margin-top:27px;gap:10px}.main-footer>span:last-child{display:none}.notice{font-size:11px;padding:12px 14px}.filter-grid{gap:13px}.filter-grid>div{min-width:calc(50% - 14px)}.filter-grid>button{width:100%}.contact-toolbar{align-items:flex-start;flex-direction:column;gap:7px}.search-field{width:100%;max-width:unset}.contact-toolbar>.button-row{width:100%;justify-content:space-between}.data-table td,.data-table th{padding-left:8px;padding-right:8px}.data-table{font-size:10px}.data-table td strong{font-size:10px}.import-card{gap:17px}.import-card form{align-items:stretch}.import-card form .button{font-size:10px}.compose-grid{grid-template-columns:1fr;gap:23px}.compose-card>.card-heading{align-items:flex-start}.compose-card>.card-heading>.badge{display:none}.compose-card .eyebrow{font-size:8px}.compose-fields .quiet-note{font-size:10px}.recipient-summary{flex-wrap:nowrap}.form-footer{flex-direction:column;gap:13px}.form-footer p{max-width:unset}.form-footer .button{width:100%}.image-stage{min-height:190px;max-height:300px}.image-stage img{max-height:296px}.account-actions{padding-left:0;gap:15px}.account-message{margin-left:0}.account-top{gap:10px}.account-heading strong{font-size:11px}.badge{font-size:8px}.account-heading small{font-size:9px}.section-chips{gap:6px}.modal-heading{padding:21px 19px 17px}.modal-heading h2{font-size:18px}.modal-footer{padding:16px 19px;gap:8px}.modal-footer .button{font-size:10px;padding:8px 11px}#connection-content,#campaign-detail{padding:20px 19px}.detail-summary{grid-template-columns:110px 1fr;gap:16px}.detail-metadata{font-size:10px}.detail-metadata dl{grid-template-columns:1fr;gap:3px}.detail-metadata dd{margin-bottom:5px}.detail-metadata .notice{font-size:10px;padding:9px}.detail-image{max-height:160px}.delivery-heading h3{font-size:12px}.toast{bottom:18px;right:18px;font-size:11px}.login-shell{grid-template-columns:1fr}.login-story{padding:28px 29px 30px;min-height:360px}.login-story-content{padding:35px 0 0}.login-story-content>.eyebrow{font-size:8px;margin-bottom:13px}.login-story h1{font-size:37px;letter-spacing:-1.4px}.login-story h1 br:nth-child(2){display:none}.login-story h1 em{margin-left:0}.login-story-content>p{font-size:11px;margin-top:17px;max-width:300px}.login-features,.login-story-footer{display:none}.login-story:after{right:-80px;bottom:-100px;width:270px;height:270px}.login-panel{padding:36px 29px 23px;min-height:500px}.login-card{max-width:430px}.login-card h2{font-size:28px}.login-topmark{display:none}.login-card>.eyebrow{font-size:8px;margin-bottom:10px}.login-description{margin:14px 0 25px}.login-divider{margin:25px 0 18px}.login-footer{max-width:430px;margin-top:32px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.own-profile-card{display:grid;grid-template-columns:minmax(200px,.9fr) minmax(0,1.3fr);gap:28px;margin-bottom:23px;background:linear-gradient(110deg,#f8fbf8,#fff)}.own-profile-intro{display:flex;align-items:flex-start;gap:15px;padding:8px 0}.own-profile-intro>.avatar{height:45px;width:45px;font-size:13px}.own-profile-intro .eyebrow{display:block;color:var(--teal);font-size:9px;margin-bottom:7px}.own-profile-intro h2{font-size:18px;overflow-wrap:anywhere}.own-profile-intro p{font-size:11px;color:var(--muted);margin:7px 0 11px;overflow-wrap:anywhere}.own-profile-connection{border-left:1px solid var(--line);padding-left:28px}.own-connection-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.own-connection-heading h3{font-size:15px}.own-profile-connection>p{font-size:11px;color:var(--muted);margin-top:8px}.own-profile-connection .capability-note{font-size:10px}.own-connection-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:17px}.own-connection-actions .button{font-size:11px;min-height:38px}#team-own-account-field{margin-top:15px}.contacts-overview{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:16px}.contact-summary{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.contact-count{font-size:12px;font-weight:650;margin-right:3px}.contacts-overview>#export-contacts{margin-left:auto}.contact-name-cell{min-width:170px}.contact-phone-cell{min-width:145px}.contact-raw-id{font-size:9px!important;overflow-wrap:anywhere;max-width:210px}.contact-name-cell>strong{display:block}.contact-phone-cell>strong{font-weight:550;color:#536d73}
@media(max-width:950px){.own-profile-card{grid-template-columns:1fr;gap:18px}.own-profile-connection{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.own-profile-intro{padding:0}.contacts-overview{gap:12px}.contact-summary{gap:7px}.contact-count{width:100%}.own-connection-actions{gap:12px}}
@media(max-width:700px){.own-profile-card{padding:20px;margin-bottom:19px}.own-profile-intro h2{font-size:16px}.own-profile-intro>.avatar{width:38px;height:38px;font-size:11px}.own-profile-connection>p{font-size:10px}.own-connection-actions .button{font-size:10px}.own-connection-actions .text-button{font-size:10px}.contacts-overview>#export-contacts{margin-left:0}.contact-summary .badge{font-size:8px}.contact-name-cell{min-width:155px}.contact-phone-cell{min-width:140px}}
.report-shortcut{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;background:#edf3ef;border:1px solid #dfe9e2;border-radius:11px;margin-bottom:25px}.report-shortcut strong{font-size:12px;color:#3c6354}.report-shortcut p{font-size:10px;color:#7a9285;margin-top:4px}.report-filter-card{margin-bottom:24px}.report-filter-card .filter-grid{border-bottom:0;padding-bottom:5px}.report-filter-card .filter-grid>div{min-width:160px}.report-filter-card .card-heading>.subtle{text-align:right;font-size:10px;max-width:190px}.report-heading{margin-top:3px}.report-stats{margin-bottom:12px}.report-inline-metrics{display:flex;gap:8px;flex-wrap:wrap;margin:13px 0 21px}.report-inline-metrics .badge{font-size:10px;padding:5px 9px}.report-card{margin-top:22px}.report-table-note{font-size:10px;line-height:1.75;color:#85968e;margin-top:16px}.report-account-cell{min-width:155px;max-width:235px}.report-account-cell>strong{display:block;overflow-wrap:anywhere}.report-numeric{text-align:center!important;font-variant-numeric:tabular-nums;min-width:58px}.report-card .data-table td{font-size:10px}.report-card .data-table th{font-size:8px;white-space:normal;min-width:64px;line-height:1.55}.report-card .data-table .secondary-line{font-size:9px}.report-card .notice.compact{margin-top:0}.reply-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.reply-metric{padding:16px 19px;border:1px solid #e4ebe5;background:#fafcf9;border-radius:9px;min-width:0}.reply-metric>.subtle{display:block;font-size:10px}.reply-metric>strong{display:block;font-size:24px;line-height:1.25;font-weight:550;margin-top:8px;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.report-sync-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px}.report-sync-metrics .reply-metric{padding:13px 15px}.report-sync-metrics .reply-metric>strong{font-size:22px}.report-history-heading{margin-top:28px;border-top:1px solid var(--line);padding-top:21px;margin-bottom:15px}.report-history-heading>h3{font-size:13px}.report-history-heading>.subtle{font-size:10px}.report-scroll-table{max-height:410px}.report-scroll-table th{position:sticky;top:0;z-index:1}.report-occurrence{min-width:125px;max-width:230px;overflow-wrap:anywhere}.report-stats .stat-label{min-height:30px;display:flex;align-items:center}.report-stats .stat-number{margin-top:5px}
@media(max-width:950px){.report-shortcut{padding:15px 17px}.report-shortcut strong{font-size:11px}.report-shortcut .button{font-size:10px}.report-filter-card .card-heading{align-items:flex-start}.report-filter-card .filter-grid>div{min-width:145px}.report-account-cell{min-width:145px}.report-sync-metrics{gap:8px}.report-sync-metrics .reply-metric{padding:12px}.report-sync-metrics .reply-metric>.subtle{font-size:9px}.report-card .data-table th{padding:10px 8px}.report-card .data-table td{padding:12px 8px}}
@media(max-width:700px){.report-shortcut{align-items:flex-start;gap:13px;margin-bottom:19px}.report-shortcut>div{max-width:65%}.report-shortcut p{font-size:9px}.report-shortcut .button{padding:7px 9px;font-size:9px;white-space:normal;text-align:center;min-width:93px}.report-shortcut .button>span{display:none}.report-filter-card .card-heading{flex-direction:column;gap:9px}.report-filter-card .card-heading>.subtle{text-align:left;max-width:unset;font-size:9px}.report-filter-card .filter-grid>div{min-width:calc(50% - 14px)}.report-stats .stat-label{font-size:8px;min-height:27px}.report-stats .stat-number{font-size:23px}.report-inline-metrics{gap:6px;margin-bottom:17px}.report-inline-metrics .badge{font-size:8px;padding:4px 7px}.report-heading{align-items:flex-start;flex-direction:column;gap:6px}.report-heading>.subtle{font-size:10px}.report-card .card-heading{align-items:flex-start}.report-card .card-heading>.subtle{font-size:9px;max-width:120px}.reply-metrics{gap:10px}.reply-metric{padding:12px}.reply-metric>.subtle{font-size:9px}.reply-metric>strong{font-size:22px}.report-sync-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.report-history-heading{align-items:flex-start;flex-direction:column;gap:7px}.report-scroll-table{max-height:355px}.report-table-note{font-size:9px}.report-card{margin-top:18px}}
textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:12px;font:inherit;font-size:12px;line-height:1.65;min-height:105px}textarea:focus{outline:2px solid #c8dfd1;outline-offset:2px}textarea[readonly]{background:#f7faf6;color:#496558}.geography-filter{display:grid;grid-template-columns:130px 185px 1fr;gap:18px;align-items:end;padding:18px 0;border-bottom:1px solid var(--line)}.geography-filter>p{font-size:10px;color:var(--muted);line-height:1.7;padding-bottom:4px}.visible-count{margin:0 0 12px}.agenda-name{color:#51856a!important}.library-section{margin:23px 0}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.library-grid>.empty-state{grid-column:1/-1}.library-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.library-image{width:100%;height:170px;object-fit:contain;background:#f3f6f1;padding:10px;display:block}.library-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.library-card-labels{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.library-card-labels>.subtle{font-size:10px}.library-card h3{font-size:13px;line-height:1.5;overflow-wrap:anywhere}.library-copy{font-size:11px;line-height:1.75;color:#63746b;white-space:pre-wrap;overflow-wrap:anywhere;max-height:160px;overflow:auto;margin:10px 0 17px}.library-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:auto}.library-actions .button{font-size:10px}.library-actions .text-button{font-size:10px}.library-manager{margin-top:24px;border-top:1px solid var(--line);padding-top:21px}.library-manager>summary{cursor:pointer;font-size:12px;font-weight:600;color:var(--teal)}.library-manager>.field-help{margin:13px 0}.library-form{display:grid;grid-template-columns:1fr 1.2fr;gap:22px;align-items:start}.library-form .file-field{margin-top:19px}.library-form>.button{justify-self:start;grid-column:1/-1}.snapshot-text{border:1px solid #dce7df;background:#f7faf6;border-radius:10px;padding:17px;margin:20px 0}.snapshot-text>h3{font-size:12px}.snapshot-text>p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8;margin:12px 0}.snapshot-text>.badge{margin-top:5px}.addressbook-card{margin-top:22px;display:grid;grid-template-columns:1fr 1.1fr;gap:24px}.addressbook-card h2{margin-top:8px}.addressbook-card>div>p{font-size:11px;line-height:1.8;color:var(--muted);margin-top:10px}.addressbook-card>.notice{grid-column:1/-1}.addressbook-card form{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.checkbox-label{display:flex;gap:10px;align-items:flex-start;font-size:11px!important;line-height:1.7;margin:0!important}.checkbox-label input{width:15px;height:15px;flex:none;margin-top:2px}.compose-fields textarea{margin-top:0}.compose-fields>.field-help{margin-top:8px}
@media(max-width:1100px){.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.geography-filter{grid-template-columns:130px 1fr}.geography-filter>p{grid-column:1/-1;padding:0}.addressbook-card{grid-template-columns:1fr}}
@media(max-width:700px){.library-grid,.library-form{grid-template-columns:1fr}.library-form{gap:15px}.library-card{display:grid;grid-template-columns:100px minmax(0,1fr)}.library-image{height:100%;min-height:150px;padding:7px}.library-card-body{padding:13px}.library-copy{font-size:10px;max-height:130px}.library-card h3{font-size:12px}.library-actions{gap:10px}.library-image+.library-card-body .button{font-size:9px;padding:7px 9px}.geography-filter{gap:12px;grid-template-columns:110px 1fr}.geography-filter>p{font-size:9px}.addressbook-card{gap:16px}.addressbook-card>div>p{font-size:10px}.checkbox-label{font-size:10px!important}.library-card-labels>.subtle{font-size:9px}}
.blacklist-card{margin:22px 0}.blacklist-card form{display:flex;gap:20px;align-items:center;max-width:690px;margin-bottom:15px}.blacklist-card form>div{flex:1}.blacklist-card .card-heading{margin-bottom:8px}.blacklist-card #blacklist-list{margin-top:18px}.blacklist-card .empty-state{padding:24px 16px}.blacklist-card form>.button{margin-top:4px}.repair-result{margin:14px 0 0}.contact-name-cell>.badge{margin-top:7px;white-space:normal;line-height:1.5}
@media(max-width:700px){.blacklist-card form{flex-direction:column;align-items:stretch;gap:8px}.blacklist-card form>.button{align-self:flex-start;margin-bottom:10px}.blacklist-card .card-heading{align-items:flex-start}.blacklist-card .card-heading p{font-size:10px}}
.report-operator-cell{min-width:150px;max-width:240px}.report-operator-cell>strong{display:block;overflow-wrap:anywhere}.report-operator-cell>.badge{margin-top:6px}.operators-table .report-numeric{min-width:67px}.operators-table .secondary-line{white-space:normal;line-height:1.5}.operators-table .undated-event{color:#927443;font-size:8px;max-width:110px;margin:5px auto 0}.operator-sync-cell{min-width:118px}.operator-sync-cell>strong,.operator-activity-cell>strong{display:block;font-weight:550}.operator-activity-cell{min-width:145px;max-width:180px}.ranking-report-card>.card-heading .eyebrow{font-size:8px;margin-bottom:8px;display:block}.ranking-position{width:76px;text-align:center!important}.rank-marker{display:inline-flex;min-width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #dce6df;border-radius:10px;font-size:13px;color:#64796c;background:#f7faf6;font-weight:650}.rank-marker.leading{background:#f5f0dd;border-color:#e8ddba;color:#8c7235}.ranking-table .report-numeric{width:15%}.operator-report-card>.card-heading{align-items:flex-start}
@media(max-width:700px){.report-operator-cell{min-width:130px}.operator-sync-cell{min-width:105px}.operator-activity-cell{min-width:130px}.ranking-position{width:48px}.rank-marker{min-width:29px;height:29px;font-size:11px;border-radius:8px}.ranking-report-card>.card-heading .eyebrow{font-size:7px;line-height:1.6}.ranking-report-card>.card-heading{align-items:flex-start;gap:12px}.ranking-report-card>.card-heading>.badge{font-size:8px;white-space:nowrap}.operator-report-card>.card-heading>div>p{font-size:10px}.ranking-table .report-numeric{min-width:48px}}
.repeat-policy{margin:19px 0;padding:15px;background:#f5f8f2;border:1px solid #e0e8da;border-radius:9px}.repeat-policy>.checkbox-label{color:#46654f;font-size:12px!important}.repeat-policy>.field-help{margin:9px 0 0!important;line-height:1.75;font-size:10px}@media(max-width:700px){.repeat-policy{padding:13px}.repeat-policy>.checkbox-label{font-size:11px!important}.repeat-policy>.field-help{font-size:9px}}
