/* =====================================================================
   SELYADO.APP — CLIENT GLOBAL CSS
   Theme: Luxe Dim (Midnight ink × sunrise gold × jade trust)
   Optimized for mobile-first views & high performance.
===================================================================== */

:root {
  /* Midnight Ink Colors */
  --bg-deep: #04070E;
  --bg-dark: #060B16;
  --bg-card: #0A1424;
  --bg-input: #101E35;
  --bg-raised: #182A48;
  
  /* Accent Hues */
  --gold-primary: #F5A623;
  --gold-bright: #FFCF50;
  --gold-glow: rgba(245, 166, 35, 0.15);
  
  --jade-primary: #18D9B8;
  --jade-glow: rgba(24, 217, 184, 0.12);
  
  --coral-primary: #FF5C5A;
  --coral-glow: rgba(255, 92, 90, 0.12);
  
  /* Text Hues */
  --txt-bright: #EDE8DC;
  --txt-muted: #95A9C2;
  --txt-dimmed: #506070;
  
  /* Borders */
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-focus: rgba(245, 166, 35, 0.35);
  
  /* Radii */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-full: 9999px;
  
  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  
  --hdr-h: 68px;
}

/* --- Resets --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--bg-deep);
  color: var(--txt-bright);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, button, .display-font {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

/* --- Layout Container --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* =====================================================================
   HEADER
===================================================================== */
.app-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--hdr-h);
  background: rgba(4, 7, 14, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  z-index: 1000;
  transition: all 0.3s var(--ease-out);
}

.app-header.scrolled {
  background: rgba(4, 7, 14, 0.94);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.logo-icon {
  width: 32px;
  height: 32px;
  color: var(--gold-primary);
  filter: drop-shadow(0 0 8px rgba(245, 166, 35, 0.4));
  transition: all 0.3s var(--ease-spring);
}

.logo:hover .logo-icon {
  transform: rotate(-5deg) scale(1.08);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.logo-name em {
  color: var(--gold-primary);
  font-style: normal;
}

.logo-sub {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--txt-muted);
  font-weight: 700;
  line-height: 1.2;
}

/* Navigation Links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-link {
  color: var(--txt-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: var(--r-full);
  transition: all 0.2s;
}

.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-link.active {
  color: var(--gold-bright);
}

.nav-link.upgrade-btn {
  background: var(--gold-primary);
  color: var(--bg-deep) !important;
  font-weight: 800;
  padding: 0.45rem 1.1rem;
  box-shadow: 0 4px 16px var(--gold-glow);
}

.nav-link.upgrade-btn:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
}

/* User Account Info */
.user-profile-menu {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.profile-btn {
  background: var(--bg-raised);
  border: 1px solid var(--border-subtle);
  padding: 0.4rem 0.9rem;
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  transition: all 0.2s;
}

.profile-btn:hover {
  border-color: var(--gold-primary);
}

.avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bg-input);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  font-size: 0.65rem;
  font-weight: 700;
}

.profile-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--txt-bright);
}

.badge-premium {
  background: var(--gold-glow);
  color: var(--gold-bright);
  border: 1px solid rgba(245, 166, 35, 0.3);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

.btn-signout {
  background: none;
  border: none;
  color: var(--txt-dimmed);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  transition: color 0.2s;
}

.btn-signout:hover {
  color: var(--coral-primary);
}

/* Language and Status Toggle */
.hdr-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: var(--txt-muted);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: var(--r-full);
  cursor: pointer;
  transition: all 0.2s;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lang-btn span.on {
  color: var(--gold-bright);
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--jade-glow);
  border: 1px solid rgba(24, 217, 184, 0.2);
  padding: 0.3rem 0.8rem;
  border-radius: var(--r-full);
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jade-primary);
  box-shadow: 0 0 0 0 rgba(24, 217, 184, 0.4);
  animation: dotPulse 2s infinite;
}

@keyframes dotPulse {
  0% { box-shadow: 0 0 0 0 rgba(24, 217, 184, 0.5); }
  70% { box-shadow: 0 0 0 6px rgba(24, 217, 184, 0); }
  100% { box-shadow: 0 0 0 0 rgba(24, 217, 184, 0); }
}

.status-text {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--jade-primary);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

.h-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--txt-bright);
  border-radius: 1px;
}

/* =====================================================================
   HERO SECTION
===================================================================== */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-dark) 100%);
  text-align: center;
}

/* Ambient glow blobs */
.aurora {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.6;
}

/* Firefly Canvas */
#ff-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

/* Grain overlay for depth */
.grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: 0.028;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.blob-1 {
  width: 55%; height: 70%; top: -15%; right: -15%;
  background: radial-gradient(ellipse, rgba(245, 166, 35, 0.22) 0%, transparent 72%);
  animation: blob1 28s infinite alternate;
}

.blob-2 {
  width: 50%; height: 60%; bottom: -10%; left: -12%;
  background: radial-gradient(ellipse, rgba(24, 217, 184, 0.14) 0%, transparent 72%);
  animation: blob2 34s infinite alternate;
}

.blob-3 {
  width: 38%; height: 50%; top: 30%; left: 25%;
  background: radial-gradient(ellipse, rgba(79, 70, 229, 0.10) 0%, transparent 70%);
  animation: blob3 22s infinite alternate;
}

@keyframes blob1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-60px, 70px) scale(1.12); }
}

@keyframes blob2 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(70px, -60px) scale(0.9); }
}

@keyframes blob3 {
  0% { transform: translate(0, 0) scale(1) rotate(0); }
  100% { transform: translate(-30px, 50px) scale(1.18) rotate(8deg); }
}


.hero-inner {
  position: relative;
  z-index: 10;
  max-width: 820px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--gold-glow);
  border: 1px solid rgba(245, 166, 35, 0.25);
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.95rem;
  border-radius: var(--r-full);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: clamp(2.4rem, 6.2vw, 4.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1.2rem;
}

.hero-title span.gd {
  background: linear-gradient(130deg, var(--gold-bright) 0%, var(--gold-primary) 50%, #FF8A50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 0.92rem;
  color: #fff;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

.hero-sub span.pop {
  color: var(--gold-bright);
  font-weight: 700;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-subtle);
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: var(--r-sm);
  transition: all 0.2s;
}

.badge-pill:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.badge-pill.featured {
  background: var(--gold-glow);
  border-color: rgba(245, 166, 35, 0.25);
  color: var(--gold-bright);
}

.badge-pill svg {
  width: 12px; height: 12px;
  color: var(--jade-primary);
}

.badge-pill.featured svg {
  color: var(--gold-bright);
}

/* Global placements counter */
.dashboard-counter {
  display: inline-flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 1.25rem 2.75rem;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.dashboard-counter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 166, 35, 0.03), rgba(24, 217, 184, 0.03));
}

.counter-num {
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  font-weight: 700;
  color: var(--gold-bright);
  line-height: 1;
  margin-bottom: 0.25rem;
  position: relative; z-index: 1;
}

.counter-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--txt-muted);
  letter-spacing: 0.08em;
  position: relative; z-index: 1;
}

/* =====================================================================
   SEARCH BAR AND FILTERS
===================================================================== */
.search-section {
  position: sticky;
  top: var(--hdr-h);
  background: rgba(4, 7, 14, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  padding: 1.1rem 0;
  z-index: 800;
}

.search-inner {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.search-field-wrap {
  position: relative;
  flex: 1;
  min-width: 280px;
}

.search-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--txt-muted);
  pointer-events: none;
}

.main-search-input {
  width: 100%;
  background: var(--bg-input);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  padding: 0.75rem 1rem 0.75rem 2.6rem;
  font-family: inherit;
  font-size: 0.9rem;
  color: #fff;
  outline: none;
  transition: all 0.25s var(--ease-out);
}

.main-search-input:focus {
  border-color: var(--gold-primary);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

.filter-dropdowns {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.filter-select {
  background: var(--bg-input);
  border: 1px solid var(--border-subtle);
  color: #fff;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.75rem 2.2rem 0.75rem 0.95rem;
  border-radius: var(--r-md);
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2395A9C2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 10px;
}

.filter-select:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

/* =====================================================================
   MAIN DASHBOARD WORKSPACE
===================================================================== */
.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.5rem 0 3rem;
}

/* Feed headers */
.feed-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.feed-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--txt-bright);
}

.feed-title span {
  font-weight: 500;
  color: var(--txt-muted);
  font-size: 0.85rem;
}

.sync-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--jade-primary);
  background: var(--jade-glow);
  padding: 0.28rem 0.75rem;
  border-radius: var(--r-full);
}

.sync-badge svg {
  width: 12px; height: 12px;
}

/* Jobs Feed Grid */
.jobs-list {
  display: grid;
  gap: 0.9rem;
}

/* Job Order Card */
.job-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 1.4rem 1.6rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease-out);
}

.job-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: transparent;
  transition: background 0.3s;
}

.job-card:hover {
  border-color: rgba(245, 166, 35, 0.24);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.job-card:hover::before {
  background: linear-gradient(180deg, var(--gold-primary), var(--jade-primary));
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.card-title-col {
  flex: 1;
}

.job-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.3rem;
}

.job-country {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--txt-muted);
}

.job-country svg {
  width: 12px; height: 12px;
}

.verified-stamp {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--jade-glow);
  border: 1px solid rgba(24, 217, 184, 0.25);
  color: var(--jade-primary);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
}

.verified-stamp svg {
  width: 10px; height: 10px;
}

/* Metadata Grid */
.job-metadata {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-sm);
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.2rem;
}

.meta-field {
  display: flex;
  flex-direction: column;
}

.meta-lbl {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--txt-dimmed);
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}

.meta-val {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--txt-bright);
}

.meta-val.code {
  font-family: monospace;
  font-size: 0.76rem;
  color: var(--txt-muted);
}

/* Card Action Footer */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.slots-count {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--txt-muted);
}

.slots-count svg {
  width: 15px; height: 15px;
  color: var(--txt-dimmed);
}

.slots-count span.num {
  color: #fff;
  background: var(--bg-raised);
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}

.slots-count.high span.num {
  color: var(--gold-bright);
  background: var(--gold-glow);
  border: 1px solid rgba(245, 166, 35, 0.2);
}

.contact-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--bg-raised);
  border: 1px solid var(--border-subtle);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: all 0.25s var(--ease-out);
}

.contact-action-btn svg {
  width: 14px; height: 14px;
}

.contact-action-btn:hover {
  background: var(--gold-primary);
  color: var(--bg-deep);
  border-color: var(--gold-primary);
  transform: scale(1.02);
}

/* Inline Contact Details Reveal */
.contact-details-block {
  margin-top: 1.1rem;
  border-top: 1px dashed var(--border-subtle);
  padding-top: 1.1rem;
  animation: expandContact 0.35s var(--ease-out) both;
}

@keyframes expandContact {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.9rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--bg-raised);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold-bright);
}

.contact-icon svg {
  width: 11px; height: 11px;
}

.contact-text-wrap {
  display: flex;
  flex-direction: column;
}

.contact-text-lbl {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--txt-dimmed);
}

.contact-text-val {
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  word-break: break-all;
}

.contact-text-val a {
  color: var(--gold-primary);
  text-decoration: none;
}

.contact-text-val a:hover {
  text-decoration: underline;
}

.no-contact-placeholder {
  font-size: 0.78rem;
  color: var(--txt-muted);
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Empty Placements State */
.feed-empty-state {
  text-align: center;
  padding: 5rem 2rem;
  background: var(--bg-card);
  border: 1.5px dashed var(--border-subtle);
  border-radius: var(--r-lg);
}

.feed-empty-state svg {
  width: 48px; height: 48px;
  color: var(--txt-dimmed);
  margin-bottom: 1.25rem;
}

.feed-empty-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #fff;
}

.feed-empty-desc {
  font-size: 0.85rem;
  color: var(--txt-muted);
  max-width: 420px;
  margin: 0 auto;
}

/* =====================================================================
   SIDEBAR - SUBSCRIPTIONS & OFFERS
===================================================================== */
.premium-sidebar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 150px;
}

.sidebar-header {
  padding: 1.6rem 1.6rem 1.3rem;
  background: linear-gradient(135deg, var(--bg-raised) 0%, var(--bg-input) 100%);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

.sidebar-header::after {
  content: '';
  position: absolute;
  top: -20px; right: -20px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12), transparent);
}

.sidebar-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--gold-glow);
  border: 1px solid rgba(245, 166, 35, 0.25);
  color: var(--gold-bright);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem;
  border-radius: var(--r-full);
  margin-bottom: 0.8rem;
  position: relative; z-index: 1;
}

.sidebar-tag svg {
  width: 10px; height: 10px;
}

.sidebar-h3 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.45rem;
  position: relative; z-index: 1;
}

.sidebar-desc {
  font-size: 0.8rem;
  color: var(--txt-muted);
  line-height: 1.5;
  position: relative; z-index: 1;
}

.sidebar-body {
  padding: 1.4rem 1.6rem 1.6rem;
}

.pricing-tabs {
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.25rem;
  border-radius: var(--r-md);
  margin-bottom: 1.3rem;
}

.pricing-tab-btn {
  flex: 1;
  background: none;
  border: none;
  color: var(--txt-muted);
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.45rem 0.2rem;
  border-radius: var(--r-sm);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s var(--ease-out);
}

.pricing-tab-btn.active {
  background: rgba(245, 166, 35, 0.12);
  color: var(--gold-bright);
  border: 1px solid rgba(245, 166, 35, 0.2);
}

.pricing-tab-btn span.dot {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 0.15rem;
}

.pricing-tab-btn span.dot.red { background: var(--coral-primary); }
.pricing-tab-btn span.dot.gold { background: var(--gold-bright); }

/* pricing panels */
.pricing-panel {
  display: none;
  animation: panelFade 0.25s var(--ease-out);
}

.pricing-panel.active {
  display: block;
}

@keyframes panelFade {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

.price-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
}

.price-currency {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-bright);
  margin-right: 0.15rem;
}

.price-amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.price-duration {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--txt-dimmed);
  margin-left: 0.25rem;
}

.package-headline {
  font-size: 0.8rem;
  color: var(--txt-muted);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.package-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--txt-muted);
}

.feature-tick {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--jade-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jade-primary);
  flex-shrink: 0;
}

.feature-tick svg {
  width: 9px; height: 9px;
}

/* Activation Trigger GCash */
.gcash-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  background: var(--gold-primary);
  color: var(--bg-deep);
  font-weight: 800;
  font-size: 0.86rem;
  padding: 0.9rem 1.5rem;
  border-radius: var(--r-md);
  border: none;
  cursor: pointer;
  transition: all 0.25s var(--ease-out);
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.25);
}

.gcash-cta-btn svg {
  width: 14px; height: 14px;
}

.gcash-cta-btn:hover {
  background: var(--gold-bright);
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(245, 166, 35, 0.4);
}

.sidebar-footer-note {
  text-align: center;
  font-size: 0.68rem;
  color: var(--txt-dimmed);
  margin-top: 0.75rem;
}

.sidebar-footer-note strong {
  color: var(--jade-primary);
}

/* =====================================================================
   MODAL WINDOWS & VIEWS
===================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 14, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out);
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  width: 100%;
  max-width: 440px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s var(--ease-spring);
}

.modal-overlay.open .modal-card {
  transform: scale(1) translateY(0);
}

.modal-header {
  padding: 1.4rem 1.6rem 1.1rem;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 1.15rem;
  font-weight: 700;
}

.modal-close-btn {
  background: none;
  border: none;
  color: var(--txt-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: background 0.2s;
}

.modal-close-btn:hover {
  background: var(--bg-raised);
  color: #fff;
}

.modal-close-btn svg {
  width: 16px; height: 16px;
}

.modal-body {
  padding: 1.6rem;
}

/* Authentication Tab Controls */
.auth-tabs {
  display: flex;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.25rem;
  border-radius: var(--r-md);
  margin-bottom: 1.5rem;
}

.auth-tabs.header-tabs {
  background: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
  gap: 1.25rem;
  flex: 1;
}

.auth-tabs.header-tabs .auth-tab-btn {
  border-radius: 0;
  padding: 0.4rem 0.1rem;
  border-bottom: 2px solid transparent;
  color: var(--txt-muted);
  font-size: 0.95rem;
  background: none;
  font-weight: 700;
  text-align: left;
  flex: unset;
}

.auth-tabs.header-tabs .auth-tab-btn:hover {
  color: #fff;
}

.auth-tabs.header-tabs .auth-tab-btn.active {
  color: var(--gold-bright);
  border-bottom: 2px solid var(--gold-primary);
  background: none;
}

.auth-tab-btn {
  flex: 1;
  background: none;
  border: none;
  color: var(--txt-muted);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 0.2rem;
  border-radius: var(--r-sm);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
}

.auth-tab-btn.active {
  background: var(--bg-raised);
  color: #fff;
}

/* Form Styles */
.form-view {
  display: none;
}

.form-view.active {
  display: block;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.input-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--txt-muted);
  letter-spacing: 0.05em;
}

.form-input {
  width: 100%;
  background: var(--bg-input);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-sm);
  padding: 0.7rem 0.9rem;
  font-family: inherit;
  font-size: 0.88rem;
  color: #fff;
  outline: none;
  transition: all 0.2s;
}

.form-input:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 2px var(--gold-glow);
}

.btn-submit {
  width: 100%;
  background: var(--gold-primary);
  color: var(--bg-deep);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.8rem 1.25rem;
  border-radius: var(--r-sm);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0.4rem;
}

.btn-submit:hover {
  background: var(--gold-bright);
}

/* Social Logins Divider */
.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--txt-dimmed);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 1.4rem 0;
}

.auth-divider::before, .auth-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--border-subtle);
}

.auth-divider:not(:empty)::before { margin-right: .8em; }
.auth-divider:not(:empty)::after { margin-left: .8em; }

/* Provider Buttons */
.social-auth-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.provider-btn {
  --btn-bg: var(--bg-raised);
  width: 100%;
  background: var(--btn-bg);
  border: 1px solid var(--border-subtle);
  color: #fff;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}

.provider-btn:hover {
  --btn-bg: var(--bg-input);
  background: var(--btn-bg);
  border-color: var(--txt-muted);
}

.provider-btn.google-btn svg { color: #EA4335; }
.provider-btn.facebook-btn svg { color: #1877F2; }

/* Google HTML/CSS Logo */
.google-css-logo-wrapper {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  overflow: visible;
  vertical-align: middle;
}
.google-css-logo {
  box-sizing: content-box !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border-top: 100px solid #EA4335;
  border-right: 100px solid #4285F4;
  border-bottom: 100px solid #34A853;
  border-left: 100px solid #FBBC05;
  border-radius: 50%;
  background-color: var(--btn-bg, #FFFFFF);
  padding: 0;
  margin: 0;
  transform: scale(0.032); /* 500px * 0.032 = 16px */
  transform-origin: top left;
}
.google-css-logo::before {
  content: "";
  z-index: 100;
  position: absolute;
  top: 50%;
  right: -95px;
  transform: translateY(-50%);
  width: 245px;
  height: 100px;
  background: #4285F4;
}
.google-css-logo::after {
  content: "";
  z-index: 101;
  position: absolute;
  border-top: 200px solid transparent;
  border-right: 200px solid var(--btn-bg, #FFFFFF);
  top: -100px;
  right: -100px;
  width: 0;
  height: 0;
}

/* =====================================================================
   TOAST NOTIFICATION PIPELINE
===================================================================== */
#toast-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 9999;
  pointer-events: none;
}

.toast {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  padding: 0.8rem 1.25rem;
  color: var(--txt-bright);
  font-size: 0.82rem;
  font-weight: 600;
  min-width: 280px;
  max-width: 380px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  pointer-events: auto;
  animation: toastSlideIn 0.35s var(--ease-spring) both,
             toastSlideOut 0.35s var(--ease-out) var(--duration, 3.5s) forwards;
}

.toast.success { border-left: 3px solid var(--jade-primary); }
.toast.error { border-left: 3px solid var(--coral-primary); }
.toast.info { border-left: 3px solid var(--gold-primary); }

@keyframes toastSlideIn {
  from { opacity: 0; transform: translateX(20px) scale(0.95); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes toastSlideOut {
  to { opacity: 0; transform: translateX(20px) scale(0.95); }
}

/* =====================================================================
   TICKER (JOBS CAROUSEL)
===================================================================== */
.ticker {
  background: var(--bg-card);
  border-top: 1px solid rgba(245, 166, 35, 0.18);
  border-bottom: 1px solid rgba(245, 166, 35, 0.12);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 5;
}

.ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: tickerRun 50s linear infinite;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

@keyframes tickerRun {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tick-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--txt-muted);
}

.tick-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--jade-primary);
  flex-shrink: 0;
}

.tick-flag {
  font-size: 0.95rem;
}

.tick-country {
  color: var(--txt-bright);
  font-weight: 700;
}

.tick-slots {
  color: var(--gold-bright);
  font-weight: 700;
}

.tick-hot {
  color: var(--coral-primary);
  font-weight: 800;
  font-size: 0.68rem;
  background: var(--coral-glow);
  border-radius: 3px;
  padding: 0.1rem 0.35rem;
}

/* =====================================================================
   FOOTER
===================================================================== */
.app-footer {
  background: var(--bg-dark);
  border-top: 1px solid var(--border-subtle);
  padding: 3rem 0;
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
}

.footer-logo svg {
  width: 24px; height: 24px;
  color: var(--gold-primary);
}

.footer-logo span {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}

.footer-logo span em {
  color: var(--gold-primary);
  font-style: normal;
}

.footer-credit {
  font-size: 0.85rem;
  color: var(--txt-muted);
  margin-bottom: 0.9rem;
}

.footer-credit strong {
  color: var(--txt-bright);
}

.footer-disclaimer {
  font-size: 0.68rem;
  color: var(--txt-dimmed);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =====================================================================
   MOBILE / RESPONSIVE MEDIA QUERIES
===================================================================== */
@media (max-width: 1080px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .premium-sidebar-card {
    position: static;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none; /* simple stack or mobile trigger */
  }
  
  .header-actions {
    gap: 0.8rem;
  }
  
  .hamburger {
    display: flex;
  }
  
  .search-inner {
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-field-wrap {
    min-width: unset;
  }
  
  .filter-dropdowns {
    width: 100%;
  }
  
  .filter-select {
    flex: 1;
    min-width: 0;
  }
  
  .hero {
    min-height: unset;
    padding: 6.5rem 0 3.5rem;
  }
  
  .trust-badges {
    gap: 0.4rem;
  }
  
  .badge-pill {
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem;
  }
  
  .job-metadata {
    grid-template-columns: 1fr;
    padding: 0.8rem 1rem;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .header-actions {
    gap: 0.5rem;
  }
  .status-text {
    display: none;
  }
  .status-indicator {
    padding: 0.3rem;
    width: 24px;
    height: 24px;
    justify-content: center;
  }
  .logo-sub {
    display: none;
  }
  .logo-name {
    font-size: 1.15rem;
  }
}

/* =====================================================================
   ADDITIONAL SPRINT 4 RESPONSIVE & LAYOUT STYLES
===================================================================== */

/* Two-column job feed layout on desktop */
@media (min-width: 900px) {
  .jobs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Language switch in navigation menu */
.nav-menu .lang-btn {
  margin-left: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .nav-menu .lang-btn {
    margin-left: 0;
    margin-top: 1rem;
    align-self: center;
    width: fit-content;
  }
}

/* Redesigned Premium Passes Section (Full Width at Bottom) */
.premium-passes-section {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 3rem 2rem;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.premium-passes-section::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.08), transparent 70%);
  pointer-events: none;
}

.pricing-header {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-title-h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: #fff;
  max-width: 700px;
}

.pricing-desc {
  font-size: 0.92rem;
  color: var(--txt-muted);
  max-width: 620px;
  line-height: 1.6;
}

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.pricing-card {
  background: var(--bg-dark);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s var(--ease-out);
}

.pricing-card:hover {
  border-color: rgba(245, 166, 35, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pricing-card.featured {
  border: 2px solid var(--gold-primary);
  background: rgba(245, 166, 35, 0.02);
}

.pricing-card.featured:hover {
  border-color: var(--gold-bright);
  box-shadow: 0 12px 36px rgba(245, 166, 35, 0.14);
}

.pricing-card .badge-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-primary);
  color: var(--bg-deep);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.25rem 0.8rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(245, 166, 35, 0.25);
}

.card-tier-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-bright);
  margin-bottom: 0.8rem;
}

.pricing-card .price-row {
  margin-bottom: 1.2rem;
}

.pricing-card .package-headline {
  font-size: 0.8rem;
  color: var(--txt-muted);
  line-height: 1.55;
  margin-bottom: 1.6rem;
  min-height: 2.4rem;
}

.pricing-card .package-features {
  margin-bottom: 2.2rem;
  flex-grow: 1;
}

.pricing-card .gcash-cta-btn {
  margin-top: auto;
}

.pricing-footer-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--txt-dimmed);
  margin-top: 1.5rem;
}

@media (max-width: 990px) {
  .pricing-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  
  .pricing-card {
    padding: 2rem 1.6rem;
  }
}

/* =====================================================================
   ABOUT US PAGE STYLING
===================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
  padding: 4rem 0 7rem;
}

.about-text-content {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.about-section {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.about-header {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-primary);
  line-height: 1.2;
}

.about-body {
  font-size: 0.98rem;
  color: #fff;
  line-height: 1.75;
}

.about-image-container {
  display: flex;
  justify-content: center;
}

.about-image-wrapper {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.55);
  position: relative;
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245, 166, 35, 0.15);
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.about-image-wrapper:hover img {
  transform: scale(1.05);
}

.about-placeholder-img {
  width: 100%;
  height: 100%;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--txt-muted);
  text-align: center;
  padding: 2rem;
}

.about-placeholder-img svg {
  width: 48px;
  height: 48px;
  color: var(--gold-primary);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2.5rem 0 5rem;
  }
  
  .about-image-container {
    order: -1; /* Place image on top in mobile */
  }
  
  .about-image-wrapper {
    max-width: 320px;
  }
  
  .about-header {
    font-size: 1.65rem;
  }
  
  .about-body {
    font-size: 0.94rem;
  }
}

/* =====================================================================
   MAINTENANCE MODE OVERLAY & BYPASS
===================================================================== */
.maintenance-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--bg-deep, #04070e);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.maintenance-content {
  max-width: 500px;
  background: var(--bg-card, #0a0e1a);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  border-radius: var(--r-lg, 12px);
  padding: 3rem 2.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.maintenance-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--gold-bright, #ffd700);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.maintenance-subtitle {
  font-size: 0.92rem;
  color: var(--txt-muted, #95a9c2);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.maintenance-auth-box {
  margin-top: 1.5rem;
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  padding-top: 2rem;
}

/* Floating maintenance bypass indicator */
.maintenance-bypass-badge {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  background: var(--coral-primary, #ef4444);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.9rem;
  border-radius: var(--r-full, 999px);
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  animation: badgePulse 2s infinite alternate;
}

.maintenance-bypass-badge button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0;
  margin-left: 0.3rem;
  text-decoration: underline;
}

@keyframes badgePulse {
  from { transform: scale(1); box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4); }
  to { transform: scale(1.03); box-shadow: 0 4px 22px rgba(239, 68, 68, 0.6); }
}

