:root{--bg: #f2f6fa;--surface: #ffffff;--surface-strong: #f7fafd;--ink: #161922;--muted: #56565b;--line: #d5e5ee;--green: #3a8b5b;--teal: #13529c;--blue: #2c70be;--red: #962317;--amber: #d77c0d;--gold: #f5d07a;--shadow: 0 18px 42px rgba(19, 82, 156, .12);--soft-shadow: 0 10px 28px rgba(19, 82, 156, .08);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;height:100vh;overflow:hidden;background:linear-gradient(180deg,#fffffffa,#f7fafdf5 44%,#f2f6fa),linear-gradient(135deg,#13529c14,#13529c00 36%)}button,input{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:inherit}.app-shell{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,1120px);height:100vh;margin:0 auto;padding:16px 14px 10px}.topbar{display:grid;align-items:end;grid-template-columns:52px minmax(0,1fr) 88px;gap:12px;padding:6px 2px 14px}.brand{display:contents}.brand h1{align-self:end;justify-self:start;color:var(--teal);grid-column:2;font-size:31px;font-weight:900;letter-spacing:0;line-height:1;padding-left:8px;text-align:center;white-space:nowrap}.brand-logo{display:block;width:88px;height:auto;grid-column:3;align-self:end;justify-self:end;filter:drop-shadow(0 8px 16px rgba(19,82,156,.1))}.crm-logo{display:block;width:52px;height:auto;grid-column:1;align-self:end;justify-self:start;filter:drop-shadow(0 8px 16px rgba(19,82,156,.12))}.mode-controls{display:flex;flex-wrap:wrap;grid-column:1 / -1;justify-self:end;align-items:center;justify-content:flex-end;gap:8px}.mode-switch{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#ffffffd6;box-shadow:var(--soft-shadow)}.mode-switch button,.refresh-button,.inline-retry{color:var(--teal);background:transparent}.mode-switch button{min-height:28px;border-radius:999px;padding:0 11px;font-size:12px;font-weight:800;white-space:nowrap}.mode-switch button.active{color:#fff;background:var(--teal)}.refresh-button{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:var(--soft-shadow)}.auth-chip{display:inline-flex;align-items:center;max-width:min(100%,280px);gap:7px;padding:5px 6px 5px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface);font-size:11px;font-weight:800;box-shadow:var(--soft-shadow)}.auth-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-chip button{display:inline-grid;flex:0 0 auto;place-items:center;width:24px;height:24px;border-radius:999px;color:var(--teal);background:#13529c14}.live-status,.live-state-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.live-status{display:flex;align-items:center;justify-content:space-between;gap:10px;align-self:start;min-height:34px;padding:6px 10px;color:var(--muted);font-size:12px;font-weight:700}.live-status.error{border-left:5px solid var(--red)}.inline-retry{flex:0 0 auto;font-size:13px;font-weight:800}.live-state-panel{display:grid;gap:10px;justify-items:start;padding:18px;box-shadow:var(--soft-shadow)}.live-state-panel svg{color:var(--teal)}.live-state-panel p{color:var(--muted)}.auth-panel{align-self:start}.auth-panel .auth-message{color:var(--red);font-weight:800}.auth-login{display:inline-flex;align-items:center;text-decoration:none}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{margin:0 0 3px;color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{font-size:25px;line-height:1.1;font-weight:800}h2{font-size:26px;line-height:1.1;font-weight:800}h3{font-size:16px;line-height:1.22}.content,.view-stack,.detail-view{display:grid;align-content:start;align-items:start;gap:16px}.content{min-height:0;overflow-y:auto;padding-bottom:16px;scrollbar-width:thin}.view-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.view-heading svg{flex:0 0 auto;color:var(--blue)}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-tile{display:block;width:100%;min-height:92px;border:1px solid var(--line);border-top:4px solid rgba(19,82,156,.18);border-radius:8px;padding:14px;color:inherit;text-align:left;background:linear-gradient(180deg,#fffffffa,#f7fafdf5),var(--surface);box-shadow:var(--soft-shadow);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.metric-tile:hover{border-color:#2c70be5c;box-shadow:0 16px 34px #13529c21}.metric-tile:active{transform:translateY(1px)}.metric-tile:focus-visible,.today-section:focus-visible{outline:3px solid rgba(19,82,156,.22);outline-offset:3px}.metric-tile span{display:block;color:var(--muted);font-size:13px;line-height:1.25}.metric-tile strong{display:block;margin-top:11px;font-size:32px;line-height:1}.metric-tile.attention{border-top-color:#d77c0d80}.metric-tile.success{border-top-color:#3a8b5b80}.metric-tile.attention strong{color:var(--amber)}.metric-tile.danger strong{color:var(--red)}.metric-tile.quote strong{color:var(--blue)}.metric-tile.success strong{color:var(--green)}.metric-tile.neutral strong{color:var(--muted)}.alert-list,.pipeline-list,.opportunity-list,.task-list,.timeline,.communication-list,.reason-list{display:grid;gap:10px}.infinite-sentinel{min-height:44px;padding:12px;color:var(--muted);font-size:13px;font-weight:700;text-align:center}.today-section{display:grid;gap:10px;scroll-margin-top:18px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading span{display:grid;place-items:center;min-width:34px;height:34px;border-radius:8px;color:var(--teal);background:#13529c14;font-weight:850}.alert-card,.stage-row,.opportunity-row{display:grid;align-items:start;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;border:1px solid var(--line);border-left:4px solid var(--teal);border-radius:8px;padding:14px 10px 14px 12px;background:var(--surface);box-shadow:var(--soft-shadow)}.alert-card.critical{border-left-color:var(--red)}.alert-card.warning{border-left-color:var(--amber)}.alert-card.positive{border-left-color:var(--green)}.alert-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--surface-strong)}.alert-card.critical .alert-icon{color:var(--red);background:#fae9e8}.alert-card.warning .alert-icon{color:var(--amber);background:#f5d07a52}.alert-card.positive .alert-icon{color:var(--green);background:#eaf8ef}.alert-body{min-width:0}.alert-topline,.stage-metrics{display:flex;flex-wrap:wrap;gap:7px 10px;color:var(--muted);font-size:12px;line-height:1.25}.meta-line{display:grid;gap:5px;color:var(--muted);font-size:12px;line-height:1.25}.client-name{color:var(--ink);font-weight:900}.stage-tag{width:fit-content;max-width:100%;border-radius:8px;padding:4px 7px;color:var(--teal);background:var(--surface-strong);font-weight:700}.alert-body h3,.row-main h3{margin-top:6px}.alert-body p,.panel p,.row-main p{margin-top:5px;color:var(--muted);font-size:14px;line-height:1.42}.severity-pill{border-radius:999px;padding:3px 7px;color:#fff;font-weight:800}.severity-pill.critical{background:var(--red)}.severity-pill.warning{background:var(--amber)}.severity-pill.positive{background:var(--green)}.value-pill{border-radius:999px;padding:3px 7px;color:var(--green);background:#eaf8ef;font-weight:850}.alert-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:11px}.chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.chip{max-width:100%;border:1px solid rgba(19,82,156,.18);border-radius:999px;padding:5px 8px;color:var(--teal);background:#f7fafd;font-size:12px;font-weight:750;overflow-wrap:anywhere}.icon-action{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;color:var(--teal);background:#f7fafd}.icon-action:hover{color:#fff;background:var(--teal)}.stage-row{grid-template-columns:auto minmax(0,1fr) auto auto;border-left-color:var(--blue)}.stage-row.final{border-left-color:var(--green)}.stage-order{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;color:#fff;background:var(--blue);font-weight:850}.stage-alert-count{display:grid;place-items:center;min-width:34px;height:34px;border-radius:8px;color:var(--muted);background:var(--surface-strong);font-weight:850}.stage-alert-count.has-alerts{color:#fff;background:var(--red)}.search-box{display:grid;align-items:center;align-self:start;grid-template-columns:auto minmax(0,1fr);gap:10px;border:1px solid var(--line);border-radius:8px;padding:0 12px;min-height:48px;background:var(--surface)}.search-box svg{color:var(--muted)}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.active-stage-filter{display:flex;align-items:center;align-self:start;gap:8px;max-width:100%;padding:4px;border:1px solid var(--line);border-radius:8px;background:#f7fafdeb}.active-stage-filter span{display:inline-flex;align-items:center;min-width:0;gap:7px;padding:8px 10px;border-radius:7px;color:var(--blue);background:var(--surface);font-size:13px;font-weight:800;line-height:1.15}.active-stage-filter strong{color:var(--muted);font-size:11px;text-transform:uppercase}.active-stage-filter button{flex:0 0 auto;min-height:34px;border:0;border-radius:7px;padding:7px 10px;color:var(--muted);background:transparent;font-size:13px;font-weight:800}.segmented,.sector-strip{display:flex;align-items:center;align-self:start;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.segmented::-webkit-scrollbar,.sector-strip::-webkit-scrollbar{display:none}.segmented button,.sector-strip button,.text-action{flex:0 0 auto;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:9px 11px;color:var(--muted);background:var(--surface);font-size:13px;font-weight:800}.segmented button.active,.sector-strip button.active,.text-action{border-color:#13529c59;color:#fff;background:var(--teal)}.text-action.ghost{display:inline-flex;align-items:center;gap:5px;border-color:transparent;color:var(--green);background:transparent;padding-right:0;font-size:14px}.text-action.ghost svg{stroke-width:3}.empty-state{display:flex;align-items:center;gap:10px;border:1px dashed var(--line);border-radius:8px;padding:18px;color:var(--muted);background:#ffffffb8}.empty-state svg{color:var(--green)}.opportunity-row{border-left-color:var(--gold)}.row-status{padding-top:5px}.status-dot{display:block;width:12px;height:12px;border-radius:50%;background:var(--blue)}.status-dot.won{background:var(--green)}.status-dot.lost,.status-dot.abandoned{background:var(--amber)}.row-title-line{display:flex;justify-content:space-between;gap:10px}.row-title-line span{flex:0 0 auto;color:var(--green);font-size:13px;font-weight:850}.detail-hero{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:15px}.detail-hero p{margin-top:6px;color:var(--muted)}.detail-status{align-self:flex-start;border-radius:999px;padding:7px 10px;color:#fff;background:var(--blue);font-size:12px;font-weight:850}.detail-status.won{background:var(--green)}.detail-status.lost,.detail-status.abandoned{background:var(--amber)}.detail-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.fact{display:grid;gap:6px;min-width:0;min-height:112px;border:1px solid var(--line);border-radius:8px;padding:11px;background:var(--surface)}.fact svg{color:var(--teal)}.fact span{color:var(--muted);font-size:12px}.fact strong{min-width:0;font-size:14px;line-height:1.22;overflow-wrap:anywhere}.contact-panel{display:grid;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.contact-row{display:grid;grid-template-columns:minmax(112px,auto) minmax(0,1fr);gap:12px;align-items:center;min-height:54px;padding:12px 14px;color:var(--text);text-decoration:none}.contact-row+.contact-row{border-top:1px solid var(--line)}.contact-row span{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.contact-row svg{color:var(--teal)}.contact-row strong{min-width:0;color:var(--blue);font-size:15px;text-align:right;overflow-wrap:anywhere}.contact-row:active{background:var(--blue-soft)}.panel{border:1px solid var(--line);border-radius:8px;padding:14px;background:var(--surface)}.attention-panel{border-left:5px solid var(--red)}.opportunity-context-panel{display:grid;gap:12px}.context-row{display:grid;gap:5px}.context-row+.context-row{border-top:1px solid var(--line);padding-top:12px}.context-row span{color:var(--blue);font-size:13px;font-weight:800}.context-row p{margin:0;color:var(--ink);line-height:1.45}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-title svg{color:var(--teal)}.reason-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;color:var(--muted);font-size:14px;line-height:1.35}.reason-item.critical svg{color:var(--red)}.reason-item.warning svg{color:var(--amber)}.reason-item.positive svg{color:var(--green)}.process-line{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:5px}.process-line span{height:9px;border-radius:999px;background:var(--line)}.process-line span.done{background:#3a8b5b73}.process-line span.current{background:var(--green)}.current-stage{font-weight:850}.external-link{display:inline-flex;align-items:center;gap:7px;width:fit-content;min-height:44px;margin-top:8px;border-radius:8px;padding:9px 11px;color:#fff;background:var(--blue);font-size:13px;font-weight:850;text-decoration:none}.task-row,.communication-row,.timeline-item{border-top:1px solid var(--line);padding-top:10px}.task-row{display:flex;justify-content:space-between;gap:10px;color:var(--muted)}.task-row strong{color:var(--ink)}.task-row.overdue strong{color:var(--red)}.timeline-item span,.communication-row span{color:var(--muted);font-size:12px}.timeline-item strong,.communication-row strong{display:block;margin-top:3px}.detail-drawer-root{position:fixed;inset:0;z-index:40;display:grid;justify-items:end}.detail-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:#0b223647;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.detail-drawer{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(100vw,540px);height:100vh;background:var(--bg);box-shadow:-24px 0 54px #0b223638;animation:drawer-slide-in .36s cubic-bezier(.22,1,.36,1)}.detail-drawer-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:18px 20px 13px 16px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.detail-drawer-header h2{margin-top:4px;color:var(--ink);font-size:25px;overflow-wrap:anywhere}.drawer-header-actions{display:flex;align-items:center;gap:10px;padding-right:2px}.drawer-header-actions .detail-status{align-self:center}.drawer-close{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:999px;color:var(--teal);background:var(--surface);box-shadow:var(--soft-shadow)}.detail-drawer-content{min-height:0;overflow-y:auto;padding:14px 16px 96px;scrollbar-width:thin}.detail-drawer .detail-view{padding-bottom:0}.bottom-nav{z-index:10;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;max-width:640px;margin:0 auto;border:1px solid rgba(220,228,223,.95);border-radius:8px;padding:6px;background:#fffffff0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-button{display:grid;justify-items:center;gap:3px;min-height:56px;border-radius:8px;padding:7px 4px;color:var(--muted);background:transparent;font-size:11px;font-weight:800}.nav-button.active{color:#fff;background:var(--teal)}@keyframes drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.detail-drawer{animation:none}}@media(min-width:760px){.app-shell{padding:28px 28px 14px}.content{max-width:980px;margin:0 auto}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.alert-list,.opportunity-list{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-view{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:start}.detail-hero,.detail-facts,.opportunity-context-panel,.attention-panel{grid-column:1 / -1}.detail-drawer .detail-view{grid-template-columns:1fr}.detail-drawer .detail-facts,.detail-drawer .opportunity-context-panel,.detail-drawer .attention-panel{grid-column:auto}}@media(max-width:420px){.app-shell{padding-right:10px;padding-left:10px}h1{font-size:28px}.brand h1{font-size:27px}.crm-logo{width:48px}h2{font-size:23px}.detail-facts{grid-template-columns:1fr}.contact-row{grid-template-columns:1fr;gap:5px}.contact-row strong{text-align:left}.alert-card,.stage-row,.opportunity-row{grid-template-columns:minmax(0,1fr) auto}.alert-icon,.stage-order,.row-status{display:none}.stage-alert-count{grid-column:1;width:fit-content}}
