/**
 * Auto-generated CSS for SpinDragonz
 * Generated: 2025-11-20T13:30:27.567Z
 */

/* ============================================================
   CSS RESET & TAILWIND BASE
   ============================================================ */

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  margin: 0;
  line-height: inherit;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, video {
  height: auto;
}

/* ============================================================
   COLOR SYSTEM
   ============================================================ */

:root {
  /* Primary Colors */
  --color-primary: #FF6B00;
  --color-primary-light: #FF8533;
  --color-primary-dark: #CC5600;
  --color-primary-hover: #E66100;
  --color-primary-contrast: #FFFFFF;

  /* Secondary Colors */
  --color-secondary: #000000;
  --color-secondary-light: #333333;
  --color-secondary-dark: #000000;
  --color-secondary-hover: undefined;
  --color-secondary-contrast: undefined;

  /* Accent Colors */
  --color-accent: #4A4A4A;
  --color-accent-light: #9CA3AF;
  --color-accent-dark: #4B5563;

  /* Background Colors */
  --color-background: #000000;
  --color-background-alt: #111827;
  --color-background-card: #111827;

  /* Text Colors */
  --color-text: #FFFFFF;
  --color-text-secondary: #D1D5DB;
  --color-text-muted: #6B7280;
  --color-text-inverse: #000000;


  /* Border Colors */
  --color-border: #1F2937;
  --color-border-light: #374151;

  /* Status Colors */
  --color-success: #10B981;
  --color-warning: #F59E0B;
  --color-error: #EF4444;
  --color-info: #3B82F6;
}

/* ============================================================
   LAYOUT
   ============================================================ */

.container {
  max-width: max-w-7xl;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

.btn-accent:hover {
  background-color: var(--color-accent-dark);
}

/* ============================================================
   CARDS
   ============================================================ */

.card {
  background-color: var(--color-background-card);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   SPACING UTILITIES
   ============================================================ */

.gap-xs { gap: 0.5rem; }
.gap-sm { gap: 0.75rem; }
.gap-md { gap: 1rem; }
.gap-lg { gap: 1.5rem; }
.gap-xl { gap: 2rem; }

.mb-xs { margin-bottom: 0.5rem; }
.mb-sm { margin-bottom: 0.75rem; }
.mb-md { margin-bottom: 1rem; }
.mb-lg { margin-bottom: 1.5rem; }
.mb-xl { margin-bottom: 2rem; }

.mt-xs { margin-top: 0.5rem; }
.mt-sm { margin-top: 0.75rem; }
.mt-md { margin-top: 1rem; }
.mt-lg { margin-top: 1.5rem; }
.mt-xl { margin-top: 2rem; }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
