/* ================================================
   CORKULOUS PREMIUM DESIGN SYSTEM
   A revolutionary fusion of cork materiality and
   liquid glass sophistication
   ================================================ */

/* ================================================
   1. ADVANCED CSS CUSTOM PROPERTIES
   ================================================ */

:root {
  /* === Premium Color Palette === */
  /* Cork-inspired warm tones */
  --cork-100: #f8f3ed;
  --cork-200: #ede3d5;
  --cork-300: #d4c4a8;
  --cork-400: #c4a574;
  --cork-500: #b8935a;
  --cork-600: #9d7547;
  --cork-700: #7d5a35;
  --cork-800: #5c3d22;

  /* Brand reds with sophistication */
  --brand-red-50: #fff5f5;
  --brand-red-100: #ffe3e3;
  --brand-red-200: #ffc9c9;
  --brand-red-300: #ffa8a8;
  --brand-red-400: #ff8787;
  --brand-red-500: #ff4f5a;
  --brand-red-600: #e63946;
  --brand-red-700: #c92a2a;
  --brand-red-800: #a61e1e;

  /* Glass blues and purples */
  --glass-blue-400: #4dabf7;
  --glass-blue-500: #339af0;
  --glass-purple-400: #9775fa;
  --glass-purple-500: #845ef7;
  --glass-purple-600: #7048e8;

  /* Sophisticated neutrals */
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;

  /* === Light Theme === */
  --bg-primary: #ffffff;
  --bg-secondary: #fafafa;
  --bg-elevated: rgba(255, 255, 255, 0.9);
  --bg-cork-tint: #f8f3ed;

  /* Text */
  --text-primary: #171717;
  --text-secondary: #525252;
  --text-tertiary: #a3a3a3;

  /* Glass effects */
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-shadow: rgba(0, 0, 0, 0.1);

  /* Mesh gradient (sophisticated multi-color gradient) */
  --mesh-gradient:
    radial-gradient(at 27% 37%, hsla(215, 98%, 61%, 0.15) 0px, transparent 50%),
    radial-gradient(at 97% 21%, hsla(125, 98%, 72%, 0.12) 0px, transparent 50%),
    radial-gradient(at 52% 99%, hsla(354, 98%, 61%, 0.15) 0px, transparent 50%),
    radial-gradient(at 10% 29%, hsla(256, 96%, 67%, 0.12) 0px, transparent 50%),
    radial-gradient(at 97% 96%, hsla(38, 60%, 74%, 0.15) 0px, transparent 50%),
    radial-gradient(at 33% 50%, hsla(222, 67%, 73%, 0.12) 0px, transparent 50%),
    radial-gradient(at 79% 53%, hsla(343, 68%, 79%, 0.13) 0px, transparent 50%);

  /* Cork texture overlay */
  --cork-texture:
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><circle cx="10" cy="10" r="1.5" fill="%23c4a574" opacity="0.3"/><circle cx="45" cy="15" r="1" fill="%239d7547" opacity="0.25"/><circle cx="70" cy="25" r="1.2" fill="%23b8935a" opacity="0.28"/><circle cx="25" cy="35" r="0.8" fill="%23c4a574" opacity="0.22"/><circle cx="55" cy="45" r="1.3" fill="%239d7547" opacity="0.26"/><circle cx="15" cy="55" r="1.1" fill="%23b8935a" opacity="0.24"/><circle cx="65" cy="65" r="0.9" fill="%23c4a574" opacity="0.27"/><circle cx="35" cy="70" r="1.4" fill="%239d7547" opacity="0.29"/></svg>');

  /* Advanced blur and effects */
  --blur-sm: 8px;
  --blur-md: 16px;
  --blur-lg: 24px;
  --blur-xl: 40px;

  /* Premium shadows */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 24px 64px rgba(0, 0, 0, 0.18), 0 12px 32px rgba(0, 0, 0, 0.12);

  /* Premium animations */
  --ease-in-out-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);

  /* Typography scale */
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Dank Mono", monospace;

  /* Type scale - much more dramatic */
  --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;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-8xl: 6rem;
  --text-9xl: 8rem;

  /* Spacing scale */
  --space-px: 1px;
  --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;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
}

[data-theme="dark"] {
  /* === Dark Theme - Dramatic and sophisticated === */
  --bg-primary: #0a0a0a;
  --bg-secondary: #141414;
  --bg-elevated: rgba(20, 20, 20, 0.95);
  --bg-cork-tint: #1a1410;

  /* Text */
  --text-primary: #fafafa;
  --text-secondary: #d4d4d4;
  --text-tertiary: #737373;

  /* Glass effects - darker */
  --glass-bg: rgba(20, 20, 20, 0.7);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-shadow: rgba(0, 0, 0, 0.5);

  /* Mesh gradient - darker version */
  --mesh-gradient:
    radial-gradient(at 27% 37%, hsla(215, 98%, 41%, 0.2) 0px, transparent 50%),
    radial-gradient(at 97% 21%, hsla(125, 98%, 52%, 0.15) 0px, transparent 50%),
    radial-gradient(at 52% 99%, hsla(354, 98%, 51%, 0.2) 0px, transparent 50%),
    radial-gradient(at 10% 29%, hsla(256, 96%, 57%, 0.15) 0px, transparent 50%),
    radial-gradient(at 97% 96%, hsla(38, 60%, 54%, 0.18) 0px, transparent 50%),
    radial-gradient(at 33% 50%, hsla(222, 67%, 53%, 0.15) 0px, transparent 50%),
    radial-gradient(at 79% 53%, hsla(343, 68%, 59%, 0.16) 0px, transparent 50%);
}

/* ================================================
   2. BASE RESETS & IMPROVEMENTS
   ================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--bg-primary);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  transition: background-color 0.5s var(--ease-premium), color 0.5s var(--ease-premium);
}

/* ================================================
   3. PREMIUM GLASS SYSTEM
   ================================================ */

.premium-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur-lg)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--blur-lg)) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.premium-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 100%);
  opacity: 0.6;
}

.premium-glass-strong {
  background: var(--bg-elevated);
  backdrop-filter: blur(var(--blur-xl)) saturate(200%);
  -webkit-backdrop-filter: blur(var(--blur-xl)) saturate(200%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-xl);
}

/* Cork-textured glass hybrid */
.cork-glass {
  background:
    var(--cork-texture),
    linear-gradient(135deg, var(--cork-100) 0%, var(--cork-200) 100%);
  background-blend-mode: overlay;
  backdrop-filter: blur(var(--blur-md));
  -webkit-backdrop-filter: blur(var(--blur-md));
  border: 2px solid var(--cork-300);
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

[data-theme="dark"] .cork-glass {
  background:
    var(--cork-texture),
    linear-gradient(135deg, var(--cork-800) 0%, var(--cork-700) 100%);
  background-blend-mode: overlay;
  border-color: var(--cork-700);
}

/* ================================================
   4. DRAMATIC HERO SECTION
   ================================================ */

.hero-premium {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--bg-primary);
}

/* Animated mesh gradient background */
.hero-premium::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: var(--mesh-gradient);
  animation: mesh-rotate 20s ease-in-out infinite;
  opacity: 1;
  z-index: 0;
}

@keyframes mesh-rotate {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.1); }
}

/* Cork particles floating effect */
.hero-premium::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cork-texture);
  opacity: 0.4;
  animation: cork-float 30s linear infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes cork-float {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-20px) translateX(10px); }
  100% { transform: translateY(0) translateX(0); }
}

.hero-premium-content {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--space-16) var(--space-8);
  text-align: center;
}

/* Ultra-bold headline typography */
.hero-headline {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-8);
  font-family: var(--font-display);
  background: linear-gradient(135deg,
    var(--text-primary) 0%,
    var(--brand-red-500) 50%,
    var(--glass-purple-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 8s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-subheadline {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto var(--space-12);
  letter-spacing: -0.01em;
}

/* ================================================
   5. PREMIUM CARD SYSTEM
   ================================================ */

.card-premium {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur-lg)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--blur-lg)) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: var(--space-8);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--ease-premium);
}

.card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}

.card-premium:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-2xl);
  border-color: var(--brand-red-300);
}

/* 3D tilt effect on hover */
.card-premium-3d {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.card-premium-3d:hover {
  transform: translateY(-8px) rotateX(5deg) rotateY(-5deg);
}

/* ================================================
   6. BOLD TYPOGRAPHY SYSTEM
   ================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.display-1 {
  font-size: var(--text-9xl);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.display-2 {
  font-size: var(--text-8xl);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.display-3 {
  font-size: var(--text-7xl);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.headline-1 {
  font-size: var(--text-6xl);
  font-weight: 700;
}

.headline-2 {
  font-size: var(--text-5xl);
  font-weight: 700;
}

.headline-3 {
  font-size: var(--text-4xl);
  font-weight: 600;
}

.body-large {
  font-size: var(--text-xl);
  line-height: 1.7;
  color: var(--text-secondary);
}

.body-base {
  font-size: var(--text-lg);
  line-height: 1.8;
  color: var(--text-secondary);
}

/* ================================================
   7. PREMIUM BUTTON SYSTEM
   ================================================ */

.btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
  font-weight: 600;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.4s var(--ease-premium);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-family: var(--font-display);
}

.btn-premium-primary {
  background: linear-gradient(135deg, var(--brand-red-500), var(--brand-red-600));
  color: white;
  box-shadow:
    var(--shadow-md),
    0 0 0 0 rgba(255, 79, 90, 0.4);
  animation: pulse-shadow 2s ease-in-out infinite;
}

@keyframes pulse-shadow {
  0%, 100% {
    box-shadow:
      var(--shadow-md),
      0 0 0 0 rgba(255, 79, 90, 0.4);
  }
  50% {
    box-shadow:
      var(--shadow-lg),
      0 0 0 8px rgba(255, 79, 90, 0);
  }
}

.btn-premium-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, var(--brand-red-600), var(--brand-red-700));
}

.btn-premium-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur-lg));
  -webkit-backdrop-filter: blur(var(--blur-lg));
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
}

.btn-premium-glass:hover {
  background: var(--bg-elevated);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-red-400);
}

/* Shimmer effect on button */
.btn-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%);
  transition: left 0.7s var(--ease-premium);
}

.btn-premium:hover::before {
  left: 100%;
}

/* ================================================
   8. ADVANCED ANIMATIONS
   ================================================ */

@keyframes float-gentle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-float {
  animation: float-gentle 6s ease-in-out infinite;
}

.animate-fade-in {
  animation: fade-in-up 0.8s var(--ease-premium) forwards;
}

.animate-scale {
  animation: scale-in 0.6s var(--ease-premium) forwards;
}

/* Stagger delays for sequential animations */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }

/* ================================================
   9. RESPONSIVE DESIGN
   ================================================ */

@media (max-width: 1200px) {
  .hero-headline {
    font-size: clamp(2.5rem, 7vw, 5rem);
  }
}

@media (max-width: 768px) {
  .hero-premium {
    min-height: 80vh;
  }

  .hero-headline {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .hero-subheadline {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }

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

/* ================================================
   10. FORM SYSTEM - Proper Visibility
   ================================================ */

/* Form inputs and textareas - Light Mode */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.form-control,
.form-select {
  background: var(--bg-primary) !important;
  border: 2px solid var(--neutral-400) !important;
  color: var(--text-primary) !important;
  padding: var(--space-3) var(--space-4);
  border-radius: 12px;
  font-size: var(--text-base);
  font-family: var(--font-body);
  transition: all 0.3s var(--ease-premium);
  width: 100%;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: var(--neutral-400) !important;
  opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus {
  border-color: var(--brand-red-500) !important;
  background: var(--bg-primary) !important;
  box-shadow: 0 0 0 3px rgba(255, 79, 90, 0.1) !important;
  outline: none !important;
}

/* Labels */
label {
  color: var(--text-primary) !important;
  font-weight: 600;
  font-size: var(--text-sm);
  margin-bottom: var(--space-2);
  display: block;
}

/* Select dropdowns */
select,
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right var(--space-3) center !important;
  background-size: 16px 12px !important;
  padding-right: var(--space-10) !important;
}

/* Dark mode form overrides */
[data-theme="dark"] input[type="text"],
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="password"],
[data-theme="dark"] textarea,
[data-theme="dark"] select,
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select {
  background: var(--neutral-900) !important;
  border-color: var(--neutral-700) !important;
  color: var(--text-primary) !important;
}

[data-theme="dark"] input[type="text"]::placeholder,
[data-theme="dark"] input[type="email"]::placeholder,
[data-theme="dark"] input[type="password"]::placeholder,
[data-theme="dark"] textarea::placeholder {
  color: var(--neutral-500) !important;
  opacity: 1;
}

[data-theme="dark"] input[type="text"]:focus,
[data-theme="dark"] input[type="email"]:focus,
[data-theme="dark"] input[type="password"]:focus,
[data-theme="dark"] textarea:focus,
[data-theme="dark"] select:focus,
[data-theme="dark"] .form-control:focus,
[data-theme="dark"] .form-select:focus {
  background: var(--neutral-800) !important;
  border-color: var(--brand-red-500) !important;
  box-shadow: 0 0 0 3px rgba(255, 79, 90, 0.2) !important;
}

[data-theme="dark"] select,
[data-theme="dark"] .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d4d4d4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Form row spacing */
.form-row {
  margin-bottom: var(--space-6);
}

/* Invalid feedback */
.invalid-feedback {
  color: var(--brand-red-600);
  font-size: var(--text-sm);
  margin-top: var(--space-2);
}

/* Checkbox styling */
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--brand-red-500);
}

/* CAPTCHA image */
img#captcha {
  border: 2px solid var(--neutral-400);
  border-radius: 8px;
  margin: var(--space-2) 0;
}

[data-theme="dark"] img#captcha {
  border-color: var(--neutral-700);
}

/* Alert styling */
.alert-primary {
  background: var(--bg-elevated);
  border: 2px solid var(--neutral-400);
  border-radius: 16px;
  padding: var(--space-6);
  margin-bottom: var(--space-8);
}

[data-theme="dark"] .alert-primary {
  background: var(--neutral-900);
  border-color: var(--neutral-700);
}

/* ================================================
   11. UTILITY CLASSES
   ================================================ */

.container-premium {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-8);
}

.section-premium {
  padding: var(--space-24) 0;
}

.text-gradient {
  background: linear-gradient(135deg, var(--brand-red-500), var(--glass-purple-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }
.mb-16 { margin-bottom: var(--space-16); }

.mt-4 { margin-top: var(--space-4); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }
.mt-16 { margin-top: var(--space-16); }
