@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.sidebar{width:240px;min-height:100vh;background:#0f0d1a;color:#c4bfdb;display:flex;flex-direction:column;padding:20px 0;flex-shrink:0;overflow-y:auto}.sidebar-brand{font-family:Manrope,system-ui,sans-serif;font-size:18px;font-weight:800;letter-spacing:.06em;color:#c9bdef;padding:0 20px 20px;border-bottom:1px solid rgba(201,189,239,.12);margin-bottom:12px}.sidebar-nav{flex:1}.sidebar-group{margin-bottom:6px}.sidebar-heading{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c9bdef73;padding:12px 20px 4px}.sidebar-link{display:block;padding:7px 20px 7px 28px;font-size:13.5px;font-weight:500;color:#9b93b4;text-decoration:none;border-left:3px solid transparent;transition:background .15s,color .15s,border-color .15s}.sidebar-link:hover{background:#c9bdef0f;color:#ddd6f5}.sidebar-link.active{background:#c9bdef1a;color:#e8e2f8;border-left-color:#9b7cf5;font-weight:600}.client-picker{display:flex;align-items:center;gap:10px;width:calc(100% - 24px);margin:0 12px 14px;padding:10px 12px;background:#c9bdef14;border:1px solid rgba(201,189,239,.15);border-radius:10px;cursor:pointer;text-align:left;font-family:inherit;color:#c4bfdb;transition:background .15s,border-color .15s}.client-picker:hover{background:#c9bdef24;border-color:#c9bdef40}.picker-avatar{width:32px;height:32px;border-radius:50%;background:#5e2fd9;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.picker-info{flex:1;min-width:0;display:flex;flex-direction:column}.picker-name{font-size:13px;font-weight:600;color:#e8e2f8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.picker-meta{font-size:10px;color:#9b93b4}.picker-empty{font-size:13px;color:#9b93b4;flex:1}.picker-arrow{font-size:10px;color:#9b93b4;flex-shrink:0}.sidebar-user{margin-top:auto;padding:14px 16px 8px;border-top:1px solid rgba(201,189,239,.12)}.sidebar-user--loading{font-size:12px;color:#9b93b4}.sidebar-user-button{display:flex;align-items:center;gap:10px;width:100%;padding:8px 4px;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit;color:inherit;transition:background .15s}.sidebar-user-button:hover{background:#c9bdef14}.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;background:#5e2fd9;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.sidebar-user-avatar--img{object-fit:cover;background:transparent}.sidebar-user-info{flex:1;min-width:0;display:flex;flex-direction:column}.sidebar-user-name{font-size:13px;font-weight:600;color:#e8e2f8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11px;color:#9b93b4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-actions{display:flex;align-items:center;gap:6px;padding:4px 4px 0;font-size:11px}.sidebar-user-link{background:none;border:none;padding:0;font-family:inherit;font-size:11px;color:#9b7cf5;cursor:pointer}.sidebar-user-link:hover{color:#c9bdef;text-decoration:underline}.sidebar-user-sep{color:#c9bdef59}.sidebar-user-role{display:block;padding:2px 4px 0;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c9bdef66}.app-shell{display:flex;min-height:100vh}.main-content{flex:1;padding:32px 40px;background:#f8f7fc;overflow-y:auto;max-height:100vh}.onboarding-layout{min-height:100vh;background:#f8f7fc;padding:32px 40px}.onboarding-inner{max-width:720px;margin:0 auto}.view-header{margin-bottom:28px}.view-eyebrow{font-family:Manrope,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#5e2fd9;margin-bottom:8px}.view-title{font-family:Manrope,system-ui,sans-serif;font-size:24px;font-weight:800;color:#0f0d1a;line-height:1.25;margin:0 0 8px}.view-sub{font-size:15px;line-height:1.6;color:#5a5475;margin:0;max-width:640px}.sv-card{background:#fff;border:1px solid #e5e1f0;border-radius:12px;margin-bottom:20px;overflow:hidden}.sv-card-head{font-family:Manrope,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5a5475;padding:14px 20px 0}.sv-card-body{padding:16px 20px 20px}.sv-btn{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid #e5e1f0;cursor:pointer;transition:background .15s;background:#fff;color:#0f0d1a;margin-bottom:20px}.create-form-card{margin-bottom:24px}.create-form{display:flex;flex-direction:column;gap:14px}.create-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#5a5475;text-transform:uppercase;letter-spacing:.06em}.create-form input{padding:10px 12px;border:1px solid #e5e1f0;border-radius:8px;font-size:14px;color:#0f0d1a;font-family:inherit}.create-form input:focus{outline:none;border-color:#5e2fd9;box-shadow:0 0 0 3px #5e2fd91f}.client-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.client-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid #e5e1f0;border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:left;font-family:inherit;width:100%}.client-card:hover{border-color:#9b7cf5;box-shadow:0 2px 8px #5e2fd91a}.client-avatar{width:44px;height:44px;border-radius:50%;background:#5e2fd9;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}.client-info{flex:1;min-width:0}.client-name{font-size:15px;font-weight:700;color:#0f0d1a}.client-meta{font-size:12px;color:#9b93b4;margin-top:2px}.client-score{color:#5e2fd9;font-weight:600}.no-clients{color:#9b93b4;font-size:14px;grid-column:1 / -1}.empty-state{text-align:center;padding:48px 28px;color:#5a5475}.empty-state-label{font-family:Manrope,system-ui,sans-serif;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#5e2fd9;font-weight:700;margin-bottom:12px}.empty-state-message{font-size:15px;line-height:1.6;max-width:540px;margin:0 auto}.score-ring-wrap{display:flex;align-items:center;gap:16px;padding:20px 0}.score-ring{width:120px;height:120px;border-radius:50%;border:6px solid #e5e1f0;display:flex;align-items:center;justify-content:center}.score-ring-num{font-family:Manrope,system-ui,sans-serif;font-size:36px;font-weight:800;color:#0f0d1a}.score-ring-label{font-size:14px;color:#9b93b4;font-weight:500}.score-dims{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.score-dim{display:flex;align-items:center;gap:12px}.score-dim-bar{flex:1;height:8px;background:#eae6f5;border-radius:4px;overflow:hidden}.score-dim-fill{height:100%;background:#5e2fd9;border-radius:4px;transition:width .4s ease}.score-dim-val{font-size:14px;font-weight:700;color:#0f0d1a;min-width:36px;text-align:right}.score-ring.low{border-color:#dc2626}.score-ring.mid{border-color:#d97706}.score-ring.high{border-color:#059669}.score-dim-fill.low{background:#dc2626}.score-dim-fill.mid{background:#d97706}.score-dim-fill.high{background:#059669}.score-form{display:flex;flex-direction:column;gap:18px}.score-form label{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#0f0d1a}.score-form label span:first-child{min-width:120px}.score-form input[type=range]{flex:1;accent-color:#5e2fd9}.range-val{min-width:48px;text-align:right;font-size:13px;font-weight:700;color:#5e2fd9}.score-form-actions{display:flex;gap:10px}.sv-btn{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid #e5e1f0;cursor:pointer;background:#fff;color:#0f0d1a;font-family:inherit}.sv-btn.primary{background:#5e2fd9;color:#fff;border-color:#5e2fd9}.sv-btn.primary:hover{background:#4a1fc0}.sv-btn:disabled{opacity:.5;cursor:not-allowed}.audit-summary{display:flex;flex-direction:column;gap:12px}.audit-dim{display:flex;align-items:center;gap:12px}.audit-dim-label{min-width:80px;font-size:13px;font-weight:600;color:#5a5475}.audit-dim-bar{flex:1;height:8px;background:#eae6f5;border-radius:4px;overflow:hidden}.audit-dim-fill{height:100%;border-radius:4px;transition:width .4s}.audit-dim-fill.low{background:#dc2626}.audit-dim-fill.mid{background:#d97706}.audit-dim-fill.high{background:#059669}.audit-dim-val{min-width:44px;text-align:right;font-size:13px;font-weight:700;color:#0f0d1a}.audit-total{font-size:14px;font-weight:700;color:#5e2fd9;margin-top:4px}.audit-section-head{display:flex;align-items:center;justify-content:space-between;margin:28px 0 14px}.audit-section-title{font-family:Manrope,system-ui,sans-serif;font-size:18px;font-weight:800;color:#0f0d1a;margin:0}.hyp-form-card{margin-bottom:20px}.hyp-form{display:flex;flex-direction:column;gap:12px}.hyp-form label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#5a5475;text-transform:uppercase;letter-spacing:.06em}.hyp-form input,.hyp-form textarea{padding:10px 12px;border:1px solid #e5e1f0;border-radius:8px;font-size:14px;color:#0f0d1a;font-family:inherit;resize:vertical}.hyp-form input:focus,.hyp-form textarea:focus{outline:none;border-color:#5e2fd9;box-shadow:0 0 0 3px #5e2fd91f}.hyp-list{display:flex;flex-direction:column;gap:10px}.hyp-card{background:#fff;border:1px solid #e5e1f0;border-radius:10px;padding:14px 18px;border-left:4px solid #9b93b4}.hyp-card.status-confirmed{border-left-color:#059669}.hyp-card.status-pending{border-left-color:#d97706}.hyp-card.status-ruled_out{border-left-color:#dc2626;opacity:.6}.hyp-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hyp-label{font-size:15px;font-weight:700;color:#0f0d1a}.hyp-status-badge{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:20px;border:none;cursor:pointer;font-family:inherit}.hyp-status-badge.pending{background:#fef3c7;color:#92400e}.hyp-status-badge.confirmed{background:#d1fae5;color:#065f46}.hyp-status-badge.ruled_out{background:#fee2e2;color:#991b1b}.hyp-gap{margin-top:8px}.hyp-gap-name{font-size:13px;font-weight:600;color:#5e2fd9}.hyp-gap-why{font-size:13px;color:#5a5475;margin-top:2px;line-height:1.5}.data-sources-view{display:flex;flex-direction:column;gap:0}.ds-status-banner{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.ds-status-banner.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.ds-status-banner.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.ds-status-banner.info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.ds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.ds-provider-card{padding:16px;background:#f8f7fc;border-radius:10px;border:1px solid #e5e1f0;display:flex;flex-direction:column;gap:10px}.ds-provider-card.connected{border-color:#a7f3d0;background:#f0fdf9}.ds-provider-name{font-size:15px;font-weight:600;color:#2d2640}.ds-provider-meta{font-size:13px;color:#5a5475;line-height:1.5}.ds-badge{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px}.ds-badge.connected{background:#d1fae5;color:#065f46}.ds-badge.pending{background:#fef3c7;color:#92400e}.ds-badge.error{background:#fee2e2;color:#991b1b}.ds-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.ds-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.ds-btn:disabled{opacity:.6;cursor:not-allowed}.ds-btn-primary{background:#5b4b8a;color:#fff}.ds-btn-primary:hover:not(:disabled){background:#4a3d72}.ds-btn-secondary{background:#fff;color:#5a5475;border:1px solid #d8d2ea}.ds-btn-secondary:hover:not(:disabled){background:#f3f1f8}.ds-btn-danger{background:#fff;color:#b91c1c;border:1px solid #fecaca}.ds-connect-all{margin-bottom:16px}.ds-flow-diagram{margin-top:4px}.ds-flow-row{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;overflow-x:auto;padding-bottom:4px}.ds-flow-node{flex:0 0 auto;min-width:118px;max-width:160px;padding:8px 10px;background:#f8f7fc;border:1px solid #d8d2ea;border-radius:8px;text-align:center;font-size:12px;line-height:1.3}.ds-flow-node.highlight{border-color:#a7f3d0;background:#f0fdf9;box-shadow:0 0 0 1px #10b98126 inset}.ds-flow-node-label{font-weight:600;color:#2d2640;margin-bottom:1px}.ds-flow-node-sub{font-size:11px;color:#5a5475}.ds-flow-arrow{flex:0 0 26px;height:2px;background:#7a7394;position:relative;margin:0 2px;align-self:center}.ds-flow-arrow:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);border:4px solid transparent;border-left-color:#7a7394}.ds-flow-label{margin-top:6px;font-size:12px;color:#5a5475;font-style:italic}@media(max-width:720px){.ds-flow-row{flex-wrap:wrap;gap:8px}.ds-flow-node{min-width:140px}.ds-flow-arrow{display:none}}.sg-container{position:relative;background:#0f0d1a;border-radius:12px;overflow:hidden}.sg-legend{display:flex;flex-wrap:wrap;gap:16px;padding:14px 20px;border-bottom:1px solid rgba(201,189,239,.1)}.sg-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#9b93b4;letter-spacing:.04em}.sg-legend-dot{width:10px;height:10px;border-radius:50%}.sg-svg{width:100%;height:600px}.sg-info-panel{position:absolute;top:60px;right:20px;width:260px;background:#1a1535;border:1px solid rgba(201,189,239,.15);border-radius:10px;padding:20px;color:#e8e2f8}.sg-info-type{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9b7cf5;margin-bottom:6px}.sg-info-label{font-size:16px;font-weight:700;margin-bottom:8px}.sg-info-status{font-size:12px;color:#9b93b4;margin-bottom:12px}.sg-info-detail{font-size:13px;line-height:1.5;color:#c4bfdb;margin:0 0 16px}.sg-info-close{background:#c9bdef1a;border:1px solid rgba(201,189,239,.2);border-radius:6px;color:#c9bdef;padding:6px 14px;font-size:12px;cursor:pointer}.sg-info-close:hover{background:#c9bdef2e}.protocol-phase{margin-bottom:32px}.protocol-phase-label{font-family:Manrope,system-ui,sans-serif;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#5a5475;border-left:4px solid;padding-left:12px;margin-bottom:14px}.protocol-weeks{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.protocol-week-head{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.protocol-week-num{font-family:Manrope,system-ui,sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.protocol-week-title{font-size:14px;font-weight:700;color:#0f0d1a}.protocol-week-desc{font-size:13px;line-height:1.5;color:#5a5475;margin:0}.gap-grid{display:flex;flex-direction:column;gap:14px}.gap-item{background:#fff;border:1px solid #e5e1f0;border-radius:10px;padding:18px 22px;border-left:4px solid #9b93b4}.gap-item.priority-high{border-left-color:#059669}.gap-item.priority-medium{border-left-color:#d97706}.gap-priority{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9b93b4;margin-bottom:6px}.gap-confirmed-tag{color:#059669}.gap-name{font-size:16px;font-weight:700;color:#0f0d1a;margin-bottom:6px}.gap-why{font-size:13px;line-height:1.6;color:#5a5475;margin-bottom:8px}.gap-ask{font-size:13px;line-height:1.6;color:#3d3755;background:#f8f7fc;padding:10px 14px;border-radius:8px;border:1px solid #e5e1f0}.profile-view{max-width:640px}.profile-loading{color:#5a5475}.profile-header-card{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding:20px;background:#faf8ff;border:1px solid #e8e2f8;border-radius:12px}.profile-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.profile-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#5e2fd9;color:#fff;font-size:28px;font-weight:700}.profile-display-name{margin:0 0 4px;font-size:22px;font-weight:700;color:#1a1530}.profile-display-email{margin:0 0 8px;font-size:14px;color:#5a5475}.profile-role-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:#ede8fc;color:#5e2fd9}.profile-form-card{padding:24px}.profile-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:13px;font-weight:600;color:#3d3658}.profile-form input{padding:10px 12px;border:1px solid #d4cde8;border-radius:8px;font-size:14px}.profile-readonly{background:#f5f3fa;color:#5a5475}.profile-hint{font-size:12px;font-weight:400;color:#888}.profile-meta{font-size:12px;color:#666;margin:8px 0 0}.profile-meta code{font-size:11px;word-break:break-all}.profile-error{color:#dc2626;font-size:13px}.profile-success{color:#059669;font-size:13px}.profile-actions{display:flex;gap:12px;margin-top:8px}:root{font-family:Manrope,system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f0d1a;background:#f8f7fc;--sv-violet: #5e2fd9;--sv-violet-deep: #3c148c;--sv-violet-glow: #9b7cf5;--sv-lilac: #c9bdef;--sv-green: #0e4f25;--sv-ink: #0f0d1a;--sv-ink-soft: #5a5475;--sv-muted: #9b93b4;--sv-paper: #f8f7fc;--sv-border: #e5e1f0}*,*:before,*:after{box-sizing:border-box}body{margin:0}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:16px;color:#5a5475}
