@import url('/bob-ui-system.css?v=1.0.0');

:root {
  --navy-950: #061a33;
  --navy-900: #08264d;
  --navy-800: #0b356e;
  --navy-700: #124b91;
  --blue-700: #0055d4;
  --blue-600: #006bff;
  --blue-500: #2b82ff;
  --blue-100: #eaf3ff;
  --aqua-600: #008c68;
  --aqua-500: #00a779;
  --aqua-100: #e8f8f3;
  --bob-orange: #006bff;
  --ink: #10233f;
  --canvas: #f4f8ff;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  accent-color: #006bff;
}

body { background: var(--canvas); }

.primary {
  background: #006bff;
  box-shadow: 0 9px 22px rgba(0, 107, 255, .22);
}

.primary:hover { background: #0055d4; }

/* Clean Bob sign-in */
.login-shell {
  min-height: 100vh;
  grid-template-columns: minmax(420px, 620px) 1fr;
  background: #061a33;
}

.login-panel {
  padding: clamp(24px, 5vw, 72px);
  background: #f7faff;
}

.login-card {
  width: min(100%, 470px);
  margin: auto;
  border: 1px solid #dce7f5;
  border-radius: 24px;
  padding: clamp(26px, 4vw, 42px);
  background: #fff;
  box-shadow: 0 28px 75px rgba(6, 26, 51, .13);
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.login-brand img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0, 107, 255, .2));
}

.login-brand strong,
.login-brand span {
  display: block;
}

.login-brand strong {
  color: #061a33;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .95;
}

.login-brand span {
  margin-top: 7px;
  color: #52708f;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .025em;
}

.login-panel .eyebrow {
  margin-bottom: 10px;
  color: #006bff;
}

.login-panel h1 {
  margin: 0 0 12px;
  color: #061a33;
  font-size: clamp(2.35rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .98;
}

.login-copy {
  max-width: 420px;
  color: #60758a;
  font-size: 1rem;
  line-height: 1.55;
}

.login-card .stack {
  max-width: none;
  margin-top: 26px;
}

.login-card .stack label {
  color: #233e59;
  font-size: .8rem;
}

.login-card .stack input {
  min-height: 52px;
  border-color: #cbd9e8;
  border-radius: 12px;
  background: #fbfdff;
}

.login-card .stack input:focus {
  border-color: #006bff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 107, 255, .1);
}

.login-card .stack .primary {
  min-height: 52px;
  border-radius: 12px;
  font-size: 1rem;
}

.login-help {
  margin: 4px 0 0;
  color: #72869a;
  font-size: .75rem;
  line-height: 1.5;
}

.login-links {
  display: flex;
  margin-top: 16px;
  font-size: .8rem;
}

.login-links a {
  color: #006bff;
  font-weight: 800;
  text-decoration: none;
}

.login-links a:hover { text-decoration: underline; }

.secure-note {
  margin-top: 20px;
  color: #8a9bad;
  font-size: .72rem;
}

.login-art {
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.15), transparent 31%),
    linear-gradient(145deg, #0055d4, #006bff 58%, #2b82ff);
}

.login-art::before {
  top: -180px;
  right: -150px;
  width: 620px;
  height: 620px;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 0 0 100px rgba(255,255,255,.035), 0 0 0 200px rgba(255,255,255,.02);
}

.login-art::after {
  right: 6%;
  bottom: 4%;
  left: auto;
  width: min(31vw, 420px);
  height: min(31vw, 420px);
  border: 0;
  border-radius: 0;
  background: url('/assets/bob-icon.svg?v=0.14.4') center/contain no-repeat;
  filter: drop-shadow(0 34px 55px rgba(0, 36, 92, .26));
  opacity: .96;
}

.login-art-copy {
  top: 11%;
  right: 10%;
  left: 10%;
  max-width: 700px;
}

.login-art-copy h2 {
  max-width: 600px;
  margin: 26px 0 18px;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .91;
}

.login-art-copy p {
  max-width: 520px;
  color: #e8f1ff;
  font-size: 1.08rem;
}

.live-pill {
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.14);
}

.live-pill i,
.sidebar-status i,
.signal-dot {
  background: #00c389;
  box-shadow: 0 0 0 5px rgba(0, 195, 137, .14);
}

.login-benefits {
  display: grid;
  max-width: 470px;
  gap: 12px;
  margin-top: 34px;
}

.login-benefits span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: .92rem;
  font-weight: 750;
}

.login-benefits span::before {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.17);
  content: '✓';
  font-size: .72rem;
}

/* App branding */
.sidebar { background: #061a33; }
.sidebar nav button.active { background: #006bff; box-shadow: none; }
.sidebar nav button:hover { background: rgba(0, 107, 255, .18); }
.sidebar .product-lockup > img { width: 46px; height: 46px; border-radius: 13px; }
.sidebar .product-lockup strong { font-size: 1.32rem; letter-spacing: -.045em; }
.sidebar .product-lockup span { color: #a9c7ec; font-size: .58rem; letter-spacing: .03em; text-transform: none; }
.command-hero { background: #006bff; }
.command-hero p,
.command-hero .muted { color: #e5f0ff; }
.metric::before { background: #006bff; }
.quick-action { background: #eef5ff; }
.quick-action::after { color: #006bff; }
.ai-priority { background: #eef5ff; }

.bob-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 107, 255, .24);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(0, 107, 255, .08);
  color: #061a33;
  font-size: .72rem;
  font-weight: 800;
}

@media (max-width: 920px) {
  .login-shell { display: block; background: #f7faff; }
  .login-panel { min-height: 100vh; padding: 22px; }
  .login-card { width: min(100%, 520px); padding: 26px 22px; }
  .login-art { display: none; }
  .login-brand { margin-bottom: 28px; }
  .login-brand img { width: 54px; height: 54px; }
  .login-brand strong { font-size: 2rem; }
}

@media (max-width: 430px) {
  .login-panel { padding: 14px; }
  .login-card { border-radius: 18px; box-shadow: 0 18px 46px rgba(6, 26, 51, .09); }
  .login-panel h1 { font-size: 2.35rem; }
}