:root {
  --fip-bg: #0b1020;
  --fip-panel: #111827;
  --fip-panel-soft: #172033;
  --fip-text: #e5e7eb;
  --fip-muted: #94a3b8;
  --fip-accent: #38bdf8;
  --fip-accent-2: #22c55e;
  --fip-warning: #f59e0b;
}

body.fip-app {
  background: #f4f7fb;
}

.fip-navbar {
  background: linear-gradient(90deg, #070b16, #101827 55%, #0f2635);
  border-bottom: 1px solid rgba(56, 189, 248, 0.2);
}

.fip-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--fip-accent), var(--fip-accent-2));
  color: #07111f;
  font-weight: 800;
  letter-spacing: -1px;
  margin-right: 10px;
}

.fip-brand-title {
  line-height: 1.05;
}

.fip-brand-title strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: .02em;
}

.fip-brand-title small {
  color: #a7b4c8;
  font-size: .72rem;
}

.fip-hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.25), transparent 30%),
    radial-gradient(circle at bottom right, rgba(34,197,94,.18), transparent 32%),
    linear-gradient(135deg, #070b16, #111827 60%, #0f2635);
  color: var(--fip-text);
}

.fip-login-card {
  background: rgba(17, 24, 39, .86);
  border: 1px solid rgba(148, 163, 184, .18);
  box-shadow: 0 25px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  border-radius: 24px;
}

.fip-muted { color: var(--fip-muted); }

.fip-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(56,189,248,.25);
  color: #bae6fd;
  background: rgba(56,189,248,.09);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .85rem;
}

.fip-card {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.fip-section-title {
  letter-spacing: -.03em;
}

.fip-small-caps {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  color: #64748b;
  font-weight: 700;
}
