/* ============================================
   RewardLion - Plain Static CSS for GHL
   No modern constructs. W3C valid.
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; line-height: 1.5; tab-size: 4; }
body { background-color: #040830; color: #e8eaf0; -webkit-font-smoothing: antialiased; font-family: Inter, system-ui, -apple-system, sans-serif; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: inherit; }
button, input, select, textarea { font-family: inherit; font-size: 100%; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button:not(:disabled), [role='button']:not([aria-disabled='true']), a[href] { cursor: pointer; }
ul, ol { list-style: none; }
table { border-collapse: collapse; }

/* --- Layout --- */
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.flex { display: flex; min-height: 0; min-width: 0; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }

/* --- Spacing --- */
.gap-0 { gap: 0px; }
.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.mb-0\.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-1\.5 { margin-left: 0.375rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-auto { margin-left: auto; }
.mr-2 { margin-right: 0.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-24 { margin-top: 6rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-auto { margin-top: auto; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-12 { padding: 3rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-8 { padding-bottom: 2rem; }
.pl-10 { padding-left: 2.5rem; }
.pl-11 { padding-left: 2.75rem; }
.pl-14 { padding-left: 3.5rem; }
.pr-10 { padding-right: 2.5rem; }
.pr-4 { padding-right: 1rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-28 { padding-top: 7rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-32 { padding-top: 8rem; }
.pt-4 { padding-top: 1rem; }
.pt-8 { padding-top: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }

/* --- Sizing --- */
.h-1 { height: 0.25rem; }
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-2 { height: 0.5rem; }
.h-2\.5 { height: 0.625rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-3 { height: 0.75rem; }
.h-3\.5 { height: 0.875rem; }
.h-32 { height: 8rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-72 { height: 18rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-96 { height: 24rem; }
.h-\[300px\] { height: 300px; }
.h-\[400px\] { height: 400px; }
.h-\[500px\] { height: 500px; }
.h-\[600px\] { height: 600px; }
.h-full { height: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-\[140px\] { max-width: 140px; }
.max-w-\[160px\] { max-width: 160px; }
.max-w-lg { max-width: 32rem; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-xs { max-width: 20rem; }
.min-h-\[130px\] { min-height: 130px; }
.min-h-\[140px\] { min-height: 140px; }
.min-h-\[160px\] { min-height: 160px; }
.min-h-\[260px\] { min-height: 260px; }
.min-h-\[280px\] { min-height: 280px; }
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-\[90vh\] { min-height: 90vh; }
.min-h-screen { min-height: 100vh; }
.min-w-\[140px\] { min-width: 140px; }
.min-w-\[750px\] { min-width: 750px; }
.w-1 { width: 0.25rem; }
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-2 { width: 0.5rem; }
.w-2\.5 { width: 0.625rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-3 { width: 0.75rem; }
.w-3\.5 { width: 0.875rem; }
.w-32 { width: 8rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-72 { width: 18rem; }
.w-8 { width: 2rem; }
.w-96 { width: 24rem; }
.w-\[150px\] { width: 150px; }
.w-\[220px\] { width: 220px; }
.w-\[300px\] { width: 300px; }
.w-\[400px\] { width: 400px; }
.w-\[500px\] { width: 500px; }
.w-\[600px\] { width: 600px; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-max { width: max-content; }

/* --- Flexbox --- */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.self-start { align-self: flex-start; }

/* --- Grid --- */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }

/* --- Typography --- */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[13px\] { font-size: 13px; }
.text-\[8px\] { font-size: 8px; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }
.whitespace-nowrap { white-space: nowrap; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* --- Colors --- */
.bg-\[\#00ADEE\] { background-color: #00ADEE; }
.bg-\[\#00ADEE\]\/10 { background-color: rgba(0, 173, 238, 0.1); }
.bg-\[\#00ADEE\]\/5 { background-color: rgba(0, 173, 238, 0.05); }
.bg-\[\#00ADEE\]\/8 { background-color: rgba(0, 173, 238, 0.08); }
.bg-\[\#040830\] { background-color: #040830; }
.bg-\[\#05095D\] { background-color: #05095D; }
.bg-\[\#05095D\]\/20 { background-color: rgba(5, 9, 93, 0.2); }
.bg-\[\#05095D\]\/5 { background-color: rgba(5, 9, 93, 0.05); }
.bg-\[\#05095D\]\/90 { background-color: rgba(5, 9, 93, 0.9); }
.bg-\[\#05095D\]\/95 { background-color: rgba(5, 9, 93, 0.95); }
.bg-\[\#0A0E3A\] { background-color: #0A0E3A; }
.bg-\[\#0D133E\] { background-color: #0D133E; }
.bg-\[\#0D133E\]\/90 { background-color: rgba(13, 19, 62, 0.9); }
.bg-\[\#0a0e1a\] { background-color: #0a0e1a; }
.bg-\[\#36DFA6\] { background-color: #36DFA6; }
.bg-\[\#36DFA6\]\/10 { background-color: rgba(54, 223, 166, 0.1); }
.bg-\[\#36DFA6\]\/20 { background-color: rgba(54, 223, 166, 0.2); }
.bg-\[\#36DFA6\]\/5 { background-color: rgba(54, 223, 166, 0.05); }
.bg-\[\#C6AD60\] { background-color: #C6AD60; }
.bg-\[\#C6AD60\]\/10 { background-color: rgba(198, 173, 96, 0.1); }
.bg-\[\#C6AD60\]\/15 { background-color: rgba(198, 173, 96, 0.15); }
.bg-\[\#C9A84C\] { background-color: #C9A84C; }
.bg-\[\#C9A84C\]\/10 { background-color: rgba(201, 168, 76, 0.1); }
.bg-\[\#C9A84C\]\/20 { background-color: rgba(201, 168, 76, 0.2); }
.bg-\[\#C9A84C\]\/5 { background-color: rgba(201, 168, 76, 0.05); }
.bg-\[\#E8B800\] { background-color: #E8B800; }
.bg-\[\#E8B800\]\/10 { background-color: rgba(232, 184, 0, 0.1); }
.bg-\[\#F5F7FA\] { background-color: #F5F7FA; }
.bg-\[\#FF0000\]\/80 { background-color: rgba(255, 0, 0, 0.8); }
.bg-\[\#FF4948\] { background-color: #FF4948; }
.bg-\[\#FF4948\]\/10 { background-color: rgba(255, 73, 72, 0.1); }
.bg-\[\#FF4948\]\/12 { background-color: rgba(255, 73, 72, 0.12); }
.bg-\[\#FF4948\]\/20 { background-color: rgba(255, 73, 72, 0.2); }
.bg-\[\#FF4948\]\/5 { background-color: rgba(255, 73, 72, 0.05); }
.bg-\[\#f0f2f5\] { background-color: #f0f2f5; }
.bg-\[\#f7f8fa\] { background-color: #f7f8fa; }
.bg-black\/20 { background-color: rgba(0, 0, 0, 0.2); }
.bg-black\/30 { background-color: rgba(0, 0, 0, 0.3); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-blue-600 { background-color: rgb(37, 99, 235); }
.bg-gray-50 { background-color: rgb(249, 250, 251); }
.bg-red-100 { background-color: rgb(254, 226, 226); }
.bg-red-50 { background-color: rgb(254, 242, 242); }
.bg-red-50\/50 { background-color: rgba(254, 242, 242, 0.5); }
.bg-red-500\/20 { background-color: rgba(239, 68, 68, 0.2); }
.bg-red-500\/5 { background-color: rgba(239, 68, 68, 0.05); }
.bg-white { background-color: rgb(255, 255, 255); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.bg-white\/15 { background-color: rgba(255, 255, 255, 0.15); }
.bg-white\/3 { background-color: rgba(255, 255, 255, 0.03); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/80 { background-color: rgba(255, 255, 255, 0.8); }
.bg-white\/\[0\.01\] { background-color: rgba(255, 255, 255, 0.01); }
.bg-white\/\[0\.02\] { background-color: rgba(255, 255, 255, 0.02); }
.bg-white\/\[0\.03\] { background-color: rgba(255, 255, 255, 0.03); }
.bg-white\/\[0\.04\] { background-color: rgba(255, 255, 255, 0.04); }
.bg-white\/\[0\.05\] { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/\[0\.06\] { background-color: rgba(255, 255, 255, 0.06); }
.bg-white\/\[0\.08\] { background-color: rgba(255, 255, 255, 0.08); }
.border-\[\#00ADEE\]\/10 { border-color: rgba(0, 173, 238, 0.1); }
.border-\[\#00ADEE\]\/15 { border-color: rgba(0, 173, 238, 0.15); }
.border-\[\#00ADEE\]\/20 { border-color: rgba(0, 173, 238, 0.2); }
.border-\[\#00ADEE\]\/30 { border-color: rgba(0, 173, 238, 0.3); }
.border-\[\#05095D\]\/10 { border-color: rgba(5, 9, 93, 0.1); }
.border-\[\#05095D\]\/6 { border-color: rgba(5, 9, 93, 0.06); }
.border-\[\#05095D\]\/8 { border-color: rgba(5, 9, 93, 0.08); }
.border-\[\#36DFA6\]\/10 { border-color: rgba(54, 223, 166, 0.1); }
.border-\[\#36DFA6\]\/20 { border-color: rgba(54, 223, 166, 0.2); }
.border-\[\#C6AD60\]\/20 { border-color: rgba(198, 173, 96, 0.2); }
.border-\[\#C6AD60\]\/30 { border-color: rgba(198, 173, 96, 0.3); }
.border-\[\#C6AD60\]\/40 { border-color: rgba(198, 173, 96, 0.4); }
.border-\[\#C9A84C\]\/20 { border-color: rgba(201, 168, 76, 0.2); }
.border-\[\#C9A84C\]\/40 { border-color: rgba(201, 168, 76, 0.4); }
.border-\[\#E8B800\]\/20 { border-color: rgba(232, 184, 0, 0.2); }
.border-\[\#FF4948\]\/10 { border-color: rgba(255, 73, 72, 0.1); }
.border-\[\#FF4948\]\/20 { border-color: rgba(255, 73, 72, 0.2); }
.border-gray-100 { border-color: rgb(243, 244, 246); }
.border-gray-200 { border-color: rgb(229, 231, 235); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/12 { border-color: rgba(255, 255, 255, 0.12); }
.border-white\/15 { border-color: rgba(255, 255, 255, 0.15); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/3 { border-color: rgba(255, 255, 255, 0.03); }
.border-white\/30 { border-color: rgba(255, 255, 255, 0.3); }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-white\/6 { border-color: rgba(255, 255, 255, 0.06); }
.border-white\/8 { border-color: rgba(255, 255, 255, 0.08); }
.border-white\/\[0\.06\] { border-color: rgba(255, 255, 255, 0.06); }
.border-white\/\[0\.08\] { border-color: rgba(255, 255, 255, 0.08); }
.border-white\/\[0\.1\] { border-color: rgba(255, 255, 255, 0.1); }
.ring-\[\#00ADEE\]\/30 { --tw-ring-color: rgba(0, 173, 238, 0.3); }
.ring-\[\#36DFA6\]\/30 { --tw-ring-color: rgba(54, 223, 166, 0.3); }
.ring-\[\#C6AD60\]\/10 { --tw-ring-color: rgba(198, 173, 96, 0.1); }
.ring-\[\#C6AD60\]\/20 { --tw-ring-color: rgba(198, 173, 96, 0.2); }
.ring-\[\#C6AD60\]\/30 { --tw-ring-color: rgba(198, 173, 96, 0.3); }
.ring-\[\#FF4948\]\/30 { --tw-ring-color: rgba(255, 73, 72, 0.3); }
.text-\[\#00ADEE\] { color: #00ADEE; }
.text-\[\#00ADEE\]\/40 { color: rgba(0, 173, 238, 0.4); }
.text-\[\#00ADEE\]\/60 { color: rgba(0, 173, 238, 0.6); }
.text-\[\#00ADEE\]\/70 { color: rgba(0, 173, 238, 0.7); }
.text-\[\#05095D\] { color: #05095D; }
.text-\[\#05095D\]\/20 { color: rgba(5, 9, 93, 0.2); }
.text-\[\#05095D\]\/40 { color: rgba(5, 9, 93, 0.4); }
.text-\[\#05095D\]\/50 { color: rgba(5, 9, 93, 0.5); }
.text-\[\#05095D\]\/60 { color: rgba(5, 9, 93, 0.6); }
.text-\[\#05095D\]\/70 { color: rgba(5, 9, 93, 0.7); }
.text-\[\#05095D\]\/80 { color: rgba(5, 9, 93, 0.8); }
.text-\[\#0D133E\] { color: #0D133E; }
.text-\[\#0a0e1a\] { color: #0a0e1a; }
.text-\[\#36DFA6\] { color: #36DFA6; }
.text-\[\#374151\] { color: #374151; }
.text-\[\#4B5563\] { color: #4B5563; }
.text-\[\#6B7280\] { color: #6B7280; }
.text-\[\#9CA3AF\] { color: #9CA3AF; }
.text-\[\#C6AD60\] { color: #C6AD60; }
.text-\[\#C6AD60\]\/50 { color: rgba(198, 173, 96, 0.5); }
.text-\[\#C6AD60\]\/60 { color: rgba(198, 173, 96, 0.6); }
.text-\[\#C9A84C\] { color: #C9A84C; }
.text-\[\#E8B800\] { color: #E8B800; }
.text-\[\#FF4948\] { color: #FF4948; }
.text-\[\#FF4948\]\/60 { color: rgba(255, 73, 72, 0.6); }
.text-\[\#FF4948\]\/80 { color: rgba(255, 73, 72, 0.8); }
.text-gray-300 { color: rgb(209, 213, 219); }
.text-gray-400 { color: rgb(156, 163, 175); }
.text-gray-500 { color: rgb(107, 114, 128); }
.text-gray-600 { color: rgb(75, 85, 99); }
.text-gray-700 { color: rgb(55, 65, 81); }
.text-red-400 { color: rgb(248, 113, 113); }
.text-red-500 { color: rgb(239, 68, 68); }
.text-slate-600 { color: rgb(71, 85, 105); }
.text-slate-700 { color: rgb(51, 65, 85); }
.text-slate-900 { color: rgb(15, 23, 42); }
.text-white { color: rgb(255, 255, 255); }
.text-white\/10 { color: rgba(255, 255, 255, 0.1); }
.text-white\/20 { color: rgba(255, 255, 255, 0.2); }
.text-white\/25 { color: rgba(255, 255, 255, 0.25); }
.text-white\/30 { color: rgba(255, 255, 255, 0.3); }
.text-white\/35 { color: rgba(255, 255, 255, 0.35); }
.text-white\/40 { color: rgba(255, 255, 255, 0.4); }
.text-white\/45 { color: rgba(255, 255, 255, 0.45); }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }
.text-white\/55 { color: rgba(255, 255, 255, 0.55); }
.text-white\/60 { color: rgba(255, 255, 255, 0.6); }
.text-white\/65 { color: rgba(255, 255, 255, 0.65); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/80 { color: rgba(255, 255, 255, 0.8); }
.text-white\/90 { color: rgba(255, 255, 255, 0.9); }

/* --- Borders --- */
.border { border-width: 1px; border-style: solid; }
.border-0 { border-width: 0px; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-bl-lg { border-bottom-left-radius: 0.5rem; }

/* --- Ring --- */
.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color, rgba(59,130,246,0.5)); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(59,130,246,0.5)); }

/* --- Shadows --- */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.shadow-\[0_0_15px_\#00ADEE40\] { box-shadow: 0 0 15px #00ADEE40; }

/* --- Opacity --- */
.opacity-0 { opacity: 0.0; }
.opacity-10 { opacity: 0.1; }
.opacity-100 { opacity: 1.0; }
.opacity-30 { opacity: 0.3; }
.opacity-5 { opacity: 0.05; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-8 { opacity: 0.08; }
.opacity-\[0\.04\] { opacity: 0.04; }
.opacity-\[0\.05\] { opacity: 0.05; }
.opacity-\[0\.06\] { opacity: 0.06; }

/* --- Transforms --- */
.rotate-90 { transform: rotate(90deg); }
.rotate-180 { transform: rotate(180deg); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-x-2 { transform: translateX(-0.5rem); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.translate-x-2 { transform: translateX(0.5rem); }
.translate-y-0 { transform: translateY(0); }
.translate-y-4 { transform: translateY(1rem); }
.translate-y-8 { transform: translateY(2rem); }
.translate-y-full { transform: translateY(100%); }

/* --- Transitions --- */
.transition-all { transition: all 0.15s ease; }
.transition-colors { transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease; }
.transition-opacity { transition: opacity 0.15s ease; }
.transition-shadow { transition: box-shadow 0.15s ease; }
.transition-transform { transition: transform 0.15s ease; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

/* --- Animations --- */
@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: 0.5; } }
@keyframes fade-in-up { 0% { opacity: 0; transform: translateY(24px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pulse-blue { 0%, 100% { box-shadow: 0 0 0 0 rgba(0,173,238,0.2); } 50% { box-shadow: 0 0 20px 5px rgba(0,173,238,0.1); } }
@keyframes thunder-flash { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
@keyframes marquee-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes marquee-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
.animate-float { animation: float 6s ease-in-out infinite; }

/* --- Overflow, Visibility, Z-index --- */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.resize-none { resize: none; }
.appearance-none { appearance: none; }
.outline-none { outline: none; }
.list-none { list-style-type: none; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-top { object-position: top; }
.z-10 { z-index: 10; }
.z-30 { z-index: 30; }
.z-50 { z-index: 50; }

/* --- Inset --- */
.-right-3 { right: -0.75rem; }
.-top-3 { top: -0.75rem; }
.bottom-0 { bottom: 0px; }
.bottom-1\/3 { bottom: 33.33333333333333%; }
.bottom-10 { bottom: 2.5rem; }
.bottom-12 { bottom: 3rem; }
.bottom-20 { bottom: 5rem; }
.bottom-4 { bottom: 1rem; }
.inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; }
.left-0 { left: 0px; }
.left-1\/2 { left: 50.0%; }
.left-1\/3 { left: 33.33333333333333%; }
.left-1\/4 { left: 25.0%; }
.left-10 { left: 2.5rem; }
.left-12 { left: 3rem; }
.left-2 { left: 0.5rem; }
.left-4 { left: 1rem; }
.left-8 { left: 2rem; }
.left-\[15\%\] { left: 15%; }
.right-0 { right: 0px; }
.right-1\/4 { right: 25.0%; }
.right-16 { right: 4rem; }
.right-2 { right: 0.5rem; }
.right-20 { right: 5rem; }
.right-4 { right: 1rem; }
.right-5 { right: 1.25rem; }
.right-6 { right: 1.5rem; }
.right-\[10\%\] { right: 10%; }
.right-\[30\%\] { right: 30%; }
.top-0 { top: 0px; }
.top-1\/2 { top: 50.0%; }
.top-1\/4 { top: 25.0%; }
.top-10 { top: 2.5rem; }
.top-20 { top: 5rem; }
.top-28 { top: 7rem; }
.top-4 { top: 1rem; }
.top-5 { top: 1.25rem; }
.top-6 { top: 1.5rem; }
.top-8 { top: 2rem; }
.top-\[72px\] { top: 72px; }

/* --- Backdrop & Filters --- */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.blur-3xl { filter: blur(64px); }
.grayscale { filter: grayscale(100%); }
.blur-\[100px\] { filter: blur(100px); }
.blur-\[120px\] { filter: blur(120px); }

/* --- Gradients --- */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-\[\#00ADEE\] { --tw-gradient-from: rgb(0, 173, 238); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-\[\#05095D\] { --tw-gradient-from: rgb(5, 9, 93); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-\[\#0D133E\] { --tw-gradient-from: rgb(13, 19, 62); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-\[\#0a0e1a\] { --tw-gradient-from: rgb(10, 14, 26); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-\[\#C6AD60\] { --tw-gradient-from: rgb(198, 173, 96); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-\[\#FF4948\] { --tw-gradient-from: rgb(255, 73, 72); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-black\/70 { --tw-gradient-from: rgba(0, 0, 0, 0.7); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-slate-50 { --tw-gradient-from: rgb(248, 250, 252); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-\[\#0088cc\] { --tw-gradient-to: rgb(0, 136, 204); }
.to-\[\#040830\] { --tw-gradient-to: rgb(4, 8, 48); }
.to-\[\#05095D\] { --tw-gradient-to: rgb(5, 9, 93); }
.to-\[\#080D45\] { --tw-gradient-to: rgb(8, 13, 69); }
.to-\[\#0A1045\] { --tw-gradient-to: rgb(10, 16, 69); }
.to-\[\#0D133E\] { --tw-gradient-to: rgb(13, 19, 62); }
.to-\[\#0a0e1a\] { --tw-gradient-to: rgb(10, 14, 26); }
.to-\[\#E8B800\] { --tw-gradient-to: rgb(232, 184, 0); }
.to-\[\#e03e3d\] { --tw-gradient-to: rgb(224, 62, 61); }
.to-black\/10 { --tw-gradient-to: rgba(0, 0, 0, 0.1); }
.to-slate-100 { --tw-gradient-to: rgb(241, 245, 249); }
.to-transparent { --tw-gradient-to: transparent; }
.via-\[\#040830\] { --tw-gradient-stops: var(--tw-gradient-from), rgb(4, 8, 48), var(--tw-gradient-to, transparent); }
.via-\[\#05095D\] { --tw-gradient-stops: var(--tw-gradient-from), rgb(5, 9, 93), var(--tw-gradient-to, transparent); }
.via-\[\#0a0e2e\] { --tw-gradient-stops: var(--tw-gradient-from), rgb(10, 14, 46), var(--tw-gradient-to, transparent); }
.via-\[\#111633\] { --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 22, 51), var(--tw-gradient-to, transparent); }
.via-black\/20 { --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.2), var(--tw-gradient-to, transparent); }
.via-transparent { --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent); }
.bg-\[radial-gradient\(ellipse_at_top_right\,_rgba\(0\,173\,238\,0\.06\)_0\%\,transparent_60\%\)\] { background-image: radial-gradient(ellipse at top right, rgba(0,173,238,0.06) 0%,transparent 60%); }
.bg-\[radial-gradient\(ellipse_at_top_right\,_rgba\(0\,191\,165\,0\.08\)_0\%\,transparent_60\%\)\] { background-image: radial-gradient(ellipse at top right, rgba(0,191,165,0.08) 0%,transparent 60%); }

/* --- Aspect Ratio --- */
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }
.aspect-\[4\/3\] { aspect-ratio: 4 / 3; }

/* --- Space-Y --- */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-1\.5 > * + * { margin-top: 0.375rem; }
.space-y-12 > * + * { margin-top: 3rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-8 > * + * { margin-top: 2rem; }

/* --- Scroll --- */
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* --- Placeholder --- */
.placeholder\:text-white\/25::placeholder { color: rgba(255, 255, 255, 0.25); }
.placeholder\:text-white\/30::placeholder { color: rgba(255, 255, 255, 0.3); }

/* --- Custom Components --- */

.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px) { .container { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 1024px) { .container { padding-left: 2rem; padding-right: 2rem; max-width: 1280px; } }

.glass-card { background: rgba(25, 28, 60, 0.6); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); transition: 0.3s; }
.glass-card:hover { border-color: rgba(0,173,238,0.3); box-shadow: 0 0 30px rgba(0,173,238,0.1); }

.blue-gradient { background: linear-gradient(135deg, #00ADEE, #36DFA6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.thunder-gradient { background: linear-gradient(135deg, #00ADEE, #0090cc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.blue-shimmer { position: relative; overflow: hidden; }
.blue-shimmer::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s; }
.blue-shimmer:hover::after { left: 100%; }

.section-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(0,173,238,0.3), transparent); }
.thunder-divider { height: 2px; background: linear-gradient(90deg, transparent, #00ADEE, #36DFA6, #E8B800, #FF4948, transparent); }

.light-card { background: #ffffff; border: 1px solid #e5e7eb; transition: 0.3s; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.light-card:hover { border-color: rgba(0,173,238,0.25); box-shadow: 0 4px 20px rgba(0,173,238,0.08); }

.badge { display: inline-flex; align-items: center; padding: 0.125rem 0.625rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; line-height: 1.25rem; }


/* --- Hover States --- */
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:-translate-y-1\.5:hover { transform: translateY(-0.375rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:underline:hover { text-decoration: underline; }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.hover\:brightness-90:hover { filter: brightness(0.9); }
.hover\:brightness-110:hover { filter: brightness(1.1); }
.hover\:grayscale-0:hover { filter: grayscale(0); }
.hover\:border-opacity-50:hover { border-opacity: 0.5; }
.hover\:gap-2\.5:hover { gap: 0.625rem; }
.hover\:gap-3:hover { gap: 0.75rem; }
.hover\:bg-\[\#0098d4\]:hover { background-color: rgb(0, 152, 212); }
.hover\:bg-\[\#00ADEE\]\/10:hover { background-color: rgba(0, 173, 238, 0.1); }
.hover\:bg-\[\#00ADEE\]\/15:hover { background-color: rgba(0, 173, 238, 0.15); }
.hover\:bg-\[\#00ADEE\]\/5:hover { background-color: rgba(0, 173, 238, 0.05); }
.hover\:bg-\[\#00ADEE\]\/90:hover { background-color: rgba(0, 173, 238, 0.9); }
.hover\:bg-\[\#05095D\]\/5:hover { background-color: rgba(5, 9, 93, 0.05); }
.hover\:bg-\[\#0D133E\]:hover { background-color: rgb(13, 19, 62); }
.hover\:bg-\[\#2bc990\]:hover { background-color: rgb(43, 201, 144); }
.hover\:bg-\[\#2ec994\]:hover { background-color: rgb(46, 201, 148); }
.hover\:bg-\[\#C9A84C\]\/30:hover { background-color: rgba(201, 168, 76, 0.3); }
.hover\:bg-\[\#EEF1F6\]:hover { background-color: rgb(238, 241, 246); }
.hover\:bg-\[\#d4b85c\]:hover { background-color: rgb(212, 184, 92); }
.hover\:bg-\[\#e03e3d\]:hover { background-color: rgb(224, 62, 61); }
.hover\:bg-blue-700:hover { background-color: rgb(29, 78, 216); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }
.hover\:bg-white\/30:hover { background-color: rgba(255, 255, 255, 0.3); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }
.hover\:bg-white\/\[0\.03\]:hover { background-color: rgba(255, 255, 255, 0.03); }
.hover\:bg-white\/\[0\.05\]:hover { background-color: rgba(255, 255, 255, 0.05); }
.hover\:bg-white\/\[0\.06\]:hover { background-color: rgba(255, 255, 255, 0.06); }
.hover\:border-\[\#00ADEE\]:hover { border-color: rgb(0, 173, 238); }
.hover\:border-\[\#00ADEE\]\/20:hover { border-color: rgba(0, 173, 238, 0.2); }
.hover\:border-\[\#00ADEE\]\/30:hover { border-color: rgba(0, 173, 238, 0.3); }
.hover\:border-\[\#00ADEE\]\/40:hover { border-color: rgba(0, 173, 238, 0.4); }
.hover\:border-\[\#36DFA6\]\/40:hover { border-color: rgba(54, 223, 166, 0.4); }
.hover\:border-\[\#C6AD60\]\/50:hover { border-color: rgba(198, 173, 96, 0.5); }
.hover\:border-\[\#C9A84C\]\/30:hover { border-color: rgba(201, 168, 76, 0.3); }
.hover\:border-\[\#FF4948\]\/40:hover { border-color: rgba(255, 73, 72, 0.4); }
.hover\:border-gray-200:hover { border-color: rgb(229, 231, 235); }
.hover\:border-white\/30:hover { border-color: rgba(255, 255, 255, 0.3); }
.hover\:border-white\/40:hover { border-color: rgba(255, 255, 255, 0.4); }
.hover\:border-white\/\[0\.15\]:hover { border-color: rgba(255, 255, 255, 0.15); }
.hover\:border-white\/\[0\.18\]:hover { border-color: rgba(255, 255, 255, 0.18); }
.hover\:from-\[\#b89d50\]:hover { --tw-gradient-from: rgb(184, 157, 80); }
.hover\:shadow-\[0_0_20px_\#00ADEE40\]:hover { box-shadow: 0 0 20px #00ADEE40; }
.hover\:shadow-\[0_0_30px_\#00ADEE40\]:hover { box-shadow: 0 0 30px #00ADEE40; }
.hover\:shadow-\[0_0_30px_\#00ADEE50\]:hover { box-shadow: 0 0 30px #00ADEE50; }
.hover\:shadow-\[0_20px_50px_rgba\(0\,0\,0\,0\.18\)\]:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.18); }
.hover\:text-white:hover { color: rgb(255, 255, 255); }
.hover\:text-white\/60:hover { color: rgba(255, 255, 255, 0.6); }
.hover\:text-white\/80:hover { color: rgba(255, 255, 255, 0.8); }
.hover\:to-\[\#d4a800\]:hover { --tw-gradient-to: rgb(212, 168, 0); }

/* --- Focus States --- */
.focus\:border-\[\#00ADEE\]\/40:focus { border-color: rgba(0, 173, 238, 0.4); }
.focus\:border-\[\#00ADEE\]\/50:focus { border-color: rgba(0, 173, 238, 0.5); }
.focus\:outline-none:focus { outline: none; }
.focus\:ring-1:focus { box-shadow: 0 0 0 1px rgba(0,173,238,0.3); }
.focus\:ring-\[\#00ADEE\]\/20:focus { box-shadow: 0 0 0 2px rgba(0, 173, 238, 0.2); }

/* --- Group Hover States --- */
.group:hover .group-hover\/card\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:bg-\[\#00ADEE\]\/20 { background-color: rgba(0, 173, 238, 0.2); }
.group:hover .group-hover\:gap-2 { gap: 0.5rem; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group[open] .group-open\:rotate-180 { transform: rotate(180deg); }
.group\/card:hover .group-hover\/card\:scale-110 { transform: scale(1.1); }

/* --- Responsive: sm (640px) --- */
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .sm\:items-center { align-items: center; }
}

/* --- Responsive: md (768px) --- */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:inline-flex { display: inline-flex; }
  .md\:hidden { display: none; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-end { align-items: flex-end; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .md\:col-span-3 { grid-column: span 3 / span 3; }
  .md\:gap-4 { gap: 1rem; }
  .md\:gap-16 { gap: 4rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:p-10 { padding: 2.5rem; }
  .md\:pl-8 { padding-left: 2rem; }
  .md\:h-12 { height: 3rem; }
  .md\:h-18 { height: 4.5rem; }
  .md\:h-20 { height: 5rem; }
  .md\:w-18 { width: 4.5rem; }
  .md\:w-48 { width: 12rem; }
  .md\:w-2\/5 { width: 40%; }
  .md\:w-3\/5 { width: 60%; }
  .md\:border-l { border-left-width: 1px; border-left-style: solid; }
  .md\:border-gray-200 { border-color: #e5e7eb; }
  .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* --- Responsive: lg (1024px) --- */
@media (min-width: 1024px) {
  .lg\:flex-row { flex-direction: row; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lg\:grid-cols-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:gap-6 { gap: 1.5rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:p-10 { padding: 2.5rem; }
  .lg\:p-12 { padding: 3rem; }
  .lg\:p-16 { padding: 4rem; }
  .lg\:p-20 { padding: 5rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:pb-20 { padding-bottom: 5rem; }
  .lg\:pb-24 { padding-bottom: 6rem; }
  .lg\:pb-28 { padding-bottom: 7rem; }
  .lg\:pb-32 { padding-bottom: 8rem; }
  .lg\:pt-40 { padding-top: 10rem; }
  .lg\:h-48 { height: 12rem; }
  .lg\:w-48 { width: 12rem; }
  .lg\:w-64 { width: 16rem; }
  .lg\:w-auto { width: auto; }
  .lg\:left-16 { left: 4rem; }
  .lg\:order-2 { order: 2; }
  .lg\:aspect-auto { aspect-ratio: auto; }
  .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* --- Responsive: xl (1280px) --- */
@media (min-width: 1280px) {
  .xl\:flex { display: flex; }
  .xl\:hidden { display: none; }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xl\:grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .xl\:col-span-1 { grid-column: span 1 / span 1; }
  .xl\:mb-0 { margin-bottom: 0; }
}

/* --- Swiper (minimal) --- */

.swiper { position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-horizontal { touch-action: pan-y; }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); backface-visibility: hidden; }
.swiper-initialized { }
.swiper-slide-active { }
.swiper-slide-next { }
.swiper-slide-prev { }


/* --- Solution Page Custom Classes --- */

/* --- Lucide Icons --- */
[class*='lucide-'] { width: 1em; height: 1em; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; }

/* --- Misc --- */
.border-collapse { border-collapse: collapse; }
.min-h-screen { min-height: 100vh; }
.min-h-\[130px\] { min-height: 130px; }
.min-h-\[140px\] { min-height: 140px; }
.min-h-\[160px\] { min-height: 160px; }
.min-h-\[260px\] { min-height: 260px; }
.min-h-\[280px\] { min-height: 280px; }
.min-h-\[60vh\] { min-height: 60vh; }
.min-h-\[90vh\] { min-height: 90vh; }
.bg-background { background-color: #040830; }
.text-foreground { color: #e8eaf0; }
.text-card-foreground { color: #e8eaf0; }
