:root{--bg:#f6f7ff;--panel:#fff;--ink:#11172f;--muted:#68708a;--line:#e4e6f4;--nav:#090f2b;--accent:#5d46f6;--accent-dark:#3224b8;--accent2:#f0edff;--good:#137a4e;--warn:#a15c00;--danger:#b42318;--shadow:0 14px 42px #221d701a;--r:16px}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.auth{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);width:min(470px,100%);box-shadow:var(--shadow);background:#fff;border-radius:22px;overflow:hidden}.auth-head{border-bottom:1px solid var(--line);padding:28px 28px 18px}.auth-head h1{margin:0;font-size:27px}.auth-head p{color:var(--muted);margin:7px 0 0;font-size:13px}.auth-body{padding:24px 28px 28px}.auth-tabs{background:#f3f5f9;border-radius:12px;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:18px;padding:5px;display:grid}.auth-tabs button{color:#64748b;background:0 0;border:0;border-radius:9px;padding:10px;font-weight:800}.auth-tabs button.active{color:var(--accent);background:#fff;box-shadow:0 2px 8px #0f172a14}.auth-panel{gap:14px;display:none}.auth-panel.active{display:grid}.auth-error{color:var(--danger);background:#fff1f1;border:1px solid #ffd0d0;border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:12px;display:none}.auth-error.show{display:block}.auth-error.success{color:var(--good);background:#e9f8f1;border-color:#b8ead2}.app{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#fff;flex-direction:column;gap:20px;padding:22px 16px;display:flex}.brand{border-bottom:1px solid #ffffff1a;gap:10px;padding:7px 8px 18px;display:grid}.brand-logo{object-fit:contain;max-width:180px;max-height:70px}.brand-placeholder{background:linear-gradient(135deg,#5d46f6,#7f6bff);border-radius:13px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.brand strong{font-size:16px;display:block}.brand small{color:#aeb8ca}.nav{gap:6px;display:grid}.nav button{color:#aeb8ca;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:11px 12px;display:flex}.nav button.active,.nav button:hover{color:#fff;background:#ffffff17}.dot{border:2px solid;border-radius:50%;width:9px;height:9px}.side-note{color:#aeb8ca;background:#ffffff0f;border-radius:13px;margin-top:auto;padding:13px;font-size:12px;line-height:1.45}.side-note b{color:#fff}main{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 30px;display:flex}.topbar-brand{align-items:center;gap:14px;display:flex}.topbar-logo{object-fit:contain;width:128px;max-height:54px}.topbar-placeholder{width:42px;height:42px;color:var(--accent);background:#efedff;border-radius:12px;place-items:center;font-weight:900;display:grid}.topbar h1{margin:0;font-size:22px}.topbar p{color:var(--muted);margin:4px 0 0;font-size:13px}.topbar-right{align-items:center;gap:14px;min-width:0;display:flex}.topbar-usage{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.usage-pill{border:1px solid var(--line);white-space:nowrap;color:#435069;background:#f8fafc;border-radius:999px;padding:6px 10px;font-size:11px}.usage-pill b{color:var(--ink);font-size:12px}.usage-pill.remaining b{color:var(--good)}.usage-pill.subscription{color:#5d46f6;background:#f0edff}.user-chip{align-items:center;gap:10px;display:flex}.avatar{width:36px;height:36px;color:var(--accent);background:#efedff;border-radius:50%;place-items:center;font-weight:900;display:grid}.content{max-width:1500px;padding:28px 30px 48px}.page{display:none}.page.active{display:block}.grid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);align-items:start;gap:22px;display:grid}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 14px;display:flex}.card-head h2{margin:0;font-size:16px}.card-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.card-body{padding:22px}.section{margin-bottom:24px}.section-title{align-items:center;gap:10px;margin-bottom:14px;font-size:14px;font-weight:800;display:flex}.section-title span{color:var(--muted);font-size:11px;font-weight:600}.fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{color:#435069;font-size:12px;font-weight:800}.field input,.field select{width:100%;height:43px;color:var(--ink);background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;padding:0 12px}.field textarea{width:100%;min-height:120px;color:var(--ink);resize:vertical;background:#fff;border:1px solid #d8deea;border-radius:10px;outline:none;padding:11px 12px;line-height:1.55}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7d6aff;box-shadow:0 0 0 3px #5d46f624}.hint{color:var(--muted);font-size:11px}.row-input-button{grid-template-columns:1fr auto;align-items:end;gap:8px;display:grid}.actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.btn{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:800;line-height:1.15}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.soft{background:var(--accent2);color:var(--accent);border-color:#ded9ff}.btn.danger{color:var(--danger)}.btn.good{color:var(--good)}.btn:disabled{opacity:.45;cursor:not-allowed}.select-panel{background:#fff;border:1px solid #d8deea;border-radius:12px;overflow:hidden}.select-panel-head{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:8px;padding:10px;display:grid}.select-panel input{border:1px solid #d8deea;border-radius:9px;height:38px;padding:0 11px}.select-count{color:var(--muted);white-space:nowrap;align-self:center;font-size:11px}.shed-options{max-height:230px;overflow:auto}.shed-option{border-bottom:1px solid #f1f3f7;grid-template-columns:26px 1fr;align-items:start;gap:8px;padding:11px 12px;display:grid}.shed-option:hover{background:#f8fafc}.shed-option input{width:16px;height:16px;margin-top:2px}.shed-option strong{font-size:12px;display:block}.shed-option small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.auto-box{background:#f8fafc;border:1px dashed #cfd6e4;border-radius:12px;grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.auto-item small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;display:block}.auto-item strong{word-break:break-word;margin-top:4px;font-size:13px;display:block}.awb-list{gap:10px;display:grid}.awb-row{grid-template-columns:1fr 42px;gap:8px;display:grid}.awb-row input{border:1px solid #d8deea;border-radius:10px;height:43px;padding:0 12px}.remove-awb{height:43px;color:var(--danger);background:#fff;border:1px solid #f0caca;border-radius:10px;font-size:18px;font-weight:900}.copy-row{grid-template-columns:auto 1fr;align-items:center;gap:8px;font-size:13px;display:grid}.prefix-match-box{background:#f8fafc;border:1px solid #dbe3f0;border-radius:12px;gap:10px;margin-top:12px;padding:12px;display:grid}.prefix-match-title{color:#435069;justify-content:space-between;align-items:center;gap:10px;font-size:12px;font-weight:900;display:flex}.prefix-match-item{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:1fr;align-items:center;gap:10px;padding:10px;display:grid}.prefix-match-item strong{font-size:12px;display:block}.prefix-match-item small{color:var(--muted);margin-top:4px;font-size:11px;display:block}.prefix-badge{color:#5d46f6;background:#f0edff;border-radius:999px;margin-right:6px;padding:4px 7px;font-size:10px;font-weight:900;display:inline-flex}.prefix-warning{color:var(--warn);font-size:11px;line-height:1.45}.prefix-ok{color:var(--good);font-size:11px;line-height:1.45}.preview{position:sticky;top:22px}.status{color:var(--warn);background:#fff7e8;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;font-size:11px;font-weight:900;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.mail{padding:20px 22px}.mail-row{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr;gap:10px;padding:10px 0;font-size:12px;display:grid}.mail-row span{color:var(--muted);font-weight:800}.mail-row b{word-break:break-word;font-weight:650}.mail-body{border:1px solid var(--line);white-space:pre-wrap;background:#f8fafc;border-radius:12px;min-height:260px;margin-top:16px;padding:16px;font:12px/1.75 ui-monospace,SFMono-Regular,Menlo,monospace}.email-signature{border-top:1px solid var(--line);color:#243046;margin-top:18px;padding-top:16px;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.55}.email-signature img{max-width:100%;height:auto;margin:0 0 10px;display:block}.signature-text{white-space:pre-wrap}.checks{gap:9px;margin-top:16px;display:grid}.check{border:1px solid var(--line);border-radius:9px;justify-content:space-between;align-items:center;padding:9px 11px;font-size:12px;display:flex}.ok{color:var(--good);font-weight:900}.bad{color:var(--danger);font-weight:900}.preview-ad-standalone{border:1px solid var(--line);background:#fff;border-radius:14px;margin:14px 22px 20px;padding:16px;box-shadow:0 8px 24px #141f380d}.preview-ad-standalone .section-title{margin-bottom:10px}.preview-ad-standalone .ad-slot{margin:0}.toolbar{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:16px;display:flex}.search{border:1px solid var(--line);background:#fff;border-radius:10px;flex:1;max-width:470px;height:42px;padding:0 13px}.table-card{overflow:hidden}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:850px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:13px 15px;font-size:12px}th{color:#58657b;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;font-size:10px}.pill{color:#5d46f6;background:#f0edff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;display:inline-flex}.empty{text-align:center;color:var(--muted);padding:40px}.company-layout{grid-template-columns:280px 1fr;gap:18px;display:grid}.company-list{gap:8px;display:grid}.company-item{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;padding:12px}.company-item.active{background:#f6f7ff;border-color:#7d6aff}.company-item strong{display:block}.company-item small{color:var(--muted)}.split{grid-template-columns:1fr 1fr;gap:16px;display:grid}.modal{z-index:20;background:#0d142275;place-items:center;padding:20px;display:none;position:fixed;inset:0}.modal.open{display:grid}.modal-card{background:#fff;border-radius:18px;width:min(620px,100%);max-height:90vh;overflow:auto;box-shadow:0 30px 80px #0000003d}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.modal-head h3{margin:0;font-size:16px}.modal-body{padding:22px}.modal-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.iconbtn{color:#64748b;background:0 0;border:0;padding:6px}.toast{color:#fff;opacity:0;pointer-events:none;z-index:30;background:#101827;border-radius:10px;padding:12px 16px;font-size:12px;transition:all .2s;position:fixed;bottom:22px;right:22px;transform:translateY(12px)}.toast.show{opacity:1;transform:none}.admin-shell{background:var(--bg);min-height:100vh}.admin-topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 30px;display:flex}.admin-content{padding:28px 30px}.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.stat{padding:18px}.stat small{color:var(--muted);font-weight:800}.stat strong{margin-top:4px;font-size:27px;display:block}.status-active{color:#137a4e;background:#e9f8f1}.status-paused{color:#a15c00;background:#fff7e8}.status-terminated{color:#b42318;background:#fff1f1}.admin-banner{color:#fff;background:#101827;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:18px;display:flex}.admin-banner p{color:#cbd5e1;margin:4px 0 0;font-size:13px}.powered-by{z-index:12;border:1px solid var(--line);background:#fffffff5;border-radius:14px;align-items:center;gap:10px;max-width:360px;padding:8px 11px;display:flex;position:fixed;bottom:14px;right:18px;box-shadow:0 10px 28px #0f172a1f}.powered-by img{object-fit:contain;width:118px;height:auto;display:block}.powered-by b{color:#11172f;font-size:11px;line-height:1.1;display:block}.powered-by span{color:var(--muted);margin-top:2px;font-size:10px;display:block}.subscription-box{gap:10px;display:grid}.subscription-choice{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;padding:12px;display:grid}.subscription-choice input{margin-top:2px}.subscription-choice strong{font-size:13px;display:block}.subscription-choice small{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.45;display:block}.suggested-label{color:#137a4e;background:#e9f8f1;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:900;display:inline-flex}.suggestion-card{background:#fbfffd!important;border-color:#c8ead9!important}.admin-folder>summary{cursor:pointer;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;font-weight:900;list-style:none;display:flex}.admin-folder>summary::-webkit-details-marker{display:none}.admin-folder>summary:after{content:"Open folder";color:var(--accent);background:var(--accent2);border:1px solid #ded9ff;border-radius:10px;padding:8px 12px;font-size:12px}.admin-folder[open]>summary{border-bottom-right-radius:0;border-bottom-left-radius:0}.admin-folder[open]>summary:after{content:"Close folder"}.admin-folder .card{box-shadow:var(--shadow);border-top-left-radius:0;border-top-right-radius:0}.ad-slot{background:#fff;border:1px dashed #cfd6e4;border-radius:14px;gap:10px;padding:16px;display:grid}.ad-slot .ad-label{text-transform:uppercase;letter-spacing:.08em;color:#7b8496;font-size:10px;font-weight:900}.ad-slot .ad-title{color:#11172f;font-size:15px;font-weight:900}.ad-slot .ad-body{color:#536077;font-size:12px;line-height:1.55}.ad-slot .ad-link{color:var(--accent);font-size:12px;font-weight:900;text-decoration:none}.ad-slot.empty{text-align:center;color:var(--muted);background:#f8fafc}.ad-image-wrap{aspect-ratio:16/9;border:1px solid var(--line);background:#f3f5f9;border-radius:12px;width:100%;max-height:140px;overflow:hidden}.ad-image-wrap img{object-fit:cover;width:100%;height:100%;display:block}.ad-admin-thumb{border:1px solid var(--line);width:78px;height:46px;color:var(--muted);background:#f8fafc;border-radius:9px;place-items:center;font-size:10px;display:grid;overflow:hidden}.ad-admin-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ad-image-preview{border:1px solid var(--line);background:#f8fafc;border-radius:12px;gap:10px;padding:12px;display:grid}.ad-image-preview-frame{aspect-ratio:16/9;width:100%;max-height:150px;color:var(--muted);background:#fff;border:1px solid #d8deea;border-radius:12px;place-items:center;font-size:12px;display:grid;overflow:hidden}.ad-image-preview-frame img{object-fit:cover;width:100%;height:100%;display:block}.ad-controls{flex-wrap:wrap;gap:8px;display:flex}.ad-preview{border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:12px}.ad-slot.live-ad{gap:0;padding:0;overflow:hidden}.ad-slot.live-ad .ad-image-wrap{border:0;border-radius:0;max-height:190px}.ad-content{gap:9px;padding:16px;display:grid}.ad-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.ad-position{color:var(--muted);font-size:10px;font-weight:800}.ad-body{white-space:pre-line}.ad-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.ad-nav-controls{align-items:center;gap:6px;display:flex}.ad-nav-btn{border:1px solid var(--line);width:30px;height:30px;color:var(--ink);background:#fff;border-radius:9px;font-weight:900}.ad-nav-btn:hover{color:var(--accent);border-color:#7d6aff}.ad-cta{background:var(--accent);border-radius:9px;justify-content:center;align-items:center;padding:9px 12px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex;color:#fff!important}.ad-schedule-live{color:#137a4e;background:#e9f8f1}.ad-schedule-upcoming{color:#5d46f6;background:#f0edff}.ad-schedule-expired,.ad-schedule-invalid{color:#b42318;background:#fff1f1}.ad-schedule-paused{color:#a15c00;background:#fff7e8}.ad-editor-preview{background:#f8fafc;border:1px dashed #cfd6e4;border-radius:14px;padding:12px}.ad-editor-preview .ad-slot{max-width:520px;margin:auto}.text-truncate-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:360px;display:-webkit-box;overflow:hidden}@media (width<=1050px){.app{grid-template-columns:82px 1fr}.brand strong,.brand small,.nav span:last-child,.side-note{display:none}.brand{justify-items:center}.nav button{justify-content:center}.grid{grid-template-columns:1fr}.preview{position:static}.company-layout,.split{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.app{display:block}.sidebar{display:none}.topbar,.content,.admin-topbar,.admin-content{padding-left:16px;padding-right:16px}.topbar{align-items:flex-start;height:auto;padding-top:14px;padding-bottom:14px}.fields,.fields.three,.auto-box,.stats{grid-template-columns:1fr}.topbar-brand{align-items:flex-start}.user-chip{display:none}.card-head,.toolbar{flex-direction:column;align-items:flex-start}.row-input-button{grid-template-columns:1fr}.actions{justify-content:stretch}.btn{width:100%}}.status-pending,.status-pending_approval,.status-unverified{color:#5d46f6;background:#f0edff}.status-sent{color:#137a4e;background:#e9f8f1}.status-failed{color:#b42318;background:#fff1f1}.status-sending{color:#a15c00;background:#fff7e8}.mini-list{gap:8px;display:grid}.mini-item{border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.mini-item small{color:var(--muted)}.template-note{border:1px solid var(--line);color:var(--muted);background:#f8fafc;border-radius:10px;padding:10px;font-size:12px;line-height:1.5}.plan-banner{background:#faf9ff;border:1px solid #ded9ff;border-radius:14px;gap:8px;padding:16px;display:grid}.plan-banner strong{font-size:18px}.workflow-intro{background:linear-gradient(135deg,#faf9ff,#fff);border:1px solid #ded9ff;border-radius:14px;gap:4px;margin-bottom:20px;padding:14px 16px;display:grid}.workflow-intro strong{font-size:14px}.workflow-intro span{color:var(--muted);font-size:12px;line-height:1.45}.workflow-step{background:#fff;border:1px solid #edf0f6;border-radius:14px;margin-bottom:16px;padding:16px}.workflow-step .section-title{margin-bottom:12px}.workflow-step .section-title>b{background:var(--accent2);width:26px;height:26px;color:var(--accent);border-radius:999px;place-items:center;font-size:12px;display:inline-grid}.workflow-step.final-step{background:#fbfcff}.auto-box.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-actions{background:linear-gradient(#ffffffd9,#fff 30%);margin-top:4px;padding-top:14px;position:sticky;bottom:0}.attachment-list{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-top:12px;display:flex}.attachment-tile{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:13px;gap:6px;width:88px;padding:7px;transition:all .15s;display:grid;position:relative;box-shadow:0 6px 18px #141f380a}.attachment-tile:hover{border-color:#7d6aff;transform:translateY(-1px);box-shadow:0 10px 24px #141f3817}.attachment-thumb{color:#64748b;text-align:center;background:#f8fafc;border:1px solid #e6eaf2;border-radius:10px;place-items:center;width:72px;height:72px;font-size:11px;font-weight:900;display:grid;overflow:hidden}.attachment-thumb img{object-fit:cover;width:100%;height:100%}.attachment-icon{color:#4f46e5;text-align:center;background:#eef2ff;border-radius:8px;min-width:42px;padding:8px 6px;font-size:13px;font-weight:900;line-height:1}.attachment-tile-name{-webkit-line-clamp:2;color:#11172f;word-break:break-word;-webkit-box-orient:vertical;height:24px;font-size:10px;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.attachment-tile small{color:var(--muted);font-size:9px;line-height:1}.attachment-remove{width:22px;height:22px;color:var(--danger);background:#fff;border:1px solid #f0caca;border-radius:999px;place-items:center;padding:0;font-weight:900;line-height:1;display:grid;position:absolute;top:3px;right:3px;box-shadow:0 3px 8px #0f172a1f}.attachment-empty{color:var(--muted);padding:8px 0;font-size:12px}.attachment-preview-panel{display:none}.attachment-preview-empty{color:var(--muted);text-align:center;padding:24px;font-size:12px}.report-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.date-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.footer-spacer{height:20px}.policy-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.policy-tabs button{border:1px solid var(--line);color:#435069;background:#fff;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900}.policy-tabs button.active,.policy-tabs button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.policy-doc{display:none}.policy-doc.active{display:block}.policy-doc h3{margin:0 0 8px;font-size:18px}.policy-doc h4{margin:18px 0 7px;font-size:14px}.policy-doc p,.policy-doc li{color:#435069;font-size:13px;line-height:1.65}.policy-doc ul{margin:8px 0 12px 18px;padding:0}.policy-note{color:#7a4a00;background:#fff7e8;border:1px solid #f4d19b;border-radius:13px;margin-bottom:16px;padding:13px 14px;font-size:12px;line-height:1.55}.legal-links{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.legal-links button,.legal-links a{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:800;text-decoration:none}.consent-box{border:1px solid var(--line);background:#fafbff;border-radius:12px;gap:9px;padding:12px;display:grid}.consent-box label{color:#435069;grid-template-columns:auto 1fr;align-items:flex-start;gap:9px;font-size:12px;line-height:1.45;display:grid}.consent-box input{margin-top:2px}.cookie-banner{z-index:50;border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:16px;display:grid;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 18px 55px #090f2b2e}.cookie-banner.hidden{display:none}.cookie-banner strong{margin-bottom:4px;font-size:14px;display:block}.cookie-banner p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.cookie-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=760px){.cookie-banner{grid-template-columns:1fr}.cookie-actions .btn{width:auto}}.policy-display{white-space:pre-wrap;color:#435069;border:1px solid var(--line);background:#fff;border-radius:14px;padding:16px;font-size:13px;line-height:1.7}.policy-meta{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:14px;display:grid}.policy-meta div{border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:10px}.policy-meta small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:900;display:block}.policy-meta strong{margin-top:4px;font-size:12px;display:block}.admin-policy-grid{gap:16px;display:grid}.admin-policy-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}.admin-policy-card h3{margin:0 0 10px;font-size:14px}.admin-policy-card textarea{min-height:210px}.admin-company-note{border:1px solid var(--line);color:var(--muted);background:#f8fafc;border-radius:12px;margin-top:12px;padding:12px;font-size:12px;line-height:1.55}.admin-body{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:20px;display:grid}.admin-menu-card{border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);background:#fff;padding:14px;position:sticky;top:18px}.admin-menu-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:4px 6px 10px;font-size:11px;font-weight:900}.admin-nav{gap:6px;display:grid}.admin-nav button{color:#526078;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:9px;width:100%;padding:11px 12px;font-size:13px;font-weight:850;display:flex}.admin-nav button:before{content:"";opacity:.7;border:2px solid;border-radius:50%;width:8px;height:8px}.admin-nav button.active,.admin-nav button:hover{background:var(--accent2);color:var(--accent);border-color:#ded9ff}.admin-panel{display:none}.admin-panel.active{display:block}.admin-panel-title{justify-content:space-between;align-items:flex-start;gap:12px;margin:0 0 14px;display:flex}.admin-panel-title h2{margin:0;font-size:20px}.admin-panel-title p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.45}.admin-panel-area{min-width:0}.admin-card-stack{gap:18px;display:grid}.admin-folder{margin-bottom:0}.admin-folder>summary,.admin-folder[open]>summary{display:none}.admin-folder .card{border-radius:var(--r)!important}.admin-panel .toolbar{margin-bottom:14px}.admin-menu-help{color:var(--muted);border:1px solid var(--line);background:#f8fafc;border-radius:12px;margin-top:12px;padding:12px;font-size:12px;line-height:1.45}@media (width<=1050px){.admin-body{grid-template-columns:1fr}.admin-menu-card{position:static}.admin-nav{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.powered-by{flex-wrap:wrap;max-width:520px}.powered-by .legal-entry{background:var(--accent2);color:var(--accent);white-space:nowrap;border:1px solid #ded9ff;border-radius:10px;padding:7px 10px;font-size:10px;font-weight:900}.public-legal{background:var(--bg);min-height:100vh}.public-legal-header{border-bottom:1px solid var(--line);z-index:8;background:#fff;justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:14px 30px;display:flex;position:sticky;top:0}.public-legal-brand{align-items:center;gap:13px;display:flex}.public-legal-mark{color:#fff;background:linear-gradient(135deg,#5d46f6,#7f6bff);border-radius:13px;place-items:center;width:44px;height:44px;font-weight:950;display:grid}.public-legal-brand strong{font-size:15px;display:block}.public-legal-brand span{color:var(--muted);margin-top:3px;font-size:11px;display:block}.public-legal-content{width:min(1120px,100% - 32px);margin:28px auto 90px}.public-legal-content .card{box-shadow:var(--shadow)}.sender-lock{background:#faf9ff;border:1px solid #ded9ff;border-radius:14px;margin-bottom:14px;padding:14px}.sender-lock strong{font-size:13px;display:block}.sender-lock p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.5}.sender-state{border-radius:999px;align-items:center;gap:7px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.sender-state.approved{color:var(--good);background:#e9f8f1}.sender-state.pending{color:var(--warn);background:#fff7e8}.sender-state.blocked{color:var(--danger);background:#fff1f1}.sender-admin-table input{border:1px solid #d8deea;border-radius:9px;min-width:145px;height:36px;padding:0 9px}.sender-admin-table input[type=number]{width:82px;min-width:82px}.ses-security-list{color:#435069;margin:0;padding-left:18px;font-size:12px;line-height:1.65}@media (width<=680px){.public-legal-header{align-items:flex-start;padding-left:16px;padding-right:16px}.public-legal-brand span{display:none}.powered-by{justify-content:center;max-width:none;left:12px;right:12px}.powered-by img{width:105px}}#userApp:not(.hidden)~.powered-by,#adminShell:not(.hidden)~.powered-by,#publicLegalScreen:not(.hidden)~.powered-by{display:none!important}.sticky-actions{background:0 0!important;padding-top:14px!important;position:static!important}:root{--focus:0 0 0 3px #5d46f62e}body{min-width:320px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{box-shadow:var(--focus);outline:none}.auth-card{width:min(500px,100%)}.auth-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.auth-inline-actions .btn{flex:170px}.password-rules{color:var(--muted);margin:0;padding-left:18px;font-size:11px;line-height:1.55}.security-note{color:#536077;background:#faf9ff;border:1px solid #ded9ff;border-radius:12px;padding:11px 12px;font-size:11px;line-height:1.5}.production-banner{color:#714500;background:#fffaf0;border:1px solid #f4d19b;border-radius:14px;padding:14px 16px;font-size:12px;line-height:1.55}.production-banner strong{color:#563600;margin-bottom:3px;display:block}.outbox-message{white-space:pre-wrap;border:1px solid var(--line);background:#f8fafc;border-radius:12px;max-height:360px;padding:14px;font-size:12px;line-height:1.6;overflow:auto}.mobile-nav-toggle,.mobile-sidebar-close,.mobile-only,.mobile-nav-overlay{display:none}.topbar{height:auto;min-height:76px;padding-top:10px;padding-bottom:10px}.topbar-brand,.topbar-brand>div:last-child{min-width:0}.topbar h1,.topbar p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.content{width:100%;margin:0 auto}.admin-topbar{gap:16px;height:auto;min-height:78px;padding-top:12px;padding-bottom:12px}.admin-topbar>div:first-child{min-width:0}.admin-topbar h1,.admin-topbar p{overflow-wrap:anywhere}.table-wrap{scrollbar-gutter:stable}th{white-space:nowrap}.status-lock{color:var(--warn);background:#fff7e8;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}@media (width<=1250px){.topbar{align-items:flex-start;gap:12px}.topbar-right{flex-direction:column;align-items:flex-end}.topbar-usage{max-width:680px}.grid{grid-template-columns:minmax(0,1fr) minmax(320px,.68fr)}}@media (width<=900px){.app{grid-template-columns:82px minmax(0,1fr)}.grid{grid-template-columns:1fr}.preview{position:static}.topbar{flex-direction:column}.topbar-right{align-items:stretch;width:100%}.topbar-usage{justify-content:flex-start}.user-chip{justify-content:flex-end}.content{padding:22px 20px 44px}}@media (width<=680px){.auth{align-items:start;padding:12px}.auth-card{border-radius:18px;margin-top:8px}.auth-head{padding:22px 20px 16px}.auth-body{padding:18px 20px 22px}.auth-tabs{gap:4px}.auth-tabs button{padding:9px 5px;font-size:11px;line-height:1.2}.app{display:block}.sidebar{z-index:90;width:min(286px,88vw);transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-104%);box-shadow:18px 0 50px #00000042}.sidebar.mobile-open{transform:translate(0)}.mobile-nav-overlay{z-index:80;opacity:0;pointer-events:none;background:#090f2b7a;transition:opacity .2s;display:block;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-toggle{border:1px solid var(--line);background:#fff;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;font-size:18px;display:inline-grid}.mobile-sidebar-close{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:12px;right:12px}.mobile-only{display:flex!important}.topbar,.admin-topbar{padding:12px 14px}.topbar{flex-direction:column;align-items:stretch}.topbar-brand{gap:10px}.topbar h1{font-size:18px}.topbar p{font-size:11px}.topbar-right{gap:10px;display:grid}.topbar-usage{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.usage-pill{text-align:center;text-overflow:ellipsis;padding:7px 5px;overflow:hidden}.usage-pill.subscription{grid-column:1/-1}.topbar .user-chip{justify-content:space-between;display:flex}.topbar .user-chip>div:nth-child(2){flex:1;min-width:0}.topbar .user-chip .btn{width:auto}.content{padding:16px 12px 86px}.card-head,.card-body,.mail{padding-left:15px;padding-right:15px}.workflow-step{padding:13px}.section-title{flex-wrap:wrap;align-items:flex-start}.section-title span{width:100%;padding-left:36px}.fields,.fields.three,.auto-box,.auto-box.compact,.split,.company-layout,.date-pair,.row-input-button{grid-template-columns:1fr}.row-input-button .btn{width:100%}.actions{justify-content:stretch}.actions>.btn{flex:130px;width:auto}.sticky-actions{position:static}.select-panel-head{grid-template-columns:1fr}.select-count{padding:0 2px 5px}.mail-row{grid-template-columns:58px 1fr}.preview-ad-standalone{margin-left:15px;margin-right:15px}.powered-by{justify-content:center;margin:12px;position:static}.cookie-banner{padding:13px;bottom:10px;left:10px;right:10px}.admin-topbar{flex-direction:column;align-items:flex-start}.admin-topbar .user-chip{justify-content:space-between;width:100%;display:flex}.admin-topbar .user-chip .btn{width:auto}.admin-content{padding:16px 12px}.admin-nav{grid-template-columns:1fr 1fr}.admin-nav button{padding:10px 9px;font-size:11px}.admin-panel-title h2{font-size:18px}.sender-admin-table input{min-width:135px}}@media (width<=420px){.topbar-usage{grid-template-columns:1fr 1fr}.admin-nav{grid-template-columns:1fr}.auth-inline-actions{grid-template-columns:1fr;display:grid}.auth-inline-actions .btn{width:100%}}#userApp:not(.hidden)~.cookie-banner,#adminShell:not(.hidden)~.cookie-banner{display:none!important}.prealert-legacy-root{min-height:100vh}
