:root{--ink:#17252b;--muted:#708087;--line:#e5ebea;--soft:#f5f8f7;--brand:#087e78;--brand-dark:#066660;--aqua:#e1f4f1;--amber:#fff5df;--red:#b43f39;--white:#fff}*{box-sizing:border-box}body{margin:0;background:#f5f8f7;color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark)}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.15;letter-spacing:-.04em;margin-bottom:8px}h2{font-size:18px;letter-spacing:-.02em;margin-bottom:14px}h3{font-size:15px}.muted,small{color:var(--muted)}small{display:block;font-size:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#102a2c;color:#d9e7e5;padding:24px 16px;display:flex;flex-direction:column;min-height:100vh}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:750;font-size:18px;letter-spacing:-.03em}.brand small{color:#89aaa7;font-size:9px;letter-spacing:.18em;margin-top:1px}.brand-mark{width:35px;height:35px;border-radius:11px;background:#35c2a4;color:#083b39;display:grid;place-items:center;font-weight:900}.tenant-switch{display:flex;align-items:center;gap:10px;padding:18px 8px 20px;margin:20px 0 8px;border-top:1px solid #294346;border-bottom:1px solid #294346}.tenant-switch b,.user-label b{display:block;color:#fff;font-size:13px}.tenant-switch small,.user-label small{color:#98b1ae}.avatar,.user-dot{width:36px;height:36px;flex:0 0 36px;border-radius:12px;display:grid;place-items:center;background:#d8f3ed;color:#086b64;font-weight:800}.nav{display:flex;flex-direction:column;gap:4px}.nav-label{font-size:9px;color:#829b99;letter-spacing:.16em;margin:14px 10px 4px}.nav a{color:#c1d2d0;padding:9px 11px;border-radius:8px;font-size:13px}.nav a:hover,.nav a:focus{background:#1a3b3d;color:#fff}.sidebar-foot{margin-top:auto;display:flex;align-items:center;gap:9px;padding:14px 5px 0;border-top:1px solid #294346}.user-dot{width:30px;height:30px;flex-basis:30px;border-radius:50%}.user-label{min-width:0;flex:1}.user-label b{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.logout{border:0;background:transparent;color:#a9c0be;font-size:11px;cursor:pointer}.main{min-width:0}.topbar{height:62px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;color:var(--muted);font-size:12px}.eyebrow{font-size:10px;letter-spacing:.14em;font-weight:750;color:var(--brand)}.topbar-right{display:flex;align-items:center;gap:16px}.status-pill{color:#327061;background:#e9f6f0;border-radius:99px;padding:5px 10px}.status-pill i{display:inline-block;background:#31a66f;width:6px;height:6px;border-radius:50%;margin-right:6px}.content{max-width:1440px;padding:34px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.page-heading p{margin-bottom:0}.button-row{display:flex;gap:8px}.button{border:1px solid transparent;border-radius:8px;padding:10px 14px;font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button.primary{background:var(--brand);color:white}.button.primary:hover{background:var(--brand-dark)}.button.secondary{background:white;border-color:var(--line);color:#274146}.button.google{border-color:#dfe5e5;background:white;color:#29383c}.button.google b{font-size:18px;color:#4285f4}.button.full{width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card,.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:19px}.stat-card span{display:block;font-size:12px;color:var(--muted)}.stat-card strong{display:block;font-size:32px;letter-spacing:-.04em;margin:7px 0}.stat-card small{font-size:11px}.stat-alert strong{color:var(--red)}.columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.columns.layout-form{grid-template-columns:minmax(270px,.78fr) minmax(0,1.4fr)}.panel{margin-bottom:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px}.panel-head h2{margin:0}.panel-head>a{font-size:12px;font-weight:700}.list-row{display:flex;align-items:center;gap:11px;padding:12px 2px;border-top:1px solid #eef1f0;color:var(--ink)}.list-row:first-of-type{border-top:0}.grow{flex:1;min-width:0}.grow b{display:block;font-size:13px}.grow small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag{display:inline-flex;border-radius:99px;padding:4px 9px;background:#edf4f2;color:#44625d;font-size:10px;font-weight:700;white-space:nowrap}.date{font-size:11px;color:var(--muted);white-space:nowrap}.task-icon{color:#e0a433}.empty{padding:22px 8px;color:#81918f;font-size:13px;text-align:center}.form-stack{display:flex;flex-direction:column;gap:13px}.form-stack label,.field{font-size:12px;font-weight:650;color:#34484c;display:flex;flex-direction:column;gap:6px}.form-stack input,.form-stack textarea,.form-stack select,.field input,.field textarea,.field select,.search-form input,.reply-box textarea{width:100%;font:inherit;border:1px solid #dce5e3;border-radius:7px;padding:10px 11px;background:#fff;color:var(--ink);outline:0}.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus,.search-form input:focus,.reply-box textarea:focus{border-color:#42aaa0;box-shadow:0 0 0 3px #d9f1ed}.form-stack textarea{resize:vertical}.help{font-size:11px;font-weight:400}.field-error,.form-error{color:#b53e3a;font-size:12px}.form-error{background:#fff0ef;border-radius:7px;padding:10px}.search-form{display:flex;gap:6px}.search-form input{min-width:160px;padding:8px 10px}.search-form .button{padding:8px 10px}.stage-strip{display:flex;gap:8px;overflow:auto;margin:0 0 16px}.stage-strip>div{min-width:120px;padding:12px;border-radius:9px;background:#e7f3f0}.stage-strip strong{display:block;font-size:19px}.stage-strip span{display:block;font-size:10px;color:#5b7772}.check-button{border:0;background:transparent;color:var(--brand);font-size:21px;cursor:pointer}.struck{text-decoration:line-through;color:#8e9a98}.tabs{display:flex;align-items:center;gap:8px;margin-bottom:14px}.tabs>a{padding:8px 12px;background:white;border:1px solid var(--line);border-radius:8px;color:#566a6c;font-size:12px}.tabs>a.selected{background:#e5f4f1;color:#056c65;border-color:#c8e8e3}.tabs .search-form{margin-left:auto}.chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px}.chat-panel{padding:0;overflow:hidden}.chat-state{padding:12px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;color:#647574;font-size:12px}.link-button{border:0;background:transparent;color:var(--brand);cursor:pointer;font-weight:700}.thread{padding:20px;min-height:300px;max-height:58vh;overflow-y:auto;background:#f8fbfa;display:flex;flex-direction:column;gap:10px}.bubble{max-width:78%;padding:11px 13px;border-radius:11px;background:white;border:1px solid var(--line);font-size:13px}.bubble.outbound{align-self:flex-end;background:#e6f7f1;border-color:#d7eee7}.bubble.internal{align-self:flex-end;background:#fff5dd;border-color:#f7e8bf}.bubble small{margin-top:7px}.reply-box{border-top:1px solid var(--line);padding:14px;display:flex;flex-direction:column;gap:8px}.reply-box textarea{resize:vertical}.reply-box>div{display:flex;justify-content:flex-end;gap:8px}.detail-row{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.detail-row span{color:var(--muted)}.callout{background:#eaf5f3;border:1px solid #d5eae6;border-radius:10px;padding:14px 16px;margin-bottom:16px;font-size:13px}.callout p{margin:5px 0 0;color:#58706e}.callout.warning{background:var(--amber);border-color:#f3e3bd}.inline-form{display:flex;align-items:center;gap:10px;margin-top:12px}.code-block{display:block;overflow-wrap:anywhere;padding:12px;background:#f4f7f6;border-radius:8px;font-size:11px;color:#244b49}.narrow{max-width:760px}.billing-grid{grid-template-columns:1fr 1fr}.qr-card{margin-top:20px;padding:15px;background:#f7faf9;border-radius:10px}.qr-card h3{margin-bottom:4px}.qr-image{display:block;width:210px;height:210px;object-fit:contain;padding:10px;background:white;border-radius:8px}.app-footer{font-size:11px;color:#96a3a0;padding:20px 0}.flash{padding:11px 14px;border-radius:8px;margin-bottom:14px;background:#e8f4f0;color:#246e58;font-size:13px}.flash.error{background:#fff0ef;color:#a53430}.flash.warning{background:#fff5df;color:#8b641e}.flash.info{background:#edf3fb;color:#3c5f91}.auth-shell{max-width:460px;margin:7vh auto;padding:0 18px}.auth-brand{color:#18393a;margin-bottom:22px}.auth-brand small{color:#728986}.auth-card{background:white;border:1px solid var(--line);border-radius:15px;padding:28px;box-shadow:0 15px 50px #1437330c}.auth-card h1{font-size:27px;margin:8px 0}.auth-card>.muted{font-size:13px;margin-bottom:20px}.divider{display:flex;align-items:center;gap:12px;margin:17px 0;color:#98a4a1;font-size:11px}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.note{padding:10px 12px;background:#f5f8f7;border-radius:8px;margin-top:14px;color:#657976;font-size:11px}.auth-links{display:flex;justify-content:space-between;gap:10px;margin-top:18px;font-size:11px;color:var(--muted)}.auth-links a{font-weight:700}.auth-shell>.flash{margin-bottom:12px}@media(max-width:980px){.app-shell{grid-template-columns:205px 1fr}.content{padding:24px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:0;padding:14px}.tenant-switch,.sidebar-foot{display:none}.nav{flex-direction:row;overflow:auto}.nav-label{display:none}.nav a{white-space:nowrap;font-size:11px;padding:7px 9px}.main{min-width:0}.topbar{height:48px;padding:0 16px}.topbar-right>span:last-child{display:none}.content{padding:18px}.page-heading{align-items:flex-start;flex-direction:column}.columns,.columns.layout-form,.chat-layout,.billing-grid{grid-template-columns:1fr}.stats-grid{gap:8px}.stat-card{padding:13px}.stat-card strong{font-size:25px}.panel{padding:15px}.chat-panel{padding:0}.thread{padding:13px}.bubble{max-width:90%}.tabs{flex-wrap:wrap}.tabs .search-form{width:100%;margin-left:0}.list-row{gap:8px}.date{font-size:10px}}

.brand-mark{font-size:15px;letter-spacing:-.08em}

.industry-description{margin:0}.industry-description p{margin:6px 0 7px;color:#58706e}.industry-description small{margin-top:3px}.industry-status{color:#13675f;font-weight:700}.industry-status.is-planned{color:#8b641e}

.auth-card{position:relative}.auth-cancel-form{position:absolute;top:10px;right:10px;margin:0}.auth-cancel{width:34px;height:34px;border:0;border-radius:50%;background:#f1f5f4;color:#59706d;font-size:23px;line-height:1;cursor:pointer;display:grid;place-items:center}.auth-cancel:hover{background:#e5edeb;color:#173b3a}.auth-cancel:focus-visible{outline:3px solid #42aaa0;outline-offset:2px}

.button.danger{background:#fff;border-color:#f1d6d3;color:var(--red)}.button.danger:hover{background:#fff0ef}.copy-webhook{width:100%;text-align:left;border:0;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.5}.copy-webhook:hover{background:#eaf2f0}.copy-status{display:block;margin-top:8px;font-size:12px;color:var(--muted)}
