@charset "UTF-8";
/*
    Dark Blue: #0D1C42
    Middle Blue: #0064A2
    Light Blue: #3B96D2
 */
:root {
  /* Dark Blue and its variants */
  --pixelsuite-dark-blue: #0D1C42;
  --pixelsuite-dark-blue-lighter: #1B2C57;
  --pixelsuite-dark-blue-darker: #060F2D;
  /* Middle Blue and its variants */
  --pixelsuite-blue: #0064A2;
  --pixelsuite-blue-lighter: #0076BF;
  --pixelsuite-blue-darker: #005289;
  /* Light Blue and its variants */
  --pixelsuite-light-blue: #3B96D2;
  --pixelsuite-light-blue-lighter: #55A6DA;
  --pixelsuite-light-blue-darker: #2B86C4;
  /* Teal and its variants */
  --pixelsuite-teal: #75FFDB;
  --pixelsuite-teal-lighter: #8FFFE2;
  --pixelsuite-teal-darker: #5BFFD4;
  /* Red - for errors, alerts, critical actions */
  --pixelsuite-red: #E63946;
  --pixelsuite-red-lighter: #EB5D68;
  --pixelsuite-red-darker: #D42836;
  /* Orange - for warnings, pending states */
  --pixelsuite-orange: #F4845F;
  --pixelsuite-orange-lighter: #F69B7B;
  --pixelsuite-orange-darker: #F16D43;
  /* Green - for success, positive actions */
  --pixelsuite-green: #2A9D8F;
  --pixelsuite-green-lighter: #34BEB0;
  --pixelsuite-green-darker: #227C72;
  /* Yellow - for warnings, highlights */
  --pixelsuite-yellow: #F9C74F;
  --pixelsuite-yellow-lighter: #FAD277;
  --pixelsuite-yellow-darker: #F8BC27;
  /* Purple - for special states, premium features */
  --pixelsuite-purple: #7251B5;
  --pixelsuite-purple-lighter: #8B6DC4;
  --pixelsuite-purple-darker: #5B3FA0;
  /* Main colors in RGB format */
  --pixelsuite-dark-blue-rgb: 13, 28, 66;
  --pixelsuite-blue-rgb: 0, 100, 162;
  --pixelsuite-light-blue-rgb: 59, 150, 210;
  --pixelsuite-teal-rgb: 117, 255, 219;
  --pixelsuite-green-rgb: 42, 157, 143;
  --pixelsuite-red-rgb: 230, 57, 70;
  --pixelsuite-yellow-rgb: 249, 199, 79;
  --pixelsuite-orange-rgb: 244, 132, 95;
  --pixelsuite-purple-rgb: 114, 81, 181;
  /* Grey scale in RGB format */
  --mist-grey-rgb: 242, 242, 242;
  --aluminium-rgb: 213, 213, 213;
  --ashes-rgb: 86, 86, 86;
  --charcoal-rgb: 65, 64, 66;
  /* Grey scale colors */
  --mist-grey: #f2f2f2;
  --aluminium: #d5d5d5;
  --ashes: #565656;
  --charcoal: #414042;
  --pixelsuite-grey: #edf1f4;
  --pixelsuite-dark-grey: #e5e8ea; }

/*
    Dark Blue: #0D1C42
    Middle Blue: #0064A2
    Light Blue: #3B96D2
 */
:root {
  /* Dark Blue and its variants */
  --pixelsuite-dark-blue: #0D1C42;
  --pixelsuite-dark-blue-lighter: #1B2C57;
  --pixelsuite-dark-blue-darker: #060F2D;
  /* Middle Blue and its variants */
  --pixelsuite-blue: #0064A2;
  --pixelsuite-blue-lighter: #0076BF;
  --pixelsuite-blue-darker: #005289;
  /* Light Blue and its variants */
  --pixelsuite-light-blue: #3B96D2;
  --pixelsuite-light-blue-lighter: #55A6DA;
  --pixelsuite-light-blue-darker: #2B86C4;
  /* Teal and its variants */
  --pixelsuite-teal: #75FFDB;
  --pixelsuite-teal-lighter: #8FFFE2;
  --pixelsuite-teal-darker: #5BFFD4;
  /* Red - for errors, alerts, critical actions */
  --pixelsuite-red: #E63946;
  --pixelsuite-red-lighter: #EB5D68;
  --pixelsuite-red-darker: #D42836;
  /* Orange - for warnings, pending states */
  --pixelsuite-orange: #F4845F;
  --pixelsuite-orange-lighter: #F69B7B;
  --pixelsuite-orange-darker: #F16D43;
  /* Green - for success, positive actions */
  --pixelsuite-green: #2A9D8F;
  --pixelsuite-green-lighter: #34BEB0;
  --pixelsuite-green-darker: #227C72;
  /* Yellow - for warnings, highlights */
  --pixelsuite-yellow: #F9C74F;
  --pixelsuite-yellow-lighter: #FAD277;
  --pixelsuite-yellow-darker: #F8BC27;
  /* Purple - for special states, premium features */
  --pixelsuite-purple: #7251B5;
  --pixelsuite-purple-lighter: #8B6DC4;
  --pixelsuite-purple-darker: #5B3FA0;
  /* Main colors in RGB format */
  --pixelsuite-dark-blue-rgb: 13, 28, 66;
  --pixelsuite-blue-rgb: 0, 100, 162;
  --pixelsuite-light-blue-rgb: 59, 150, 210;
  --pixelsuite-teal-rgb: 117, 255, 219;
  --pixelsuite-green-rgb: 42, 157, 143;
  --pixelsuite-red-rgb: 230, 57, 70;
  --pixelsuite-yellow-rgb: 249, 199, 79;
  --pixelsuite-orange-rgb: 244, 132, 95;
  --pixelsuite-purple-rgb: 114, 81, 181;
  /* Grey scale in RGB format */
  --mist-grey-rgb: 242, 242, 242;
  --aluminium-rgb: 213, 213, 213;
  --ashes-rgb: 86, 86, 86;
  --charcoal-rgb: 65, 64, 66;
  /* Grey scale colors */
  --mist-grey: #f2f2f2;
  --aluminium: #d5d5d5;
  --ashes: #565656;
  --charcoal: #414042;
  --pixelsuite-grey: #edf1f4;
  --pixelsuite-dark-grey: #e5e8ea; }

/* ==========================================================================
   PixelSuite v5 – Universal UI Addons (ps-*)
   - Reusable components only (no backwards compatibility mapping)
   - Uses CSS variables from _variables.scss for brand colors
   ========================================================================== */
/* =========================
   Design tokens
   ========================= */
/* =========================
   Color tokens (CSS variables)
   ========================= */
/* Accent fallbacks for “variant” components */
/* =========================
   Mixins
   ========================= */
/* =========================
   Universal components
   ========================= */
/* Cards */
.ps-card, .pixelsuite-login-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06); }

.ps-card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 0 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92)); }

/* Section titles */
.ps-section-title {
  font-weight: 700;
  letter-spacing: .2px; }

/* Sticky action bar area */
.ps-sticky-actions {
  position: sticky;
  bottom: 16px;
  z-index: 20; }

/* =========
   Helpers
   ========= */
.ps-hover-lift {
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
  .ps-hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
    border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.18); }

.ps-soft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.1), transparent); }

.ps-kicker {
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--ashes, #565656); }

.ps-muted {
  color: var(--charcoal, #414042); }

/* =========
   Hero
   ========= */
.ps-hero {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: radial-gradient(1200px 320px at 15% -10%, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22), transparent 60%), radial-gradient(900px 260px at 90% 15%, rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.16), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.1);
  position: relative; }
  .ps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .14;
    pointer-events: none; }

.ps-hero-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-hero-title {
  font-weight: 850;
  letter-spacing: .2px; }

.ps-hero-subtitle {
  color: var(--charcoal, #414042); }

.ps-pill {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); }

.ps-hero-actions .btn {
  border-radius: 12px; }

/* =========================
   Dashboard hero variant
   ========================= */
.ps-dashboard-hero {
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.16);
  background: radial-gradient(900px 280px at 8% -5%, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.28), transparent 60%), radial-gradient(900px 280px at 92% 10%, rgba(var(--pixelsuite-teal-rgb, 117, 255, 219), 0.18), transparent 55%), radial-gradient(700px 240px at 65% 120%, rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.14), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  /* sheen layer */ }
  .ps-dashboard-hero::before {
    opacity: .10; }
  .ps-dashboard-hero::after {
    content: "";
    position: absolute;
    inset: -40% -30% auto -30%;
    height: 160%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.55) 40%, transparent 70%);
    transform: rotate(-6deg);
    opacity: .45;
    pointer-events: none; }
  .ps-dashboard-hero .ps-hero-title {
    font-weight: 900;
    letter-spacing: .15px; }
  .ps-dashboard-hero .ps-hero-subtitle {
    max-width: 62ch; }
  .ps-dashboard-hero .ps-hero-icon {
    box-shadow: 0 10px 22px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65); }

.ps-dashboard-hero__meta {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); }

.ps-dashboard-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: .9rem; }

.ps-dashboard-hero__metric {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem .75rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
  .ps-dashboard-hero__metric:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.18); }

.ps-dashboard-hero__metric-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.2);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.1);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-dashboard-hero__metric-label {
  font-size: .78rem;
  color: var(--charcoal, #414042);
  line-height: 1.1; }

.ps-dashboard-hero__metric-value {
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.1; }

/* Metric icon variants */
.ps-dashboard-hero__metric--indigo .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-dashboard-hero__metric--pink .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.22);
  background: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.1);
  color: var(--pixelsuite-purple, #7251B5); }

.ps-dashboard-hero__metric--emerald .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.22);
  background: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.1);
  color: var(--pixelsuite-green, #2A9D8F); }

.ps-dashboard-hero__metric--amber .ps-dashboard-hero__metric-icon {
  border-color: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.22);
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.12);
  color: var(--pixelsuite-yellow, #F9C74F); }

/* Mobile friendliness */
@media (max-width: 575.98px) {
  .ps-dashboard-hero__metric {
    width: 100%;
    justify-content: flex-start; } }
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ps-dashboard-hero__metric {
    transition: none !important; }

  .ps-dashboard-hero__metric:hover {
    transform: none !important; }

  .ps-dashboard-hero::after {
    display: none; } }
/* =========
   Stat cards
   ========= */
.ps-stat-card {
  position: relative;
  overflow: hidden; }
  .ps-stat-card::before {
    content: "";
    position: absolute;
    inset: -40% -40% auto -40%;
    height: 140%;
    background: radial-gradient(closest-side, rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.14), transparent 62%);
    transform: translate3d(0, 0, 0);
    pointer-events: none; }

.ps-stat-kpi {
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05; }

.ps-stat-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .35rem;
  color: var(--charcoal, #414042);
  font-size: .85rem; }

/* Icon badge (for stat cards etc.) */
.ps-icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(15, 23, 42, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6); }

.ps-icon-badge--indigo {
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
  border-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.22);
  color: var(--pixelsuite-dark-blue, #0D1C42); }

.ps-icon-badge--purple {
  background: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.1);
  border-color: rgba(var(--pixelsuite-purple-rgb, 114, 81, 181), 0.22);
  color: var(--pixelsuite-purple, #7251B5); }

.ps-icon-badge--green {
  background: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.1);
  border-color: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.22);
  color: var(--pixelsuite-green, #2A9D8F); }

.ps-icon-badge--yellow {
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.12);
  border-color: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.22);
  color: var(--pixelsuite-yellow, #F9C74F); }

.ps-icon-badge--orange {
  background: rgba(var(--pixelsuite-orange-rgb, 244, 132, 95), 0.12);
  border-color: rgba(var(--pixelsuite-orange-rgb, 244, 132, 95), 0.22);
  color: var(--pixelsuite-orange, #F4845F); }

.ps-icon-badge--red {
  background: rgba(var(--pixelsuite-red-rgb, 230, 57, 70), 0.1);
  border-color: rgba(var(--pixelsuite-red-rgb, 230, 57, 70), 0.22);
  color: var(--pixelsuite-red, #E63946); }

/* =========
   Quick action rows
   ========= */
.ps-quick-action {
  transition: background-color .14s ease, transform .14s ease; }
  .ps-quick-action:hover {
    background-color: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.06);
    transform: translateX(2px); }

/* =========
   Fancy table wrapper
   ========= */
.ps-table-wrap {
  border-radius: 0px;
  overflow: hidden; }
  .ps-table-wrap .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0; }
  .ps-table-wrap thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-size: .72rem;
    color: var(--ashes, #565656); }
  .ps-table-wrap tbody tr {
    transition: background-color .12s ease, transform .12s ease; }
    .ps-table-wrap tbody tr:hover {
      background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.06) !important; }
  .ps-table-wrap tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    vertical-align: top; }

/* =========
   Small UI niceties
   ========= */
.ps-code-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.2);
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.08);
  color: var(--pixelsuite-dark-blue, #0D1C42);
  font-weight: 800;
  letter-spacing: .6px;
  font-size: .8rem; }

.ps-client-name {
  font-weight: 800;
  line-height: 1.15; }

.ps-venue-chips {
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem; }

.ps-venue-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8fafc;
  color: var(--ashes, #565656);
  font-size: .75rem;
  white-space: nowrap; }

.ps-btn-icon {
  width: 40px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; }

.ps-btn-connect {
  border-radius: 10px;
  min-width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem; }

/* =========================
   PS Tooltip
   ========================= */
.ps-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background-color: var(--pixelsuite-dark-blue, #0D1C42);
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.15s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
  .ps-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--pixelsuite-dark-blue, #0D1C42); }
  .ps-tooltip.bottom::after {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: var(--pixelsuite-dark-blue, #0D1C42); }
  .ps-tooltip.show {
    opacity: 1; }

/* ==========================================================================
   Pixelsuite Auth Pages — Unified Styling (login, 2FA, forgot-pw, reset-pw)
   ========================================================================== */
/* =========
   Body / Background
   ========= */
body {
  background: var(--pixelsuite-dark-blue);
  background: url("/img/background-login.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh; }
  body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .14;
    pointer-events: none;
    opacity: 0.1; }

/* =========
   Card entrance animation
   ========= */
@keyframes ps-login-fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* =========
   Login card
   ========= */
.pixelsuite-login-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  border-radius: 16px;
  animation: ps-login-fadeUp 0.5s ease-out both; }

/* =========
   Card header with animated gradient shimmer
   ========= */
@keyframes ps-header-shimmer {
  0% {
    background-position: 0% center; }
  100% {
    background-position: 200% center; } }
.pixelsuite-login-card .card-header {
  border-radius: 0 !important;
  background: linear-gradient(135deg, var(--pixelsuite-dark-blue, #0D1C42) 0%, var(--pixelsuite-blue, #0064A2) 50%, var(--pixelsuite-dark-blue, #0D1C42) 100%);
  background-size: 200% auto;
  animation: ps-header-shimmer 8s linear infinite;
  border-bottom: none;
  padding: 1.75rem 1rem;
  position: relative; }
  .pixelsuite-login-card .card-header img {
    height: 34px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15)); }

.pixelsuite-login-card .card-body {
  padding: 2.5rem 2rem; }

.pixelsuite-login-card h4 {
  color: var(--pixelsuite-blue, #0064A2);
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 850; }

/* =========
   Input groups
   ========= */
.ps-login-input-group {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  background: white; }
  .ps-login-input-group .input-group-text {
    background: transparent;
    border: none;
    color: var(--pixelsuite-blue, #0064A2);
    padding-left: 1rem;
    padding-right: 0;
    font-size: 1.05rem;
    transition: color 0.25s ease; }
  .ps-login-input-group .form-control {
    height: 48px;
    border: none;
    font-size: 0.95rem;
    padding-left: 0.75rem; }
    .ps-login-input-group .form-control:focus {
      box-shadow: none;
      background: transparent; }
    .ps-login-input-group .form-control::placeholder {
      color: rgba(0, 0, 0, 0.35);
      transition: color 0.2s ease; }
  .ps-login-input-group:focus-within {
    border-color: var(--pixelsuite-blue, #0064A2);
    box-shadow: 0 0 0 3px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
    transform: translateY(-1px); }
    .ps-login-input-group:focus-within .input-group-text {
      color: var(--pixelsuite-dark-blue, #0D1C42); }

/* =========
   Login button
   ========= */
.btn-login {
  background: var(--pixelsuite-dark-blue, #0D1C42);
  color: white;
  border: none;
  height: 48px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  .btn-login:hover, .btn-login:focus {
    background: var(--pixelsuite-blue, #0064A2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.3);
    color: white; }
  .btn-login:active {
    transform: translateY(0); }
  .btn-login .btn-text {
    transition: opacity 0.25s ease, visibility 0.25s ease; }
  .btn-login .btn-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease; }

/* =========
   Form active / loading state
   ========= */
#LoginForm.active .btn-text {
  opacity: 0;
  visibility: hidden; }

#LoginForm.active .btn-loader {
  opacity: 1;
  visibility: visible; }

#LoginForm.active .btn-login,
#LoginForm.active .btn-login:hover {
  pointer-events: none;
  opacity: 0.85; }

/* =========
   Alert styling
   ========= */
.pixelsuite-login-card .alert {
  border-radius: 10px;
  border: none;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; }
  .pixelsuite-login-card .alert::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px; }

.pixelsuite-login-card .alert-warning {
  background: rgba(var(--pixelsuite-yellow-rgb, 249, 199, 79), 0.12);
  border-left: 4px solid var(--pixelsuite-yellow, #F9C74F);
  color: #856404; }
  .pixelsuite-login-card .alert-warning::before {
    content: "\f071";
    color: var(--pixelsuite-yellow, #F9C74F); }

.pixelsuite-login-card .alert-info {
  background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.08);
  border-left: 4px solid var(--pixelsuite-blue, #0064A2);
  color: #31708f; }
  .pixelsuite-login-card .alert-info::before {
    content: "\f05a";
    color: var(--pixelsuite-blue, #0064A2); }

.pixelsuite-login-card .alert-success {
  background: rgba(var(--pixelsuite-green-rgb, 42, 157, 143), 0.1);
  border-left: 4px solid var(--pixelsuite-green, #2A9D8F);
  color: #2d6a4f; }
  .pixelsuite-login-card .alert-success::before {
    content: "\f058";
    color: var(--pixelsuite-green, #2A9D8F); }

.pixelsuite-login-card .alert-danger {
  background: rgba(var(--pixelsuite-red-rgb, 230, 57, 70), 0.08);
  border-left: 4px solid var(--pixelsuite-red, #E63946);
  color: #842029; }
  .pixelsuite-login-card .alert-danger::before {
    content: "\f06a";
    color: var(--pixelsuite-red, #E63946); }

/* =========
   Remember me checkbox
   ========= */
.ps-login-remember .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer; }
.ps-login-remember .form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease; }
  .ps-login-remember .form-check-input:checked {
    background-color: var(--pixelsuite-blue, #0064A2);
    border-color: var(--pixelsuite-blue, #0064A2); }
  .ps-login-remember .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12);
    border-color: var(--pixelsuite-blue, #0064A2); }
.ps-login-remember .form-check-label {
  font-size: 0.88rem;
  color: var(--ashes, #565656);
  cursor: pointer;
  user-select: none; }

/* =========
   Links (forgot password, help centre, back to login)
   ========= */
.ps-login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap; }
  .ps-login-link a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--pixelsuite-blue, #0064A2);
    text-decoration: none;
    font-size: 0.83rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
    border: 1.5px solid rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.2);
    background: rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.04);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease; }
    .ps-login-link a i {
      font-size: 0.95rem;
      opacity: 0.8; }
    .ps-login-link a:hover {
      color: white;
      background: var(--pixelsuite-blue, #0064A2);
      border-color: var(--pixelsuite-blue, #0064A2);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.25); }
      .ps-login-link a:hover i {
        opacity: 1; }

/* =========
   Divider
   ========= */
.ps-login-divider {
  position: relative;
  text-align: center;
  margin: 1.25rem 0; }
  .ps-login-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent); }

/* =========
   2FA code input — large centered field
   ========= */
.ps-login-code-input .form-control {
  height: 56px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  font-variant-numeric: tabular-nums; }
  .ps-login-code-input .form-control:focus {
    border-color: var(--pixelsuite-blue, #0064A2);
    box-shadow: 0 0 0 4px rgba(var(--pixelsuite-blue-rgb, 0, 100, 162), 0.12); }
  .ps-login-code-input .form-control::placeholder {
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.3); }

/* =========
   2FA info alert — compact inline style
   ========= */
.ps-2fa-info {
  text-align: center;
  font-size: 0.9rem;
  color: var(--charcoal, #414042);
  margin-bottom: 1.5rem; }
  .ps-2fa-info i {
    color: var(--pixelsuite-blue, #0064A2);
    margin-right: 0.4rem; }

/* =========
   Footer
   ========= */
.footer-alt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.75rem 1rem;
  z-index: 10;
  transition: transform 0.3s ease; }
  .footer-alt #version {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    letter-spacing: 0.2px; }

/* Push footer up when cookie banner is visible */
.ps-cookie-banner ~ .footer-alt,
body:has(.ps-cookie-banner[style*="block"]) .footer-alt {
  transform: translateY(-100%); }

/* =========
   Cookie consent banner
   ========= */
.ps-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 1rem 1.25rem;
  background: rgba(13, 28, 66, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  animation: ps-login-fadeUp 0.4s ease-out both; }

.ps-cookie-banner-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem; }

.ps-cookie-banner-text {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  line-height: 1.5; }
  .ps-cookie-banner-text i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.15rem;
    flex-shrink: 0; }
  .ps-cookie-banner-text a {
    color: var(--pixelsuite-light-blue, #3B96D2);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease; }
    .ps-cookie-banner-text a:hover {
      color: var(--pixelsuite-light-blue-lighter, #55A6DA);
      text-decoration: underline; }

.ps-cookie-accept {
  background: var(--pixelsuite-blue, #0064A2);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  padding: 0.45rem 1.25rem;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease; }
  .ps-cookie-accept:hover {
    background: var(--pixelsuite-light-blue, #3B96D2);
    color: white;
    transform: translateY(-1px); }

/* =========
   Cookie info modal
   ========= */
.ps-cookie-modal {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); }

.ps-cookie-modal-header {
  background: linear-gradient(135deg, var(--pixelsuite-dark-blue, #0D1C42) 0%, var(--pixelsuite-blue, #0064A2) 100%);
  padding: 1.75rem 1.5rem;
  text-align: center; }
  .ps-cookie-modal-header .ps-cookie-modal-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0.75rem; }
    .ps-cookie-modal-header .ps-cookie-modal-icon i {
      font-size: 1.4rem;
      color: white; }
  .ps-cookie-modal-header h5 {
    color: white;
    font-weight: 800;
    font-size: 1.15rem;
    margin: 0;
    letter-spacing: 0.2px; }

.ps-cookie-modal-body {
  padding: 1.75rem 1.5rem 0.5rem; }
  .ps-cookie-modal-body p {
    font-size: 0.92rem;
    color: var(--ashes, #565656);
    line-height: 1.6;
    margin-bottom: 0.75rem; }
  .ps-cookie-modal-body .ps-cookie-modal-note {
    font-size: 0.82rem;
    color: var(--ashes, #565656);
    opacity: 0.7;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0; }

.ps-cookie-modal-footer {
  padding: 1rem 1.5rem 1.5rem; }

/* =========
   Mobile responsive
   ========= */
@media (max-width: 576px) {
  .pixelsuite-login-card .card-body {
    padding: 1.5rem 1.25rem; }

  .pixelsuite-login-card .card-header {
    padding: 1.25rem 0.75rem; }

  .text-center.w-75.m-auto {
    width: 100% !important; }

  .ps-login-code-input .form-control {
    font-size: 1.3rem;
    height: 50px; }

  .ps-cookie-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem; }

  .ps-cookie-banner-text {
    justify-content: center; }

  .ps-cookie-accept {
    width: 100%; } }
/* =========
   Reduced motion
   ========= */
@media (prefers-reduced-motion: reduce) {
  .pixelsuite-login-card {
    animation: none !important; }

  .pixelsuite-login-card .card-header {
    animation: none !important; }

  .ps-login-input-group {
    transition: none !important; }

  .btn-login {
    transition: none !important; }

  .ps-cookie-banner {
    animation: none !important; } }

/*# sourceMappingURL=login.css.map */
