@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--engage-bg:#f8fafc;--engage-sidebar:#fff;--engage-card:#fff;--engage-border:#e5e7eb;--engage-accent:#2563eb;--engage-accent-2:#3b82f6;--engage-accent-light:#eff6ff;--engage-text:#111827;--engage-muted:#6b7280;--engage-muted-light:#9ca3af;--engage-hover:#f3f4f6;--engage-green:#16a34a;--engage-red:#dc2626;--engage-shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--engage-bg);color:var(--engage-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ep-sidebar-nav{scrollbar-width:none;-ms-overflow-style:none}.ep-sidebar-nav::-webkit-scrollbar{width:0;height:0;display:none}button,input,select,textarea{font-family:inherit}select option{color:#111827;background:#fff}.ep-main{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.ep-main--fill{overflow:hidden}.ep-page-root{flex-direction:column;flex:1;width:100%;max-width:100%;min-height:0;display:flex}.ep-main--fill .ep-page-root{height:100%}.ep-page{flex-direction:column;gap:16px;width:100%;max-width:100%;min-height:100%;display:flex}.ep-page-fill{flex-direction:column;flex:1;gap:12px;width:100%;max-width:100%;height:100%;min-height:0;display:flex}.ep-users-page{height:100%;padding-bottom:0;overflow:hidden}.ep-metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;width:100%;display:grid}.ep-two-col{grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr);align-items:start;gap:16px;width:100%;display:grid}.ep-split-main{grid-template-columns:minmax(0,1fr) minmax(240px,300px);align-items:start;gap:16px;width:100%;display:grid}.ep-split-ml-templates{grid-template-columns:minmax(280px,1.15fr) minmax(320px,.85fr);align-items:start;gap:16px;width:100%;display:grid}.ep-split-kyc-preview{grid-template-columns:minmax(280px,1fr) minmax(460px,560px);align-items:start;gap:20px;width:100%;display:grid}.ep-list-detail{flex:1;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:stretch;gap:16px;width:100%;min-height:0;display:grid}.ep-flex-grow{flex-direction:column;flex:1;min-height:0;display:flex}.ep-card-fill{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ep-scroll-panel{flex:1;width:100%;min-height:0;overflow-y:auto}.ep-bbook-directory{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(260px,300px);align-items:stretch;gap:16px;width:100%;display:grid}.ep-bbook-tab-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));align-items:start;gap:16px;width:100%;display:grid}.ep-bbook-activity-log{background:#0f172a;border-radius:12px;width:100%;margin-top:16px;margin-bottom:8px;padding:12px 16px}.ep-bbook-activity-log__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ep-bbook-activity-log__title{color:#94a3b8;font-size:12px;font-weight:600}.ep-bbook-activity-log__body{max-height:120px;overflow-y:auto}.ep-companies-table-scroll{width:100%;overflow-x:visible}.ep-companies-table-inner{width:100%;min-width:0}.ep-companies-table-row,.ep-companies-table-item{width:100%}.ep-companies-activity__body{max-height:120px;overflow-y:auto}@media (width<=1200px){.ep-bbook-directory{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (width<=768px){.ep-bbook-directory,.ep-bbook-tab-grid{grid-template-columns:1fr}.ep-bbook-working-fields{grid-template-columns:1fr!important}}@media (width<=1100px){.ep-two-col,.ep-split-main,.ep-split-ml-templates,.ep-split-kyc-preview,.ep-list-detail{grid-template-columns:1fr}}@media (width<=640px){.ep-metrics{grid-template-columns:1fr}}.ep-shell{background:var(--engage-bg);height:100dvh;display:flex;position:relative;overflow:hidden}.ep-shell-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.ep-sidebar{background:var(--engage-sidebar);border-right:1px solid var(--engage-border);z-index:40;flex-direction:column;flex-shrink:0;width:232px;height:100dvh;display:flex;overflow:hidden}.ep-sidebar__brand{border-bottom:1px solid var(--engage-border);background:var(--engage-sidebar);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:16px 18px;display:flex}.ep-sidebar__close{border:1px solid var(--engage-border);background:var(--engage-hover);width:36px;height:36px;color:var(--engage-text);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:none}.ep-sidebar-overlay{display:none}.ep-header{background:var(--engage-sidebar);border-bottom:1px solid var(--engage-border);height:60px;box-shadow:var(--engage-shadow);flex-shrink:0;align-items:center;gap:12px;min-width:0;padding:0 24px;display:flex}.ep-header__menu-btn{border:1px solid var(--engage-border);width:40px;height:40px;color:var(--engage-text);cursor:pointer;box-shadow:var(--engage-shadow);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:none}.ep-header__menu-btn:active{background:var(--engage-hover)}.ep-header__title-wrap{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.ep-header__title{color:var(--engage-text);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:20px;font-weight:700;line-height:1.2;overflow:hidden}.ep-header__subtitle{margin:0;display:none}.ep-header__site{flex-shrink:0;align-items:center;min-width:0;display:flex}.ep-header__platform-select,.ep-header__platform-static,.ep-header__company-chip{border:1px solid var(--engage-border);color:var(--engage-text);text-overflow:ellipsis;white-space:nowrap;background:#f9fafb;border-radius:8px;outline:none;max-width:220px;padding:6px 10px;font-size:13px;font-weight:600;overflow:hidden}.ep-header__platform-select{cursor:pointer}.ep-header__company-chip{background:var(--engage-accent-light);border-color:#bfdbfe}.ep-header__status{background:#dcfce7;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:4px 12px;display:inline-flex}.ep-header__status--offline{background:#fee2e2}.ep-header__status-dot{background:var(--engage-green);border-radius:50%;flex-shrink:0;width:8px;height:8px}.ep-header__status--offline .ep-header__status-dot{background:var(--engage-red)}.ep-header__status-label{color:var(--engage-text);font-size:13px;font-weight:600}.ep-header__user{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.ep-header__avatar{background:linear-gradient(135deg, var(--engage-accent), var(--engage-accent-2));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.ep-header__profile-name{color:var(--engage-muted);font-size:13px;font-weight:500}.ep-header__signout{border:1px solid var(--engage-border);color:var(--engage-muted);cursor:pointer;background:#f9fafb;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:500}.ep-header__signout-icon{border:1px solid var(--engage-border);width:36px;height:36px;color:var(--engage-muted);cursor:pointer;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:none}.ep-main{-webkit-overflow-scrolling:touch}@media (width<=768px){.ep-shell{display:block}.ep-shell-main{width:100%;height:100%}.ep-sidebar{width:min(300px,86vw);height:100dvh;box-shadow:none;border-right:1px solid var(--engage-border);z-index:1000;transition:transform .28s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;transform:translate(-105%)}.ep-shell--nav-open .ep-sidebar{transform:translate(0);box-shadow:8px 0 32px #0f172a2e}.ep-sidebar__close{display:inline-flex}.ep-sidebar-overlay{-webkit-backdrop-filter:blur(2px);z-index:900;opacity:0;pointer-events:none;background:#0f172a73;transition:opacity .22s;display:block;position:fixed;inset:0}.ep-shell--nav-open .ep-sidebar-overlay{opacity:1;pointer-events:auto}.ep-header{z-index:50;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"menu title user""site site status";align-items:center;gap:0 10px;height:auto;padding:10px 12px 12px;display:grid;position:sticky;top:0}.ep-header__menu-btn{grid-area:menu;width:38px;height:38px;display:inline-flex}.ep-header__title-wrap{flex:none;grid-area:title;gap:2px}.ep-header__title{letter-spacing:-.03em;text-overflow:clip;font-size:18px;overflow:visible}.ep-header__subtitle{display:none}.ep-header__user{grid-area:user;gap:8px;margin-left:0}.ep-header__profile-name,.ep-header__signout{display:none}.ep-header__signout-icon{display:inline-flex}.ep-header__avatar{width:32px;height:32px}.ep-header__site{min-width:0;box-shadow:inset 0 1px 0 var(--engage-border);grid-area:site;align-self:stretch;align-items:center;margin-top:8px;padding-top:10px;display:flex}.ep-header__site:empty{display:none}.ep-header__status{box-shadow:inset 0 1px 0 var(--engage-border);box-sizing:border-box;background:#dcfce7;border-radius:999px;grid-area:status;justify-content:center;align-self:end;align-items:center;gap:6px;height:36px;margin-top:8px;margin-left:0;padding:8px 12px;display:inline-flex}.ep-header__status--offline{background:#fee2e2}.ep-header__platform-select,.ep-header__platform-static,.ep-header__company-chip{border:1px solid var(--engage-border);width:100%;max-width:none;height:36px;color:var(--engage-text);background:#f8fafc;border-radius:10px;padding:0 12px;font-size:13px;font-weight:600}.ep-header__status-label{color:#166534;font-size:12px;font-weight:700;display:inline}.ep-header__status--offline .ep-header__status-label{color:#991b1b}.ep-header__status-dot{width:7px;height:7px}.ep-event-feed__updated,.ep-event-feed__time{white-space:nowrap!important}.ep-event-feed__refresh-label{display:none}.ep-event-feed__refresh{width:32px;padding:0!important}.ep-event-feed__head{flex-wrap:wrap;row-gap:8px}.ep-main{padding:12px 12px 20px!important}.ep-main--fill{padding:10px 10px 0!important}.ep-page{gap:12px}.ep-metrics{grid-template-columns:1fr 1fr;gap:10px}.ep-metrics>*{padding:14px!important}.ep-two-col,.ep-split-main,.ep-split-ml-templates,.ep-split-kyc-preview,.ep-list-detail,.ep-bbook-directory,.ep-bbook-tab-grid{grid-template-columns:1fr;gap:12px}.ep-sidebar-nav button{min-height:44px;border-radius:10px!important;padding:10px 12px!important;font-size:14px!important}.ep-sidebar-nav{overscroll-behavior:contain;padding:10px 10px 24px!important}body.ep-nav-lock{overflow:hidden}.ep-companies-table-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#cbd5e1 #fff;border-bottom:1px solid #eef2f7;margin:0;padding-bottom:4px;width:100%!important;max-width:100%!important;display:block!important;overflow:auto hidden!important}.ep-companies-table-scroll::-webkit-scrollbar{-webkit-appearance:none;background:#fff;height:8px!important;display:block!important}.ep-companies-table-scroll::-webkit-scrollbar-track{border-top:1px solid #eef2f7;border-radius:0;background:#fff!important}.ep-companies-table-scroll::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:999px;min-width:48px;background:#cbd5e1!important}.ep-companies-table-scroll::-webkit-scrollbar-thumb:active{background:#94a3b8!important}.ep-companies-table-inner,.ep-companies-table-item,.ep-companies-table-row{box-sizing:border-box;width:980px!important;min-width:980px!important;max-width:none!important}.ep-companies-table-row{grid-template-columns:52px 170px 150px 90px 110px 56px 320px!important;gap:8px!important}.ep-companies-table-row>*{min-width:0}.ep-companies-activity{z-index:25;min-height:156px;max-height:200px;padding:12px 12px calc(12px + env(safe-area-inset-bottom,0px));border:1px solid #1e293b;flex-direction:column;margin-top:14px;margin-bottom:0;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 28px #0f172a47}.ep-companies-activity .ep-bbook-activity-log__head{flex-shrink:0;margin-bottom:8px}.ep-companies-activity__body,.ep-companies-activity .ep-bbook-activity-log__body{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#64748b #0f172a;flex:1;min-height:96px;max-height:none;overflow-y:auto}.ep-companies-activity__body::-webkit-scrollbar{width:6px}.ep-companies-activity__body::-webkit-scrollbar-thumb{background:#64748b;border-radius:999px}}@media (width>=769px){.ep-step-row{align-items:center;gap:14px;padding:16px 20px;display:flex}.ep-step-top{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.ep-step-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.ep-step-detail{text-align:right;word-break:break-word;max-width:320px}}@media (width<=768px){.ep-integration-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.ep-integration-header>div:last-child{justify-content:flex-start!important}.ep-integration-creds{flex-direction:column!important;gap:10px!important;padding:10px 12px!important}.ep-integration-creds>div{word-break:break-all}.ep-integration-live-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.ep-step-row{flex-direction:column!important;gap:6px!important;padding:12px 14px!important;display:flex!important}.ep-step-top{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;display:flex!important}.ep-step-number{width:28px!important;min-width:28px!important;height:28px!important;font-size:12px!important}.ep-step-desc{font-size:12px!important;line-height:1.4!important}.ep-step-right{align-items:center!important;gap:8px!important;display:flex!important}.ep-step-detail{text-align:left!important;word-break:break-word!important;max-width:none!important;font-size:11px!important;line-height:1.4!important}.ep-step-body{padding:0 14px 14px!important}.ep-evidence-row{flex-direction:column!important}.ep-evidence-row>div{min-width:0!important;max-width:none!important}.ep-next-actions-grid{grid-template-columns:1fr!important}}@media (width<=360px){.ep-metrics{grid-template-columns:1fr}.ep-header__title{font-size:16px}}
