@import url("workspace.css");
:root {
  font-family:
    Manrope,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #0c1018;
  background: #f0f1f3;
  font-synthesis: none;
  font-size: 14px;
  --ink: #0c1018;
  --muted: #606a79;
  --brand: #1b2d50;
  --border: #dde1e8;
  --brand-tint: #e7ebf2;
  --paper: #fff;
  --dark: #1b2d50;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: var(--brand);
  text-underline-offset: 3px;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #657eaa;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
}
h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
p {
  line-height: 1.65;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 12px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.accent {
  color: var(--brand);
}
[hidden] {
  display: none !important;
}
.shell {
  display: grid;
  grid-template-columns: 224px 1fr;
  min-height: 100vh;
}
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  background: var(--dark);
  color: #f5f7fa;
  padding: 30px 17px 0;
  display: flex;
  flex-direction: column;
}
.wordmark {
  font-size: 38px;
  font-weight: 750;
  letter-spacing: -2px;
  color: inherit;
  text-decoration: none;
  padding-left: 13px;
  line-height: 1;
}
.wordmark span {
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin: 4px 0 0 4px;
}
.workspace-label {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #303744;
  border-bottom: 1px solid #303744;
  padding: 23px 9px;
  margin: 30px 0 25px;
  font-size: 12px;
}
.workspace-label small {
  display: block;
  color: #a0a7b4;
  font-size: 10px;
  margin-top: 5px;
}
.workspace-avatar {
  width: 31px;
  height: 31px;
  border: 1px solid #5b6982;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #29354b;
  color: #d6deed;
}
.nav-label {
  color: #929aa8;
  font-size: 9px;
  letter-spacing: 1.7px;
  margin: 0 13px 12px;
}
.nav-item {
  border: 0;
  background: none;
  color: #afb6c1;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 12px 13px;
  font-size: 12px;
  text-align: left;
  border-radius: 7px;
  margin: 3px 0;
  line-height: 1.4;
}
.nav-item span {
  font-size: 18px;
  width: 18px;
  line-height: 1;
}
.nav-item b {
  margin-left: auto;
  background: #4b566a;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 500;
}
.nav-item:hover {
  background: #222c3d;
  color: #fff;
}
.nav-item.active {
  color: #ebf0f7;
  background: #29364c;
}
.nav-item.active span {
  color: #b5c5e0;
}
.sidebar-note {
  margin: 40px 12px 20px;
  font-size: 11px;
  color: #d6dae2;
}
.sidebar-note p {
  color: #8c96a6;
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.8;
}
.live-dot,
.pilot-badge i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #95abd2;
  margin-right: 5px;
}
.bottom-nav {
  margin-top: auto;
}
.account {
  border-top: 1px solid #303744;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  padding: 20px 6px;
}
.account strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account small {
  color: #9ca4b1;
  font-size: 10px;
  text-transform: capitalize;
}
.user-avatar {
  background: #d6dce7;
  color: #323e54;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  font-size: 11px;
}
.account .icon-button {
  color: #afb6c1;
  margin-left: auto;
}
.icon-button {
  background: none;
  border: 0;
  font-size: 23px;
  padding: 3px 8px;
  color: var(--muted);
}
main {
  min-width: 0;
}
.topbar {
  height: 73px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  background: #fbfcfd;
  font-size: 12px;
}
.topbar strong {
  font-weight: 500;
}
.breadcrumb-slash {
  color: #b3b6bc;
  margin: 0 14px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pilot-badge {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 6px 10px;
  color: #535b6a;
  font-size: 10px;
}
.pilot-badge i {
  background: #607497;
  width: 5px;
  height: 5px;
}
.topbar-date {
  font-size: 11px;
  color: var(--muted);
}
.page {
  padding: 34px 38px 48px;
  max-width: 1600px;
  margin: auto;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
.page-heading p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 9px;
}
.actions {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
}
.primary,
.secondary,
.tertiary,
.danger {
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  padding: 11px 15px;
  white-space: nowrap;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}
.primary {
  background: var(--brand);
  color: #fff;
}
.primary:hover {
  background: #1d2c45;
}
.secondary {
  background: #fff;
  color: #3e4756;
  border-color: #d5d9df;
}
.secondary:hover {
  background: #eceff3;
}
.tertiary {
  background: transparent;
  color: var(--brand);
  padding: 8px 4px;
}
.danger {
  background: #fcf0ed;
  color: #924d3d;
  border-color: #efd9d0;
}
.button-small {
  padding: 7px 11px;
  font-size: 11px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 26px;
}
.metric {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 9px;
  padding: 18px 20px;
}
.metric-label {
  font-size: 11px;
  color: #505764;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.metric-icon {
  font-size: 16px;
  color: #828da0;
}
.metric-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 15px;
  font-size: 29px;
  letter-spacing: -1px;
  font-weight: 550;
}
.metric-value small {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
}
.metric-foot {
  font-size: 10px;
  color: var(--muted);
  margin-top: 10px;
}
.metric.highlight {
  background: #e9ecf2;
  border-color: #d0d6e0;
}
.section-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 12px;
}
.section-topline h2 {
  font-size: 16px;
  letter-spacing: -0.2px;
}
.section-topline p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.filter-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
}
.tabs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.tab {
  border: 0;
  background: none;
  color: #59616f;
  font-size: 11px;
  padding: 8px 11px;
  border-radius: 5px;
}
.tab.active {
  color: #2e3d56;
  background: #e1e5ec;
  font-weight: 600;
}
.tab b {
  font-size: 10px;
  margin-left: 5px;
  font-weight: 500;
  opacity: 0.7;
}
.filter-input {
  max-width: 250px;
  height: 34px;
  font-size: 11px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.opportunity-card {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
}
.opportunity-card:hover {
  border-color: #a7b1c1;
  box-shadow: 0 4px 18px #1c38250a;
}
.card-main {
  padding: 20px;
}
.card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-avatar {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: #e9ecf1;
  display: grid;
  place-items: center;
  color: #364560;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}
.card-top h3 {
  font-size: 13px;
}
.domain {
  font-size: 10px;
  color: #606773;
  margin-top: 4px;
}
.card-top .badge {
  margin-left: auto;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #edeff2;
  color: #626872;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}
.badge.green {
  background: #e7ebf3;
  color: #3b5177;
}
.badge.amber {
  background: #fbf2df;
  color: #80601f;
}
.badge.blue {
  background: #eaf0f9;
  color: #405d85;
}
.badge.red {
  background: #faeae7;
  color: #a45e4f;
}
.card-family {
  font-size: 10px;
  font-weight: 600;
  color: #556177;
  margin: 18px 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-quote {
  font-size: 13px;
  line-height: 1.7;
  color: #333c4c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-context {
  font-size: 11px;
  color: #606a79;
  margin-top: 14px;
  line-height: 1.7;
}
.card-footer {
  border-top: 1px solid #e9ecf0;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #59616f;
}
.card-footer strong {
  font-size: 10px;
  font-weight: 500;
  color: #384967;
}
.evidence-icon {
  font-size: 12px;
}
.empty {
  border: 1px dashed #cfd4dc;
  border-radius: 10px;
  text-align: center;
  padding: 60px 25px;
  background: #f6f8fb;
}
.empty-symbol {
  font-size: 32px;
  color: #7b879b;
  margin-bottom: 18px;
}
.empty h2 {
  font-size: 21px;
}
.empty p {
  font-size: 12px;
  color: #606a79;
  margin: 12px auto 22px;
  max-width: 440px;
}
.empty .actions {
  justify-content: center;
}
.notice {
  background: #e8ecf2;
  border: 1px solid #d4dbe6;
  padding: 13px 17px;
  border-radius: 7px;
  font-size: 11px;
  color: #525e74;
  line-height: 1.65;
  margin-bottom: 22px;
}
.notice.amber {
  background: #fbf5e8;
  border-color: #ede2c8;
  color: #74581e;
}
.research-active {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  background: #eaedf2;
  border-radius: 7px;
  padding: 12px 16px;
  font-size: 11px;
  color: #3b4d6d;
}
.spinner {
  width: 12px;
  height: 12px;
  border: 2px solid #b9c3d5;
  border-top-color: #34486b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 24px;
}
.panel + .panel {
  margin-top: 18px;
}
.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.panel-title h2 {
  font-size: 16px;
}
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.grid-two > .panel + .panel {
  margin-top: 0;
}
.stack {
  display: grid;
  gap: 14px;
}
label {
  display: grid;
  gap: 7px;
  color: #505763;
  font-size: 11px;
  font-weight: 500;
}
input,
textarea,
select {
  border: 1px solid #d8dce2;
  border-radius: 5px;
  padding: 10px 11px;
  background: #fff;
  color: var(--ink);
  width: 100%;
  min-width: 0;
  outline: 0;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #5e759c;
  box-shadow: 0 0 0 3px #5e9c7912;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--brand);
  flex-shrink: 0;
}
textarea {
  resize: vertical;
  min-height: 88px;
  line-height: 1.6;
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.6;
  font-weight: 400;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-help {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 400;
}
.form-error,
.error {
  color: #ae5242;
  font-size: 12px;
}
.error:empty {
  display: none;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #1a263c;
  color: #f4f7fb;
  border-radius: 7px;
  padding: 13px 21px;
  box-shadow: 0 5px 25px #0002;
  z-index: 1000;
  font-size: 12px;
  max-width: 90vw;
}
.toast.failure {
  background: #844936;
}
.login-screen {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
}
.login-brand {
  background: var(--dark);
  padding: 50px 65px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.login-brand .wordmark {
  padding: 0;
}
.login-brand > .eyebrow {
  margin-top: 70px;
  color: #c0cde3;
}
.login-brand h1 {
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -1.3px;
  margin: 20px 0;
}
.login-brand > p:last-child {
  color: #9da7b7;
  font-size: 13px;
}
.login-side {
  display: grid;
  place-items: center;
  padding: 30px;
}
.login-form {
  width: 100%;
  max-width: 340px;
  display: grid;
  gap: 20px;
}
.login-form h2 {
  font-size: 29px;
  margin-top: 0;
}
.login-form > .muted {
  margin-top: -10px;
  font-size: 12px;
}
.login-form .primary {
  margin-top: 7px;
  justify-content: space-between;
}
.login-art {
  height: 250px;
  position: relative;
  margin: 15px auto 0;
  max-width: 300px;
}
.orbit {
  border: 1px solid #465774;
  border-radius: 50%;
  position: absolute;
  inset: 20px;
}
.orbit-two {
  inset: 55px;
}
.orbit-three {
  inset: 90px;
  background: #29374f;
  border-color: #6c7c98;
}
.orbit-dot {
  width: 16px;
  height: 16px;
  background: #b1c2de;
  border-radius: 50%;
  position: absolute;
  top: 95px;
  right: 23px;
  box-shadow: 0 0 45px #95c87666;
}
@media (min-width: 1500px) {
  .page {
    padding: 40px 52px;
  }
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .shell {
    grid-template-columns: 195px 1fr;
  }
  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page {
    padding: 26px 25px;
  }
  .topbar {
    padding: 0 25px;
  }
  .metrics {
    gap: 9px;
  }
  .metric {
    padding: 15px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .page-heading {
    align-items: flex-start;
  }
  .grid-two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .shell {
    display: block;
  }
  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    padding: 17px 17px 10px;
  }
  .sidebar .wordmark {
    font-size: 30px;
    padding-left: 6px;
  }
  .workspace-label,
  .nav-label,
  .sidebar-note,
  .account,
  .bottom-nav {
    display: none;
  }
  .sidebar nav {
    display: flex;
    gap: 4px;
    overflow: auto;
    margin-top: 15px;
  }
  .nav-item {
    width: auto;
    white-space: nowrap;
    font-size: 10px;
    padding: 8px;
  }
  .nav-item span {
    font-size: 14px;
    width: auto;
  }
  .topbar {
    padding: 0 20px;
    height: 52px;
    font-size: 11px;
  }
  .topbar-date {
    display: none;
  }
  .page {
    padding: 25px 18px;
  }
  .page-heading {
    display: block;
  }
  .page-heading .actions {
    margin-top: 18px;
  }
  h1 {
    font-size: 26px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metric-value {
    font-size: 26px;
  }
  .filter-row {
    display: block;
  }
  .filter-input {
    margin-top: 12px;
    max-width: none;
  }
  .login-screen {
    display: block;
  }
  .login-brand {
    padding: 28px;
  }
  .login-art,
  .login-brand > .eyebrow,
  .login-brand > p:last-child {
    display: none;
  }
  .login-brand h1 {
    font-size: 27px;
    margin-bottom: 0;
  }
  .login-side {
    padding: 35px 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .grid-two {
    grid-template-columns: 1fr;
  }
}
