@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap";:root{--color-brand: #E73389;--color-brand-dark: #AF2769;--color-brand-light: #F29DC3;--color-whale: #0a3749;--color-cello: #374a58;--color-sky: #3b606e;--color-steel: #6c8892;--color-heather: #b6c3c9;--color-heather-bg: #e9edee;--color-fog: #D8D9DB;--color-smoke: #F0F2F4;--color-snow: #FFFFFF;--color-nite: #1c1c1b;--color-positive: #4CAF50;--color-positive-dark: #087F23;--color-warning: #FFC107;--color-negative: #F44336;--color-negative-dark: #BA000D;--color-info: #2196F3;--color-info-dark: #0069C0;--fg-1: var(--color-whale);--fg-2: var(--color-cello);--fg-body: var(--color-steel);--fg-muted: var(--color-heather);--fg-link: var(--color-info);--bg-page: var(--color-smoke);--bg-surface: var(--color-snow);--border-1: var(--color-fog);--border-2: var(--color-heather-bg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:var(--fg-body);background:var(--bg-page);-webkit-font-smoothing:antialiased}a{color:var(--fg-link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.hub-aside{position:fixed;top:0;left:0;width:230px;height:100vh;background:var(--color-whale);color:var(--color-heather);display:flex;flex-direction:column;z-index:11;overflow:hidden}.hub-header{position:fixed;top:0;left:230px;right:0;height:50px;background:var(--color-snow);display:flex;align-items:center;z-index:10;box-shadow:0 1px 0 0 var(--border-1)}.hub-body{position:absolute;top:50px;left:230px;right:0;bottom:0;overflow:auto;background:var(--bg-page)}.hub-logo{width:230px;height:50px;background:var(--color-whale);display:flex;align-items:center;padding-left:18px;gap:8px;flex-shrink:0}.hub-aside__stripe{height:32px;background:var(--color-brand);color:var(--color-snow);padding:0 14px;display:flex;align-items:center;font-size:12px;font-weight:500;flex-shrink:0}.hub-aside__nav{flex:1;overflow-y:auto;padding:4px 0}.hub-nav-section{padding:8px 14px;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:500;color:var(--color-heather);letter-spacing:.2px;cursor:pointer;transition:color .15s,background .15s}.hub-nav-section:hover{color:var(--color-snow);background:#ffffff0a}.hub-nav-item{display:flex;align-items:center;gap:6px;padding:5px 14px 5px 36px;font-size:12px;color:var(--color-heather);cursor:pointer;transition:color .15s,background .15s;list-style:none}.hub-nav-item:hover{color:var(--color-snow);background:#ffffff0d}.hub-nav-item--active{background:var(--color-snow);color:var(--color-whale);font-weight:600}.hub-nav-item--active:hover{background:var(--color-snow);color:var(--color-whale)}.hub-aside__footer{padding:12px 14px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;gap:10px;color:var(--color-heather);cursor:pointer;font-size:12px;font-weight:500;flex-shrink:0;transition:color .15s,background .15s}.hub-aside__footer:hover{color:var(--color-snow);background:#ffffff0a}.hub-header__bu-picker{display:flex;align-items:center;gap:6px;padding:0 12px;height:50px;cursor:pointer;color:var(--color-whale);font-size:13px;transition:background .15s}.hub-header__bu-picker:hover{background:var(--bg-page)}.hub-header__spacer{flex:1}.hub-header__icon-btn{width:36px;height:50px;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--color-steel);transition:background .15s}.hub-header__icon-btn:hover{background:var(--bg-page)}.hub-header__avatar{display:flex;align-items:center;height:50px;padding:0 14px 0 6px;cursor:pointer}.hub-avatar{width:36px;height:36px;min-width:36px;border-radius:3px;background:var(--color-whale);color:var(--color-snow);font-size:13px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.hub-page-header{background:var(--bg-surface);border-bottom:1px solid var(--border-2);padding:10px 20px;display:flex;align-items:center;gap:10px}.hub-page-heading{display:flex;align-items:center;gap:8px;color:var(--fg-1)}.hub-page-heading__section{font-size:18px;font-weight:400;color:var(--color-steel)}.hub-page-heading__sep{color:var(--color-heather);font-size:18px}.hub-page-heading__title{font-size:18px;font-weight:600;color:var(--fg-1)}.hub-filter-bar{background:var(--bg-surface);border-bottom:1px solid var(--border-2);padding:10px 20px;display:flex;align-items:center;gap:8px}.hub-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;min-height:30px;font-size:12px;font-weight:400;border-radius:3px;border:none;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.hub-btn--ghost{background:var(--bg-surface);color:var(--fg-2);box-shadow:inset 0 0 0 1px var(--border-1)}.hub-btn--ghost:hover{background:var(--bg-page)}.hub-btn--icon{width:32px;height:32px;padding:0;justify-content:center;background:var(--bg-surface);box-shadow:inset 0 0 0 1px var(--border-1)}.hub-btn--icon:hover{background:var(--bg-page)}.hub-btn--seg{background:var(--bg-surface);color:var(--fg-2);border-radius:0;border-right:1px solid var(--border-1);min-height:32px;padding:6px 12px}.hub-btn--seg:first-child{border-radius:3px 0 0 3px}.hub-btn--seg:last-child{border-radius:0 3px 3px 0;border-right:none}.hub-btn--seg-active{background:var(--color-positive);color:var(--color-snow)}.hub-date-btn{display:inline-flex;align-items:flex-start;gap:8px;padding:5px 12px;background:var(--bg-surface);color:var(--fg-2);border:1px solid var(--border-1);border-radius:3px;font-family:inherit;font-size:11px;cursor:pointer;text-align:left;min-height:32px}.hub-date-btn__label{font-size:9px;font-weight:500;text-transform:uppercase;color:var(--color-steel);letter-spacing:.5px}.hub-date-btn__value{font-size:12px;color:var(--fg-1);font-weight:500}.hub-date-btn__sub{font-size:9px;color:var(--color-heather)}.hub-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;line-height:0}.hub-table-wrap{background:var(--bg-surface);box-shadow:0 1px 2px #0000000f}.hub-table{width:100%;border-collapse:collapse}.hub-table th{background:transparent;color:var(--fg-2);font-weight:500;text-align:left;padding:10px;font-size:12px;border-bottom:1px solid var(--border-2)}.hub-table td{padding:12px 10px;border-top:1px solid var(--color-smoke);color:var(--fg-2);vertical-align:middle;font-size:12px}.hub-table tbody tr{cursor:pointer;transition:background .1s}.hub-table tbody tr:hover{background:#f9fafb}.hub-table tbody tr.is-expanded{background:var(--bg-surface)}.hub-table__sort-hd{display:inline-flex;align-items:center;gap:4px}.hub-table__sort-arrows{display:inline-flex;flex-direction:column;line-height:.7;color:var(--color-heather);font-size:8px}.hub-table__dt-sub{color:var(--color-heather);font-size:11px}.hub-table__row-icon-btn{width:28px;height:28px;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.hub-table__expand-arrow{display:inline-block;transition:transform .15s;color:var(--color-heather);font-size:16px}.hub-table__expand-arrow--open{transform:rotate(90deg)}.hub-row-detail{background:var(--bg-surface);border-top:1px solid var(--border-2)}.hub-row-detail__tabs{display:flex;gap:22px;padding:0 20px;border-bottom:1px solid var(--border-2)}.hub-row-detail__tab{background:transparent;border:none;padding:12px 0;font-family:inherit;font-size:12px;cursor:pointer;color:var(--color-steel);font-weight:400;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s}.hub-row-detail__tab:hover{color:var(--fg-1)}.hub-row-detail__tab--active{color:var(--fg-1);font-weight:600;border-bottom-color:var(--color-info)}.hub-row-detail__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;padding:16px 20px}.hub-detail-block__title{font-size:11px;font-weight:600;color:var(--fg-1);margin-bottom:10px}.hub-detail-field{margin-bottom:8px}.hub-detail-field__label{font-size:9px;font-weight:500;text-transform:uppercase;color:var(--color-steel);letter-spacing:.5px;margin-bottom:2px}.hub-detail-field__value{font-size:12px;color:var(--fg-1)}.hub-detail-field__empty{font-size:12px;color:var(--color-heather)}.hub-pill{display:inline-block;padding:2px 8px;border-radius:5px;font-size:11px;font-weight:500;white-space:nowrap}.hub-pill--lead_captured{background:#d1fae5;color:#065f46}.hub-pill--abandoned{background:#fee2e2;color:var(--color-negative-dark)}.hub-pill--default{background:var(--bg-page);color:var(--fg-2)}.hub-pill--info{background:#dbeafe;color:var(--color-info-dark)}.hub-empty{padding:64px 24px;text-align:center;color:var(--color-steel)}.hub-empty__icon{font-size:40px;margin-bottom:16px;opacity:.4}.hub-empty__title{font-size:15px;font-weight:600;color:var(--fg-2);margin-bottom:8px}.hub-empty__body{font-size:13px;color:var(--color-steel)}.hub-setup{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-page)}.hub-setup__card{background:var(--bg-surface);border-radius:6px;box-shadow:0 2px 8px #0000001a;padding:36px 40px;width:420px;max-width:calc(100vw - 32px)}.hub-setup__logo{margin-bottom:24px}.hub-setup__title{font-size:18px;font-weight:600;color:var(--fg-1);margin-bottom:6px}.hub-setup__subtitle{font-size:13px;color:var(--color-steel);margin-bottom:24px}.hub-setup__field{margin-bottom:16px}.hub-setup__label{display:block;font-size:12px;font-weight:500;color:var(--fg-2);margin-bottom:6px}.hub-setup__input{width:100%;padding:8px 10px;font-size:13px;font-family:inherit;border:1px solid var(--border-1);border-radius:3px;color:var(--fg-1);background:var(--bg-surface);transition:border-color .15s}.hub-setup__input:focus{outline:none;border-color:var(--color-info)}.hub-setup__submit{width:100%;margin-top:8px;padding:10px;background:var(--color-whale);color:var(--color-snow);border:none;border-radius:3px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.hub-setup__submit:hover{background:var(--color-nite)}.hub-loading{padding:48px;text-align:center;color:var(--color-steel)}.hub-error{margin:16px;padding:16px;background:#fee2e2;color:var(--color-negative-dark);border-radius:4px;font-size:13px}.hub-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:var(--bg-surface);border-top:1px solid var(--border-2);font-size:12px;color:var(--color-steel)}
