:root{--bg:#0b0d12;--panel:#141821;--panel-2:#1b2130;--border:#252c3a;--text:#e6e9ef;--muted:#8a93a6;--brand:#5b8cff;--brand-ink:#ffffff;--radius:10px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}h1{font-size:1.4rem;margin:0 0 1rem}h2{font-size:1rem;margin:0 0 .5rem}a{color:inherit;text-decoration:none}.hub-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--panel-2);color:var(--text);font:inherit;cursor:pointer;transition:background .15s ease}.hub-btn:hover{background:#222a3a}.hub-btn--primary{background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.hub-btn--primary:hover{filter:brightness(1.07)}.hub-btn--ghost{background:transparent}.hub-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.hub-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.hub-sidebar{background:var(--panel);border-right:1px solid var(--border);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.25rem}.hub-brand{font-weight:700;font-size:1.05rem;padding:.25rem .5rem 1rem}.hub-navlink{padding:.5rem .6rem;border-radius:8px;color:var(--muted)}.hub-navlink:hover{background:var(--panel-2);color:var(--text)}.hub-signout{margin-top:auto}.hub-main{padding:1.75rem 2rem;overflow:auto}.hub-auth{min-height:100vh;display:grid;place-items:center}.hub-auth__card{width:360px;text-align:center}.hub-auth__card p{color:var(--muted);margin:.5rem 0 1.25rem}.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.hub-empty{color:var(--muted)}.hub-table{width:100%;border-collapse:collapse}.hub-table td,.hub-table th{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}.hub-table th{color:var(--muted);font-weight:600}.hub-kanban{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px,1fr);grid-gap:1rem;gap:1rem;overflow-x:auto}.hub-kanban__col{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem}.hub-kanban__col header{display:flex;justify-content:space-between;color:var(--muted);font-weight:600;margin-bottom:.75rem}.hub-deal{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem;background:var(--panel-2)}.hub-deal:hover{border-color:var(--brand)}.hub-topbar{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.hub-search-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:360px;max-width:100%;padding:.55rem .9rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--panel-2);color:var(--muted);font:inherit;cursor:pointer;text-align:left}.hub-search-trigger:hover{border-color:var(--brand)}.hub-kbd{display:inline-block;padding:.05rem .4rem;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--muted);font-size:.75rem;line-height:1.4}.hub-palette__backdrop{position:fixed;inset:0;z-index:50;display:flex;justify-content:center;align-items:flex-start;padding-top:12vh;background:rgb(0 0 0/.5)}.hub-palette{width:560px;max-width:calc(100vw - 2rem);background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 20px 60px rgb(0 0 0/.45);overflow:hidden}.hub-palette__input{width:100%;padding:.85rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);font:inherit;font-size:1rem;outline:none}.hub-palette__list{list-style:none;margin:0;padding:.35rem;max-height:50vh;overflow:auto}.hub-palette__modes{display:flex;gap:.35rem;padding:.5rem .6rem 0}.hub-palette__mode{padding:.2rem .7rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted);font:inherit;font-size:.78rem;cursor:pointer}.hub-palette__mode.is-active{background:var(--panel-2);color:var(--text);border-color:var(--brand)}.hub-palette__group{padding:.5rem .6rem .25rem;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.hub-palette__hit{display:flex;flex-direction:column;gap:.1rem;padding:.5rem .6rem;border-radius:8px;cursor:pointer}.hub-palette__hit.is-active{background:var(--panel-2)}.hub-palette__hit-meta{color:var(--muted);font-size:.8rem;text-transform:capitalize}.hub-palette__list .hub-empty{padding:.75rem .6rem}.hub-palette__footer{display:flex;gap:1rem;padding:.5rem .9rem;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}.hub-back{display:inline-block;margin-bottom:1rem;color:var(--muted)}.hub-back:hover{color:var(--text)}.hub-link{color:var(--brand)}.hub-link:hover{text-decoration:underline}.hub-fields{display:grid;grid-template-columns:160px 1fr;grid-gap:.45rem 1rem;gap:.45rem 1rem;margin:0 0 1.5rem}.hub-fields dt{color:var(--muted)}.hub-fields dd{margin:0}.hub-section{margin-top:1.75rem}.hub-timeline{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.hub-timeline__item{padding:.7rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.hub-timeline__link{display:block;color:inherit}.hub-timeline__link:hover .hub-timeline__title{color:var(--brand)}.hub-timeline__head{display:flex;align-items:center;gap:.6rem}.hub-timeline__title{font-weight:600;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-timeline__date{color:var(--muted);font-size:.8rem;white-space:nowrap}.hub-timeline__body{margin:.4rem 0 0;color:var(--text);font-size:.9rem}.hub-timeline__source{margin-top:.4rem;font-size:.72rem;text-transform:capitalize}.hub-badge,.hub-timeline__source{display:inline-block;color:var(--muted)}.hub-badge{padding:.1rem .5rem;border-radius:999px;border:1px solid var(--border);font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}.hub-badge,.hub-banner{background:var(--panel-2)}.hub-banner{margin:0 0 1rem;padding:.6rem .85rem;border-radius:var(--radius);border:1px solid var(--border)}.hub-integrations{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.hub-integration{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.hub-integration__name{font-weight:600;margin-right:.5rem}.hub-integration__account,.hub-integration__sync{display:block;margin-top:.25rem;color:var(--muted);font-size:.8rem}.hub-integration__error{display:block;margin-top:.25rem;color:#ff6b6b;font-size:.8rem}.hub-pill{padding:.25rem .7rem;border-radius:999px;border:1px solid var(--border);color:var(--muted);font-size:.8rem}.hub-pill--ok{color:#46d39a;border-color:#46d39a55}.hub-login{display:flex;flex-direction:column;gap:.6rem;text-align:left}.hub-input{width:100%;padding:.55rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--panel-2);color:var(--text);font:inherit}.hub-error{color:#ff6b6b;font-size:.85rem;margin:0}