:root{--bg: #f4f7fa;--surface: #ffffff;--surface-subtle: #f9fbfd;--ink: #111827;--text: #1f2937;--muted: #647386;--line: #d9e2ea;--line-strong: #bdc9d5;--blue: #155eef;--blue-dark: #0f43b8;--blue-soft: #e9f0ff;--green: #14895f;--green-soft: #e8f7ef;--amber: #bd6b00;--amber-soft: #fff4dd;--red: #b42318;--red-soft: #fff0ee;--shadow: 0 16px 42px rgba(18, 29, 45, .09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;color:var(--text);background:var(--bg);letter-spacing:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100svh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:22px;height:100svh;padding:18px 14px;border-right:1px solid var(--line);background:var(--surface);color:#334155}.brand{display:flex;align-items:center;gap:10px;min-height:42px;padding:7px 8px;color:var(--ink);font-size:15px;font-weight:760}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--ink);color:#fff;font-size:16px;line-height:1}.side-nav{display:grid;gap:4px}.nav-item{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:8px;color:#536579;font-size:14px;font-weight:680}.nav-item:hover,.nav-item.is-active{color:var(--blue);background:var(--blue-soft)}.project-chip{margin-top:auto;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle)}.project-chip span,.project-chip strong{display:block}.project-chip span{color:var(--muted);font-size:12px;font-weight:760;text-transform:uppercase}.project-chip strong{margin-top:4px;color:var(--ink);font-size:13px}.main-shell{min-width:0;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px;margin-bottom:18px}h1,h2,p{margin:0}h1{color:var(--ink);font-size:30px;line-height:1;font-weight:800}.topbar-title p{margin-top:7px;color:var(--muted);font-size:14px;line-height:1.4}.topbar-actions{display:flex;align-items:center;gap:8px}.signed-in{min-height:38px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#334155;font-size:13px;font-weight:700}.icon-button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:#42536a}.icon-button:hover{border-color:var(--blue);color:var(--blue)}.auth-state{display:grid;place-items:center;min-height:calc(100svh - 130px)}.auth-panel,.panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.auth-panel{width:min(440px,100%);padding:28px}.auth-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:8px;background:var(--green-soft);color:var(--green)}.auth-icon.is-warn{background:var(--amber-soft);color:var(--amber)}.auth-panel h2{color:var(--ink);font-size:26px;line-height:1.08;font-weight:800}.auth-panel p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.5}.auth-error{min-height:22px;color:var(--red)!important;font-size:13px!important;font-weight:650}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:8px;padding:0 14px;font-size:14px;font-weight:760;line-height:1.1;white-space:nowrap}.primary-button{margin-top:18px;border:1px solid var(--blue);background:var(--blue);color:#fff}.primary-button:hover{background:var(--blue-dark)}.primary-button:disabled{cursor:wait;opacity:.65}.secondary-button{margin-top:18px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink)}.full-width{width:100%}.dashboard{display:grid;gap:16px}.status-strip,.metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.status-tile,.metric-row>div{min-height:74px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.status-tile span,.metric-row span{display:block;color:var(--muted);font-size:12px;font-weight:760;text-transform:uppercase}.status-tile strong,.metric-row strong{display:block;margin-top:8px;color:var(--ink);font-size:20px;line-height:1}.status-tile{position:relative;overflow:hidden}.status-tile:before{position:absolute;top:14px;right:14px;width:9px;height:9px;border-radius:999px;content:""}.status-tile.is-ok:before{background:var(--green)}.status-tile.is-warn:before{background:var(--amber)}.status-tile.is-info:before{background:var(--blue)}.work-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(318px,360px);gap:16px;align-items:start}.panel{min-width:0;box-shadow:none}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px;border-bottom:1px solid var(--line)}.panel-heading.compact{align-items:center}.panel-heading h2{color:var(--ink);font-size:18px;line-height:1.2;font-weight:800}.panel-heading p{margin-top:5px;color:var(--muted);font-size:13px;font-weight:650}.table-tools{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.search-box{display:flex;align-items:center;gap:7px;min-height:38px;width:min(260px,100%);padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle);color:var(--muted)}.search-box input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:13px;font-weight:650}.segmented,.status-control{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle)}.segmented button,.status-control button{min-height:30px;border:0;border-radius:6px;background:transparent;color:#56677b;font-size:12px;font-weight:760}.segmented button{padding:0 9px}.status-control{flex-wrap:wrap}.status-control button{flex:1 1 auto;padding:0 8px}.segmented button.is-selected,.status-control button.is-selected{background:var(--surface);color:var(--blue);box-shadow:0 1px 4px #121d2d17}.table-frame{overflow:auto}table{width:100%;min-width:760px;border-collapse:collapse}th,td{padding:13px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;font-size:13px}th{color:var(--muted);background:var(--surface-subtle);font-size:12px;font-weight:790;text-transform:uppercase}td{color:#334155;font-weight:640}td strong,td span{display:block}td strong{color:var(--ink);font-size:13px;font-weight:790}td span{margin-top:4px;color:var(--muted);font-size:12px}tr{cursor:pointer}tbody tr:hover,tbody tr.is-selected{background:#f3f7ff}.status-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:780}.status-badge.is-new{background:var(--blue-soft);color:var(--blue-dark)}.status-badge.is-qualified,.status-badge.is-active{background:var(--green-soft);color:var(--green)}.status-badge.is-invited{background:var(--amber-soft);color:var(--amber)}.status-badge.is-not_now{background:var(--red-soft);color:var(--red)}.inspector{position:sticky;top:24px}.selected-contact,.field-group,.notes-field{display:grid;gap:8px;padding:16px;border-bottom:1px solid var(--line)}.selected-contact strong{color:var(--ink);font-size:20px;line-height:1.2}.selected-contact span{color:var(--muted);font-size:13px;font-weight:650}.field-label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.field-group strong{color:var(--text);font-size:14px}.pill-row{display:flex;flex-wrap:wrap;gap:6px}.pill-row span{min-height:26px;padding:5px 8px;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle);color:#334155;font-size:12px;font-weight:760}.notes-field textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:10px;outline:0;color:var(--text);background:var(--surface-subtle);font-size:13px;line-height:1.45}.notes-field textarea:focus,.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #155eef1f}.inspector .primary-button{margin:16px;width:calc(100% - 32px)}.toast{min-height:20px;padding:0 16px 16px;color:var(--green);font-size:13px;font-weight:720}.lower-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:16px}.starter-list,.health-list{display:grid}.starter-list div,.health-list div{display:grid;align-items:center;min-height:52px;padding:0 16px;border-bottom:1px solid var(--line)}.starter-list div{grid-template-columns:1fr auto}.health-list div{grid-template-columns:24px 1fr auto;gap:10px}.starter-list div:last-child,.health-list div:last-child{border-bottom:0}.starter-list span,.health-list span{color:#334155;font-size:14px;font-weight:730}.starter-list strong,.health-list strong{color:var(--muted);font-size:13px;font-weight:780}@media(max-width:1120px){.app-shell{grid-template-columns:78px minmax(0,1fr)}.brand span:last-child,.nav-item span,.project-chip strong{display:none}.brand,.nav-item{justify-content:center}.project-chip{text-align:center}.work-grid{grid-template-columns:1fr}.inspector{position:static}}@media(max-width:820px){.app-shell{display:block}.sidebar{position:static;flex-direction:row;align-items:center;height:auto;overflow-x:auto;padding:10px}.side-nav{display:flex;min-width:max-content}.project-chip{display:none}.main-shell{padding:16px}.topbar{align-items:flex-start;flex-direction:column}.status-strip,.metric-row,.lower-grid{grid-template-columns:1fr}.panel-heading,.table-tools{align-items:stretch;flex-direction:column}.search-box{width:100%}}@media(max-width:520px){.main-shell{padding:12px}.auth-panel{padding:22px}.segmented{overflow-x:auto}}
