/* Light mode overrides for the main site (dark is the default design) */

:root,
[data-theme='dark'] {
	--sw-text-primary: #f8fafc;
	--sw-text-secondary: #94a3b8;
	--sw-text-muted: #64748b;
	--sw-bg-card: rgba(8, 16, 31, 0.95);
	--sw-bg-surface: rgba(255, 255, 255, 0.05);
	--sw-bg-input: rgba(255, 255, 255, 0.05);
	--sw-border-subtle: rgba(255, 255, 255, 0.1);
	--sw-border-medium: rgba(255, 255, 255, 0.15);
	--sw-border-strong: rgba(255, 255, 255, 0.2);
	--sw-bg-hover: rgba(255, 255, 255, 0.05);
	--sw-bg-code: rgba(255, 255, 255, 0.08);
	--sw-content-body: #cbd5e1;
	--sw-content-heading: #e2e8f0;
}

[data-theme='light'] {
	color-scheme: light;
	--sw-text-primary: #0f172a;
	--sw-text-secondary: #475569;
	--sw-text-muted: #64748b;
	--sw-bg-card: #ffffff;
	--sw-bg-surface: rgb(15 23 42 / 0.04);
	--sw-bg-input: #ffffff;
	--sw-border-subtle: rgb(15 23 42 / 0.1);
	--sw-border-medium: rgb(15 23 42 / 0.12);
	--sw-border-strong: rgb(15 23 42 / 0.18);
	--sw-bg-hover: rgb(15 23 42 / 0.04);
	--sw-bg-code: rgb(15 23 42 / 0.06);
	--sw-content-body: #334155;
	--sw-content-heading: #1e293b;
}

[data-theme='dark'] {
	color-scheme: dark;
}

[data-theme='light'] body {
	background-color: #f8fafc;
	color: #0f172a;
}

[data-theme='light'] header,
[data-theme='light'] footer {
	border-color: rgb(15 23 42 / 0.1) !important;
}

[data-theme='light'] header {
	background-color: rgb(248 250 252 / 0.92) !important;
}

[data-theme='light'] footer {
	background-color: #f1f5f9 !important;
}

[data-theme='light'] .site-theme {
	background-color: #f8fafc !important;
	color: #0f172a !important;
}

/* Backgrounds */
[data-theme='light'] .bg-\[\#050A14\] {
	background-color: #ffffff !important;
}

[data-theme='light'] .bg-\[\#050A14\]\/85,
[data-theme='light'] .bg-\[\#050A14\]\/95 {
	background-color: rgb(248 250 252 / 0.92) !important;
}

[data-theme='light'] .bg-\[\#02050B\] {
	background-color: #f1f5f9 !important;
}

[data-theme='light'] .bg-\[\#08101F\] {
	background-color: #ffffff !important;
}

[data-theme='light'] .section-title {
	color: #0f172a !important;
}

[data-theme='light'] .glass {
	background-color: rgb(255 255 255 / 0.92) !important;
	border-color: rgb(15 23 42 / 0.12) !important;
	box-shadow: 0 30px 80px rgb(15 23 42 / 0.08) !important;
}

[data-theme='light'] .field input,
[data-theme='light'] .field textarea {
	background-color: #ffffff !important;
	border-color: rgb(15 23 42 / 0.12) !important;
	color: #0f172a !important;
}

[data-theme='light'] .bg-white\/5 {
	background-color: rgb(15 23 42 / 0.04) !important;
}

[data-theme='light'] .bg-white\/10 {
	background-color: rgb(15 23 42 / 0.06) !important;
}

[data-theme='light'] .hover\:bg-white\/10:hover {
	background-color: rgb(15 23 42 / 0.06) !important;
}

[data-theme='light'] .from-\[\#050A14\] {
	--tw-gradient-from: #f8fafc var(--tw-gradient-from-position) !important;
}

[data-theme='light'] .via-\[\#050A14\]\/85,
[data-theme='light'] .via-\[\#050A14\]\/95 {
	--tw-gradient-via: rgb(248 250 252 / 0.9) var(--tw-gradient-via-position) !important;
}

[data-theme='light'] .to-\[\#050A14\]\/20 {
	--tw-gradient-to: rgb(248 250 252 / 0.2) var(--tw-gradient-to-position) !important;
}

/* Text */
[data-theme='light'] .text-white {
	color: #0f172a !important;
}

[data-theme='light'] .text-slate-300 {
	color: #334155 !important;
}

[data-theme='light'] .text-slate-400 {
	color: #475569 !important;
}

[data-theme='light'] .text-slate-500 {
	color: #64748b !important;
}

[data-theme='light'] .text-slate-600 {
	color: #64748b !important;
}

[data-theme='light'] .text-\[\#F8FAFC\] {
	color: #0f172a !important;
}

[data-theme='light'] .hover\:text-white:hover {
	color: #0f172a !important;
}

/* Borders */
[data-theme='light'] .border-white\/10 {
	border-color: rgb(15 23 42 / 0.1) !important;
}

[data-theme='light'] .border-white\/15 {
	border-color: rgb(15 23 42 / 0.12) !important;
}

[data-theme='light'] .border-white\/25 {
	border-color: rgb(15 23 42 / 0.18) !important;
}

/* Header / footer hover states */
[data-theme='light'] header .hover\:text-white:hover,
[data-theme='light'] footer .hover\:text-white:hover {
	color: #0f172a !important;
}

[data-theme='light'] footer a.border-white\/10 {
	border-color: rgb(15 23 42 / 0.12) !important;
}

/* Assessment & scope custom blocks */
[data-theme='light'] .assessment-section .findings-table tbody,
[data-theme='light'] .assessment-section .scope-list-item,
[data-theme='light'] .assessment-section .findings-table tr {
	background: #ffffff !important;
}

[data-theme='light'] .assessment-section .findings-table tr,
[data-theme='light'] .assessment-section .findings-table td:not(:last-child) {
	border-color: rgb(15 23 42 / 0.08) !important;
}

[data-theme='light'] .assessment-section .scope-list-item {
	color: #334155 !important;
}

[data-theme='light'] .assessment-section .findings-table tbody {
	background: #f1f5f9 !important;
}

[data-theme='light'] .assessment-section .assessment-deliverables-layout,
[data-theme='light'] .assessment-section .scope-calculator-panel,
[data-theme='light'] .assessment-section .scope-results-panel {
	background: #ffffff !important;
}

[data-theme='light'] .assessment-subnav {
	background-color: rgb(248 250 252 / 0.95) !important;
	border-color: rgb(15 23 42 / 0.1) !important;
}

/* Zoya product page — light mode */
[data-theme='light'] .zoya-page {
	background-color: #f8fafc !important;
	color: #0f172a !important;
}

[data-theme='light'] .zoya-page .bg-obsidian {
	background-color: #f8fafc !important;
}

[data-theme='light'] .zoya-page .bg-obsidian\/90 {
	background-color: rgb(248 250 252 / 0.9) !important;
}

[data-theme='light'] .zoya-page .bg-obsidian\/95 {
	background-color: rgb(248 250 252 / 0.95) !important;
}

[data-theme='light'] .zoya-page .bg-\[\#08101F\] {
	background-color: #ffffff !important;
}

[data-theme='light'] .zoya-page .bg-black\/30 {
	background-color: rgb(241 245 249 / 0.9) !important;
}

[data-theme='light'] .zoya-page .bg-black\/40 {
	background-color: rgb(226 232 240 / 0.85) !important;
}

[data-theme='light'] .zoya-page .bg-black\/50 {
	background-color: rgb(226 232 240 / 0.95) !important;
}

[data-theme='light'] .zoya-page .bg-white\/5 {
	background-color: rgb(15 23 42 / 0.04) !important;
}

[data-theme='light'] .zoya-page .bg-white\/10 {
	background-color: rgb(15 23 42 / 0.06) !important;
}

[data-theme='light'] .zoya-page .bg-white\/15 {
	background-color: rgb(15 23 42 / 0.08) !important;
}

[data-theme='light'] .zoya-page .bg-white\/\[0\.02\] {
	background-color: rgb(15 23 42 / 0.03) !important;
}

[data-theme='light'] .zoya-page .bg-white\/\[0\.04\] {
	background-color: rgb(15 23 42 / 0.05) !important;
}

[data-theme='light'] .zoya-page .bg-volt\/5 {
	background-color: rgb(163 196 0 / 0.08) !important;
}

[data-theme='light'] .zoya-page .bg-volt\/\[0\.03\] {
	background-color: rgb(163 196 0 / 0.06) !important;
}

[data-theme='light'] .zoya-page .bg-volt\/\[0\.04\] {
	background-color: rgb(163 196 0 / 0.08) !important;
}

[data-theme='light'] .zoya-page .bg-volt\/40 {
	background-color: rgb(163 196 0 / 0.35) !important;
}

[data-theme='light'] .zoya-page .bg-volt\/60 {
	background-color: rgb(163 196 0 / 0.5) !important;
}

[data-theme='light'] .zoya-page .from-obsidian {
	--tw-gradient-from: #f8fafc var(--tw-gradient-from-position) !important;
}

[data-theme='light'] .zoya-page .via-obsidian\/70 {
	--tw-gradient-via: rgb(248 250 252 / 0.85) var(--tw-gradient-via-position) !important;
}

[data-theme='light'] .zoya-page .to-obsidian\/20 {
	--tw-gradient-to: rgb(248 250 252 / 0.35) var(--tw-gradient-to-position) !important;
}

[data-theme='light'] .zoya-page .hover\:bg-volt\/\[0\.03\]:hover {
	background-color: rgb(163 196 0 / 0.06) !important;
}

[data-theme='light'] .zoya-page .hover\:bg-volt\/\[0\.04\]:hover {
	background-color: rgb(163 196 0 / 0.08) !important;
}

[data-theme='light'] .zoya-page .text-concrete {
	color: #475569 !important;
}

[data-theme='light'] .zoya-page .text-white {
	color: #0f172a !important;
}

[data-theme='light'] .zoya-page .text-white\/20 {
	color: rgb(15 23 42 / 0.2) !important;
}

[data-theme='light'] .zoya-page .text-obsidian {
	color: #0f172a !important;
}

[data-theme='light'] .zoya-page .text-volt {
	color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .text-signal {
	color: #c2410c !important;
}

[data-theme='light'] .zoya-page .hover\:text-white:hover,
[data-theme='light'] .zoya-page .hover\:text-volt:hover {
	color: #0f172a !important;
}

[data-theme='light'] .zoya-page .group:hover .group-hover\:text-volt {
	color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .group:hover .group-hover\:text-obsidian {
	color: #0f172a !important;
}

[data-theme='light'] .zoya-page .border-white\/5 {
	border-color: rgb(15 23 42 / 0.06) !important;
}

[data-theme='light'] .zoya-page .border-white\/10 {
	border-color: rgb(15 23 42 / 0.1) !important;
}

[data-theme='light'] .zoya-page .border-white\/15 {
	border-color: rgb(15 23 42 / 0.12) !important;
}

[data-theme='light'] .zoya-page .border-white\/20 {
	border-color: rgb(15 23 42 / 0.14) !important;
}

[data-theme='light'] .zoya-page .border-white\/30 {
	border-color: rgb(15 23 42 / 0.18) !important;
}

[data-theme='light'] .zoya-page .border-volt\/30 {
	border-color: rgb(122 148 0 / 0.35) !important;
}

[data-theme='light'] .zoya-page .hover\:border-white\/30:hover {
	border-color: rgb(15 23 42 / 0.22) !important;
}

[data-theme='light'] .zoya-page .hover\:border-volt:hover,
[data-theme='light'] .zoya-page .group:hover .group-hover\:border-volt {
	border-color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .grid-lattice {
	background-image:
		linear-gradient(rgb(15 23 42 / 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgb(15 23 42 / 0.06) 1px, transparent 1px) !important;
}

[data-theme='light'] .zoya-page .scanlines {
	background-image: repeating-linear-gradient(
		0deg,
		rgb(15 23 42 / 0.03) 0px,
		rgb(15 23 42 / 0.03) 1px,
		transparent 1px,
		transparent 3px
	) !important;
}

[data-theme='light'] .zoya-page .text-glow-volt {
	text-shadow: none !important;
}

[data-theme='light'] .zoya-page .glow-volt,
[data-theme='light'] .zoya-page .hover\:glow-volt:hover {
	box-shadow: 0 0 16px rgb(122 148 0 / 0.2), 0 0 4px rgb(122 148 0 / 0.25) !important;
}

[data-theme='light'] .zoya-page .focus-visible\:ring-offset-obsidian:focus-visible {
	--tw-ring-offset-color: #f8fafc !important;
}

[data-theme='light'] .zoya-page .placeholder\:text-concrete::placeholder {
	color: #64748b !important;
}

[data-theme='light'] .zoya-page .accent-volt {
	accent-color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .group:hover .group-hover\:bg-volt {
	background-color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .border-volt {
	border-color: #7a9400 !important;
}

[data-theme='light'] .zoya-page .bg-volt {
	background-color: #d1ff00 !important;
}

[data-theme='light'] .zoya-page .text-\[\#050A14\] {
	color: #0f172a !important;
}
