{
  "primary_light": "#00FF41",
  "primary_dark": "#00FF41",
  "secondary_light": "#00D4FF",
  "secondary_dark": "#00D4FF",
  "accent_light": "#FF0080",
  "accent_dark": "#FF0080",
  "success": "#00FF41",
  "warning": "#FFD700",
  "error": "#FF0080",
  "info": "#00D4FF",
  "background_default_light": "#0A0A0A",
  "background_paper_light": "#0F0F0F",
  "background_default_dark": "#000000",
  "background_paper_dark": "#080808",
  "text_primary_light": "#00FF41",
  "text_secondary_light": "#00D4FF",
  "text_disabled_light": "#1A4A1A",
  "text_primary_dark": "#00FF41",
  "text_secondary_dark": "#00D4FF",
  "text_disabled_dark": "#0A2A0A",
  "divider_light": "#00FF4120",
  "divider_dark": "#00FF4115",
  "border_light": "#00FF4140",
  "border_dark": "#00FF4130",
  "action_hover_light": "rgba(0, 255, 65, 0.08)",
  "action_hover_dark": "rgba(0, 255, 65, 0.06)",
  "action_selected_light": "rgba(0, 255, 65, 0.15)",
  "action_selected_dark": "rgba(0, 255, 65, 0.12)",
  "button": {
    "contained": {
      "borderRadius": 2,
      "padding": "7px 18px",
      "fontSize": "0.75rem",
      "fontWeight": 700,
      "textTransform": "uppercase",
      "boxShadow": "0 0 12px rgba(0, 255, 65, 0.4), inset 0 0 12px rgba(0, 255, 65, 0.05)",
      "hoverBoxShadow": "0 0 24px rgba(0, 255, 65, 0.7), inset 0 0 20px rgba(0, 255, 65, 0.1)",
      "hoverTransform": "none",
      "transition": "all 0.15s ease",
      "backgroundColor_light": "transparent",
      "backgroundColor_dark": "transparent",
      "color_light": "#00FF41",
      "color_dark": "#00FF41"
    },
    "outlined": {
      "borderRadius": 2,
      "padding": "6px 18px",
      "fontSize": "0.75rem",
      "fontWeight": 700,
      "textTransform": "uppercase",
      "borderWidth": "1px",
      "hoverBorderWidth": "1px",
      "hoverBgOpacity": 0.08,
      "borderColor_light": "#00FF41",
      "borderColor_dark": "#00FF41",
      "color_light": "#00FF41",
      "color_dark": "#00FF41"
    },
    "text": {
      "borderRadius": 2,
      "padding": "7px 14px",
      "fontSize": "0.75rem",
      "fontWeight": 700,
      "textTransform": "uppercase",
      "hoverBgOpacity": 0.08,
      "color_light": "#00FF41",
      "color_dark": "#00FF41"
    },
    "small": { "padding": "4px 12px", "fontSize": "0.6875rem" },
    "medium": { "padding": "7px 18px", "fontSize": "0.75rem" },
    "large": { "padding": "10px 24px", "fontSize": "0.875rem" }
  },
  "card": {
    "borderRadius": 2,
    "padding": 20,
    "boxShadow": "0 0 0 1px rgba(0,255,65,0.3), 0 0 20px rgba(0,255,65,0.05)",
    "hoverBoxShadow": "0 0 0 1px rgba(0,255,65,0.6), 0 0 30px rgba(0,255,65,0.12)",
    "hoverTransform": "none",
    "transition": "box-shadow 0.15s ease",
    "border": "1px solid",
    "borderColor_light": "rgba(0, 255, 65, 0.3)",
    "borderColor_dark": "rgba(0, 255, 65, 0.25)"
  },
  "box": { "defaultBorderRadius": 2, "defaultPadding": 14, "defaultMargin": 0 },
  "paper": {
    "borderRadius": 2,
    "elevation0": "none",
    "elevation1": "0 0 0 1px rgba(0,255,65,0.15)",
    "elevation2": "0 0 0 1px rgba(0,255,65,0.25), 0 0 12px rgba(0,255,65,0.05)",
    "elevation3": "0 0 0 1px rgba(0,255,65,0.35), 0 0 20px rgba(0,255,65,0.08)",
    "elevation4": "0 0 0 1px rgba(0,255,65,0.5), 0 0 32px rgba(0,255,65,0.12)"
  },
  "textField": {
    "borderRadius": 2,
    "padding": "9px 12px",
    "fontSize": "0.875rem",
    "borderColor_light": "rgba(0, 255, 65, 0.3)",
    "borderColor_dark": "rgba(0, 255, 65, 0.25)",
    "focusBorderColor_light": "#00FF41",
    "focusBorderColor_dark": "#00FF41",
    "focusBorderWidth": "1px",
    "hoverBorderColor_light": "rgba(0, 255, 65, 0.6)",
    "hoverBorderColor_dark": "rgba(0, 255, 65, 0.5)",
    "errorBorderColor": "#FF0080",
    "backgroundColor_light": "#0A0A0A",
    "backgroundColor_dark": "#080808"
  },
  "chip": {
    "borderRadius": 2,
    "padding": "2px 8px",
    "fontSize": "0.625rem",
    "fontWeight": 700,
    "height": 20,
    "deleteIconSize": 12,
    "backgroundColor_light": "rgba(0, 255, 65, 0.08)",
    "backgroundColor_dark": "rgba(0, 255, 65, 0.06)",
    "color_light": "#00FF41",
    "color_dark": "#00FF41"
  },
  "dialog": {
    "borderRadius": 2,
    "padding": 24,
    "maxWidth": "md",
    "backdropBlur": "4px",
    "backdropOpacity": 0.85
  },
  "appBar": {
    "height": 48,
    "padding": "0 20px",
    "boxShadow": "0 1px 0 rgba(0,255,65,0.2), 0 0 20px rgba(0,255,65,0.05)",
    "backgroundColor_light": "rgba(0, 0, 0, 0.95)",
    "backgroundColor_dark": "rgba(0, 0, 0, 0.98)",
    "borderBottom": "1px solid rgba(0, 255, 65, 0.25)"
  },
  "drawer": {
    "width": 220,
    "borderRadius": 0,
    "backgroundColor_light": "#0A0A0A",
    "backgroundColor_dark": "#000000",
    "itemPadding": "6px 14px",
    "itemBorderRadius": 2,
    "itemHoverBg_light": "rgba(0, 255, 65, 0.08)",
    "itemHoverBg_dark": "rgba(0, 255, 65, 0.06)",
    "itemActiveBg_light": "rgba(0, 255, 65, 0.15)",
    "itemActiveBg_dark": "rgba(0, 255, 65, 0.12)",
    "itemActiveColor_light": "#00FF41",
    "itemActiveColor_dark": "#00FF41"
  },
  "tooltip": {
    "borderRadius": 2,
    "padding": "5px 10px",
    "fontSize": "0.6875rem",
    "backgroundColor_light": "#0F0F0F",
    "backgroundColor_dark": "#080808",
    "color_light": "#00FF41",
    "color_dark": "#00FF41",
    "maxWidth": 240,
    "arrow": false
  },
  "alert": {
    "borderRadius": 2,
    "padding": "8px 14px",
    "fontSize": "0.8125rem",
    "fontWeight": 600,
    "iconSize": 18
  },
  "snackbar": {
    "borderRadius": 2,
    "padding": "8px 14px",
    "fontSize": "0.8125rem",
    "maxWidth": 400,
    "autoHideDuration": 6000
  },
  "table": {
    "headerBg_light": "#0F0F0F",
    "headerBg_dark": "#080808",
    "headerFontWeight": 700,
    "headerFontSize": "0.6875rem",
    "rowHoverBg_light": "rgba(0, 255, 65, 0.04)",
    "rowHoverBg_dark": "rgba(0, 255, 65, 0.03)",
    "cellPadding": "8px 14px",
    "borderColor_light": "rgba(0,255,65,0.15)",
    "borderColor_dark": "rgba(0,255,65,0.1)"
  },
  "tabs": {
    "indicatorColor_light": "#00FF41",
    "indicatorColor_dark": "#00FF41",
    "indicatorHeight": 1,
    "tabPadding": "8px 16px",
    "tabFontSize": "0.75rem",
    "tabFontWeight": 700,
    "tabMinHeight": 40
  },
  "accordion": {
    "borderRadius": 2,
    "padding": 14,
    "boxShadow": "0 0 0 1px rgba(0,255,65,0.2)",
    "expandIconColor_light": "#00FF41",
    "expandIconColor_dark": "#00FF41"
  },
  "menu": {
    "borderRadius": 2,
    "padding": 4,
    "boxShadow": "0 0 0 1px rgba(0,255,65,0.3), 0 8px 24px rgba(0,0,0,0.8)",
    "itemPadding": "7px 14px",
    "itemBorderRadius": 2,
    "itemFontSize": "0.75rem",
    "itemHoverBg_light": "rgba(0, 255, 65, 0.08)",
    "itemHoverBg_dark": "rgba(0, 255, 65, 0.06)"
  },
  "switch": {
    "width": 36,
    "height": 18,
    "thumbSize": 12,
    "trackBorderRadius": 2,
    "checkedColor_light": "#00FF41",
    "checkedColor_dark": "#00FF41",
    "uncheckedColor_light": "#1A2A1A",
    "uncheckedColor_dark": "#0A1A0A"
  },
  "checkbox": {
    "size": 15,
    "borderRadius": 1,
    "checkedColor_light": "#00FF41",
    "checkedColor_dark": "#00FF41",
    "borderWidth": 1
  },
  "radio": {
    "size": 15,
    "checkedColor_light": "#00FF41",
    "checkedColor_dark": "#00FF41",
    "borderWidth": 1
  },
  "slider": {
    "height": 2,
    "thumbSize": 10,
    "trackColor_light": "#00FF41",
    "trackColor_dark": "#00FF41",
    "railColor_light": "#1A2A1A",
    "railColor_dark": "#0A1A0A",
    "borderRadius": 0
  },
  "avatar": {
    "small": 24,
    "medium": 32,
    "large": 44,
    "borderRadius": "2px",
    "border_light": "1px solid rgba(0,255,65,0.4)",
    "border_dark": "1px solid rgba(0,255,65,0.3)"
  },
  "badge": {
    "fontSize": "0.5625rem",
    "fontWeight": 700,
    "height": 15,
    "minWidth": 15,
    "padding": "0 3px",
    "borderRadius": 2,
    "backgroundColor_light": "#FF0080",
    "backgroundColor_dark": "#FF0080",
    "color_light": "#000000",
    "color_dark": "#000000"
  },
  "breadcrumbs": {
    "fontSize": "0.6875rem",
    "separator": ">",
    "separatorColor": "#00FF41"
  },
  "stepper": {
    "connectorHeight": 1,
    "connectorColor": "rgba(0,255,65,0.2)",
    "activeColor_light": "#00FF41",
    "activeColor_dark": "#00FF41",
    "completedColor": "#00FF41",
    "iconSize": 18
  },
  "pagination": {
    "borderRadius": 2,
    "itemSize": 28,
    "fontSize": "0.6875rem",
    "selectedBg_light": "rgba(0,255,65,0.15)",
    "selectedBg_dark": "rgba(0,255,65,0.12)",
    "selectedColor_light": "#00FF41",
    "selectedColor_dark": "#00FF41",
    "hoverBg_light": "rgba(0, 255, 65, 0.08)",
    "hoverBg_dark": "rgba(0, 255, 65, 0.06)"
  },
  "divider": {
    "thickness": 1,
    "color_light": "rgba(0,255,65,0.15)",
    "color_dark": "rgba(0,255,65,0.1)",
    "margin": "12px 0"
  },
  "list": {
    "itemPadding": "6px 14px",
    "itemBorderRadius": 2,
    "itemHoverBg_light": "rgba(0, 255, 65, 0.08)",
    "itemHoverBg_dark": "rgba(0, 255, 65, 0.06)",
    "itemSelectedBg_light": "rgba(0, 255, 65, 0.15)",
    "itemSelectedBg_dark": "rgba(0, 255, 65, 0.12)"
  },
  "font_family": "\"JetBrains Mono\", \"Fira Code\", \"IBM Plex Mono\", \"Courier New\", monospace",
  "font_size_base": 13,
  "font_weight_light": 300,
  "font_weight_regular": 400,
  "font_weight_medium": 500,
  "font_weight_semibold": 600,
  "font_weight_bold": 700,
  "spacing_unit": 6,
  "transition_duration": "0.15s",
  "transition_easing": "ease",
  "gradient_primary_light": "linear-gradient(135deg, #00FF41 0%, #00D4FF 100%)",
  "gradient_primary_dark": "linear-gradient(135deg, #00FF41 0%, #00D4FF 100%)",
  "gradient_secondary": "linear-gradient(135deg, #000000 0%, #0A1A0A 50%, #001A00 100%)",
  "gradient_success": "linear-gradient(135deg, #00FF41 0%, #00D4FF 100%)",
  "glass_bg_light": "rgba(0, 0, 0, 0.85)",
  "glass_bg_dark": "rgba(0, 0, 0, 0.92)",
  "glass_blur": "8px",
  "lastUpdated": "2026-03-16T19:50:00.000Z"
}
