@charset "UTF-8";
:root{color-scheme:dark;--bg:#111310;--panel:#1a1d18;--panel-soft:#161914;--panel-hover:#20251c;--line:#2a3025;--text:#f3f4ef;--muted:#9aa18f;--faint:#727b66;--accent:#c4ef79;--accent-hover:#d5ff91;--ink:#1b2410;--red:#ffa89a;--amber:#e8cd8e;--radius:16px;--shadow:0 24px 100px #0005;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.5}a,button,input,textarea,select{outline-offset:4px}a:focus-visible,button:focus-visible{outline:2px solid var(--accent)}button:focus:not(:focus-visible){outline:none}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.04em}h1{font-size:34px;line-height:1.2}h2{font-size:23px;line-height:1.3}h3{font-size:16px;letter-spacing:-.025em}p{color:var(--muted)}small{font-size:12px}svg{display:block;width:20px;height:20px;flex-shrink:0}button svg{pointer-events:none}input,select,textarea{display:block;width:100%;background:#12150f;color:var(--text);border:1px solid #363d2e;border-radius:9px;min-height:45px;padding:11px 13px;transition:border-color .15s;outline:0}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c4ef7910}input::placeholder,textarea::placeholder{color:#767e6b}textarea{resize:vertical;min-height:104px}input[type=checkbox]{width:18px;min-height:18px;accent-color:var(--accent)}label{font-size:13px;font-weight:500}label>input,label>textarea,label>select{margin-top:8px}input[readonly]{color:var(--muted)}select{padding-right:27px}strong{font-weight:600}::selection{background:#c4ef7945}.skip-link{position:fixed;top:-80px;left:20px;background:var(--accent);color:var(--ink);padding:12px 20px;border-radius:6px;z-index:100}.skip-link:focus{top:10px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:11px 17px;border:1px solid transparent;border-radius:9px;font-size:13px;font-weight:600;line-height:1.35;transition:background .15s,transform .15s;white-space:nowrap}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--accent);color:var(--ink);border-color:var(--accent)}.button.primary:hover:not(:disabled){background:var(--accent-hover)}.button.secondary{background:#20251c;border-color:#333b2b;color:#e3e7dc}.button.secondary:hover:not(:disabled){background:#2b3226}.button.danger{background:#462820;border-color:#6e4032;color:#ffcab7}.button.small{min-height:35px;font-size:12px;padding:8px 12px}.button svg{width:17px;height:17px}.icon-button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font-size:26px;line-height:1}.icon-button:hover{background:var(--panel-hover);color:var(--text)}.text-button{border:0;background:transparent;padding:0;color:var(--accent);font-size:inherit;text-decoration:underline;text-underline-offset:3px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--accent);display:flex;align-items:center;gap:8px}.small-dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:700;letter-spacing:-.8px;white-space:nowrap}.brand-light{font-weight:400;color:#c1c9b8}.brand sup{display:inline-flex;vertical-align:super;margin-left:5px;font-size:8px;line-height:1.2;letter-spacing:.6px;background:#29331c;color:var(--accent);border:1px solid #3a4828;border-radius:3px;padding:2px 3px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;background:var(--accent);width:36px;height:36px;border-radius:10px;color:var(--ink);font-weight:850;font-size:31px;letter-spacing:-5px;padding-right:5px;line-height:1}.brand-mark>span{font-size:32px;margin-top:4px;letter-spacing:-2px}.spinner{display:block;width:25px;height:25px;border:2px solid #c4ef7930;border-top-color:var(--accent);border-radius:50%;animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted)}.field-hint{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:400;line-height:1.5}.form-error{color:#ffb4a5;font-size:13px;padding:11px 13px;border-radius:8px;border:1px solid #713d30;background:#40231d}.notice{padding:13px 15px;font-size:12px;line-height:1.6;border:1px solid #3a432c;background:#232b1c;border-radius:10px;color:#b6c7a0}.notice.warning{border-color:#5c4a2d;background:#29241a;color:#dbc18f}.form-stack{display:grid;gap:19px}.prose p+p{margin-top:16px}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.boot-screen{min-height:100svh;display:flex;align-items:center;justify-content:center;gap:18px;flex-direction:column}.boot-screen .brand-mark{width:50px;height:50px;font-size:40px}
/* Private workspace */
.app-shell{min-height:100svh}.sidebar{width:240px;position:fixed;inset:0 auto 0 0;background:#141711;border-right:1px solid var(--line);padding:30px 20px 20px;display:flex;flex-direction:column;z-index:20}.sidebar>.brand{padding-left:5px}.workspace-chip{margin:33px 0 29px;display:flex;gap:10px;align-items:center;padding:13px 10px;border:1px solid #333b2b;border-radius:10px;background:#1c2118;font-size:12px;font-weight:600}.workspace-icon{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:8px;background:#333f26;color:#dcebc9;font-size:13px}.workspace-chip small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:2px}.workspace-chevron{margin-left:auto;color:var(--muted)}.nav-caption{font-size:9px;letter-spacing:.13em;color:var(--faint);font-weight:700;padding:0 12px;margin-bottom:12px}#main-nav{display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:8px;min-height:44px;color:#a6af9a;font-size:12px;font-weight:500;transition:background .15s}.nav-item svg{width:19px;height:19px;color:#838e75}.nav-item:hover{background:#21271b;color:var(--text)}.nav-item.active{background:#c4ef791a;color:var(--accent);font-weight:600}.nav-item.active svg{color:var(--accent)}.nav-arrow{margin-left:auto;opacity:0}.nav-item.active .nav-arrow{opacity:1}.sidebar-bottom{margin-top:auto;padding-top:40px}.sidebar-note{padding:16px 12px;font-size:10px;color:#c4ccb8;line-height:1.6}.sidebar-note>.small-dot{margin-right:4px;width:5px;height:5px}.sidebar-note p{font-size:10px;margin-top:7px;max-width:145px;color:#7f8a70}.account-button{margin-top:14px;background:none;border:0;border-top:1px solid var(--line);width:100%;padding:20px 2px 0;display:flex;align-items:center;gap:10px;text-align:left;font-size:11px}.account-button>span:last-child{margin-left:auto;color:var(--faint)}.account-button small{display:block;font-size:9px;margin-top:2px;color:var(--faint)}.account-avatar{display:flex;width:32px;height:32px;background:#d3debc;color:#26301b;border-radius:50%;align-items:center;justify-content:center;font-weight:700}.main-shell{margin-left:240px;min-height:100svh;display:flex;flex-direction:column}.topbar{min-height:77px;border-bottom:1px solid var(--line);padding:17px 38px;display:flex;align-items:center;justify-content:space-between;gap:15px}.breadcrumb{display:flex;gap:15px;font-size:11px;color:#77816c}.breadcrumb strong{color:#d4dacb;font-weight:500}.topbar-actions{display:flex;align-items:center;gap:13px}.connection-summary{display:flex;gap:7px;align-items:center;font-size:10px;color:#adb99c;margin-right:5px}.connection-summary.offline .small-dot{background:#7d856f}.dashboard-main{padding:34px 38px 25px;max-width:1570px;width:100%;margin:0 auto;flex:1}.dashboard-footer{margin:0 38px;border-top:1px solid var(--line);padding:18px 0 22px;display:flex;justify-content:space-between;gap:10px;color:#6e7764;font-size:9px}.footer-divider{color:#48533b;margin:0 6px}.page-heading{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:27px}.page-heading .eyebrow{margin-bottom:10px}.page-heading h1{font-size:31px}.page-heading p{font-size:12px;margin-top:7px}.heading-actions{display:flex;align-items:center;gap:10px}.date-label{display:flex;align-items:center;gap:7px;background:#1a1e16;border:1px solid var(--line);padding:9px 12px;color:#c7cfbb;font-size:10px;border-radius:8px}.date-label svg{width:14px;height:14px}.section-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:19px}.section-label p{font-size:11px;margin-top:4px}.section-label h2{font-size:16px;letter-spacing:-.02em}.section-label .text-link{font-size:11px;color:var(--accent);display:flex;align-items:center;gap:7px}.text-link svg{width:14px;height:14px}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:22px;min-width:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:22px}.stat-card{padding:20px 20px 16px;border:1px solid var(--line);border-radius:13px;background:var(--panel);position:relative;overflow:hidden;min-height:157px}.stat-card.featured{background:#c4ef79;color:var(--ink);border-color:#c4ef79}.stat-header{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#b7c0a9;gap:10px}.stat-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#262e20;border-radius:8px;color:#b3c59d}.stat-icon svg{width:16px;height:16px}.stat-number{display:block;font-size:38px;line-height:1.2;font-weight:600;letter-spacing:-1.7px;margin-top:14px}.stat-foot{font-size:10px;color:#869578;margin-top:9px}.featured .stat-header{color:#384b20}.featured .stat-icon{background:#a8d363;color:#263b10}.featured .stat-foot{color:#506735}.stat-illustration{position:absolute;right:13px;bottom:-16px;color:#3143201a;transform:rotate(-18deg)}.stat-illustration svg{height:115px;width:115px}.overview-columns{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr);gap:22px;margin-bottom:22px}.funnel-card{padding-bottom:18px}.funnel-step{display:grid;grid-template-columns:25px 1fr auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.funnel-step:last-of-type{border-bottom:0}.funnel-number{font-family:ui-monospace,monospace;font-size:10px;color:#6f7d61}.funnel-name{font-size:12px;color:#d8dfce}.funnel-detail{display:block;font-size:10px;color:#818e73;margin-top:2px}.funnel-value{font-size:20px;font-weight:600;letter-spacing:-.04em}.funnel-track{display:block;width:100%;height:5px;margin-top:9px;border:0;border-radius:4px;background:#2a3223;overflow:hidden;appearance:none;accent-color:#9cc15d}.funnel-track::-webkit-progress-bar{background:#2a3223;border-radius:4px}.funnel-track::-webkit-progress-value{background:#98b963;border-radius:4px}.funnel-track::-moz-progress-bar{background:#98b963}.funnel-step:nth-of-type(2) .funnel-track::-webkit-progress-value{background:#c4ef79}.funnel-footnote{margin-top:14px;font-size:10px;color:#7b886e;line-height:1.6}.lines-mini{display:flex;flex-direction:column}.section-count{font-size:10px;border-radius:20px;padding:4px 9px;background:#28321e;color:#bdceab}.mini-line{display:flex;align-items:center;gap:11px;padding:16px 0;border-top:1px solid var(--line)}.line-avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:11px;background:#29331e;color:#bbd39f}.line-avatar svg{width:20px;height:20px}.mini-line-info{min-width:0;flex:1}.mini-line-info strong{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis}.mini-line-info small{color:#8b987c;font-size:10px;display:block;margin-top:2px}.badge{display:inline-flex;align-items:center;gap:5px;border:1px solid #3c4830;background:#24301b;color:#bbd996;border-radius:20px;padding:4px 8px;font-size:9px;font-weight:500;white-space:nowrap}.badge .small-dot{width:4px;height:4px}.badge.neutral{color:#aeb8a3;background:#252c20;border-color:#3b4532}.badge.neutral .small-dot{background:#8c977e}.badge.warning{color:#dec389;background:#332d20;border-color:#504730}.badge.warning .small-dot{background:#dec389}.badge.error{color:#efafa0;background:#35231e;border-color:#59372a}.badge.error .small-dot{background:#efafa0}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:35px 20px;min-width:0}.empty-state .empty-icon{width:54px;height:54px;border:1px solid #36412b;background:#252e1e;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#a0b983;margin-bottom:15px}.empty-state .empty-icon svg{width:23px;height:23px}.empty-state h3{font-size:14px;letter-spacing:-.02em}.empty-state p{font-size:11px;max-width:320px;margin-top:7px;line-height:1.7}.empty-state .button{margin-top:17px}.lines-mini .empty-state{flex:1;justify-content:center;padding:14px 10px}.getting-started{display:flex;align-items:center;gap:24px;border:1px solid #354329;border-radius:13px;background:linear-gradient(110deg,#25331a,#1b2415);padding:23px;margin-bottom:22px}.getting-started-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0;border:1px solid #536d36;border-radius:12px;background:#344c20;color:var(--accent)}.getting-started>div:nth-child(2){flex:1}.getting-started h3{font-size:14px;color:#e1edcf}.getting-started p{font-size:11px;line-height:1.7;margin-top:4px;max-width:630px;color:#a6b892}.getting-started .button{font-size:11px}.campaign-card{padding-bottom:9px}.table-wrap{overflow:auto;max-width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}th{font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:500;color:#79876b;white-space:nowrap;padding:12px 13px;background:#171c13;border-bottom:1px solid #303928}td{padding:15px 13px;border-bottom:1px solid #2b3325;color:#bac6ac}td:first-child{color:#e1e8d8}tbody tr:last-child td{border-bottom:0}.number-cell{text-align:right;white-space:nowrap}.campaign-name{font-weight:500;display:block;max-width:260px;overflow-wrap:anywhere}.campaign-source{font-size:10px;color:#7f8e72;margin-top:3px;display:block}.table-empty{padding:32px 12px;text-align:center;color:#8e9c80;font-size:11px}.table-empty strong{font-size:12px;font-weight:500;display:block;color:#c6d2b7;margin-bottom:4px}.loading-card{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-card p{font-size:12px}.error-card{text-align:center;padding:40px}.error-card h2{font-size:21px}.error-card p{margin-top:10px;font-size:13px}.error-card .button{margin-top:20px}.refresh-time{font-size:10px;color:#6e7b60}.inline-note{font-size:11px;color:#8b987b;display:flex;gap:8px;align-items:flex-start;line-height:1.7;margin:18px 0}.inline-note svg{width:15px;height:15px;margin-top:2px;flex-shrink:0}
/* Lines and inbox */
.line-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}.line-card{padding:22px}.line-card-top{display:flex;align-items:center;gap:12px}.line-card-top>div:nth-child(2){flex:1;min-width:0}.line-card-top h2{font-size:16px;overflow-wrap:anywhere}.line-card-top p{font-size:12px;margin-top:3px}.line-card-details{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:22px 0;margin:21px 0 0;border-top:1px solid var(--line)}.detail-label{display:block;color:#7e8b70;font-size:10px;margin-bottom:5px}.detail-value{font-size:11px;color:#c6d2b8;overflow-wrap:anywhere}.line-routing{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-top:1px solid var(--line);font-size:11px;color:#b6c2a6;align-items:center}.routing-copy small{display:block;font-size:10px;color:#7d8c6e;margin-top:3px}.switch{position:relative;display:inline-flex;align-items:center;width:37px;height:22px;padding:0;border:1px solid #4a583c;border-radius:20px;background:#2c3623;flex-shrink:0}.switch:before{content:"";width:14px;height:14px;border-radius:50%;background:#91a07f;margin-left:3px;transition:transform .15s}.switch[aria-checked=true]{background:#c4ef79;border-color:#c4ef79}.switch[aria-checked=true]:before{background:#2e4219;transform:translateX(15px)}.line-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:13px;border-top:1px solid var(--line)}.line-card-actions .text-button{font-size:10px;color:#9aab87}.line-error{font-size:11px;line-height:1.7;color:#d7b795;background:#30281c;border:1px solid #4d412a;padding:10px 12px;border-radius:7px;margin-bottom:14px}.page-empty{padding:70px 20px;border:1px dashed #3b482e;border-radius:15px;background:#1a2015}.page-empty h3{font-size:20px}.page-empty p{font-size:13px;max-width:440px}.page-empty .empty-icon{width:70px;height:70px;margin-bottom:20px}.page-empty .empty-icon svg{width:30px;height:30px}.guide-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.guide-step{display:flex;gap:12px;align-items:flex-start}.guide-step-number{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;background:#26311d;border:1px solid #3b4b2d;border-radius:50%;font-size:10px;color:#b3cc94}.guide-step h3{font-size:12px;letter-spacing:-.01em;margin-top:2px}.guide-step p{font-size:11px;margin-top:5px;line-height:1.7}.toolbar{display:flex;align-items:center;gap:12px;padding:17px 20px;border-bottom:1px solid var(--line);flex-wrap:wrap}.search-field{position:relative;flex:1;min-width:190px}.search-field svg{position:absolute;left:12px;top:12px;width:16px;height:16px;color:#859573}.search-field input{padding-left:36px;min-height:40px;font-size:12px}.toolbar select{min-height:40px;width:auto;font-size:11px;max-width:210px}.inbox-card{padding:0;overflow:hidden}.message-list{padding:0 20px}.message-row{display:grid;grid-template-columns:37px minmax(0,1fr) minmax(110px,.4fr);gap:13px;padding:22px 0;border-bottom:1px solid var(--line)}.message-row:last-child{border-bottom:0}.message-avatar{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#2e3825;color:#bfd4a6;font-size:11px;font-weight:600}.message-heading{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.message-heading strong{font-size:12px}.message-heading time{font-size:10px;color:#7e8e6d}.message-text{color:#c7d1bd;font-size:12px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:7px}.message-channel{font-size:10px;color:#849473;margin-top:8px;display:flex;align-items:center;gap:6px}.message-channel svg{width:12px;height:12px}.message-attribution{text-align:right;overflow-wrap:anywhere}.message-attribution strong{display:block;font-size:11px;color:#c2d3b0;font-weight:500;margin-top:7px}.message-attribution small{display:block;font-size:10px;color:#849473;margin-top:4px}.message-details{font-size:10px;margin-top:9px;color:#9daa90}.message-details summary{cursor:pointer}.message-details dl{display:grid;grid-template-columns:minmax(62px,.7fr) minmax(0,1fr);gap:4px 10px;background:#151b11;padding:10px;border-radius:7px;font-size:10px}.message-details dt{color:#7b8d67}.message-details dd{margin:0;color:#b3c79e;overflow-wrap:anywhere}.pagination{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);gap:12px;font-size:11px;color:#8ea17b}.pagination-controls{display:flex;gap:7px;align-items:center}.pagination-controls .icon-button{border-color:#34422a;width:32px;height:32px}.pagination-controls span{padding:0 9px;font-size:11px}
/* Editors */
.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:22px;align-items:start}.editor-card .section-label{margin-bottom:25px}.editor-form{display:grid;gap:18px}.editor-form label{font-size:12px}.editor-form input,.editor-form textarea{font-size:12px}.editor-form textarea{min-height:90px}.editor-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:5px}.editor-actions p{font-size:10px;max-width:220px}.preview-sticky{position:sticky;top:20px}.preview-label{display:flex;justify-content:space-between;align-items:center;color:#879777;font-size:10px;margin:0 2px 12px}.preview-label span:last-child{display:flex;gap:5px;align-items:center}.preview-frame{border:1px solid #3b4930;border-radius:15px;overflow:hidden;background:#11180d}.preview-browser{height:31px;background:#232e1b;border-bottom:1px solid #3a462f;display:flex;align-items:center;gap:5px;padding:0 12px}.preview-browser i{width:5px;height:5px;display:block;background:#536545;border-radius:50%}.preview-browser small{font-size:8px;color:#839972;margin:auto}.preview-page{padding:27px 24px 36px;min-height:324px;background:radial-gradient(ellipse at 100% 100%,#344c1d66,transparent 75%)}.preview-brand{font-size:11px;color:#dce9cd;display:flex;gap:7px;align-items:center}.preview-brand .brand-mark{width:23px;height:23px;border-radius:6px;font-size:19px;letter-spacing:-3px;padding-right:3px}.preview-brand .brand-mark>span{font-size:21px}.preview-eyebrow{font-size:7px;letter-spacing:.1em;color:#9ebb7c;margin:40px 0 11px}.preview-page h2{font-size:30px;line-height:1.12;letter-spacing:-1.3px;max-width:310px;overflow-wrap:anywhere}.preview-page p{font-size:10px;line-height:1.8;max-width:310px;margin-top:12px;color:#8eab78;white-space:pre-wrap;overflow-wrap:anywhere}.preview-cta{display:inline-flex;align-items:center;gap:20px;max-width:100%;margin-top:22px;border-radius:7px;background:#c4ef79;color:#263719;font-size:10px;font-weight:600;padding:11px 14px;overflow-wrap:anywhere}.preview-note{font-size:10px;color:#7f906f;line-height:1.7;margin-top:13px;padding:0 3px}.link-builder{margin-top:22px}.link-builder .section-label{margin-bottom:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.generated-link{margin-top:21px;border-top:1px solid var(--line);padding-top:18px}.copy-field{display:flex;gap:8px;margin-top:8px}.copy-field input{font-size:11px;min-width:0}.copy-field .button{flex-shrink:0}.generated-link>p{font-size:10px;margin-top:8px}.settings-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:22px;align-items:start;max-width:1060px}.password-field{position:relative}.password-field input{padding-right:53px}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#aec396;font-size:11px;padding:5px}.account-detail{display:flex;align-items:center;gap:12px;margin-bottom:23px;padding-bottom:23px;border-bottom:1px solid var(--line)}.account-detail .account-avatar{width:44px;height:44px;font-size:16px}.account-detail strong{font-size:13px}.account-detail p{font-size:11px;margin-top:3px}.definition-list{margin:0;font-size:12px}.definition-list>div{padding:14px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}.definition-list>div:last-child{border:0}.definition-list dt{color:#8b9a7c}.definition-list dd{margin:0;color:#c7d7b7;text-align:right}.settings-note{margin-top:22px;font-size:11px;line-height:1.8}.settings-note h3{font-size:13px;margin-bottom:9px}.settings-note p+p{margin-top:10px}.settings-layout .form-stack{gap:18px}.settings-layout .button{justify-self:start}
/* Dialogs */
.modal{background:#1b2116;color:var(--text);border:1px solid #425334;border-radius:17px;box-shadow:var(--shadow);padding:0;width:min(500px,calc(100vw - 32px));max-height:calc(100svh - 40px);overflow-y:auto}.modal::backdrop{background:#050904c9;backdrop-filter:blur(5px)}.modal-header{display:flex;align-items:flex-start;gap:15px;justify-content:space-between;padding:25px 26px 20px;border-bottom:1px solid #303d25}.modal-header h2{margin-top:7px;font-size:24px}.modal-header .icon-button{margin:-5px -9px 0 0}.modal-content{padding:23px 26px}.modal-content>p{font-size:13px;line-height:1.8}.modal-actions{border-top:1px solid #303d25;display:flex;justify-content:flex-end;gap:10px;padding:18px 26px}.qr-display{min-height:254px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;margin:20px auto 0;width:254px;max-width:100%;background:#111a0b;border:1px solid #35462a;border-radius:12px;color:#99b181;text-align:center;padding:15px;font-size:12px}.qr-display img{display:block;max-width:100%;height:auto;border-radius:5px;background:white}.qr-display.connected{background:#253b17;color:#cbf09f}.qr-display.connected svg{width:58px;height:58px}.qr-state{font-size:11px!important;text-align:center;margin:11px 0;color:#a1b98a!important}.qr-instructions{list-style:none;padding:0;display:grid;gap:13px;margin:25px 0;font-size:11px;color:#b4c8a1}.qr-instructions li{display:flex;gap:10px;align-items:flex-start;line-height:1.7}.qr-instructions li>span{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #475e34;background:#2b3d1e;border-radius:50%;width:23px;height:23px;font-size:10px}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);border:1px solid #536a3b;background:#28391c;color:#e0f0cd;box-shadow:0 10px 50px #0008;padding:14px 20px;font-size:12px;max-width:calc(100vw - 30px);border-radius:10px;z-index:1000;text-align:center;min-width:230px}.toast.error{background:#3f291d;border-color:#7a5037;color:#ffe0c9}
/* Sign in */
.login-screen{min-height:100svh;display:grid;grid-template-columns:1fr 1fr}.login-art{position:relative;padding:45px 55px;background:radial-gradient(ellipse at 15% 85%,#3b571f55,transparent 64%),#182010;border-right:1px solid #354426;display:flex;flex-direction:column;overflow:hidden}.login-art:after{content:"";position:absolute;width:470px;height:470px;border:1px solid #b9f07f10;border-radius:50%;bottom:-110px;right:-200px;box-shadow:0 0 0 70px #b9f07f06,0 0 0 140px #b9f07f04;pointer-events:none}.login-art-body{margin:auto 0;padding:90px 0}.login-art-body h1{font-size:clamp(36px,3.8vw,59px);line-height:1.13;margin-top:24px;letter-spacing:-.06em}.login-art-body h1 em{font-style:normal;color:var(--accent)}.login-art-body>p{font-size:13px;max-width:330px;line-height:1.8;margin-top:25px;color:#9caf8a}.login-flow{display:flex;align-items:center;gap:10px;margin-top:40px;font-size:10px;color:#bfd4a5}.login-flow span{padding:9px 13px;border:1px solid #425b2d;border-radius:6px;background:#243419}.login-flow b{font-weight:400;color:#7eaa52}.login-art>small{font-size:10px;color:#83966f}.login-form-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px}.login-form{width:100%;max-width:350px}.login-form h2{font-size:33px;margin-top:13px}.login-form>p{font-size:13px;margin-top:10px;margin-bottom:32px}.login-form>label{display:block;margin:20px 0 8px;font-size:12px}.login-form .eyebrow{font-size:9px}.login-form input{background:#1a2014;min-height:48px;border-color:#35432b;font-size:12px}.login-submit{width:100%;margin-top:27px;min-height:48px;justify-content:space-between}.login-private{margin-top:23px;font-size:10px;color:#7e8d6f;text-align:center}.login-private span{margin-right:4px}.login-back{font-size:11px;color:#829570;margin-top:53px}.login-form>.form-error{margin:18px 0 0}.login-form>.form-error+button{margin-top:18px}
/* Public landing */
.public-page{background:#11170e;min-height:100svh;position:relative;overflow-x:hidden}.public-page:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 82% 39%,#344d2144,transparent 45%);z-index:-1}.public-header{max-width:1290px;margin:0 auto;padding:32px 45px;display:flex;justify-content:space-between;gap:20px;align-items:center}.public-brand{font-size:20px}.public-header-note{display:flex;align-items:center;gap:8px;font-size:11px;color:#a9bd96}.public-main{display:grid;grid-template-columns:1.07fr 1fr;align-items:center;gap:40px;max-width:1290px;margin:0 auto;padding:83px 45px 95px;min-height:calc(100svh - 210px)}.public-intro>.eyebrow{font-size:9px;color:#a7c285;letter-spacing:.13em}.public-intro h1{font-size:clamp(43px,5.5vw,77px);font-weight:500;line-height:1.04;letter-spacing:-.065em;margin-top:24px;max-width:670px;overflow-wrap:anywhere;white-space:pre-line}.public-description{font-size:15px;max-width:410px;margin-top:25px;line-height:1.9;color:#a5b596;white-space:pre-line;overflow-wrap:anywhere}.public-cta{min-height:56px;font-size:13px;margin-top:31px;border-radius:10px;padding:15px 22px;gap:16px;max-width:100%;white-space:normal;text-align:left}.public-cta>span:last-child{margin-left:15px}.public-cta .wa-symbol{font-size:21px;font-weight:400}.availability-text{font-size:10px;color:#839873;margin-top:12px;min-height:15px;max-width:410px}.public-benefits{display:flex;gap:22px;align-items:center;margin-top:34px;color:#adbf9b;font-size:10px}.public-benefits>span>span{margin-right:6px;color:var(--accent);font-size:12px}.conversation-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:475px;padding:40px 20px;isolation:isolate}.art-orbit{position:absolute;border:1px solid #b6e58812;border-radius:50%;z-index:-1}.orbit-one{width:450px;height:450px}.orbit-two{width:560px;height:560px}.art-chat{width:324px;max-width:100%;border:1px solid #50643c;border-radius:19px;background:#1c2715;overflow:hidden;transform:rotate(-4deg);box-shadow:0 35px 90px #0004}.art-chat-head{display:flex;align-items:center;gap:11px;padding:19px 19px 18px;border-bottom:1px solid #38492a;background:#293a1d}.chat-avatar{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#c4ef79;color:#2e4718;font-weight:850;font-size:29px;letter-spacing:-4px;padding-right:5px}.chat-avatar>span{font-size:25px;margin-top:6px}.art-chat-head strong{font-size:11px;display:block;color:#ddeecf;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.art-chat-head div>span{font-size:9px;color:#9fbb89;display:block;margin-top:3px}.chat-more{margin-left:auto;font-size:21px;letter-spacing:1px;color:#9eb789}.art-chat-body{display:flex;flex-direction:column;gap:20px;padding:20px 20px 30px;min-height:247px;background-image:radial-gradient(#4e663323 1px,transparent 1px);background-size:17px 17px}.chat-day{align-self:center;font-size:7px;padding:4px 8px;background:#354726;border-radius:5px;color:#a5be8e;letter-spacing:1px}.chat-bubble{font-size:11px;line-height:1.8;padding:11px 13px;border-radius:12px;max-width:85%;box-shadow:0 3px 10px #0001}.chat-bubble>span{font-size:7px;color:#a2bc8b;display:block;text-align:right;margin-top:6px}.chat-bubble.received{background:#354629;color:#e0ebd6;align-self:flex-start;border-top-left-radius:2px}.chat-bubble.sent{background:#c4ef79;color:#34481f;align-self:flex-end;border-top-right-radius:2px}.chat-bubble.sent span{color:#668540}.chat-bubble.sent b{font-size:8px;margin-left:5px;font-weight:500}.chat-typing{background:#354629;border-radius:10px;border-top-left-radius:2px;padding:12px 14px;display:flex;gap:4px;align-self:flex-start}.chat-typing i{width:4px;height:4px;border-radius:50%;background:#9ab47f}.art-chat-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 15px;border-top:1px solid #3b4e2c;font-size:8px;color:#94ac7d;background:#27381b}.art-chat-foot b{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:#c4ef79;color:#3b5525;border-radius:50%;font-size:15px;font-weight:400}.floating-label{position:absolute;z-index:2;background:#28391d;border:1px solid #475e33;border-radius:10px;box-shadow:0 15px 30px #0003}.floating-top{top:0;right:6px;font-size:7px;letter-spacing:1.1px;padding:14px 15px;display:flex;align-items:center;gap:8px;transform:rotate(4deg);color:#c4d8b0}.floating-top .small-dot{width:5px;height:5px}.floating-bottom{display:flex;align-items:center;gap:12px;bottom:5px;left:5px;padding:15px 22px;transform:rotate(4deg);font-size:11px;color:#9db887;line-height:1.6}.floating-bottom strong{font-weight:500;color:#e2efd8}.floating-icon{display:flex;align-items:center;justify-content:center;width:33px;height:33px;background:#415d2b;border:1px solid #5c7d40;color:var(--accent);border-radius:50%;font-size:19px}.public-footer{max-width:1200px;margin:0 auto;border-top:1px solid #35472a;padding:24px 0 27px;display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.public-footer>span{color:#859973;font-size:10px;white-space:nowrap}.public-footer>p{font-size:9px;line-height:1.9;text-align:right;max-width:650px;color:#6d835e}.public-footer .text-button{color:#91ad76}
@media(min-width:1600px){.dashboard-main{padding-top:43px}.stats-grid{gap:22px}.stat-card{min-height:174px}.stat-number{font-size:44px}.overview-columns{grid-template-columns:1.6fr 1fr}.public-main{padding-top:110px;padding-bottom:110px}}
@media(max-width:1199px){.sidebar{width:215px;padding:26px 15px 18px}.sidebar>.brand{font-size:17px;gap:8px}.sidebar>.brand .brand-mark{width:32px;height:32px}.main-shell{margin-left:215px}.topbar{padding:16px 25px}.dashboard-main{padding:28px 25px 20px}.dashboard-footer{margin:0 25px}.stats-grid{gap:11px}.stat-card{padding:16px;min-height:150px}.stat-header{font-size:10px}.stat-number{font-size:34px}.stat-foot{font-size:9px}.stat-icon{width:27px;height:27px}.getting-started{gap:15px;padding:20px}.getting-started .button{padding:10px 12px}.overview-columns{gap:17px;grid-template-columns:1.1fr 1fr}.card{padding:19px}.inbox-card{padding:0}.line-card-top{flex-wrap:wrap}.line-card-top .badge{margin-left:50px;margin-top:-3px}.public-main{padding-top:65px;padding-bottom:70px;gap:10px}.public-footer{margin:0 45px}.public-intro h1{font-size:58px}.public-description{font-size:14px}.conversation-art{transform:scale(.88);transform-origin:center right}.public-main{grid-template-columns:1.1fr 1fr}.login-art{padding:38px}.editor-layout{grid-template-columns:1fr 1fr}.preview-page{padding:23px 18px 30px}.preview-page h2{font-size:27px}}
@media(max-width:960px){.sidebar{width:185px;padding:24px 12px 18px}.sidebar>.brand{font-size:14px;gap:7px}.brand sup{font-size:6px}.sidebar>.brand .brand-mark{width:29px;height:29px;border-radius:8px;font-size:26px}.workspace-chip{font-size:10px;padding:11px 8px}.workspace-chip small{font-size:9px}.nav-item{font-size:11px;padding:11px;gap:9px}.nav-item svg{width:17px;height:17px}.main-shell{margin-left:185px}.topbar{padding:15px 20px}.dashboard-main{padding:25px 20px 18px}.dashboard-footer{margin:0 20px}.connection-summary{display:none}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.stat-card{min-height:145px}.stat-number{font-size:37px}.stat-header{font-size:11px}.stat-foot{font-size:10px}.overview-columns{grid-template-columns:1fr}.lines-mini{display:none}.page-heading h1{font-size:29px}.page-heading .eyebrow{font-size:9px}.page-heading{align-items:flex-start}.heading-actions{padding-top:5px}.heading-actions .date-label{display:none}.getting-started{flex-wrap:wrap;gap:12px}.getting-started-icon{width:38px;height:38px}.getting-started>.button{margin-left:50px;margin-top:3px}.dashboard-footer>span:last-child{display:none}.line-grid{grid-template-columns:1fr}.line-card-top .badge{margin:0}.guide-strip{gap:17px;grid-template-columns:1fr}.guide-step p{margin-top:3px}.editor-layout,.settings-layout{grid-template-columns:1fr}.preview-sticky{position:static}.preview-frame{max-width:520px}.preview-page{padding:28px 30px 36px}.preview-page h2{font-size:35px}.preview-page p{font-size:12px}.preview-cta{font-size:12px}.preview-note{max-width:460px}.message-row{grid-template-columns:30px minmax(0,1fr);gap:11px}.message-avatar{width:30px;height:30px}.message-attribution{grid-column:2;text-align:left;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.message-attribution strong,.message-attribution small{margin:0;font-size:10px}.toolbar{gap:9px}.toolbar select{flex:1;max-width:none;min-width:140px}.search-field{flex-basis:100%}.public-main{padding:75px 32px 90px;grid-template-columns:1.15fr 1fr;gap:0}.public-header{padding:28px 32px}.public-intro h1{font-size:51px}.public-intro>.eyebrow{font-size:8px}.public-description{font-size:13px}.conversation-art{transform:scale(.8);margin-left:-60px;transform-origin:center right}.public-footer{margin:0 32px;gap:25px}.public-footer>p{max-width:470px}.floating-top{right:-10px}.login-art{padding:32px}.login-art-body h1{font-size:40px}.login-art .brand{font-size:17px}.login-art-body>.eyebrow{font-size:8px}.login-art-body>p{font-size:12px}.login-form-area{padding:40px 30px}.login-form h2{font-size:29px}.login-flow{gap:7px}.login-flow span{padding:8px 10px}}
@media(max-width:700px){.sidebar{position:fixed;inset:auto 0 0;width:100%;height:69px;border:0;border-top:1px solid #35422c;padding:0 8px;background:#182012f5;backdrop-filter:blur(14px)}.sidebar>.brand,.workspace-chip,.nav-caption,.sidebar-bottom{display:none}#main-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;height:100%;padding:5px 0 calc(5px + env(safe-area-inset-bottom,0px))}.nav-item{display:flex;flex-direction:column;justify-content:center;gap:4px;border-radius:7px;font-size:9px;padding:7px 3px;line-height:1.2;font-weight:500}.nav-item svg{width:19px;height:19px}.nav-arrow{display:none}.nav-item.active{background:#c4ef7910}.main-shell{margin-left:0;padding-bottom:69px}.topbar{min-height:61px;padding:12px 20px;background:#141a10;gap:8px}.breadcrumb{font-size:10px;gap:9px}.breadcrumb>span:first-child{color:#afbf9e}.topbar-actions{gap:6px}.topbar-actions>.button{font-size:9px;min-height:31px;padding:7px 9px}.topbar-actions>.icon-button{width:30px;height:30px}.topbar-actions>.icon-button svg{width:16px;height:16px}.dashboard-main{padding:25px 18px 18px}.page-heading{gap:12px;margin-bottom:22px;align-items:flex-start}.page-heading h1{font-size:29px}.page-heading p{font-size:11px;max-width:280px;line-height:1.65}.page-heading .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:9px}.heading-actions{padding-top:24px}.heading-actions .button{font-size:10px;padding:9px 10px;min-height:36px;gap:5px}.heading-actions .button svg{width:13px;height:13px}.stats-grid{gap:11px;margin-bottom:17px}.stat-card{padding:15px 14px;min-height:145px;border-radius:12px}.stat-header{font-size:10px;gap:5px}.stat-icon{width:24px;height:24px;border-radius:6px}.stat-icon svg{width:13px;height:13px}.stat-number{font-size:35px;margin-top:15px}.stat-foot{font-size:9px;margin-top:9px}.stat-illustration svg{width:100px;height:100px}.overview-columns{gap:16px;margin-bottom:17px}.card{border-radius:12px;padding:19px 16px}.section-label{margin-bottom:14px}.section-label h2{font-size:15px}.section-label p{font-size:10px}.section-label .text-link{font-size:10px}.funnel-step{gap:10px;padding:15px 0}.funnel-name{font-size:11px}.funnel-detail{font-size:9px}.funnel-value{font-size:19px}.funnel-footnote{font-size:9px}.funnel-track{height:4px}.getting-started{padding:17px 16px;gap:12px;margin-bottom:17px;border-radius:12px}.getting-started h3{font-size:13px}.getting-started p{font-size:10px}.getting-started-icon{width:33px;height:33px;border-radius:9px}.getting-started-icon svg{width:17px;height:17px}.getting-started>.button{margin-left:45px;font-size:10px}.campaign-card{padding-bottom:5px}.campaign-card th,.campaign-card td{padding-left:10px;padding-right:10px}.campaign-card th:first-child,.campaign-card td:first-child{padding-left:0}.campaign-card th:last-child,.campaign-card td:last-child{padding-right:0}.table-empty{padding:25px 5px;font-size:10px}.dashboard-footer{margin:0 18px;padding:13px 0 17px;font-size:8px}.line-card{padding:18px}.line-card-top{gap:10px}.line-card-top h2{font-size:14px}.line-card-top p{font-size:11px}.line-avatar{width:35px;height:35px}.line-card-top .badge{font-size:8px;padding:4px 6px}.line-card-details{padding:18px 0;margin-top:18px;gap:10px}.line-card-actions .button{font-size:11px}.line-card-actions .text-button{font-size:9px}.line-routing{font-size:10px}.routing-copy small{font-size:9px}.guide-strip{margin-top:24px;gap:18px}.page-empty{padding:44px 18px}.page-empty h3{font-size:18px}.page-empty p{font-size:11px}.inline-note{font-size:10px;margin:16px 0}.inbox-card{padding:0}.toolbar{padding:15px}.toolbar input,.toolbar select{font-size:11px}.toolbar select{min-width:115px;padding-left:10px;padding-right:23px}.message-list{padding:0 15px}.message-row{padding:18px 0;gap:9px}.message-heading{gap:7px}.message-heading strong{font-size:11px}.message-heading time{font-size:9px}.message-text{font-size:11px}.message-channel{font-size:9px}.message-attribution strong,.message-attribution small{font-size:9px}.pagination{padding:13px 15px;font-size:10px}.pagination-controls{gap:2px}.pagination-controls span{font-size:10px;padding:0 5px}.editor-layout,.settings-layout{gap:18px}.editor-form{gap:17px}.editor-form label{font-size:11px}.editor-form input,.editor-form textarea{font-size:12px}.editor-actions{align-items:flex-start}.editor-actions p{font-size:9px}.editor-actions .button{font-size:11px}.form-grid{gap:13px}.form-grid label{font-size:11px}.form-grid input{font-size:11px}.preview-page{padding:27px 22px 32px;min-height:330px}.preview-page h2{font-size:34px}.link-builder{margin-top:18px}.link-builder .section-label{margin-bottom:18px}.copy-field .button{font-size:11px;padding:10px 12px}.generated-link>p{font-size:9px}.modal{width:calc(100vw - 24px);max-height:calc(100svh - 24px);border-radius:14px}.modal-header{padding:22px 21px 17px}.modal-header h2{font-size:22px}.modal-content{padding:20px 21px}.modal-actions{padding:17px 21px}.modal-actions .button{font-size:12px}.qr-display{width:246px;min-height:246px}.toast{bottom:85px;font-size:11px;padding:12px 17px}.login-screen{display:flex;flex-direction:column}.login-art{padding:27px 25px 29px;border-right:0;border-bottom:1px solid #354426}.login-art>.brand{font-size:18px}.login-art-body{padding:35px 0 0;margin:0}.login-art-body>.eyebrow{font-size:8px}.login-art-body h1{font-size:37px;margin-top:14px;line-height:1.12}.login-art-body h1 br:first-child{display:none}.login-art-body>p,.login-flow,.login-art>small{display:none}.login-art:after{width:280px;height:280px;bottom:-125px;right:-100px;box-shadow:0 0 0 50px #b9f07f06,0 0 0 100px #b9f07f04}.login-form-area{padding:35px 25px 30px;flex:1}.login-form{max-width:430px}.login-form>.eyebrow{display:none}.login-form h2{font-size:26px;margin-top:0}.login-form>p{font-size:12px;margin-top:7px;margin-bottom:25px}.login-form>label{margin-top:18px;font-size:11px}.login-form input{min-height:47px;font-size:12px}.login-submit{min-height:47px;margin-top:23px}.login-private{font-size:9px;margin-top:18px}.login-back{margin-top:30px;font-size:10px}.public-header{padding:24px 23px}.public-brand{font-size:17px;gap:9px}.public-brand .brand-mark{width:31px;height:31px;font-size:27px;border-radius:9px}.public-header-note{font-size:8px;gap:5px}.public-header-note .small-dot{width:4px;height:4px}.public-main{display:flex;flex-direction:column;align-items:stretch;padding:54px 25px 35px;min-height:auto;gap:10px}.public-intro{text-align:left}.public-intro>.eyebrow{font-size:8px;letter-spacing:.09em}.public-intro h1{font-size:53px;line-height:1.05;margin-top:20px;max-width:500px}.public-description{font-size:13px;max-width:340px;line-height:1.9;margin-top:22px}.public-cta{font-size:12px;min-height:54px;margin-top:27px;padding:14px 19px}.public-cta>span:last-child{margin-left:8px}.availability-text{font-size:9px;max-width:330px;margin-top:12px;line-height:1.7}.public-benefits{font-size:9px;gap:20px;margin-top:25px}.conversation-art{margin:20px 0 0;min-height:414px;padding:40px 15px;transform:scale(.85);transform-origin:center center}.orbit-one{width:375px;height:375px}.orbit-two{width:min(410px,calc(100vw - 30px));height:auto;aspect-ratio:1}.floating-top{right:-5px;top:0;font-size:6px}.floating-bottom{left:-10px;bottom:-5px;font-size:11px}.art-chat{width:303px}.art-chat-body{min-height:230px}.public-footer{margin:0 25px;padding:23px 0;display:flex;flex-direction:column;gap:13px}.public-footer>span{font-size:9px}.public-footer>p{text-align:left;font-size:8px;line-height:1.9;max-width:500px}.public-page:before{background:radial-gradient(ellipse at 110% 25%,#344d2155,transparent 50%)}.public-page .toast{bottom:25px}}
@media(max-width:370px){.public-intro h1{font-size:46px}.public-main{padding-left:21px;padding-right:21px}.public-header{padding-left:21px;padding-right:21px}.public-header-note{font-size:7px}.dashboard-main{padding-left:14px;padding-right:14px}.page-heading h1{font-size:26px}.heading-actions .button{padding:9px;font-size:9px}.stat-header{font-size:9px}.stat-icon{width:21px;height:21px}.stat-number{font-size:32px}.line-card-top .badge{margin-left:45px}.form-grid{grid-template-columns:1fr}.conversation-art{transform:scale(.78);margin-left:-13px;margin-right:-13px}.login-art-body h1{font-size:33px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.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}.modal-content .form-error{margin-top:15px}#preview-headline{white-space:pre-line}.modal-actions{flex-wrap:wrap}

/* Comfortable reading sizes across the workspace. */
body{font-size:16px}
.button,.button.small,.heading-actions .button,.topbar-actions>.button,.line-card-actions .button,.getting-started .button,.editor-actions .button,.copy-field .button,.public-cta{font-size:14px}
.nav-item,.editor-form label,.form-grid label,.login-form>label,label,.line-routing,.line-card-top p{font-size:14px}
input,select,textarea,.editor-form input,.editor-form textarea,.form-grid input,.login-form input,.toolbar input,.toolbar select,.search-field input{font-size:14px}
.nav-caption,.eyebrow,.page-heading .eyebrow,.login-form .eyebrow,.login-art-body>.eyebrow,.public-intro>.eyebrow,.preview-eyebrow{font-size:12px;letter-spacing:.08em}
.workspace-chip,.workspace-chip small,.sidebar-note,.sidebar-note p,.account-button,.account-button small,.account-detail p,.login-private,.login-back,.login-art>small,.login-flow,.breadcrumb,.connection-summary,.date-label,.date-label svg,.dashboard-footer,.refresh-time{font-size:12px}
.page-heading p,.section-label p,.stat-header,.funnel-name,.mini-line-info strong,.line-card-actions .text-button,.settings-note h3,.guide-step h3,.message-heading strong,.message-text{font-size:14px}
.section-label .text-link,.stat-foot,.funnel-detail,.funnel-number,.funnel-footnote,.section-count,.mini-line-info small,.badge,.line-card-top .badge,.detail-label,.detail-value,.routing-copy small,.line-error,.inline-note,.guide-step p,.empty-state p,.getting-started p,.table-empty,.campaign-source,.field-hint,.editor-actions p,.preview-label,.preview-note,.generated-link>p,.copy-field input,.account-detail p,.definition-list,.settings-note,.message-heading time,.message-channel,.message-attribution strong,.message-attribution small,.message-details,.message-details dl,.pagination,.pagination-controls span,.password-toggle,.qr-state,.qr-instructions,.notice,.toast{font-size:12px}
.badge{padding:5px 9px}.stat-card{min-height:175px}.stat-header{align-items:flex-start}.stat-icon{flex-shrink:0}.stat-foot{line-height:1.6}
.getting-started{flex-wrap:wrap}.getting-started>div:nth-child(2){min-width:190px}.getting-started h3{font-size:16px}
table,th{font-size:12px}.table-empty strong,.empty-state h3{font-size:16px}.line-card-actions{flex-wrap:wrap;gap:12px}.line-card-actions .text-button{line-height:1.6}.line-card-top .badge{margin-left:0}.line-card-details{gap:15px}.definition-list>div{gap:13px}
.page-heading p{line-height:1.7}.sidebar-note p{max-width:none}.nav-item{padding-top:12px;padding-bottom:12px}.nav-item svg{width:20px;height:20px}.workspace-chip{gap:8px}.workspace-chip small{font-size:12px}.sidebar-note{padding-left:6px;padding-right:6px}.sidebar-bottom{padding-top:22px}
.login-form>p,.login-art-body>p,.modal-content>p,.prose p,.public-description{font-size:16px}.qr-display{font-size:14px}.qr-instructions{line-height:1.8}.qr-state{font-size:12px!important}.password-toggle{min-width:38px;min-height:32px}.password-field input{padding-right:66px}
.public-header{flex-wrap:wrap}.public-brand{white-space:normal;min-width:0}#public-brand{overflow-wrap:anywhere}.public-header-note,.public-benefits,.availability-text,.public-footer>span,.public-footer>p{font-size:12px}.public-footer>p{max-width:690px}.public-footer{gap:28px}.public-header-note{line-height:1.7}.public-intro>.eyebrow{line-height:1.7}.public-cta{min-height:56px}.availability-text{line-height:1.8}
.preview-brand,.preview-page p,.preview-cta,.preview-browser small{font-size:12px}.preview-browser small{padding-left:6px}.preview-page p{line-height:1.8}.preview-page h2{margin-top:14px}.chat-bubble{font-size:14px}.art-chat-head strong{font-size:14px}.art-chat-head div>span,.chat-bubble>span,.chat-bubble.sent b,.chat-day,.art-chat-foot,.floating-top,.floating-bottom{font-size:12px}.floating-top{max-width:290px;line-height:1.6;letter-spacing:.04em}.art-chat-foot{line-height:1.6}.chat-day{font-size:10px}.chat-bubble>span{font-size:10px}.art-chat{width:345px}.conversation-art{min-height:550px}.floating-bottom{bottom:0}.chat-bubble{max-width:91%}.qr-instructions li>span{font-size:12px}
@media(max-width:1199px){.sidebar>.brand{font-size:17px}.workspace-chip{font-size:12px}.stats-grid{gap:13px}.stat-header{font-size:14px}.stat-foot{font-size:12px}.sidebar-note p{font-size:12px}}
@media(min-width:701px) and (max-width:960px){.sidebar{width:202px}.main-shell{margin-left:202px}.sidebar>.brand{font-size:15px}.workspace-chevron{display:none}.nav-item{font-size:14px;gap:9px}.account-button{font-size:12px}.workspace-chip small{font-size:11px}.sidebar-note{font-size:12px}.sidebar-note p{font-size:12px}.public-header-note{font-size:12px}.login-art-body>.eyebrow{font-size:12px}.login-art-body>p{font-size:16px}.login-flow{flex-wrap:wrap;font-size:12px}}
@media(max-width:700px){
  .sidebar{height:78px}.main-shell{padding-bottom:78px}.nav-item{font-size:12px;gap:5px;padding:9px 2px}.nav-item svg{width:21px;height:21px}.topbar{padding:12px 18px}.breadcrumb{font-size:14px}.breadcrumb>span{display:none}.topbar-actions>.button{font-size:14px;min-height:36px}.topbar-actions>.icon-button{width:34px;height:36px}.topbar-actions>.icon-button svg{width:18px;height:18px}.dashboard-main{padding-top:26px}
  .page-heading{flex-wrap:wrap;gap:14px}.page-heading>div:first-child{width:100%}.page-heading p{font-size:14px;max-width:100%}.page-heading .eyebrow{font-size:12px}.heading-actions{padding-top:0;flex-wrap:wrap}.heading-actions .button{font-size:14px;min-height:42px;padding:11px 14px}.heading-actions .button svg{width:17px;height:17px}
  .stats-grid{gap:12px}.stat-card{padding:17px 14px;min-height:200px}.stat-header{font-size:14px;line-height:1.5;gap:7px}.stat-icon{width:25px;height:25px}.stat-icon svg{width:15px;height:15px}.stat-number{font-size:35px;margin-top:14px}.stat-foot{font-size:12px;margin-top:10px;line-height:1.6}.funnel-name{font-size:14px}.funnel-detail,.funnel-footnote,.funnel-number{font-size:12px}.funnel-step{grid-template-columns:20px minmax(0,1fr) auto;gap:10px}.funnel-detail{margin-top:5px;line-height:1.6}.funnel-track{margin-top:11px;height:5px}.funnel-value{font-size:22px}.funnel-footnote{line-height:1.8}.section-label{align-items:flex-start}.section-label h2{font-size:16px}.section-label p{font-size:12px;line-height:1.7}.section-label .text-link{font-size:12px;white-space:nowrap;padding-top:3px}.section-count{font-size:12px}.getting-started>div:nth-child(2){min-width:210px}.getting-started h3{font-size:16px}.getting-started p{font-size:12px;line-height:1.8}.getting-started>.button{font-size:14px;margin-left:0;min-height:42px}.getting-started-icon{align-self:flex-start;margin-top:3px}.table-empty{font-size:12px;line-height:1.8}.dashboard-footer{font-size:12px;line-height:1.8}.dashboard-footer>span{max-width:300px}
  .line-card-top{gap:12px}.line-card-top h2{font-size:16px}.line-card-top p{font-size:14px}.line-card-top .badge{font-size:12px;margin-left:0}.line-card-details{grid-template-columns:1fr;gap:14px}.detail-label,.detail-value{font-size:12px}.line-routing{font-size:14px}.routing-copy small{font-size:12px;margin-top:5px}.line-card-actions .button,.line-card-actions .text-button{font-size:14px}.line-card-actions .button{min-height:42px}.line-card-actions{gap:14px}.guide-step h3{font-size:14px}.guide-step p{font-size:12px}.guide-step-number{font-size:12px}.inline-note{font-size:12px;line-height:1.8}.page-empty p{font-size:14px}.empty-state p{font-size:12px}.empty-state h3{font-size:16px}
  .toolbar input,.toolbar select{font-size:14px;min-height:44px}.toolbar select{min-width:135px}.search-field svg{top:14px}.message-row{grid-template-columns:30px minmax(0,1fr)}.message-heading strong{font-size:14px;overflow-wrap:anywhere}.message-heading time{font-size:12px}.message-text{font-size:14px;line-height:1.8}.message-channel{font-size:12px;flex-wrap:wrap}.message-attribution strong,.message-attribution small{font-size:12px}.message-details,.message-details dl{font-size:12px}.message-details summary{padding:5px 0}.pagination,.pagination-controls span{font-size:12px}.pagination-controls .icon-button{width:36px;height:36px}.message-avatar{font-size:12px}
  .editor-form label,.form-grid label{font-size:14px}.editor-form input,.editor-form textarea,.form-grid input{font-size:14px}.editor-actions{flex-wrap:wrap}.editor-actions p{font-size:12px;max-width:100%}.editor-actions .button,.copy-field .button{font-size:14px}.copy-field input,.generated-link>p,.preview-label,.preview-note,.preview-brand,.preview-cta,.preview-page p{font-size:12px}.generated-link>p,.preview-note{line-height:1.8}.form-grid{grid-template-columns:1fr}.preview-eyebrow{font-size:12px;line-height:1.7}.preview-page{padding-top:25px}.preview-browser small{font-size:10px}.preview-page h2{font-size:34px}.definition-list{font-size:12px}.settings-note{font-size:12px;line-height:1.9}.settings-note h3{font-size:16px}.modal-actions .button{font-size:14px}.qr-instructions,.qr-state,.notice,.toast{font-size:12px}.toast{bottom:93px}
  .login-art-body>.eyebrow{font-size:12px;line-height:1.8}.login-form>label,.login-form input{font-size:14px}.login-form>p{font-size:16px}.login-private,.login-back{font-size:12px}.login-private{line-height:1.8}.login-submit{font-size:14px;min-height:49px}.login-art-body h1{font-size:37px}.login-art{padding-bottom:31px}
  .public-header{padding-bottom:20px;gap:12px}.public-header-note{font-size:12px}.public-brand{font-size:20px}.public-intro>.eyebrow{font-size:12px;max-width:300px;letter-spacing:.06em}.public-main{padding-top:43px}.public-description{font-size:16px}.public-cta{font-size:14px;width:100%;justify-content:space-between;gap:10px}.public-cta>span:last-child{margin-left:0}.public-benefits,.availability-text{font-size:12px}.public-benefits{flex-wrap:wrap;gap:13px 20px}.public-footer>span,.public-footer>p{font-size:12px}.public-footer>p{line-height:1.9}.conversation-art{min-height:530px;margin-top:20px}.floating-top{font-size:12px;max-width:268px}.floating-bottom{font-size:14px}.art-chat{width:320px}.chat-bubble{font-size:14px}.public-footer{margin-top:0}
}
