/* Dark Premium Theme — FishingLineStrength v2 */
/* Injected via <style> after Tailwind CDN */

/* === BASE === */
body {
  background: #0A0A0A !important;
  color: #FFFFFF !important;
}

/* === BACKGROUND OVERRIDES === */
[class*="bg-white"],
.bg-white,
.bg-slate-50,
.bg-gray-50,
.bg-gray-100 {
  background: #0A0A0A !important;
}
.bg-slate-100 { background: #141414 !important; }
.bg-slate-50  { background: #0A0A0A !important; }

/* === SURFACE CARDS === */
[class*="bg-white"],
.bg-white.rounded-xl,
div[class*="rounded-xl"][class*="shadow"] {
  background: #141414 !important;
  border: 1px solid #262626 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* === TEXT COLORS === */
.text-slate-950,
.text-slate-900,
.text-gray-900,
[class*="text-slate-9"] {
  color: #FFFFFF !important;
}
.text-slate-700,
.text-slate-600,
.text-gray-700,
.text-gray-600,
[class*="text-slate-6"],
[class*="text-slate-7"] {
  color: #A1A1A6 !important;
}
.text-slate-500,
.text-slate-400,
.text-gray-500 {
  color: rgba(255,255,255,0.4) !important;
}
.text-slate-300 {
  color: rgba(255,255,255,0.6) !important;
}
.text-slate-200,
.text-slate-100 {
  color: rgba(255,255,255,0.15) !important;
}

/* === BORDERS === */
.border-slate-200,
.border-slate-100,
.border-gray-200,
[class*="border-slate-2"] {
  border-color: #262626 !important;
}
.border-b { border-color: #262626 !important; }
.border-t { border-color: #262626 !important; }

/* === ACCENT: GOLD === */
a:not([class*="bg-"]):not(nav a) {
  color: #CA8A04 !important;
}
a:hover:not([class*="bg-"]):not(nav a) {
  color: #E5A608 !important;
}

/* === CTA BUTTONS === */
.bg-sky-700,
.bg-sky-600,
.bg-blue-700,
.bg-blue-600,
[class*="bg-sky-"] {
  background: #CA8A04 !important;
  color: #0A0A0A !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
}
.bg-sky-700:hover,
.bg-sky-600:hover,
[class*="bg-sky-"]:hover {
  background: #E5A608 !important;
}

/* === NAV === */
nav,
.bg-slate-900,
[class*="bg-slate-900"] {
  background: #0A0A0A !important;
  border-bottom: 1px solid #262626 !important;
}
nav a:not([class*="bg-sky"]):not([class*="bg-amber"]) {
  color: rgba(255,255,255,0.5) !important;
}
nav a:hover:not([class*="bg-"]),
nav a.border-b-2 {
  color: #CA8A04 !important;
  border-color: #CA8A04 !important;
}

/* Mobile menu */
#mobile-menu,
.bg-slate-800,
[class*="bg-slate-800"] {
  background: #141414 !important;
  border-color: #262626 !important;
}

/* === HERO SECTIONS === */
.bg-slate-900 {
  background: #0A0A0A !important;
}

/* === FOOTER === */
footer,
footer [class*="bg-slate-9"],
footer.bg-slate-900 {
  background: #0A0A0A !important;
  border-top: 1px solid #262626 !important;
}
footer,
footer div,
footer a {
  color: rgba(255,255,255,0.35) !important;
}

/* === TABLES === */
table {
  border-color: #262626 !important;
}
thead {
  background: #141414 !important;
  color: #CA8A04 !important;
}
td, th {
  border-color: #262626 !important;
  color: #FFFFFF !important;
}
tr:nth-child(even) {
  background: rgba(255,255,255,0.02) !important;
}

/* === STATS / NUMBERS === */
.text-sky-700,
[class*="text-sky-700"] {
  color: #CA8A04 !important;
}

/* === CATEGORY TAGS === */
.text-sky-700.uppercase.tracking-wide,
span[class*="text-sky"] {
  color: #CA8A04 !important;
}
.bg-sky-50 {
  background: rgba(202,138,4,0.1) !important;
}

/* === PROSE (blog posts) === */
.prose,
.prose p,
.prose li,
.prose h2,
.prose h3,
.prose h4 {
  color: #FFFFFF !important;
}
.prose h2 { color: #FFFFFF !important; }
.prose h3 { color: #CA8A04 !important; }
.prose a { color: #CA8A04 !important; }
.prose strong { color: #FFFFFF !important; }
.prose blockquote {
  border-left-color: #CA8A04 !important;
  color: rgba(255,255,255,0.7) !important;
}

/* === IMAGE GALLERY / FIGURES === */
figure, .article-image, [class*="article-image"] {
  background: #141414 !important;
  border: 1px solid #262626 !important;
}

/* === FORM ELEMENTS === */
input, textarea, select {
  background: #141414 !important;
  border: 1px solid #262626 !important;
  color: #FFFFFF !important;
}
input:focus, textarea:focus, select:focus {
  border-color: #CA8A04 !important;
  outline: none !important;
  ring: 1px solid #CA8A04 !important;
}

/* === SECTION BACKGROUNDS === */
section.bg-white,
section[class*="bg-white"] {
  background: #0A0A0A !important;
}

/* === GLOBAL: NO ROUNDED CORNERS === */
.rounded-xl, .rounded-lg, .rounded-md, .rounded, .rounded-2xl, .rounded-3xl, .rounded-full {
  border-radius: 0 !important;
}

/* === GLOBAL: NO SHADOWS === */
.shadow-sm, .shadow, .shadow-md, .shadow-lg, .shadow-xl, [class*="shadow"] {
  box-shadow: none !important;
}

/* === SEPARATORS === */
hr, [class*="border-b"], section + section {
  border-color: #262626 !important;
}

/* === CTA BOX === */
.cta-box {
  background: #141414 !important;
  border: 1px solid #262626 !important;
  border-radius: 0 !important;
}
.cta-box h3 { color: #FFFFFF !important; }
.cta-box p { color: rgba(255,255,255,0.5) !important; }

/* === AUTHOR BOX === */
.author-box {
  background: #141414 !important;
  border: 1px solid #262626 !important;
  border-radius: 0 !important;
}

/* === PRODUCT IMAGE BACKGROUNDS === */
.bg-slate-100.flex.items-center.justify-center,
[class*="bg-slate-100"] {
  background: #0A0A0A !important;
}

/* === PAGE HEADER BLOG === */
.page-header {
  border-bottom: 1px solid #262626 !important;
}
