/* USMC Tools - Screening Package Builder Styles */
/* Based on OSMEAC Generator Design System */

/* ============================================
   CSS Variables - Dark Mode (Default)
   OSMEAC Generator Color Scheme
   ============================================ */
:root {
  /* Background Colors */
  --bg-body: #1A1A1A;
  --bg-card: #2D2D2D;
  --bg-input: #3A3A3A;
  --bg-primary: #1A1A1A;
  --bg-secondary: #2D2D2D;
  --bg-tertiary: #3A3A3A;
  --surface: #2D2D2D;
  --surface-hover: #3A3A3A;

  /* Border Colors */
  --border-input: #6A6A6A;
  --border-light: #4A4A4A;
  --border-medium: #6A6A6A;
  --border-dark: #8A8A8A;

  /* Text Colors */
  --text-primary: #E5E5E5;
  --text-secondary: #CCCCCC;
  --text-tertiary: #AAAAAA;
  --text-muted: #AAAAAA;
  --text-inverse: #1A1A1A;

  /* Accent Colors */
  --accent-red: #C41E3A;
  --accent-yellow: #EAB308;
  --accent-orange: #F59E0B;
  --primary: #C41E3A;
  --primary-dark: #A01830;
  --primary-light: #D42E4A;
  --gold: #EAB308;
  --gold-dark: #CA9A08;

  /* Button Colors */
  --btn-primary: #C41E3A;

  /* Header Gradient */
  --header-gradient-start: #5C1A1A;
  --header-gradient-end: #6C2A2A;

  /* Progress/Status Colors */
  --progress-complete: #28A745;
  --progress-needed: #F59E0B;
  --success: #28A745;
  --success-light: rgba(40, 167, 69, 0.15);
  --warning: #F59E0B;
  --warning-light: rgba(245, 158, 11, 0.15);
  --error: #C41E3A;
  --error-light: rgba(196, 30, 58, 0.15);
  --info: #3B82F6;
  --info-light: rgba(59, 130, 246, 0.15);

  /* Secondary */
  --secondary: #3B82F6;
  --secondary-dark: #2563EB;
  --secondary-light: #60A5FA;

  /* Legacy compatibility */
  --white: #FFFFFF;
  --black: #000000;
  --scarlet: #C41E3A;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);

  /* Font Families */
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;

  /* Font Sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;

  /* Font Weights */
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* Line Heights */
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;

  /* Spacing */
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  /* Border Radius */
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-full: 9999px;

  /* Radius alias */
  --radius: var(--radius-lg);
}

/* ============================================
   Light Mode
   ============================================ */
[data-theme="light"] {
  --bg-body: #F5F5F0;
  --bg-card: #FFFFFF;
  --bg-input: #FFFFFF;
  --bg-primary: #F5F5F0;
  --bg-secondary: #FFFFFF;
  --bg-tertiary: #F0F0EB;
  --surface: #FFFFFF;
  --surface-hover: #F5F5F0;

  --border-input: #DEE2E6;
  --border-light: #E5E7EB;
  --border-medium: #DEE2E6;
  --border-dark: #CED4DA;

  --text-primary: #343A40;
  --text-secondary: #495057;
  --text-tertiary: #6C757D;
  --text-muted: #6C757D;
  --text-inverse: #FFFFFF;

  --accent-red: #8B0000;
  --accent-yellow: #8B0000;
  --primary: #8B0000;
  --primary-dark: #6B0000;
  --primary-light: #A52A2A;
  --gold: #D4A000;

  --header-gradient-start: #8B0000;
  --header-gradient-end: #6B0000;

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* ============================================
   Night Mode (Tactical - Red on Black)
   ============================================ */
[data-theme="night"] {
  --bg-body: #0A0A0A;
  --bg-card: #1A1A1A;
  --bg-input: #2A2A2A;
  --bg-primary: #0A0A0A;
  --bg-secondary: #1A1A1A;
  --bg-tertiary: #2A2A2A;
  --surface: #1A1A1A;
  --surface-hover: #2A2A2A;

  --border-input: #4A2A2A;
  --border-light: #3A1A1A;
  --border-medium: #4A2A2A;
  --border-dark: #5A3A3A;

  --text-primary: #DC4444;
  --text-secondary: #DC4444;
  --text-tertiary: #AA3333;
  --text-muted: #AA3333;
  --text-inverse: #0A0A0A;

  --accent-red: #DC4444;
  --accent-yellow: #DC4444;
  --primary: #DC4444;
  --primary-dark: #AA3333;
  --primary-light: #EE5555;
  --gold: #DC4444;

  --header-gradient-start: #2A0A0A;
  --header-gradient-end: #3A1A1A;

  --success: #DC4444;
  --warning: #DC4444;
  --error: #DC4444;
  --info: #DC4444;
  --progress-complete: #DC4444;
  --progress-needed: #DC4444;
}

/* ============================================
   Base Styles / Reset
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background-color: var(--bg-body);
  min-height: 100vh;
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

::selection {
  background-color: var(--primary);
  color: var(--white);
}

/* ============================================
   Skip Link (Accessibility)
   ============================================ */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--primary);
  color: var(--white);
  padding: var(--space-2) var(--space-4);
  z-index: 100;
  transition: top 0.2s;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

/* ============================================
   Container
   ============================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

@media (min-width: 640px) {
  .container {
    padding: 0 var(--space-6);
  }
}

/* ============================================
   Header
   ============================================ */
.header {
  background: linear-gradient(135deg, var(--header-gradient-start) 0%, var(--header-gradient-end) 100%);
  color: var(--white);
  padding: var(--space-6) 0;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.header-logo {
  display: block;
  font-size: var(--text-2xl);
  line-height: 1;
  margin-bottom: var(--space-2);
}

.header__title {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  margin-bottom: var(--space-2);
}

.header__subtitle {
  font-size: var(--text-sm);
  opacity: 0.9;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.header__back {
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  opacity: 0.9;
  transition: opacity 0.15s;
}

.header__back:hover {
  opacity: 1;
}

.header__actions {
  display: flex;
  gap: var(--space-2);
}

@media (min-width: 640px) {
  .header__title {
    font-size: var(--text-3xl);
  }
}

/* ============================================
   Cards
   ============================================ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
}

.card--elevated {
  box-shadow: var(--shadow-md);
}

.card--clickable {
  cursor: pointer;
  transition: all 0.15s ease;
}

.card--clickable:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--border-medium);
}

.card--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.card__header {
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--border-light);
}

.card__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.card__subtitle {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: var(--space-1);
}

.card__icon {
  font-size: var(--text-2xl);
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  line-height: 1;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  font-family: var(--font-sans);
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
}

.btn--primary:hover:not(:disabled) {
  background: var(--primary-dark);
}

.btn--secondary {
  background: var(--secondary);
  color: var(--white);
}

.btn--secondary:hover:not(:disabled) {
  background: var(--secondary-dark);
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
}

.btn--outline:hover:not(:disabled) {
  background: var(--bg-secondary);
}

.btn--ghost {
  background: transparent;
  color: var(--text-secondary);
}

.btn--ghost:hover:not(:disabled) {
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.btn--success {
  background: var(--success);
  color: var(--white);
}

.btn--danger {
  background: var(--error);
  color: var(--white);
}

.btn--sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
}

.btn--lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
}

.btn--full {
  width: 100%;
}

/* ============================================
   Form Elements
   ============================================ */
.form-group {
  margin-bottom: var(--space-4);
}

.label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.label--required::after {
  content: ' *';
  color: var(--error);
}

.input {
  width: 100%;
  padding: var(--space-3);
  font-size: var(--text-base);
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: var(--bg-input);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-md);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
}

.input::placeholder {
  color: var(--text-tertiary);
}

.input:disabled {
  background: var(--bg-secondary);
  cursor: not-allowed;
}

.input--error {
  border-color: var(--error);
}

.input--error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.input--success {
  border-color: var(--success);
}

.textarea {
  min-height: 120px;
  resize: vertical;
}

.select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-3) center;
  padding-right: var(--space-10);
}

.checkbox-group,
.radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.checkbox-label,
.radio-label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  cursor: pointer;
  font-size: var(--text-sm);
}

.checkbox,
.radio {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.help-text {
  font-size: var(--text-xs);
  color: var(--text-tertiary);
  margin-top: var(--space-1);
}

.help-text--error {
  color: var(--error);
}

/* ============================================
   Progress Bar
   ============================================ */
.progress {
  background: var(--bg-tertiary);
  border-radius: var(--radius-full);
  height: 12px;
  overflow: hidden;
}

.progress__bar {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 0.3s ease;
}

.progress__bar--success {
  background: linear-gradient(90deg, var(--success) 0%, #34D399 100%);
}

.progress__text {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  margin-top: var(--space-2);
  text-align: center;
}

/* ============================================
   Alerts / Notices
   ============================================ */
.alert {
  padding: var(--space-4);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.alert--info {
  background: var(--info-light);
  color: var(--info);
  border: 1px solid var(--info);
}

.alert--success {
  background: var(--success-light);
  color: var(--success);
  border: 1px solid var(--success);
}

.alert--warning {
  background: var(--warning-light);
  color: var(--warning);
  border: 1px solid var(--warning);
}

.alert--error {
  background: var(--error-light);
  color: var(--error);
  border: 1px solid var(--error);
}

/* ============================================
   Badges
   ============================================ */
.badge {
  display: inline-flex;
  align-items: center;
  padding: var(--space-1) var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  border-radius: var(--radius-full);
}

.badge--primary {
  background: var(--primary);
  color: var(--white);
}

.badge--secondary {
  background: var(--gray-200);
  color: var(--gray-700);
}

.badge--success {
  background: var(--success-light);
  color: var(--success);
}

.badge--warning {
  background: var(--warning-light);
  color: var(--warning);
}

.badge--error {
  background: var(--error-light);
  color: var(--error);
}

/* ============================================
   Modal
   ============================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.modal-overlay--active {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}

.modal__header {
  padding: var(--space-6);
  border-bottom: 1px solid var(--border-input);
}

.modal__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
}

.modal__body {
  padding: var(--space-6);
}

.modal__footer {
  padding: var(--space-4) var(--space-6);
  border-top: 1px solid var(--border-light);
  display: flex;
  justify-content: flex-end;
  gap: var(--space-3);
}

/* ============================================
   Checklist Items
   ============================================ */
.checklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.checklist-category {
  margin-top: var(--space-6);
  margin-bottom: var(--space-3);
}

.checklist-category__title {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.checklist-item {
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  transition: all 0.15s ease;
}

.checklist-item:hover {
  border-color: var(--accent-red);
}

.checklist-item--complete {
  border-left: 3px solid var(--progress-complete);
}

.checklist-item--incomplete {
  border-left: 3px solid var(--warning);
}

.checklist-item--waiver {
  border-left: 3px solid var(--error);
}

.checklist-item--na {
  border-left: 3px solid var(--gray-400);
  opacity: 0.7;
}

.checklist-item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
}

.checklist-item__info {
  flex: 1;
}

.checklist-item__number {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-secondary);
}

.checklist-item__name {
  font-weight: var(--font-medium);
  color: var(--text-primary);
  margin-top: var(--space-1);
}

.checklist-item__description {
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  margin-top: var(--space-1);
}

.checklist-item__status {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.checklist-item__icon {
  font-size: var(--text-xl);
}

.checklist-item__notes {
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-light);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

/* ============================================
   Routing Timeline
   ============================================ */
.routing-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.routing-step {
  position: relative;
  padding-left: var(--space-10);
  padding-bottom: var(--space-6);
}

.routing-step:last-child {
  padding-bottom: 0;
}

.routing-step::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 0;
  width: 2px;
  background: var(--border-light);
}

.routing-step:last-child::before {
  display: none;
}

.routing-step__marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  border: 2px solid var(--border-medium);
}

.routing-step--complete .routing-step__marker {
  background: var(--success);
  color: var(--white);
  border-color: var(--success);
}

.routing-step--pending .routing-step__marker {
  background: var(--warning-light);
  color: var(--warning);
  border-color: var(--warning);
}

.routing-step__content {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
}

.routing-step__title {
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}

.routing-step__name {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: var(--space-1);
}

.routing-step__status {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-2);
  font-size: var(--text-sm);
}

/* ============================================
   Stats Grid
   ============================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
  margin: var(--space-4) 0;
}

@media (min-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  text-align: center;
  padding: var(--space-3);
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
}

.stat-item__icon {
  font-size: var(--text-xl);
  margin-bottom: var(--space-1);
}

.stat-item__value {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
}

.stat-item__label {
  font-size: var(--text-xs);
  color: var(--text-secondary);
}

/* Stat color variants */
.stat-complete .stat-item__value { color: var(--progress-complete); }
.stat-needed .stat-item__value { color: var(--progress-needed); }
.stat-waivers .stat-item__value { color: var(--accent-yellow); }
.stat-signatures .stat-item__value { color: var(--accent-orange); }

/* ============================================
   Package Cards (Home Page)
   ============================================ */
.package-grid {
  display: grid;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

@media (min-width: 640px) {
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .package-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.package-card {
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  cursor: pointer;
  transition: all 0.15s ease;
}

.package-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--accent-red);
}

.package-card.selected {
  border-color: var(--accent-red);
  border-width: 2px;
}

.package-card--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.package-card--disabled:hover {
  box-shadow: none;
  border-color: var(--border-light);
}

.package-card__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.package-card__description {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: var(--space-2);
}

.package-card .btn {
  margin-top: var(--space-4);
}

.package-card__coming-soon {
  display: inline-block;
  margin-top: var(--space-4);
  font-size: var(--text-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ============================================
   Saved Packages Section
   ============================================ */
.saved-packages {
  margin-top: var(--space-12);
}

.saved-packages__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--border-light);
}

.saved-package-item {
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  margin-bottom: var(--space-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  cursor: pointer;
  transition: all 0.15s ease;
}

.saved-package-item:hover {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-sm);
}

.saved-package-item__info {
  flex: 1;
}

.saved-package-item__name {
  font-weight: var(--font-medium);
  color: var(--text-primary);
}

.saved-package-item__meta {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: var(--space-1);
}

.saved-package-item__progress {
  display: flex;
  align-items: center;
}

/* ============================================
   Cover Sheet
   ============================================ */
.cover-sheet {
  background: var(--white);
  border: 1px solid var(--border-medium);
  padding: var(--space-8);
  max-width: 800px;
  margin: 0 auto;
}

.cover-sheet__header {
  text-align: center;
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-4);
  border-bottom: 2px solid var(--black);
}

.cover-sheet__title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cover-sheet__section {
  margin-bottom: var(--space-6);
}

.cover-sheet__section-title {
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--border-medium);
}

.cover-sheet__field {
  display: flex;
  margin-bottom: var(--space-2);
}

.cover-sheet__label {
  font-weight: var(--font-medium);
  min-width: 150px;
}

.cover-sheet__value {
  flex: 1;
}

.cover-sheet__enclosure-list {
  list-style: none;
  padding: 0;
}

.cover-sheet__enclosure-item {
  padding: var(--space-1) 0;
  display: flex;
  gap: var(--space-2);
}

/* ============================================
   Action Bar (Fixed Bottom)
   ============================================ */
.action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--surface);
  border-top: 1px solid var(--border-light);
  padding: var(--space-4);
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  box-shadow: var(--shadow-lg);
  z-index: 100;
}

.action-bar ~ main {
  padding-bottom: 80px;
}

/* ============================================
   Deadline Banner
   ============================================ */
.deadline-banner {
  background: var(--warning-light);
  border: 1px solid var(--warning);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.deadline-banner--urgent {
  background: var(--error-light);
  border-color: var(--error);
}

.deadline-banner__icon {
  font-size: var(--text-xl);
}

.deadline-banner__text {
  flex: 1;
}

.deadline-banner__days {
  font-weight: var(--font-bold);
}

/* ============================================
   Theme Toggle (in header)
   ============================================ */
.header .theme-toggle {
  position: static;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-full);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: var(--text-base);
  color: var(--white);
}

.header .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ============================================
   Empty State
   ============================================ */
.empty-state {
  text-align: center;
  padding: var(--space-12) var(--space-4);
  color: var(--text-secondary);
}

.empty-state__icon {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-4);
  opacity: 0.5;
}

.empty-state__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.empty-state__description {
  font-size: var(--text-sm);
  max-width: 400px;
  margin: 0 auto;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  margin-top: var(--space-12);
  padding: var(--space-8) 0;
  border-top: 1px solid var(--border-light);
  background: var(--bg-secondary);
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.footer p {
  margin-bottom: var(--space-2);
}

.footer .kbd-hints {
  margin-top: var(--space-4);
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.footer a {
  color: var(--primary);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* ============================================
   Layout Utilities
   ============================================ */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-end { justify-content: flex-end; }
.gap-1 { gap: var(--space-1); }
.gap-2 { gap: var(--space-2); }
.gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }

.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.m-0 { margin: 0; }
.mt-2 { margin-top: var(--space-2); }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mb-4 { margin-bottom: var(--space-4); }
.my-4 { margin-top: var(--space-4); margin-bottom: var(--space-4); }
.p-4 { padding: var(--space-4); }
.px-4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.py-4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-sm { font-size: var(--text-sm); }
.text-lg { font-size: var(--text-lg); }
.font-bold { font-weight: var(--font-bold); }
.text-secondary { color: var(--text-secondary); }
.text-success { color: var(--success); }
.text-error { color: var(--error); }

.hidden { display: none; }
.block { display: block; }

.w-full { width: 100%; }

/* ============================================
   View Management
   ============================================ */
.view {
  display: none;
}

.view--active {
  display: block;
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .no-print {
    display: none !important;
  }

  .card {
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .btn {
    display: none;
  }

  a {
    text-decoration: none;
    color: black;
  }

  .header {
    background: white;
    color: black;
    box-shadow: none;
    border-bottom: 2px solid black;
  }

  .theme-toggle,
  .action-bar {
    display: none !important;
  }

  .cover-sheet {
    border: none;
    padding: 0;
  }

  .live-preview-pane {
    display: none !important;
  }
}

/* ============================================
   Live Preview Pane
   ============================================ */
.live-preview-pane {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background: var(--gray-100);
  border-left: 1px solid var(--border-medium);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: right 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

.live-preview-pane.show {
  right: 0;
}

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: var(--primary);
  color: white;
  font-weight: var(--font-semibold);
}

.preview-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.preview-close:hover {
  opacity: 1;
}

.preview-frame {
  flex: 1;
  border: none;
  background: white;
}

.preview-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  z-index: 10;
}

.spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--border-light);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* When preview is active, constrain container to left 50% */
.container.preview-active {
  max-width: 50%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  transition: max-width 0.3s ease;
}

@media (max-width: 1024px) {
  .live-preview-pane {
    width: 100%;
    right: -100%;
  }

  .live-preview-pane.show {
    right: 0;
  }

  .container.preview-active {
    max-width: 100%;
    margin: 0 auto;
    padding-left: var(--space-4);
  }
}

/* ============================================
   Header Controls
   ============================================ */
.header-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ============================================
   Status Indicator
   ============================================ */
.status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-md);
}

.status-indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-400);
  transition: background 0.3s;
}

.status-indicator--saved .status-indicator__dot {
  background: #4ade80;
}

.status-indicator--saving .status-indicator__dot {
  background: var(--warning);
  animation: pulse 1s infinite;
}

.status-indicator--offline .status-indicator__dot {
  background: #f87171;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ============================================
   Toast Notifications
   ============================================ */
.toast {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  z-index: 1100;
  animation: slideUp 0.2s ease;
  box-shadow: var(--shadow-lg);
}

.toast--success {
  background: var(--success);
  color: white;
}

.toast--error {
  background: var(--error);
  color: white;
}

.toast--info {
  background: var(--info);
  color: white;
}

.toast--warning {
  background: var(--warning);
  color: white;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

/* ============================================
   Keyboard Shortcut Hints
   ============================================ */
.kbd {
  display: inline-block;
  padding: 2px 6px;
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  background: var(--bg-tertiary);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-sm);
  box-shadow: 0 1px 0 var(--border-dark);
}

/* ============================================
   Header with Controls
   ============================================ */
.header {
  position: relative;
}

.header .header-controls {
  position: absolute;
  top: 50%;
  right: var(--space-4);
  transform: translateY(-50%);
}

/* ============================================
   Enhanced Checklist - Phase View
   ============================================ */
.checklist-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-4);
  gap: var(--space-4);
  flex-wrap: wrap;
}

.view-toggle {
  display: flex;
  background: var(--bg-tertiary);
  border-radius: var(--radius-md);
  padding: 2px;
}

.view-toggle__btn {
  padding: var(--space-2) var(--space-4);
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  transition: all 0.2s;
}

.view-toggle__btn:hover {
  color: var(--text-primary);
}

.view-toggle__btn.active {
  background: var(--surface);
  color: var(--primary);
  font-weight: var(--font-semibold);
  box-shadow: var(--shadow-sm);
}

.regulation-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) var(--space-4);
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid var(--accent-yellow);
  border-left: 4px solid var(--accent-yellow);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-6);
  gap: var(--space-4);
}

.regulation-banner__content {
  color: var(--text-primary);
  font-size: var(--text-sm);
}

.regulation-banner__content strong {
  color: var(--accent-yellow);
}

/* Phase Cards */
.phases-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.phase-card {
  background: var(--bg-card);
  border: 2px solid var(--border-input);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.phase-card.current {
  border-color: var(--accent-red);
  box-shadow: 0 0 0 3px rgba(220, 68, 68, 0.15);
}

.phase-card.complete {
  border-color: var(--progress-complete);
}

.phase-card.in-progress {
  border-color: var(--progress-needed);
}

.phase-card__header {
  display: flex;
  align-items: center;
  padding: var(--space-4);
  gap: var(--space-4);
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-light);
}

.phase-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--accent-red);
  color: var(--white);
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
  border-radius: 50%;
  flex-shrink: 0;
}

.phase-card.complete .phase-card__number {
  background: var(--progress-complete);
}

.phase-card.in-progress .phase-card__number {
  background: var(--progress-needed);
}

.phase-card__info {
  flex: 1;
}

.phase-card__title {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  margin: 0;
  color: var(--text-primary);
}

.phase-card__description {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin: var(--space-1) 0 0;
}

.phase-card__duration {
  display: inline-block;
  font-size: var(--text-xs);
  color: var(--text-tertiary);
  background: var(--bg-tertiary);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  margin-top: var(--space-2);
}

.phase-card__status {
  font-size: var(--text-2xl);
}

.phase-warning {
  padding: var(--space-3) var(--space-4);
  background: rgba(234, 179, 8, 0.1);
  border-left: 4px solid var(--accent-yellow);
  color: var(--accent-yellow);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
}

.phase-critical {
  padding: var(--space-3) var(--space-4);
  background: rgba(220, 68, 68, 0.1);
  border-left: 4px solid var(--accent-red);
  color: var(--accent-red);
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
}

.phase-documents {
  padding: var(--space-4);
}

/* Enhanced Checklist Items */
.checklist-item {
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-3);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.checklist-item:hover {
  border-color: var(--accent-red);
}

.checklist-item.expanded {
  box-shadow: var(--shadow-md);
}

.checklist-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) var(--space-4);
  cursor: pointer;
  gap: var(--space-3);
}

.checklist-item__info {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  flex-wrap: wrap;
}

.checklist-item__number {
  font-weight: var(--font-bold);
  color: var(--text-tertiary);
  min-width: 24px;
}

.checklist-item__name {
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}

.checklist-item__badges {
  display: flex;
  gap: var(--space-2);
}

.checklist-item__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.checklist-item__icon {
  font-size: var(--text-xl);
}

.expand-btn {
  padding: var(--space-1) var(--space-2);
  color: var(--text-tertiary);
}

/* Document Details Panel */
.checklist-item__details {
  display: none;
  border-top: 1px solid var(--border-light);
}

.checklist-item__details.show {
  display: block;
}

.doc-details {
  padding: var(--space-4);
  background: var(--bg-secondary);
}

.doc-details__description {
  color: var(--text-secondary);
  margin: 0 0 var(--space-3);
  line-height: var(--leading-relaxed);
}

.doc-details__reference {
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  padding: var(--space-2) var(--space-3);
  background: var(--bg-tertiary);
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-4);
}

.doc-details__links {
  display: flex;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  flex-wrap: wrap;
}

.doc-details__section {
  margin-bottom: var(--space-4);
}

.doc-details__section h5 {
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin: 0 0 var(--space-2);
}

.doc-instructions {
  margin: 0;
  padding-left: var(--space-6);
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

.doc-instructions li {
  margin-bottom: var(--space-2);
  line-height: var(--leading-relaxed);
}

.doc-format {
  margin: 0;
  padding-left: var(--space-5);
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

.doc-format li {
  margin-bottom: var(--space-1);
}

.doc-tips {
  background: var(--warning-light);
  padding: var(--space-3);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--warning);
}

.doc-tips h5 {
  color: var(--warning);
}

.doc-tips ul {
  margin: 0;
  padding-left: var(--space-5);
  color: var(--text-secondary);
  font-size: var(--text-sm);
}

.doc-tips li {
  margin-bottom: var(--space-1);
}

.doc-details__status {
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-light);
  margin-top: var(--space-4);
}

.status-row {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.doc-notes {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  padding: var(--space-2) var(--space-3);
  background: var(--bg-tertiary);
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-3);
}

/* Badge enhancements */
.badge--info {
  background: var(--info-light);
  color: var(--info);
}

.badge--primary {
  background: var(--primary);
  color: var(--white);
}

/* Ghost button */
.btn--ghost {
  background: transparent;
  border: none;
  color: var(--text-secondary);
}

.btn--ghost:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

/* Compact mode for phase view */
.checklist-item.compact {
  margin-bottom: var(--space-2);
}

.checklist-item.compact .checklist-item__header {
  padding: var(--space-2) var(--space-3);
}

/* Status-specific styling */
.checklist-item--complete {
  border-left: 3px solid var(--success);
}

.checklist-item--waiver {
  border-left: 3px solid var(--warning);
  background: var(--warning-light);
}

.checklist-item--na {
  opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .checklist-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .view-toggle {
    justify-content: center;
  }

  .regulation-banner {
    flex-direction: column;
    text-align: center;
  }

  .phase-card__header {
    flex-wrap: wrap;
  }

  .checklist-item__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-details__links {
    flex-direction: column;
  }

  .doc-details__links .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   PWA Install Guide (matches other tools)
   ============================================ */
#install-guide summary {
  list-style: none;
}

#install-guide summary::-webkit-details-marker {
  display: none;
}

#install-guide[open] summary::before {
  content: "▼ ";
}

#install-guide:not([open]) summary::before {
  content: "▶ ";
}

/* ============================================
   Good Design Pattern - Shared Styles
   ============================================ */

/* Header subtitle */
.subtitle {
  font-size: var(--text-sm);
  opacity: 0.9;
  margin-top: var(--space-1);
}

/* Intro tagline link */
.intro-link {
  text-align: center;
  margin: var(--space-4) 0 var(--space-6);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.intro-link a {
  color: var(--primary);
  text-decoration: none;
  font-weight: var(--font-medium);
}

.intro-link a:hover {
  text-decoration: underline;
}

/* Form sections with card styling */
.form-section {
  background: var(--bg-card);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-input);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-sm);
}

/* Section title with gold left accent */
.section-title {
  color: var(--accent-yellow);
  text-transform: uppercase;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  border-left: 3px solid var(--accent-yellow);
  padding-left: var(--space-3);
  margin: 0 0 var(--space-4);
}

/* Quick toolbar for dashboard */
.quick-toolbar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
  flex-wrap: wrap;
}

/* Back button stays left, primary action centers, save indicator right */
.quick-toolbar .btn-secondary {
  flex-shrink: 0;
}

.quick-toolbar .btn-primary {
  flex-grow: 1;
  max-width: 200px;
  margin: 0 auto;
}

/* Save indicator */
.save-indicator {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  flex-shrink: 0;
}

.save-indicator__dot {
  width: 8px;
  height: 8px;
  background: var(--success);
  border-radius: 50%;
}

/* Button variants (non-BEM) */
.btn.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn.btn-primary:hover:not(:disabled) {
  background: var(--primary-dark);
}

.btn.btn-secondary {
  background: transparent;
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
}

.btn.btn-secondary:hover:not(:disabled) {
  background: var(--bg-secondary);
}

/* Tabs styling */
.tabs {
  display: flex;
  gap: var(--space-1);
  margin-bottom: var(--space-6);
  border-bottom: 2px solid var(--border-light);
}

.tab {
  padding: var(--space-3) var(--space-6);
  background: transparent;
  border: none;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.15s;
}

.tab:hover {
  color: var(--text-primary);
}

.tab.tab--active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  font-weight: var(--font-semibold);
}

/* Tab panels */
.tab-panel {
  display: none;
}

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

/* Regulation banner with gold accent */
.regulation-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3) var(--space-4);
  background: linear-gradient(90deg, rgba(255, 195, 0, 0.1) 0%, rgba(255, 195, 0, 0.05) 100%);
  border: 1px solid var(--gold);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-6);
  gap: var(--space-4);
}

.regulation-banner__content {
  color: var(--text-primary);
  font-size: var(--text-sm);
}

.regulation-banner__content strong {
  color: var(--primary);
}
