/* Prevent flash of incorrect theme during loading */
:root {
  color-scheme: light dark;
}
:root {
  --background: #ffffff;
  --background-subtle: #f9fafb;
  --foreground: #000000;
  --foreground-secondary: #6b7280;
  --foreground-muted: #9ca3af;
  --primary: #6a44ff;
  --primary-foreground: #ffffff;
  --primary-focus-ring: #6a44ff33;
  --secondary: #f3f4f6;
  --secondary-foreground: #4b5563;
  --border-color: #e5e7eb;
  --destructive: #ef4444;
  --background-hover: #f3f4f6;
  --muted: #e5e7eb;
  --muted-foreground: #6b7280;
  --card: #ffffff;
}
[data-theme='dark'] {
  --background: #111827;
  --background-subtle: #1f2937;
  --foreground: #ffffff;
  --foreground-secondary: #d1d5db;
  --foreground-muted: #9ca3af;
  --primary: #818cf8;
  --primary-foreground: #111827;
  --primary-focus-ring: #818cf833;
  --secondary: #1f2937;
  --secondary-foreground: #d1d5db;
  --border-color: #374151;
  --destructive: #f87171;
  --background-hover: #374151;
  --muted: #374151;
  --muted-foreground: #9ca3af;
  --card: #1f2937;
}
#root {
  width: 100%;
  min-height: 100vh;
}
:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  font-weight: 500;
  color: var(--primary);
  text-decoration: inherit;
}
a:hover {
  filter: brightness(1.1);
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background-color: var(--background);
  color: var(--foreground);
}
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: var(--primary);
  color: var(--primary-foreground);
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  filter: brightness(1.1);
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
._button_1m6pr_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  gap: 0.5rem;
}

._leftIcon_1m6pr_12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._sm_1m6pr_18 {
  padding: 0 8px;
  font-size: 0.875rem;
  height: 28px;
}

._md_1m6pr_24 {
  padding: 0 15px;
  font-size: 15px;
  height: 35px;
}

._lg_1m6pr_30 {
  padding: 0 20px;
  font-size: 16px;
  height: 42px;
}

._primary_1m6pr_36 {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

._secondary_1m6pr_41 {
  background-color: var(--secondary);
  color: var(--secondary-foreground);
}

._ghost_1m6pr_46 {
  background-color: transparent;
  border: none;
  color: var(--foreground);
}

._icon_1m6pr_52 {
  background-color: transparent;
  border: none;
  color: var(--foreground);
  padding: 0.5rem;
  width: auto;
  height: auto;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

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

._icon_1m6pr_52:focus {
  outline: none;
  box-shadow: none;
}

._button_1m6pr_1:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
._logo_1hl83_1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--foreground);
  font-weight: 600;
  transition: color 0.2s ease;
}

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

._logoIcon_1hl83_15 {
  display: flex;
  align-items: center;
  justify-content: center;
}

._logoSvg_1hl83_21 {
  transition: transform 0.2s ease;
}

._logo_1hl83_1:hover ._logoSvg_1hl83_21 {
  transform: scale(1.05);
}

._logoText_1hl83_29 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

/* Size variations */
._small_1hl83_36 ._logoSvg_1hl83_21 {
  width: 24px;
  height: 24px;
}

._small_1hl83_36 ._logoText_1hl83_29 {
  font-size: 1rem;
}

._medium_1hl83_45 ._logoSvg_1hl83_21 {
  width: 32px;
  height: 32px;
}

._medium_1hl83_45 ._logoText_1hl83_29 {
  font-size: 1.25rem;
}

._large_1hl83_54 ._logoSvg_1hl83_21 {
  width: 48px;
  height: 48px;
}

._large_1hl83_54 ._logoText_1hl83_29 {
  font-size: 1.5rem;
}

/* Theme variations */
._light_1hl83_64 {
  color: #000000;
}

._dark_1hl83_68 {
  color: #ffffff;
}

._auto_1hl83_72 {
  color: var(--foreground);
}

/* Logo-only variant (no text) */
._logoOnly_1hl83_77 ._logoText_1hl83_29 {
  display: none;
}
._overlay_rcaux_1 {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  animation: _overlayShow_rcaux_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

._content_rcaux_8 {
  background-color: var(--background);
  color: var(--foreground);
  border-radius: 6px;
  box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 500px;
  max-height: 85vh;
  padding: 25px;
  animation: _contentShow_rcaux_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

._title_rcaux_24 {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 17px;
}

._closeButton_rcaux_30 {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted-foreground);
  font-size: 20px;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}

._closeButton_rcaux_30:hover {
  background-color: var(--muted);
  color: var(--foreground);
}

._closeButton_rcaux_30:focus {
  outline: none;
  background-color: var(--muted);
  color: var(--foreground);
}

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

@keyframes _contentShow_rcaux_1 {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
._select_1tyrq_1 {
  height: 2.5rem; /* Match other input heights */
  padding: 0 2.5rem 0 0.75rem; /* Adjust padding to maintain height */
  border: 1px solid var(--border-color);
  border-radius: 0.375rem;
  background: var(--background);
  font-size: 0.875rem;
  color: var(--foreground);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 0;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  box-sizing: border-box; /* Ensure consistent box model */
}

._select_1tyrq_1:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-focus-ring);
}

._select_1tyrq_1:disabled {
  background-color: var(--muted);
  color: var(--muted-foreground);
  cursor: not-allowed;
}
._tooltipContainer_ydtol_1 {
  position: relative;
  display: inline-block;
}

._tooltip_ydtol_1 {
  position: absolute;
  background-color: var(--background);
  color: var(--foreground);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
}

._tooltip_ydtol_1._right_ydtol_21 {
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
}

._tooltip_ydtol_1._right_ydtol_21::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent var(--border-color) transparent transparent;
}

._tooltip_ydtol_1._right_ydtol_21::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent var(--background) transparent transparent;
}
._features_14na9_1 {
  padding: 6rem 2rem;
  background-color: var(--secondary);
  color: var(--secondary-foreground);
  text-align: center;
}

._title_14na9_8 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.2;
}

._grid_14na9_15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

._card_14na9_23 {
  background-color: var(--background);
  color: var(--foreground);
  padding: 2rem;
  border-radius: 8px;
  text-align: left;
}

._cardTitle_14na9_31 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.3;
}

._cardDescription_14na9_38 {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: var(--secondary-foreground);
  line-height: 1.5;
}

@media (max-width: 768px) {
  ._features_14na9_1 {
    padding: 4rem 1rem;
  }

  ._grid_14na9_15 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  ._features_14na9_1 {
    padding: 3rem 1rem;
  }

  ._card_14na9_23 {
    padding: 1.5rem;
  }
}
._footer_14zof_1 {
  background-color: var(--background);
  color: var(--foreground);
  padding: 6rem 2rem 4rem 2rem;
  border-top: 1px solid var(--secondary);
}

._container_14zof_8 {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}

._copyright_14zof_15 {
  color: var(--secondary-foreground);
  font-size: 0.9rem;
  margin: 0;
  text-align: right;
}
._colorInput_1smo7_1 {
  height: 2.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.375rem;
  cursor: pointer;
  background: var(--background);
  padding: 0.25rem;
  box-sizing: border-box; /* Ensure consistent box model */
}

._colorInput_1smo7_1:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-focus-ring);
}
._numberInput_32ufu_1 {
  height: 2.5rem; /* Match color input height */
  padding: 0 0.75rem; /* Adjust padding to maintain height */
  border: 1px solid var(--border-color);
  border-radius: 0.375rem;
  background: var(--background);
  font-size: 0.875rem;
  color: var(--foreground);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box; /* Ensure consistent box model */
}

._numberInput_32ufu_1:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-focus-ring);
}
._container_81h9e_1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._label_81h9e_7 {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--foreground, #0f172a);
  margin: 0;
}

._description_81h9e_14 {
  font-size: 0.75rem;
  color: var(--foreground-secondary, #64748b);
  margin: 0;
  line-height: 1.4;
}

._inputContainer_81h9e_21 {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

._valueContainer_81h9e_27 {
  flex-shrink: 0;
  width: 42px;
}

._valueButton_81h9e_32 {
  background: var(--muted, #f1f5f9);
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--foreground, #0f172a);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._valueButton_81h9e_32:hover {
  background: var(--muted-hover, #e2e8f0);
  border-color: var(--border-color-hover, #cbd5e1);
}

._valueButton_81h9e_32:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--primary-focus-ring, rgba(59, 130, 246, 0.3));
}

._numberInput_81h9e_60 {
  background: var(--background, #ffffff);
  border: 1px solid var(--primary, #3b82f6);
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--foreground, #0f172a);
  width: 100%;
  text-align: center;
  min-height: 28px;
}

._numberInput_81h9e_60:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--primary-focus-ring, rgba(59, 130, 246, 0.3));
}

._rangeInput_81h9e_78 {
  flex: 1;
  height: 2rem;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

._rangeInput_81h9e_78::-webkit-slider-track {
  width: 100%;
  height: 0.5rem;
  background: var(--border-color, #e2e8f0);
  border-radius: 0.25rem;
  border: none;
}

._rangeInput_81h9e_78::-webkit-slider-thumb {
  appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #9ca3af; /* Use a neutral gray that works in both themes */
  cursor: pointer;
  border: 2px solid var(--background, #ffffff);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  margin-top: -0.375rem; /* Center the thumb on the track */
}

._rangeInput_81h9e_78::-webkit-slider-thumb:hover {
  background: #9ca3af;
  filter: brightness(1.2);
  transform: scale(1.1);
}

._rangeInput_81h9e_78::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  background: var(--border-color, #e2e8f0);
  border-radius: 0.25rem;
  border: none;
}

._rangeInput_81h9e_78::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #9ca3af; /* Use a neutral gray that works in both themes */
  cursor: pointer;
  border: 2px solid var(--background, #ffffff);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border: none; /* Remove default border for Firefox */
}

._rangeInput_81h9e_78:focus {
  outline: none;
}

._rangeInput_81h9e_78:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--primary-focus-ring, rgba(59, 130, 246, 0.3));
}

._rangeInput_81h9e_78:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--primary-focus-ring, rgba(59, 130, 246, 0.3));
}
._formGrid_traf5_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem; /* Reduced gap for narrow sidebar */
  align-items: stretch;
  padding-bottom: 2rem; /* Extra space at bottom to prevent cutoff */
}

._field_traf5_9 {
  display: flex;
  flex-direction: column;
  height: 100%; /* Take full height of the grid cell */
  min-height: fit-content;
}

/* Content area (label + description) grows to fill space */
._fieldContent_traf5_17 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem; /* Space before input */
}

/* Input area stays at bottom */
._fieldInput_traf5_26 {
  flex-shrink: 0;
}

/* Colspan classes for grid layout */
._colspan1_traf5_31 {
  /* Default: spans 1 column (50% width) */
  grid-column: span 1;
}

._colspan2_traf5_36 {
  /* Spans 2 columns (100% width) */
  grid-column: span 2;
}

/* Global field styles */
._field_traf5_9 .label {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--foreground);
  margin: 0;
  display: flex;
  align-items: center;
}

._field_traf5_9 .description {
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 0.75rem;
  color: var(--foreground-secondary);
  margin: 0;
  margin-top: -0.25rem;
}
._googleButton_18vmt_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  width: 100%;
  box-sizing: border-box;
}

._googleButton_18vmt_1:hover {
  background-color: var(--background-hover);
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

._googleButton_18vmt_1:active {
  transform: translateY(1px);
}

._googleButton_18vmt_1:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-focus-ring);
}

._googleIcon_18vmt_35 {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

._buttonText_18vmt_41 {
  font-weight: 500;
  color: var(--foreground);
}

._disabled_18vmt_46 {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

._disabled_18vmt_46:hover {
  background-color: var(--background);
  border-color: var(--border-color);
  box-shadow: none;
  transform: none;
}

/* Dark theme adjustments */
[data-theme='dark'] ._googleButton_18vmt_1 {
  border-color: var(--border-color);
}

[data-theme='dark'] ._googleButton_18vmt_1:hover {
  background-color: var(--background-hover);
  border-color: var(--primary);
}
._hero_odm4k_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem;
  min-height: 70vh;
  background: linear-gradient(135deg, var(--background) 0%, var(--secondary) 100%);
}

._title_odm4k_12 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: bold;
  margin-bottom: 1rem;
  max-width: 600px;
  line-height: 1.1;
}

._subtitle_odm4k_20 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 2rem;
  max-width: 600px;
  color: var(--secondary-foreground);
  line-height: 1.5;
}

._actions_odm4k_28 {
  display: flex;
  gap: 1rem;
}

._actions_odm4k_28 a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  ._hero_odm4k_1 {
    padding: 3rem 1rem;
    min-height: 60vh;
  }

  ._actions_odm4k_28 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  ._actions_odm4k_28 > * {
    width: 90%;
    display: flex;
    justify-content: center;
  }
}
._navbar_150me_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: var(--background);
  color: var(--foreground);
  border-bottom: 1px solid var(--secondary);
}

._logo_150me_11 a {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--foreground);
}

._menu_150me_18 {
  display: flex;
  gap: 1.5rem;
}

._menu_150me_18 a {
  text-decoration: none;
  color: var(--foreground);
  font-weight: 500;
}

._actions_150me_29 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

._actions_150me_29 a {
  text-decoration: none;
  color: inherit;
}

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

._hamburger_150me_40 div {
  width: 25px;
  height: 3px;
  background-color: var(--foreground);
}

._mobileControls_150me_53 {
  display: none;
  align-items: center;
  gap: 1rem;
}

._desktopTheme_150me_59 {
  display: block;
}

._closeButton_150me_63 {
  display: none;
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: none;
  border: none;
  color: var(--foreground);
  font-size: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  padding: 0;
  outline: none;
}

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

._closeButton_150me_63 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (max-width: 768px) {
  ._mobileControls_150me_53 {
    display: flex;
  }

  ._desktopTheme_150me_59 {
    display: none;
  }

  ._closeButton_150me_63 {
    display: flex;
  }

  ._menuContainer_150me_99 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  ._menuContainer_150me_99._open_150me_136 {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  ._hamburger_150me_40 {
    display: flex;
  }

  ._menu_150me_18 {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  ._menu_150me_18 a {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--foreground);
    transition: color 0.2s ease;
  }

  ._menu_150me_18 a:hover {
    color: var(--primary);
  }

  ._actions_150me_29 {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }

  ._actions_150me_29 > *:not(._desktopTheme_150me_59) {
    width: auto;
    display: flex;
    justify-content: center;
  }

  /* Make Get Started button look like text on mobile */
  ._actions_150me_29 button {
    background: none;
    border: none;
    padding: 0;
    color: var(--foreground);
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    transition: color 0.2s ease;
  }

  ._actions_150me_29 button:hover {
    background: none;
    color: var(--primary);
  }

  ._actions_150me_29 button a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
}
._container_wfed6_1 {
  padding: 2rem;
  text-align: center;
  background-color: var(--muted);
  min-height: 100vh;
}

._hero_wfed6_8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
  background-color: var(--muted);
  color: var(--foreground);
}

._title_wfed6_18 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  max-width: 600px;
}

._subtitle_wfed6_25 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 600px;
  color: var(--secondary-foreground);
}

._table_wfed6_32 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

._column_wfed6_39 {
  background-color: var(--card);
  border: 2px solid var(--border-color);
  padding: 2rem;
  border-radius: 12px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

._column_wfed6_39:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: var(--primary);
}

._columnContent_wfed6_60 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

._columnFooter_wfed6_67 {
  width: 100%;
  margin-top: auto;
}

._price_wfed6_72 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

._description_wfed6_78 {
  color: var(--secondary-foreground);
  margin-bottom: 1.5rem;
}

ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

._column_wfed6_39 a {
  text-decoration: none;
  color: inherit;
  width: 100%;
}

._column_wfed6_39 button {
  width: 100%;
}

@media (max-width: 768px) {
  ._hero_wfed6_8 {
    padding: 2rem 1rem;
  }

  ._title_wfed6_18 {
    font-size: 2rem;
  }

  ._subtitle_wfed6_25 {
    font-size: 1rem;
  }

  ._table_wfed6_32 {
    flex-direction: column;
    align-items: center;
  }

  ._column_wfed6_39 {
    width: 90%;
  }
}
._projectItem_szovo_1 {
  background-color: var(--card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
  color: var(--foreground);
  text-decoration: none;
  width: 100%;
  text-align: left;
  min-height: 120px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

._projectItem_szovo_1:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

._projectItem_szovo_1:disabled {
  cursor: default;
  transform: none;
}

._projectItem_szovo_1:disabled:hover {
  border-color: var(--border-color);
  box-shadow: none;
  transform: none;
}

._projectContent_szovo_35 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  justify-content: center;
}

._projectName_szovo_43 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: var(--foreground);
}

._projectDate_szovo_50 {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  margin: 0;
}

._skeletonName_szovo_56 {
  height: 1.125rem;
  background-color: var(--muted);
  border-radius: 4px;
  width: 60%;
  animation: _pulse_szovo_1 2s ease-in-out infinite;
}

._skeletonDate_szovo_64 {
  height: 0.875rem;
  background-color: var(--muted);
  border-radius: 4px;
  width: 40%;
  animation: _pulse_szovo_1 2s ease-in-out infinite;
}

@keyframes _shimmer_szovo_1 {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

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

._addItem_szovo_90 {
  background-color: var(--muted);
  border: 2px dashed var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
  color: var(--muted-foreground);
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

._addItem_szovo_90:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: var(--primary-focus-ring);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

._addContent_szovo_115 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

._addIcon_szovo_122 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

._addText_szovo_128 {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
._container_egm92_1 {
  max-height: 70vh;
  overflow-y: auto;
}

._categoryFilter_egm92_6 {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  flex-wrap: wrap;
}

._categoryButton_egm92_15 {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--background);
  color: var(--foreground-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
}

._categoryButton_egm92_15:hover {
  background: var(--background-hover);
  border-color: var(--border-color);
}

._categoryButton_egm92_15._active_egm92_32 {
  background: var(--primary);
  color: var(--primary-foreground);
  border-color: var(--primary);
}

._itemGrid_egm92_38 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

._itemCard_egm92_45 {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--background);
  flex: 0 0 180px; /* Smaller fixed width to force more wrapping */
}

._itemCard_egm92_45:hover:not(._disabled_egm92_55) {
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

._itemCard_egm92_45._disabled_egm92_55 {
  opacity: 0.6;
  cursor: not-allowed;
}

._itemCard_egm92_45._disabled_egm92_55 ._previewContainer_egm92_66 {
  position: relative;
}

._itemCard_egm92_45._disabled_egm92_55 ._previewContainer_egm92_66::after {
  content: '🔒';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._previewContainer_egm92_66 {
  width: 100%;
  height: 120px;
  background: var(--background-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._previewContainer_egm92_66 canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

._itemInfo_egm92_103 {
  padding: 12px;
}

._itemName_egm92_107 {
  font-size: 14px;
  font-weight: 600;
  color: var(--foreground);
  margin: 0 0 6px 0;
}

._itemDescription_egm92_114 {
  font-size: 12px;
  color: var(--foreground-secondary);
  margin: 0 0 8px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._tags_egm92_125 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

._tag_egm92_125 {
  font-size: 12px;
  padding: 4px 8px;
  background: var(--background-subtle);
  color: var(--foreground-secondary);
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

/* Responsive design */
@media (max-width: 900px) {
  ._container_egm92_1 {
    width: 90vw;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  ._container_egm92_1 {
    width: 95vw;
    height: 85vh;
  }

  ._itemCard_egm92_45 {
    flex: 0 0 160px; /* Smaller cards on mobile */
  }

  ._categoryFilter_egm92_6 {
    justify-content: center;
  }

  ._previewContainer_egm92_66 {
    height: 80px;
  }
}
._content_11vn5_1 {
  text-align: center;
  padding: 2rem;
  max-width: 400px;
}

._icon_11vn5_7 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

._title_11vn5_12 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--color-text-primary);
}

._description_11vn5_19 {
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

._features_11vn5_25 {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  text-align: left;
}

._features_11vn5_25 li {
  padding: 0.5rem 0;
  color: var(--color-text-primary);
  font-size: 0.9rem;
}

._pricing_11vn5_38 {
  margin-bottom: 2rem;
}

._price_11vn5_42 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.5rem;
}

._amount_11vn5_49 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

._period_11vn5_55 {
  font-size: 1rem;
  color: var(--color-text-secondary);
  margin-left: 0.25rem;
}

._trial_11vn5_61 {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  margin: 0;
}

._actions_11vn5_67 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._upgradeButton_11vn5_73 {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

._upgradeButton_11vn5_73:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.3);
}

._upgradeButton_11vn5_73:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

._cancelButton_11vn5_97 {
  background: transparent;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border);
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

._cancelButton_11vn5_97:hover:not(:disabled) {
  background: var(--color-background-secondary);
  border-color: var(--color-text-secondary);
}

._cancelButton_11vn5_97:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._home_5slij_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}

._main_5slij_8 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._authPage_187ts_1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

._authContainer_187ts_7 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  background-color: var(--background-subtle);
  padding: 4rem 1rem;
  box-sizing: border-box;
  min-height: calc(100vh - 140px); /* Account for navbar and footer */
}

._formContainer_187ts_19 {
  background: var(--background);
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 420px;
  text-align: center;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  ._authContainer_187ts_7 {
    padding: 2rem 0.75rem;
    min-height: calc(100vh - 120px); /* Adjusted for mobile navbar/footer */
  }

  ._formContainer_187ts_19 {
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 12px;
    max-width: 100%;
  }

  ._title_187ts_44 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

._title_187ts_44 {
  margin-bottom: 2rem;
  color: var(--foreground);
  font-size: 2rem;
  font-weight: 600;
}

/* Form styling that was previously in Auth.module.css */
._formContainer_187ts_19 ._form_187ts_19 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

._formContainer_187ts_19 ._inputGroup_187ts_64 {
  text-align: left;
}

._formContainer_187ts_19 ._inputGroup_187ts_64 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--foreground-secondary);
}

._formContainer_187ts_19 ._input_187ts_64 {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background-color: var(--background);
  color: var(--foreground);
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 1rem;
}

._formContainer_187ts_19 ._input_187ts_64::placeholder {
  color: var(--foreground-muted);
}

._formContainer_187ts_19 ._input_187ts_64:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-focus-ring);
  outline: none;
}

._formContainer_187ts_19 ._button_187ts_97 {
  padding: 0.9rem;
  border-radius: 8px;
  border: none;
  background: var(--primary);
  color: var(--primary-foreground);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

._formContainer_187ts_19 ._button_187ts_97:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

._formContainer_187ts_19 ._button_187ts_97:active {
  transform: translateY(0);
}

._formContainer_187ts_19 ._error_187ts_118 {
  color: var(--destructive);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

._formContainer_187ts_19 ._divider_187ts_124 {
  margin: 1.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

._formContainer_187ts_19 ._authLink_187ts_129 {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--foreground-secondary);
}

._formContainer_187ts_19 ._authLink_187ts_129 a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

._formContainer_187ts_19 ._authLink_187ts_129 a:hover {
  color: var(--primary);
  text-decoration: underline;
}
._wrapper_1ogfm_1 {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

._header_1ogfm_10 {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}

._title_1ogfm_16 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--foreground);
  margin: 0;
}

._content_1ogfm_23 {
  flex: 1;
  overflow-y: auto;
}

@media (max-width: 768px) {
  ._wrapper_1ogfm_1 {
    padding: 1rem;
  }

  ._title_1ogfm_16 {
    font-size: 1.5rem;
  }
}
._dialog_b39yn_1 {
  padding: 0;
}

._form_b39yn_5 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._errors_b39yn_11 {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 0.75rem;
}

._error_b39yn_11 {
  color: #dc2626;
  margin: 0;
  font-size: 0.875rem;
}

._formGroup_b39yn_24 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._formGroup_b39yn_24 label {
  font-weight: 500;
  color: var(--foreground);
  font-size: 0.875rem;
}

._formGroup_b39yn_24 input {
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--background);
  color: var(--foreground);
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
}

._formGroup_b39yn_24 input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary-focus-ring);
}

._actions_b39yn_52 {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

._submitButton_b39yn_61 {
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

._submitButton_b39yn_61:hover {
  background-color: var(--primary);
  opacity: 0.9;
}
._modal_1xq78_1 {
  padding: 0;
}

._form_1xq78_5 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._error_1xq78_11 {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 0.75rem;
  color: #dc2626;
  font-size: 0.875rem;
}

._formGroup_1xq78_20 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._formGroup_1xq78_20 label {
  font-weight: 500;
  color: var(--foreground);
  font-size: 0.875rem;
}

._formGroup_1xq78_20 input {
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--background);
  color: var(--foreground);
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
}

._formGroup_1xq78_20 input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary-focus-ring);
}

._actions_1xq78_48 {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

._submitButton_1xq78_57 {
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

._submitButton_1xq78_57:hover:not(:disabled) {
  background-color: var(--primary);
  opacity: 0.9;
}

._submitButton_1xq78_57:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._modal_w7tfb_1 {
  padding: 0;
  text-align: center;
}

._content_w7tfb_6 {
  padding: 1rem 0 2rem 0;
}

._icon_w7tfb_10 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}

._heading_w7tfb_16 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--foreground);
  margin: 0 0 1rem 0;
}

._description_w7tfb_23 {
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

._features_w7tfb_30 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
  background-color: var(--muted);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

._feature_w7tfb_30 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
}

._checkmark_w7tfb_48 {
  color: #10b981;
  font-weight: 600;
  font-size: 1rem;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}

._actions_w7tfb_62 {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
}

@media (max-width: 480px) {
  ._actions_w7tfb_62 {
    flex-direction: column-reverse;
  }
}
._content_1o2ry_1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

._loading_1o2ry_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: var(--muted-foreground);
  font-size: 1rem;
}

._error_1o2ry_16 {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 1rem;
  color: #dc2626;
  font-size: 0.875rem;
}

._projectGrid_1o2ry_25 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2px 2px 12px 2px; /* Top/side padding for hover border, bottom padding for box shadow */
}

._warning_1o2ry_32 {
  background-color: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 6px;
  padding: 0.75rem;
  color: #d97706;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 768px) {
  ._projectGrid_1o2ry_25 {
    grid-template-columns: 1fr;
  }
}
._tabs_iday8_1 {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 2rem;
  padding: 0.25rem;
  background-color: var(--muted);
  border-radius: 8px;
  width: fit-content;
}

._tabs_iday8_1 button {
  border-radius: 6px !important;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

._tabContent_iday8_18 {
  padding: 0;
}
._settingsUser_3h3dv_1 {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

._section_3h3dv_8 {
  background-color: var(--card);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

._sectionTitle_3h3dv_15 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
}

._form_3h3dv_24 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._formGroup_3h3dv_30 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._label_3h3dv_36 {
  font-weight: 500;
  color: var(--foreground);
  font-size: 0.875rem;
}

._inputGroup_3h3dv_42 {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

._input_3h3dv_42 {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background-color: var(--background);
  color: var(--foreground);
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
}

._input_3h3dv_42:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary-focus-ring);
}

._passwordSection_3h3dv_65 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._description_3h3dv_71 {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  margin: 0;
}

._infoCard_3h3dv_77 {
  background-color: var(--muted);
  border-radius: 6px;
  padding: 1rem;
}

._infoText_3h3dv_83 {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

._infoText_3h3dv_83 + ._infoText_3h3dv_83 {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  ._settingsUser_3h3dv_1 {
    max-width: 100%;
  }

  ._section_3h3dv_8 {
    padding: 1rem;
  }

  ._inputGroup_3h3dv_42 {
    flex-direction: column;
  }
}
._settingsBilling_7e13p_1 {
  width: 100%;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
._container_q2swq_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

._loading_q2swq_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--foreground-secondary);
  font-size: 0.875rem;
}

._fallback_q2swq_16 {
  /* Styles for fallback legacy config components */
  padding: 0;
}

._fallback_q2swq_16 > * {
  /* Reset any margins/padding from legacy components */
  margin: 0;
}

/* Skeleton styles */
._skeletonForm_q2swq_27 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

._skeletonFieldGroup_q2swq_33 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._skeletonLabel_q2swq_39 {
  height: 1rem;
  background-color: var(--muted);
  border-radius: 4px;
  width: 30%;
  animation: _pulse_q2swq_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

._skeletonInput_q2swq_47 {
  height: 2.5rem;
  background-color: var(--muted);
  border-radius: 4px;
  animation: _pulse_q2swq_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

._skeletonSlider_q2swq_54 {
  height: 1.5rem;
  background-color: var(--muted);
  border-radius: 4px;
  animation: _pulse_q2swq_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

._skeletonColorPicker_q2swq_61 {
  height: 2.5rem;
  background-color: var(--muted);
  border-radius: 4px;
  width: 4rem;
  animation: _pulse_q2swq_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes _pulse_q2swq_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._container_1jcan_1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: var(--background-subtle);
}

._previewWrapper_1jcan_10 {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._previewWrapper_1jcan_10 > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

._loading_1jcan_27 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: var(--foreground-secondary);
}

._loadingSpinner_1jcan_35 {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--border-color);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: _spin_1jcan_1 1s linear infinite;
}

._skeletonPreview_1jcan_44 {
  width: 300px;
  height: 300px;
  background-color: var(--muted);
  border-radius: 0.5rem;
  animation: _pulse_1jcan_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

@keyframes _pulse_1jcan_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._exportModal_8e7wa_1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 800px;
}

._codeSection_8e7wa_9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._codeBlock_8e7wa_15 {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  overflow: hidden;
}

._codeHeader_8e7wa_22 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: var(--muted);
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
  color: var(--foreground);
}

._codeActions_8e7wa_34 {
  display: flex;
  gap: 8px;
}

._codeContent_8e7wa_39 {
  max-height: 200px;
  overflow: auto;
  background: var(--card);
}

._codeContent_8e7wa_39 pre {
  margin: 0;
  padding: 16px;
  font-family: 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.5;
  color: var(--foreground);
  white-space: pre-wrap;
  word-break: break-all;
}

._codeContent_8e7wa_39 code {
  font-family: inherit;
}

._instructions_8e7wa_60 {
  padding: 16px;
  background: var(--muted);
  border-radius: 8px;
  border: 1px solid var(--border);
}

._instructions_8e7wa_60 h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--foreground);
}

._instructions_8e7wa_60 ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.6;
}

._instructions_8e7wa_60 li {
  margin-bottom: 4px;
}

/* Responsive design */
@media (max-width: 768px) {
  ._exportModal_8e7wa_1 {
    max-width: 100%;
  }

  ._codeHeader_8e7wa_22 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  ._codeActions_8e7wa_34 {
    align-self: flex-end;
  }

  ._codeContent_8e7wa_39 pre {
    font-size: 12px;
  }
}
._container_1on62_1 {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

._settings_1on62_7 {
  width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--background);
  border-right: 1px solid var(--border-color);
}

._settingsHeader_1on62_16 {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  flex-shrink: 0;
}

._settingsHeader_1on62_16 h1 {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--foreground);
}

._templateSelector_1on62_29 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._templateSelector_1on62_29 label {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--foreground-secondary);
}

._shaderPickerButton_1on62_41 {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

._settingsContent_1on62_47 {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  min-height: 0; /* Allow flex item to shrink */
}

._settingsFooter_1on62_54 {
  padding: 1.5rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  background: var(--background);
  position: sticky;
  bottom: 0;
}

._settingsFooter_1on62_54 button {
  flex: 1;
}

._preview_1on62_69 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: var(--background-subtle);
  min-height: 0; /* Allow flex item to shrink */
}

._preview_1on62_69 > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

._loading_1on62_86 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 1rem;
  color: var(--foreground-secondary);
}

/* Skeleton styles */
._skeletonTitle_1on62_96 {
  height: 1.75rem;
  background-color: var(--muted);
  border-radius: 4px;
  width: 70%;
  margin-bottom: 1rem;
  animation: _pulse_1on62_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

._skeletonSelect_1on62_105 {
  height: 2.5rem;
  background-color: var(--muted);
  border-radius: 4px;
  animation: _pulse_1on62_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

._skeletonButtons_1on62_112 {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

._skeletonButton_1on62_112 {
  flex: 1;
  height: 2.5rem;
  background-color: var(--muted);
  border-radius: 4px;
  animation: _pulse_1on62_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes _pulse_1on62_1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
._layout_yko4x_1 {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

._sidebar_yko4x_7 {
  width: 2.5rem;
  background-color: var(--card);
  border-right: 2px solid var(--border-color);
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: visible;
}

._sidebarHeader_yko4x_20 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

._logoContainer_yko4x_26 {
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: var(--foreground);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin: 0 auto;
}

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

._iconLink_yko4x_45 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--foreground);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin: 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

._iconLink_yko4x_45:focus {
  outline: none;
  box-shadow: none;
}

._iconLink_yko4x_45._active_yko4x_72 {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

._sidebarFooter_yko4x_77 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
}

._themeToggle_yko4x_85 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem auto;
}

._themeToggle_yko4x_85 button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

._sidebar_yko4x_7 nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._settingsContainer_yko4x_110 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._submenu_yko4x_117 {
  position: absolute;
  left: calc(100% + 0.5rem);
  bottom: 0;
  background: var(--background);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  padding: 0.25rem;
  width: max-content;
  min-width: auto;
  z-index: 10000;
  animation: _slideIn_yko4x_1 0.2s ease-out;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 0;
}

@keyframes _slideIn_yko4x_1 {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

._submenuItem_yko4x_147 {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  padding: 0.5rem 0.75rem;
  background: transparent;
  white-space: nowrap;
  border-radius: 4px;
  margin: 0;
}

._submenuItem_yko4x_147:hover {
  background-color: var(--muted);
}

._submenuItem_yko4x_147 button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

._main_yko4x_173 {
  flex: 1;
  background-color: var(--background);
}
