@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;650;700&family=Noto+Sans+Bengali:wght@400;500;600;700&display=swap";:root{font-family:Geist,Noto Sans Bengali,Inter,system-ui,sans-serif;color:#17231f;background:#f6f8f7;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #10231f;--navy-2: #18342d;--ink: #18231f;--muted: #66736e;--line: #e3e8e5;--line-strong: #d6ddda;--surface: #fff;--surface-soft: #f7f9f8;--green: #15805f;--green-dark: #0e694e;--green-soft: #e9f7f1;--amber: #b76316;--amber-soft: #fff4e5;--red: #bd3d43;--red-soft: #fff0f1;--blue: #276a9c;--blue-soft: #edf6fc;--shadow: 0 14px 38px rgba(20, 42, 34, .1);color-scheme:light}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%}body{min-width:320px;background:#f5f7f6}button,input,textarea,select{font:inherit}button,a{outline:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}svg{flex:none}h1,h2,h3,p{margin:0}.muted{color:var(--muted)}.capitalize{text-transform:capitalize}.mobile-only{display:none!important}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:var(--navy);color:#dce9e4;padding:18px 12px 12px;display:flex;flex-direction:column;z-index:40;transition:width .2s ease,transform .25s ease}.main-column{grid-column:2;min-width:0}.brand-row{display:flex;align-items:center;justify-content:space-between;padding:0 8px 16px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#2a9b76;color:#fff;box-shadow:inset 0 0 0 1px #ffffff21}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:15px;letter-spacing:-.01em}.brand small{font-size:10px;color:#8fa89f;margin-top:2px}.tenant-switcher{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;width:100%;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0e;padding:9px;color:inherit;text-align:left;margin-bottom:17px}.tenant-switcher-wrap{position:relative}.tenant-switcher-wrap>summary{cursor:pointer;list-style:none}.tenant-switcher-wrap>summary::-webkit-details-marker{display:none}.tenant-switcher-static{cursor:default}.tenant-menu{position:absolute;top:52px;left:0;right:0;z-index:45;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#17342c;box-shadow:0 14px 36px #0000003d}.tenant-menu button{width:100%;border:0;border-radius:8px;background:transparent;color:#d8e6e1;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:7px;text-align:left}.tenant-menu button:hover,.tenant-menu button.active{background:#ffffff14}.tenant-menu button>span:nth-child(2){display:flex;flex-direction:column}.tenant-menu .tenant-logo{width:28px;height:28px}.tenant-switcher:hover{background:#ffffff17}.tenant-switcher>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.tenant-switcher strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-switcher small{font-size:10px;color:#91aaa1;margin-top:2px}.tenant-logo{width:32px;height:32px;border-radius:9px;background:#dff4eb;color:#176b50;font-weight:700;display:grid;place-items:center}.side-nav{flex:1;overflow:auto;padding-right:2px}.side-nav::-webkit-scrollbar{width:4px}.side-nav::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:9px}.nav-group{margin-bottom:17px}.nav-label{display:block;color:#6f8980;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:0 10px 7px}.nav-group a{height:35px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:8px;color:#a9bdb6;font-size:12px;font-weight:500;margin:2px 0;position:relative}.nav-group a:hover{background:#ffffff0f;color:#eaf3f0}.nav-group a.active{background:#204a3e;color:#fff}.nav-group a.active:before{content:"";position:absolute;left:-12px;width:3px;height:20px;border-radius:0 3px 3px 0;background:#45c396}.nav-group a em{margin-left:auto;font-style:normal;font-size:9px;min-width:18px;height:18px;border-radius:9px;background:#dff4eb;color:#0f5b43;display:grid;place-items:center;font-weight:700}.sidebar-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:8px}.sidebar-bottom button,.sidebar-bottom .help-row{width:100%;height:34px;display:flex;align-items:center;gap:10px;padding:0 10px;background:none;border:0;color:#829a92;font-size:11px;border-radius:7px;text-decoration:none}.sidebar-bottom button:hover,.sidebar-bottom .help-row:hover{background:#ffffff0f;color:#fff}.topbar{height:66px;background:#ffffffeb;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.command-search{width:250px;height:35px;border:1px solid var(--line);border-radius:8px;background:#fafbfa;display:flex;align-items:center;gap:8px;padding:0 10px;color:#71807a;font-size:11px}.command-search kbd{margin-left:auto;border:1px solid #dce3df;background:#fff;border-radius:5px;padding:2px 6px;color:#98a39f;font:500 9px Geist}.topbar-actions{display:flex;align-items:center;gap:10px}.notification-button{position:relative}.notification-button>span{position:absolute;top:8px;right:8px;width:5px;height:5px;background:#e0565d;border:1px solid white;border-radius:50%}.command-overlay{align-items:flex-start;justify-content:center;padding:10vh 20px 20px}.command-palette{width:min(560px,100%);overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 24px 70px #0a1c1642}.command-palette>label{height:52px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--line);color:#6f7e78}.command-palette input{min-width:0;flex:1;border:0;outline:0;font:inherit;color:var(--text)}.command-palette>div{max-height:370px;overflow:auto;padding:7px}.command-palette>div>button{width:100%;border:0;border-radius:9px;background:transparent;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;text-align:left}.command-palette>div>button:hover{background:#eff6f3}.command-palette>div>button span{display:flex;flex-direction:column;gap:2px}.command-palette>div>button small,.command-palette>div>p{color:#798781;font-size:10px}.command-palette>div>p{margin:18px;text-align:center}.profile-button{border:0;background:none;display:flex;align-items:center;gap:8px;text-align:left;padding:4px;border-radius:8px;color:var(--ink)}.profile-button:hover{background:#f3f6f4}.profile-button>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#dff4eb;color:#176b50;font-weight:700}.profile-button>span:nth-child(2){display:flex;flex-direction:column;max-width:160px}.profile-button strong{font-size:11px}.profile-button small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-content{padding:32px 34px 48px;max-width:1540px;margin:0 auto}.page{width:100%}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:25px}.eyebrow{display:block;color:var(--green);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;margin-bottom:7px}.page-header h1{font-size:25px;line-height:1.2;letter-spacing:-.035em;color:#14231e}.page-header p{font-size:12px;color:var(--muted);margin-top:7px;max-width:660px;line-height:1.55}.page-actions{display:flex;gap:8px;align-items:center}.button{border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:650;white-space:nowrap;transition:.15s ease}.button-md{height:36px;padding:0 14px;font-size:11px}.button-sm{height:30px;padding:0 10px;font-size:10px}.button-primary{background:var(--green);color:#fff;box-shadow:0 1px 1px #0000000d}.button-primary:hover{background:var(--green-dark)}.button-secondary{background:#fff;border-color:var(--line-strong);color:#27352f}.button-secondary:hover,.button-ghost:hover{background:#f2f6f4}.button-ghost{background:transparent;color:#53615c}.button-danger{background:var(--red);color:#fff}.button-danger:hover{background:#a42e35}.icon-button{width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#64716c;display:grid;place-items:center}.icon-button:hover{background:#f0f4f2;color:#26332e}.badge{height:22px;display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:0 8px;font-size:9px;font-weight:650;white-space:nowrap;text-transform:capitalize}.badge-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.badge-neutral{background:#f0f3f2;color:#64716c}.badge-success{background:var(--green-soft);color:#197356}.badge-warning{background:var(--amber-soft);color:#a15919}.badge-danger{background:var(--red-soft);color:var(--red)}.badge-info{background:var(--blue-soft);color:var(--blue)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:12px}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 19px;border-bottom:1px solid var(--line)}.panel-header h2,.settings-block h2,.connection-card h2,.admin-health h2{font-size:13px;letter-spacing:-.015em}.panel-header p,.settings-block header p{font-size:10px;color:var(--muted);margin-top:4px}.panel-header>a,.panel-header>button{display:flex;align-items:center;gap:5px;border:0;background:none;color:var(--green);font-size:10px;font-weight:650}.welcome-strip{background:#eef8f4;border:1px solid #cfe9de;border-radius:12px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.welcome-strip>div{display:flex;align-items:center;gap:12px}.welcome-icon{width:34px;height:34px;border-radius:9px;background:#fff;color:var(--green);display:grid;place-items:center}.welcome-strip strong{font-size:12px}.welcome-strip p{font-size:10px;color:#5d746b;margin-top:3px}.welcome-strip>a{font-size:10px;font-weight:650;color:var(--green);display:flex;gap:6px;align-items:center}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.metric{background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px;display:flex;justify-content:space-between;align-items:flex-start}.metric>div{display:flex;flex-direction:column}.metric span:first-child{font-size:10px;color:var(--muted);font-weight:500}.metric strong{font-size:22px;letter-spacing:-.035em;margin-top:8px;color:#15241f}.metric small{font-size:9px;color:#95a09c;margin-top:4px}.metric-icon{width:33px;height:33px;border-radius:9px;background:#f0f6f3;color:#26765b;display:grid;place-items:center}.overview-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:14px;margin-bottom:14px}.progress-track{height:4px;background:#edf1ef;margin:0 19px;border-radius:9px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--green);border-radius:9px}.checklist{padding:8px 11px 12px}.checklist a{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;padding:9px;border-radius:8px}.checklist a:hover{background:#f7f9f8}.check-icon{width:22px;height:22px;border:1px solid #ced8d4;border-radius:7px;display:grid;place-items:center;color:#fff}.check-icon>span{width:6px;height:6px;border-radius:50%;background:#c3cdc9}.checklist a.done .check-icon{background:var(--green);border-color:var(--green)}.checklist a>span:nth-child(2){display:flex;flex-direction:column}.checklist strong{font-size:11px}.checklist small{font-size:9px;color:var(--muted);margin-top:3px}.checklist>a>svg{color:#9ba6a2}.health-list{padding:8px 12px 12px}.health-list>div{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:9px;padding:9px 6px;border-bottom:1px solid #f0f2f1}.health-list>div:last-child{border:0}.health-mark{width:7px;height:7px;border-radius:50%;background:#b7c2be}.health-mark.healthy{background:#26a477;box-shadow:0 0 0 3px #e6f6f0}.health-mark.paused,.health-mark.setup{background:#dc8a33;box-shadow:0 0 0 3px #fff2e1}.health-list strong{display:block;font-size:10px}.health-list small{display:block;font-size:8.5px;color:var(--muted);margin-top:2px}.activity-panel .empty-state{min-height:205px}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-icon{width:40px;height:40px;border-radius:11px;background:#f1f6f4;color:#58736a;display:grid;place-items:center;margin-bottom:10px}.empty-state h3{font-size:12px}.empty-state p{font-size:10px;color:var(--muted);line-height:1.5;max-width:350px;margin:5px 0 13px}.loading-block{min-height:55vh;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:11px}.table-panel{overflow:hidden}.table-toolbar{min-height:57px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.search-field{height:34px;width:280px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 10px;background:#fbfcfb;color:#84908b}.search-field:focus-within{border-color:#87b9a8;box-shadow:0 0 0 3px #eaf6f1}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:10px}.segmented{display:flex;background:#f3f6f4;padding:3px;border-radius:8px}.segmented button{border:0;background:transparent;padding:6px 10px;border-radius:6px;font-size:9px;color:var(--muted)}.segmented button.active{background:#fff;color:var(--ink);font-weight:650;box-shadow:0 1px 3px #14282114}.segmented span{color:#87948f;margin-left:3px}.table-scroll{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th{text-align:left;background:#fafbfa;padding:9px 14px;border-bottom:1px solid var(--line);color:#79847f;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.data-table td{padding:12px 14px;border-bottom:1px solid #edf0ee;font-size:10px;color:#34423c;vertical-align:middle}.data-table tr:last-child td{border-bottom:0}.data-table tr.clickable{cursor:pointer}.data-table tr.clickable:hover td,.data-table tbody tr:hover td{background:#fbfcfb}.primary-cell{display:flex;align-items:center;gap:9px;min-width:160px}.primary-cell>span:last-child,.cell-stack{display:flex;flex-direction:column}.primary-cell strong,.cell-stack strong{font-size:10px;color:#1d2a25}.primary-cell small,.cell-stack small{font-size:8.5px;color:var(--muted);margin-top:3px}.cell-stack.wide{max-width:420px}.cell-stack.wide small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-thumb{width:34px;height:34px;border:1px solid #dfe7e3;border-radius:8px;background:#f2f7f5;color:#4a7566;display:grid;place-items:center}.table-action{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--green);font-size:9px;font-weight:650}.keyword-list{display:flex;gap:4px}.keyword-list em{font-style:normal;background:#f0f3f2;border-radius:5px;padding:3px 5px;color:#5e6d67;font-size:8px}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:11px;margin-bottom:14px}.metric-strip>div{padding:15px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column}.metric-strip>div:last-child{border:0}.metric-strip span{font-size:9px;color:var(--muted)}.metric-strip strong{font-size:18px;margin-top:5px;letter-spacing:-.025em}.notice-card,.security-note{display:flex;align-items:flex-start;gap:10px;background:#f0f7f4;border:1px solid #d7e8e1;border-radius:10px;padding:13px 15px;margin-bottom:14px;color:#2c6753}.notice-card strong,.security-note strong{display:block;font-size:10px;color:#27443a}.notice-card p,.security-note small{display:block;font-size:9px;line-height:1.45;color:#698078;margin-top:2px}.overlay{position:fixed;inset:0;background:#0b19156b;z-index:100;display:flex;justify-content:flex-end;animation:fade .15s ease}.drawer{width:min(520px,100%);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-15px 0 45px #0c1b162e;animation:slide .2s ease}.drawer-wide{width:min(650px,100%)}.drawer>header{padding:19px 21px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.drawer>header h2{font-size:16px}.drawer>header p{font-size:10px;color:var(--muted);margin-top:4px}.drawer-body{padding:21px;overflow:auto;flex:1}.drawer>footer{padding:13px 21px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px;background:#fbfcfb}.form-section{padding-bottom:25px;margin-bottom:22px;border-bottom:1px solid var(--line)}.form-section:last-child{border:0}.section-title{display:flex;gap:10px;margin-bottom:17px}.section-title>span{width:23px;height:23px;border-radius:7px;background:#eaf6f1;color:var(--green);font-size:9px;font-weight:700;display:grid;place-items:center}.section-title h3{font-size:12px}.section-title p{font-size:9px;color:var(--muted);margin-top:3px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid.one{grid-template-columns:1fr}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field-label{font-size:9px;color:#48564f;font-weight:650}.field-hint{font-size:8px;color:#8a9691}.field-error{font-size:8px;color:var(--red);display:flex;gap:4px;align-items:center}.input{width:100%;min-height:36px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:0 10px;font-size:10px;color:var(--ink);outline:0}.input:focus{border-color:#79ac9b;box-shadow:0 0 0 3px #e9f5f0}.textarea{padding:9px 10px;resize:vertical;line-height:1.5}.select-wrap{position:relative;display:block}.select-wrap svg{position:absolute;right:9px;top:10px;color:#84908b;pointer-events:none}.select{appearance:none;padding-right:28px}.toggle-row{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0ee}.toggle-row:last-child{border:0}.toggle-row>span{display:flex;flex-direction:column}.toggle-row strong{font-size:10px}.toggle-row small{font-size:8.5px;color:var(--muted);margin-top:3px;line-height:1.4}.toggle{width:36px;height:20px;border:0;border-radius:99px;background:#cdd5d1;padding:2px;transition:.15s}.toggle span{display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:.15s}.toggle.on{background:var(--green)}.toggle.on span{transform:translate(16px)}.dependency-box{display:flex;gap:10px;background:#f2f8f5;border:1px solid #dcebe5;border-radius:9px;padding:12px;color:#2d7058;margin-bottom:10px}.dependency-box strong{font-size:10px}.dependency-box p{font-size:8.5px;color:#668078;margin-top:3px;line-height:1.45}.dialog{margin:auto;width:min(410px,calc(100% - 28px));background:#fff;border-radius:13px;padding:24px;box-shadow:var(--shadow);text-align:center}.dialog-icon{width:40px;height:40px;border-radius:11px;background:var(--amber-soft);color:var(--amber);display:grid;place-items:center;margin:0 auto 12px}.dialog-icon.danger{background:var(--red-soft);color:var(--red)}.dialog h2{font-size:15px}.dialog p{font-size:10px;color:var(--muted);line-height:1.5;margin:7px 0 18px}.dialog-actions{display:flex;justify-content:center;gap:8px}.review-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.review-summary>div{border:1px solid var(--line);border-radius:8px;padding:11px;display:flex;flex-direction:column}.review-summary span{font-size:8px;color:var(--muted)}.review-summary strong,.review-summary code{font-size:10px;margin-top:4px}.evidence-placeholder{height:190px;border:1px dashed #cfd9d5;border-radius:10px;background:#f8faf9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#84918c;margin-bottom:18px}.evidence-placeholder strong{font-size:11px;margin-top:8px;color:#48564f}.evidence-placeholder span{font-size:9px;margin-top:4px}.toast{position:fixed;right:22px;bottom:22px;z-index:150;min-width:260px;max-width:400px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border:1px solid #cde6dc;background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:9px 9px 9px 13px;color:var(--green);font-size:10px}.toast-danger{color:var(--red);border-color:#f1d0d2}.toast span{color:var(--ink)}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{transform:translate(30px);opacity:.6}}.inbox-page{height:calc(100vh - 66px);margin:-32px -34px -48px;display:grid;grid-template-columns:292px minmax(420px,1fr) 270px;background:#fff}.conversation-rail{border-right:1px solid var(--line);display:flex;flex-direction:column;min-width:0}.conversation-rail>header{padding:19px 16px 12px;display:flex;justify-content:space-between;align-items:flex-start}.conversation-rail h1{font-size:19px}.conversation-rail .search-field{width:auto;margin:0 13px 10px}.tabs{display:flex;border-bottom:1px solid var(--line);padding:0 13px}.tabs button{height:35px;border:0;border-bottom:2px solid transparent;background:none;padding:0 9px;color:var(--muted);font-size:9px}.tabs button.active{color:var(--green);border-color:var(--green);font-weight:650}.tabs button span{margin-left:4px;color:#95a19c}.conversation-list{overflow:auto;flex:1}.conversation-list>button{position:relative;width:100%;border:0;border-bottom:1px solid #edf0ee;background:#fff;padding:12px 13px;display:flex;gap:9px;text-align:left}.conversation-list>button:hover{background:#f9fbfa}.conversation-list>button.active{background:#edf7f3}.conversation-list>button.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--green)}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dfeee8;color:#286a55;font-size:11px;font-weight:700}.avatar.large{width:38px;height:38px}.avatar.xlarge{width:52px;height:52px;font-size:16px}.avatar.tiny{width:28px;height:28px;font-size:9px}.conversation-copy{flex:1;min-width:0}.conversation-copy>span:first-child{display:flex;justify-content:space-between}.conversation-copy strong{font-size:10px}.conversation-copy small{font-size:8px;color:#8d9994}.conversation-copy p{font-size:9px;color:#65736d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0 6px}.conversation-copy>span:last-child{display:flex;align-items:center;gap:5px}.conversation-copy em{font-style:normal;font-size:8px;color:#6f7c77}.conversation-list>button>i{position:absolute;right:12px;bottom:12px;width:17px;height:17px;border-radius:9px;background:var(--green);color:#fff;display:grid;place-items:center;font-style:normal;font-size:8px}.thread{min-width:0;display:flex;flex-direction:column;background:#f8faf9}.thread.empty{justify-content:center}.thread-header{height:69px;padding:0 15px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.thread-person{display:flex;align-items:center;gap:9px}.thread-person>span:last-child{display:flex;flex-direction:column}.thread-person strong{font-size:11px}.thread-person small{display:flex;align-items:center;gap:4px;font-size:8px;color:var(--muted);margin-top:3px}.online-dot{width:5px;height:5px;border-radius:50%;background:#24a675}.thread-actions{display:flex;align-items:center;gap:6px}.ai-control{height:38px;border:1px solid #cde4db;background:#f0f8f5;border-radius:8px;color:#256b53;display:flex;align-items:center;gap:7px;padding:0 9px;text-align:left}.ai-control.off{border-color:#e1e5e3;background:#f7f8f8;color:#66736e}.ai-control>span{display:flex;flex-direction:column}.ai-control strong{font-size:8.5px}.ai-control small{font-size:7.5px;opacity:.8}.window-notice{height:30px;background:#fff8e9;border-bottom:1px solid #f2e4c4;color:#9b671f;display:flex;align-items:center;justify-content:center;gap:6px;font-size:8px}.window-notice strong{font-weight:650}.message-stream{flex:1;overflow:auto;padding:18px 7%;min-height:0}.date-rule{text-align:center;margin:3px 0 18px}.date-rule span{font-size:8px;color:#85918c;background:#edf1ef;border-radius:9px;padding:4px 8px}.message-row{display:flex;align-items:flex-end;gap:7px;margin:8px 0}.message-row.outbound{justify-content:flex-end}.message-avatar{width:25px;height:25px;border-radius:50%;background:#dceae5;color:#286a55;display:grid;place-items:center;font-size:8px;font-weight:700}.message-row.outbound .message-avatar{order:2;background:#d6eee5}.bubble{max-width:68%;border:1px solid #e0e6e3;background:#fff;border-radius:10px 10px 10px 3px;padding:9px 10px}.outbound .bubble{background:#e7f5ef;border-color:#cee7dd;border-radius:10px 10px 3px}.bubble p{font-size:10px;line-height:1.55;color:#27352f}.bubble span{display:flex;justify-content:flex-end;align-items:center;gap:3px;font-size:7.5px;color:#87938e;margin-top:5px}.internal-message{margin:auto;background:#eff3f1;color:#62706a;border-radius:8px;padding:7px 10px;display:flex;align-items:center;gap:7px;font-size:8px}.internal-message small{color:#8a9691}.composer{background:#fff;border-top:1px solid var(--line);padding:9px 13px 11px}.composer-tools{display:flex;align-items:center;gap:3px;margin-bottom:6px}.composer-tools button{border:0;background:none;color:#71807a;font-size:8px;display:flex;align-items:center;gap:4px;padding:5px}.composer-tools span{margin-left:auto;font-size:8px;color:#8b9692}.composer-box{border:1px solid var(--line-strong);border-radius:9px;padding:7px;display:flex;align-items:flex-end;gap:8px}.composer-box:focus-within{border-color:#86b7a7;box-shadow:0 0 0 3px #eaf6f1}.composer textarea{border:0;outline:0;resize:none;min-height:39px;max-height:110px;flex:1;font-size:10px;padding:5px;background:transparent}.composer>small{display:block;font-size:7.5px;color:#97a19e;margin-top:5px}.context-panel{border-left:1px solid var(--line);overflow:auto;background:#fff}.context-panel>header{padding:17px;display:flex;align-items:flex-start;justify-content:space-between;text-align:center;border-bottom:1px solid var(--line)}.context-panel>header>div{display:flex;flex-direction:column;align-items:center;flex:1}.context-panel h2{font-size:12px;margin-top:7px}.context-panel header p{font-size:8px;color:var(--muted);margin-top:3px}.context-panel>section{padding:15px;border-bottom:1px solid var(--line)}.context-panel h3{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#78847f;margin-bottom:10px}.detail-list>div{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-size:9px}.detail-list>div>span{color:var(--muted)}.summary-copy{font-size:9px;line-height:1.55;color:#4d5b55}.inline-link{display:flex;align-items:center;gap:4px;background:none;border:0;color:var(--green);font-size:8px;padding:8px 0 0}.context-action{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:8px 3px;color:#4e5c56;text-align:left}.context-action:hover{background:#f7f9f8}.context-action>span{display:flex;flex-direction:column}.context-action strong{font-size:9px}.context-action small{font-size:7.5px;color:var(--muted);margin-top:2px}.settings-layout{display:grid;grid-template-columns:240px minmax(0,720px);align-items:start;gap:16px}.settings-summary{position:sticky;top:92px;background:var(--navy);border-radius:12px;padding:19px;color:#fff}.settings-symbol{width:38px;height:38px;border-radius:10px;background:#245545;color:#6fd1ad;display:grid;place-items:center}.settings-summary h2{font-size:14px;margin-top:15px}.settings-summary p{font-size:9px;line-height:1.55;color:#9db2ab;margin:6px 0 13px}.settings-content{display:flex;flex-direction:column;gap:13px}.settings-block{background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px}.settings-block>header{padding-bottom:13px;border-bottom:1px solid var(--line);margin-bottom:2px}.settings-block>.form-grid,.settings-block>.field{margin-top:14px}.settings-block>.toggle-row+.form-grid{margin-top:14px}.range{accent-color:var(--green);width:100%}.save-bar{position:fixed;left:calc(252px + 50%);transform:translate(-50%);bottom:18px;width:min(670px,calc(100% - 300px));background:#172c25;color:#fff;border:1px solid #28473d;border-radius:11px;box-shadow:0 15px 40px #0d1e1833;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;z-index:35}.save-bar>div{display:flex;align-items:center;gap:8px}.save-bar>div:first-child{display:grid;grid-template-columns:auto auto;column-gap:8px}.save-bar strong{font-size:9px}.save-bar small{grid-column:2;font-size:7.5px;color:#91a8a0}.unsaved-dot{grid-row:1/3;width:7px;height:7px;background:#f1ad4f;border-radius:50%}.rule-empty{text-align:center;padding:30px;color:#75827d}.rule-empty strong{display:block;font-size:10px;color:#3a4842;margin-top:8px}.rule-empty p{font-size:9px;margin:4px 0 12px}.connection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.connection-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:16px}.connection-card.featured{grid-column:1/-1;padding:0}.connection-card>header{display:flex;align-items:center;gap:10px}.connection-card.featured>header{padding:16px;border-bottom:1px solid var(--line)}.connection-card header>span:first-child{width:36px;height:36px;border-radius:9px;background:#edf5ff;color:#2870b0;display:grid;place-items:center}.connection-card header>div{flex:1}.connection-card h2{font-size:11px}.connection-card header p{font-size:8.5px;color:var(--muted);margin-top:3px}.connection-body{padding:18px}.connection-body .security-note{margin-bottom:16px}.connection-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.connection-card.mini{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.connection-card.mini>header{width:100%}.connection-card.mini>header>span:first-child{background:#eef6f3;color:var(--green)}.settings-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:850px}.settings-index a{background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px;display:flex;gap:12px;align-items:center;color:#496058}.settings-index a:hover{border-color:#9bc7b7;box-shadow:0 5px 16px #1e40340f}.settings-index a>svg{color:var(--green)}.settings-index a>span{display:flex;flex-direction:column}.settings-index strong{font-size:11px;color:var(--ink)}.settings-index small{font-size:8.5px;color:var(--muted);margin-top:4px}.account-security-block{max-width:850px;margin-top:14px}.account-security-block header p{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.5}.account-security-block form{max-width:520px}.account-security-block .security-note{margin-bottom:0}.account-security-block .button{justify-self:start}.team-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:14px}.team-row>span:nth-child(2){display:flex;flex-direction:column}.team-row strong{font-size:10px}.team-row small{font-size:8px;color:var(--muted);margin-top:2px}.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:13px}.admin-metrics article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:15px;display:flex;align-items:center;gap:11px}.admin-metrics article>span{width:34px;height:34px;border-radius:9px;background:#eef6f3;color:var(--green);display:grid;place-items:center}.admin-metrics article>div{display:grid;grid-template-columns:auto auto;align-items:baseline;column-gap:7px}.admin-metrics small{grid-column:1/-1;font-size:8px;color:var(--muted)}.admin-metrics strong{font-size:17px;margin-top:3px}.admin-metrics em{font-style:normal;font-size:7px;color:#89958f}.admin-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:13px}.admin-health{display:flex;flex-direction:column;gap:13px}.admin-health .panel{padding:14px}.admin-health .panel>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.admin-health-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0ee;padding:9px 0}.admin-health-row>span{font-size:8.5px;display:flex;align-items:center;gap:6px;color:#51605a}.admin-shortcuts button,.admin-shortcuts a{width:100%;border:0;border-top:1px solid #edf0ee;background:transparent;padding:10px 2px;display:flex;align-items:center;gap:8px;color:#53615b;font-size:9px;text-decoration:none;cursor:pointer}.admin-shortcuts button:hover,.admin-shortcuts a:hover{color:var(--green)}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,44%) 1fr;background:#fff}.auth-story{background:var(--navy);color:#fff;padding:32px clamp(32px,6vw,86px);display:flex;flex-direction:column}.auth-story-copy{margin:auto 0;max-width:520px}.auth-story-copy .eyebrow{color:#5ed0a5}.auth-story h1{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.05em;margin:14px 0 18px}.auth-story-copy>p{font-size:13px;line-height:1.6;color:#a9bdb6}.auth-story ul{list-style:none;padding:0;margin:28px 0 0;display:flex;flex-direction:column;gap:12px}.auth-story li{display:flex;align-items:center;gap:9px;font-size:11px;color:#dce9e4}.auth-story li svg{color:#5ed0a5}.auth-trust{display:flex;align-items:center;gap:10px;color:#67c9a5}.auth-trust span{display:flex;flex-direction:column}.auth-trust strong{font-size:10px;color:#dce9e4}.auth-trust small{font-size:8px;color:#7e9a90;margin-top:2px}.auth-form-wrap{display:grid;place-items:center;padding:36px}.auth-form{width:min(380px,100%)}.auth-icon{width:42px;height:42px;border-radius:12px;background:#e8f6f1;color:var(--green);display:grid;place-items:center;margin-bottom:18px}.auth-form h2{font-size:22px;letter-spacing:-.03em}.auth-form>p{font-size:10px;color:var(--muted);margin:7px 0 24px}.auth-form>.field{margin-bottom:13px}.password-field{position:relative}.password-field button{position:absolute;right:7px;top:4px;width:28px;height:28px;border:0;background:none;color:#7a8782}.forgot{float:right;margin:-3px 0 14px;border:0;background:none;color:var(--green);font-size:9px}.auth-submit{width:100%;clear:both}.auth-divider{height:35px;display:flex;align-items:center;color:#98a29e}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-divider span{padding:0 10px;font-size:8px}.auth-switch{text-align:center!important;margin:18px 0 13px!important}.auth-switch span{color:var(--green);font-size:10px;font-weight:650}.auth-legal{display:flex;justify-content:center;align-items:center;gap:5px;color:#8b9692;font-size:7.5px}.credential-summary code{font-size:9px;overflow-wrap:anywhere}.mobile-bottom-nav{display:none}@media(max-width:1180px){.context-panel{display:none}.inbox-page{grid-template-columns:280px 1fr}.connection-grid{grid-template-columns:1fr 1fr}.admin-layout{grid-template-columns:1fr}.admin-health{display:grid;grid-template-columns:1fr 1fr}.metric-grid,.admin-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.app-shell{display:block}.sidebar{transform:translate(-100%);box-shadow:15px 0 40px #0a181333}.sidebar.mobile-open{transform:translate(0)}.main-column{width:100%}.mobile-scrim{display:block;position:fixed;inset:0;background:#0a181361;z-index:39;border:0}.mobile-only{display:grid!important}.topbar{padding:0 18px}.command-search{width:190px}.main-content{padding:25px 20px 90px}.inbox-page{margin:-25px -20px -90px;height:calc(100vh - 66px);grid-template-columns:265px 1fr}.settings-layout{grid-template-columns:1fr}.settings-summary{position:static;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.settings-summary h2{margin:0}.settings-summary p{margin:3px 0 0}.settings-summary .badge{grid-column:3;grid-row:1/3}.save-bar{left:50%;width:calc(100% - 32px);bottom:76px}.auth-page{grid-template-columns:1fr}.auth-story{display:none}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:65px;background:#fff;border-top:1px solid var(--line);z-index:34;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#7d8984;font-size:8px}.mobile-bottom-nav a.active{color:var(--green)}.overview-grid{grid-template-columns:1fr}}@media(max-width:680px){.topbar{height:58px}.command-search{width:auto;border:0;background:transparent;padding:0}.command-search span,.command-search kbd{display:none}.profile-button>span:nth-child(2),.profile-button>svg{display:none}.main-content{padding:20px 14px 86px}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:18px}.page-header h1{font-size:22px}.page-actions{width:100%}.page-actions .button{flex:1}.welcome-strip{align-items:flex-start;gap:10px}.welcome-strip>a{display:none}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric{padding:13px}.metric strong{font-size:18px}.metric small{display:none}.overview-grid{gap:10px}.table-toolbar{align-items:flex-start;flex-direction:column}.search-field{width:100%}.segmented{width:100%;overflow:auto}.metric-strip{grid-template-columns:1fr 1fr}.metric-strip>div:nth-child(2){border-right:0}.metric-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.connection-grid,.settings-index,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.admin-metrics{grid-template-columns:1fr 1fr}.admin-health{grid-template-columns:1fr}.inbox-page{margin:-20px -14px -86px;display:block;height:calc(100vh - 58px)}.conversation-rail{height:100%}.thread{display:none}.drawer{width:100%}.review-summary{grid-template-columns:1fr}.save-bar>div:first-child small{display:none}.settings-summary{grid-template-columns:auto 1fr}.settings-summary .badge{grid-column:2;grid-row:auto}.toast{left:12px;right:12px;bottom:78px;min-width:0}.team-row{grid-template-columns:auto 1fr auto}.team-row>.badge:last-child{display:none}}.profile-wrap{position:relative}.profile-menu{position:absolute;right:0;top:43px;width:210px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:12px;display:flex;flex-direction:column;z-index:50}.profile-menu strong{font-size:10px}.profile-menu small{font-size:8px;color:var(--muted);margin-top:3px;overflow:hidden;text-overflow:ellipsis}.profile-menu button{height:32px;margin-top:10px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;color:var(--red);font-size:9px;padding:9px 0 0}
