/*
 * Viralay WordPress Theme - Optimized Compiled Tailwind CSS
 * Version: 5.0.0
 * Performance optimized - CDN removed
 */

/* Tailwind CSS v3.4.0 - Custom Build */

/* ========== BASE STYLES ========== */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* ========== SPACING ========== */
.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.ml-4 { margin-left: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.p-0 { padding: 0px; }
.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-8 { padding: 2rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.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-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-0 { padding-left: 0px; }
.pt-0 { padding-top: 0px; }
.pt-6 { padding-top: 1.5rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-24 { padding-top: 6rem; }

/* ========== LAYOUT ========== */
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.table { display: table; }
.grid { display: grid; }
.hidden { display: none; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0px; }
.top-0 { top: 0px; }
.top-2 { top: 0.5rem; }
.top-6 { top: 1.5rem; }
.bottom-2 { bottom: 0.5rem; }
.left-2 { left: 0.5rem; }
.right-0 { right: 0px; }
.right-2 { right: 0.5rem; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
.z-\[60\] { z-index: 60; }

.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.min-w-0 { min-width: 0px; }

.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.min-h-screen { min-height: 100vh; }
.min-h-\[70vh\] { min-height: 70vh; }

.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.shrink-0 { flex-shrink: 0; }
.flex-grow { flex-grow: 1; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

.col-span-full { grid-column: 1 / -1; }

/* ========== 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-6xl { font-size: 3.75rem; line-height: 1; }

.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-center { text-align: center; }
.text-right { text-align: right; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.italic { font-style: italic; }
.no-underline { text-decoration: none; }
.underline { text-decoration: underline; }

.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }

.text-inherit { color: inherit; }
.text-current { color: currentColor; }
.text-transparent { color: transparent; }
.text-white { color: #fff; }
.text-white\/20 { color: rgb(255 255 255 / 0.2); }
.text-white\/30 { color: rgb(255 255 255 / 0.3); }
.text-white\/70 { color: rgb(255 255 255 / 0.7); }
.text-white\/80 { color: rgb(255 255 255 / 0.8); }
.text-black { color: #000; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-teal-100 { color: #ccfbf1; }
.text-teal-300 { color: #5eead4; }
.text-teal-400 { color: #2dd4bf; }
.text-amber-300 { color: #fcd34d; }
.text-amber-400 { color: #fbbf24; }
.text-green-300 { color: #a3e635; }
.text-green-400 { color: #4ade80; }
.text-green-500 { color: #22c55e; }
.text-cyan-400 { color: #22d3ee; }
.text-emerald-400 { color: #34d399; }
.text-primary { color: #14B8A6; }
.text-muted-foreground { color: #94A3B8; }
.text-foreground { color: #F8FAFC; }

/* ========== COLORS & BACKGROUNDS ========== */
.bg-inherit { background-color: inherit; }
.bg-transparent { background-color: transparent; }
.bg-current { background-color: currentColor; }
.bg-black { background-color: #000; }
.bg-black\/40 { background-color: rgb(0 0 0 / 0.4); }
.bg-black\/50 { background-color: rgb(0 0 0 / 0.5); }
.bg-black\/80 { background-color: rgb(0 0 0 / 0.8); }
.bg-black\/95 { background-color: rgb(0 0 0 / 0.95); }
.bg-white { background-color: #fff; }
.bg-white\/5 { background-color: rgb(255 255 255 / 0.05); }
.bg-white\/10 { background-color: rgb(255 255 255 / 0.1); }
.bg-white\/20 { background-color: rgb(255 255 255 / 0.2); }
.bg-white\/\[0\.02\] { background-color: rgb(255 255 255 / 0.02); }
.bg-white\/\[0\.05\] { background-color: rgb(255 255 255 / 0.05); }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-muted { background-color: #1E293B; }
.bg-background { background-color: #0F172A; }
.bg-background\/95 { background-color: rgb(15 23 42 / 0.95); }
.bg-primary { background-color: #14B8A6; }
.bg-primary\/10 { background-color: rgb(20 184 166 / 0.1); }
.bg-primary\/20 { background-color: rgb(20 184 166 / 0.2); }
.bg-primary\/90 { background-color: rgb(20 184 166 / 0.9); }
.bg-teal-500 { background-color: #14B8A6; }
.bg-teal-500\/20 { background-color: rgb(20 184 166 / 0.2); }
.bg-emerald-500\/20 { background-color: rgb(16 185 129 / 0.2); }
.bg-green-500 { background-color: #22c55e; }
.bg-green-500\/20 { background-color: rgb(34 197 94 / 0.2); }
.bg-cyan-500\/20 { background-color: rgb(6 182 212 / 0.2); }
.bg-purple-500 { background-color: #a855f7; }
.bg-pink-500 { background-color: #ec4899; }
.bg-blue-500 { background-color: #3b82f6; }
.bg-amber-500\/10 { background-color: rgb(245 158 11 / 0.1); }
.bg-amber-500\/20 { background-color: rgb(245 158 11 / 0.2); }

/* ========== GRADIENTS ========== */
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); }
.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }
.bg-gradient-to-bl { background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)); }
.bg-gradient-to-l { background-image: linear-gradient(to left, var(--tw-gradient-stops)); }
.bg-gradient-to-tl { background-image: linear-gradient(to top left, var(--tw-gradient-stops)); }

.from-white\/5 { --tw-gradient-from: rgb(255 255 255 / 0.05); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0)); }
.from-muted { --tw-gradient-from: #1E293B; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 41 59 / 0)); }
.from-primary\/10 { --tw-gradient-from: rgb(20 184 166 / 0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 184 166 / 0)); }
.from-blue-500 { --tw-gradient-from: #3b82f6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(59 130 246 / 0)); }
.from-teal-500 { --tw-gradient-from: #14B8A6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 184 166 / 0)); }
.from-teal-500\/20 { --tw-gradient-from: rgb(20 184 166 / 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 184 166 / 0)); }
.from-teal-600 { --tw-gradient-from: #0d9488; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(13 148 136 / 0)); }
.from-cyan-500 { --tw-gradient-from: #06b6d4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 182 212 / 0)); }
.from-cyan-500\/20 { --tw-gradient-from: rgb(6 182 212 / 0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 182 212 / 0)); }
.from-pink-500 { --tw-gradient-from: #ec4899; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 72 153 / 0)); }
.from-purple-500 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(168 85 247 / 0)); }
.from-purple-500\/10 { --tw-gradient-from: rgb(168 85 247 / 0.1); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(168 85 247 / 0)); }
.from-primary { --tw-gradient-from: #14B8A6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(20 184 166 / 0)); }

.to-transparent { --tw-gradient-to: transparent; }
.to-background { --tw-gradient-to: #0F172A; }
.to-white { --tw-gradient-to: #fff; }
.to-blue-600 { --tw-gradient-to: #2563eb; }
.to-teal-500 { --tw-gradient-to: #14B8A6; }
.to-teal-600 { --tw-gradient-to: #0d9488; }
.to-teal-600\/10 { --tw-gradient-to: rgb(13 148 136 / 0.1); }
.to-cyan-500 { --tw-gradient-to: #06b6d4; }
.to-cyan-600 { --tw-gradient-to: #0891b2; }
.to-cyan-600\/10 { --tw-gradient-to: rgb(8 145 178 / 0.1); }
.to-pink-600 { --tw-gradient-to: #db2777; }
.to-purple-600 { --tw-gradient-to: #9333ea; }
.to-primary { --tw-gradient-to: #0d9488; }

/* ========== BORDERS ========== */
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-4 { border-width: 4px; }
.border-8 { border-width: 8px; }
.border-x { border-left-width: 1px; border-right-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-r { border-right-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }

.border-white\/5 { border-color: rgb(255 255 255 / 0.05); }
.border-white\/10 { border-color: rgb(255 255 255 / 0.1); }
.border-white\/20 { border-color: rgb(255 255 255 / 0.2); }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-border { border-color: #334155; }
.border-primary { border-color: #14B8A6; }
.border-primary\/40 { border-color: rgb(20 184 166 / 0.4); }
.border-primary\/50 { border-color: rgb(20 184 166 / 0.5); }
.border-primary\/60 { border-color: rgb(20 184 166 / 0.6); }
.border-teal-400\/30 { border-color: rgb(45 212 191 / 0.3); }
.border-teal-500\/30 { border-color: rgb(20 184 166 / 0.3); }
.border-teal-500\/50 { border-color: rgb(20 184 166 / 0.5); }
.border-cyan-500\/30 { border-color: rgb(34 211 238 / 0.3); }
.border-cyan-500\/50 { border-color: rgb(34 211 238 / 0.5); }
.border-blue-500\/50 { border-color: rgb(59 130 246 / 0.5); }
.border-pink-500\/50 { border-color: rgb(236 72 153 / 0.5); }
.border-purple-500\/50 { border-color: rgb(168 85 247 / 0.5); }
.border-green-500\/30 { border-color: rgb(34 197 94 / 0.3); }
.border-amber-500\/30 { border-color: rgb(245 158 11 / 0.3); }

/* ========== BORDER RADIUS ========== */
.rounded-none { border-radius: 0; }
.rounded-sm { border-radius: 0.125rem; }
.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.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; }

/* ========== EFFECTS ========== */
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.shadow-cyan-500\/30 { box-shadow: 0 0 0 0 rgb(34 211 238 / 0.3), 0 0 0 0 rgb(34 211 238 / 0.3); }
.shadow-teal-500\/30 { box-shadow: 0 0 0 0 rgb(20 184 166 / 0.3), 0 0 0 0 rgb(20 184 166 / 0.3); }
.shadow-primary\/30 { box-shadow: 0 0 0 0 rgb(20 184 166 / 0.3), 0 0 0 0 rgb(20 184 166 / 0.3); }
.shadow-\[0_0_20px_-5px_hsl\(217_91\%_60\%\)\] { box-shadow: 0 0 20px -5px hsl(217 91% 60%); }
.shadow-cyan-500\/10 { box-shadow: 0 0 0 0 rgb(34 211 238 / 0.1), 0 0 0 0 rgb(34 211 238 / 0.1); }
.shadow-teal-500\/10 { box-shadow: 0 0 0 0 rgb(20 184 166 / 0.1), 0 0 0 0 rgb(20 184 166 / 0.1); }

/* ========== OPACITY & VISIBILITY ========== */
.opacity-0 { opacity: 0; }
.opacity-20 { opacity: 0.2; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.opacity-100 { opacity: 1; }

/* ========== TRANSITIONS ========== */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-0 { transition-duration: 0s; }
.duration-75 { transition-duration: 75ms; }
.duration-100 { transition-duration: 100ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-linear { transition-timing-function: linear; }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

/* ========== TRANSFORMS ========== */
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.scale-0 { transform: scale(0); }
.scale-50 { transform: scale(0.5); }
.scale-90 { transform: scale(0.9); }
.scale-100 { transform: scale(1); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }
.scale-125 { transform: scale(1.25); }
.scale-150 { transform: scale(1.5); }
.translate-x-0 { --tw-translate-x: 0px; }
.translate-x-1 { --tw-translate-x: 0.25rem; }
.translate-x-2 { --tw-translate-x: 0.5rem; }
.translate-x-4 { --tw-translate-x: 1rem; }
.translate-y-0 { --tw-translate-y: 0px; }
.translate-y-1 { --tw-translate-y: 0.25rem; }
.translate-y-2 { --tw-translate-y: 0.5rem; }
.translate-y-4 { --tw-translate-y: 1rem; }
.-translate-y-1 { --tw-translate-y: -0.25rem; }
.rotate-0 { --tw-rotate: 0deg; }
.rotate-90 { --tw-rotate: 90deg; }
.rotate-180 { --tw-rotate: 180deg; }
.skew-x-0 { --tw-skew-x: 0deg; }
.skew-y-0 { --tw-skew-y: 0deg; }

/* ========== INTERACTIVE ========== */
.cursor-pointer { cursor: pointer; }
.cursor-grab { cursor: grab; }
.cursor-grabbing { cursor: grabbing; }

.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

.resize { resize: both; }
.overflow-hidden { overflow: hidden; }
.overflow-visible { overflow: visible; }
.overflow-scroll { overflow: scroll; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-auto { overflow-x: auto; }
.whitespace-nowrap { white-space: nowrap; }
.break-words { overflow-wrap: break-word; }
.text-ellipsis { text-overflow: ellipsis; }
.whitespace-nowrap { white-space: nowrap; }

/* ========== ACCESSIBILITY ========== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.peer:checked ~ .peer-checked\:bg-primary { background-color: #14B8A6; }
.focus-within\:ring-2:focus-within { --tw-ring-offset-shadow: var(--tw-ring-0, 0 0 0 var(--tw-ring-offset-width)) var(--tw-ring-shadow, 0 0 0 var(--tw-ring-offset-color)) var(--tw-ring-shadow, 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor)); --tw-ring-shadow: var(--tw-ring-0, 0 0 0 var(--tw-ring-offset-width)) var(--tw-ring-shadow, 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor)); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus-within\:ring-primary:focus-within { --tw-ring-color: #14B8A6; }
.focus\:border-primary:focus { border-color: #14B8A6; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-0, 0 0 0 var(--tw-ring-offset-width)) var(--tw-ring-shadow, 0 0 0 var(--tw-ring-offset-width)) var(--tw-ring-shadow, 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor)); --tw-ring-shadow: var(--tw-ring-0, 0 0 0 var(--tw-ring-offset-width)) var(--tw-ring-shadow, 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor)); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-primary:focus { --tw-ring-color: #14B8A6; }

/* ========== DARK MODE ========== */
.dark\:bg-white\/5:where(.dark, .dark *) { background-color: rgb(255 255 255 / 0.05); }
.dark\:bg-white\/10:where(.dark, .dark *) { background-color: rgb(255 255 255 / 0.1); }
.dark\:border-white\/10:where(.dark, .dark *) { border-color: rgb(255 255 255 / 0.1); }
.dark\:border-white\/20:where(.dark, .dark *) { border-color: rgb(255 255 255 / 0.2); }
.dark\:text-white:where(.dark, .dark *) { color: #fff; }
.dark\:text-white\/70:where(.dark, .dark *) { color: rgb(255 255 255 / 0.7); }
.dark\:text-gray-300:where(.dark, .dark *) { color: #d1d5db; }
.dark\:text-gray-400:where(.dark, .dark *) { color: #9ca3af; }
.dark\:hover\:bg-white\/5:where(.dark, .dark *):hover { background-color: rgb(255 255 255 / 0.05); }
.dark\:hover\:bg-white\/10:where(.dark, .dark *):hover { background-color: rgb(255 255 255 / 0.1); }
.dark\:hover\:text-white:where(.dark, .dark *):hover { color: #fff; }

/* ========== HOVER STATES ========== */
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-green-600:hover { background-color: #16a34a; }
.hover\:bg-primary:hover { background-color: #14B8A6; }
.hover\:bg-primary\/90:hover { background-color: rgb(20 184 166 / 0.9); }
.hover\:bg-teal-500\/10:hover { background-color: rgb(20 184 166 / 0.1); }
.hover\:bg-teal-600:hover { background-color: #0d9488; }
.hover\:bg-white\/5:hover { background-color: rgb(255 255 255 / 0.05); }
.hover\:bg-white\/20:hover { background-color: rgb(255 255 255 / 0.2); }
.hover\:bg-white\/30:hover { background-color: rgb(255 255 255 / 0.3); }
.hover\:bg-cyan-500\/10:hover { background-color: rgb(6 182 212 / 0.1); }
.hover\:border-blue-500\/50:hover { border-color: rgb(59 130 246 / 0.5); }
.hover\:border-cyan-400:hover { border-color: #22d3ee; }
.hover\:border-primary\/40:hover { border-color: rgb(20 184 166 / 0.4); }
.hover\:border-primary\/50:hover { border-color: rgb(20 184 166 / 0.5); }
.hover\:border-primary\/60:hover { border-color: rgb(20 184 166 / 0.6); }
.hover\:border-teal-400:hover { border-color: #2dd4bf; }
.hover\:border-pink-500\/50:hover { border-color: rgb(236 72 153 / 0.5); }
.hover\:border-purple-500\/50:hover { border-color: rgb(168 85 247 / 0.5); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.hover\:shadow-cyan-500\/10:hover { --tw-shadow: 0 0 0 0 rgb(34 211 238 / 0.1), 0 0 0 0 rgb(34 211 238 / 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.hover\:shadow-teal-500\/10:hover { --tw-shadow: 0 0 0 0 rgb(20 184 166 / 0.1), 0 0 0 0 rgb(20 184 166 / 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.hover\:text-primary:hover { color: #14B8A6; }
.hover\:text-teal-300:hover { color: #5eead4; }
.hover\:text-white:hover { color: #fff; }
.hover\:text-gray-900:hover { color: #111827; }

/* ========== GROUP HOVER ========== */
.group:hover .group-hover\:scale-100 { transform: scale(1); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:text-primary { color: #14B8A6; }
.group:hover .group-hover\:shadow-blue-500\/50 { --tw-shadow: 0 0 0 0 rgb(59 130 246 / 0.5), 0 0 0 0 rgb(59 130 246 / 0.5); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.group:hover .group-hover\:shadow-pink-500\/50 { --tw-shadow: 0 0 0 0 rgb(236 72 153 / 0.5), 0 0 0 0 rgb(236 72 153 / 0.5); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.group:hover .group-hover\:shadow-primary\/50 { --tw-shadow: 0 0 0 0 rgb(20 184 166 / 0.5), 0 0 0 0 rgb(20 184 166 / 0.5); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.group:hover .group-hover\:shadow-purple-500\/50 { --tw-shadow: 0 0 0 0 rgb(168 85 247 / 0.5), 0 0 0 0 rgb(168 85 247 / 0.5); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

/* ========== MEDIA QUERIES ========== */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:w-auto { width: auto; }
}

@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:flex { display: flex; }
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .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\:items-center { align-items: center; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 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-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:hidden { display: none; }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-8 { gap: 2rem; }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .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\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

@media (min-width: 1280px) {
  .xl\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

/* ========== ANIMATIONS ========== */
@keyframes spin {
  to { transform: rotate(360deg); }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% { transform: translateY(0); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
}
.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.animate-scroll {
  animation: scroll 20s linear infinite;
}

/* ========== THEME TOGGLE ========== */
.theme-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.theme-toggle .sun-icon,
.theme-toggle .moon-icon {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

[data-theme="dark"] .sun-icon {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

[data-theme="dark"] .moon-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

[data-theme="light"] .sun-icon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

[data-theme="light"] .moon-icon {
  opacity: 0;
  transform: rotate(-90deg) scale(0);
}

/* ========== VIDEO PLAYER ========== */
.viralay-player {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
}

.viralay-player-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.viralay-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viralay-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.viralay-play-btn:hover {
  background: #14B8A6;
  transform: translate(-50%, -50%) scale(1.1);
}

.viralay-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.viralay-progress-wrap {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.viralay-progress-bg {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.viralay-progress-buffer {
  width: 0%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}

.viralay-progress-bar {
  width: 0%;
  height: 100%;
  background: #14B8A6;
  border-radius: 3px;
  transition: width 0.1s;
}

.viralay-time {
  font-size: 0.75rem;
  color: #fff;
}

/* ========== UTILITY CLASSES ========== */

/* Complete .container class with all responsive breakpoints */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

/* ========== WORDPRESS SPECIFIC ========== */
.wp-list-table {
  width: 100%;
  border-collapse: collapse;
}

.wp-list-table widefat {
  border: 1px solid #c3c4c7;
  border-spacing: 0;
  width: 100%;
}

.wp-list-table th,
.wp-list-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #c3c4c7;
}

.wp-list-table tr:hover {
  background: #f6f7f7;
}

.wp-list-table .striped tr:nth-child(2n) {
  background: #f6f7f7;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
}

.form-table th {
  padding: 10px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}

.form-table td {
  padding: 10px;
  vertical-align: top;
}

.notice {
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  background: #fff;
}

.notice-success {
  border-left-color: #00a32a;
  background: #fff;
}

.nav-tab-wrapper {
  margin: 20px 0;
  border-bottom: 1px solid #c3c4c7;
}

.nav-tab {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-bottom: none;
  text-decoration: none;
  color: #50575e;
  cursor: pointer;
}

.nav-tab:hover {
  color: #23282d;
}

.nav-tab-active {
  color: #23282d;
  background: #fff;
  border-color: #c3c4c7;
  border-bottom-color: #fff;
}

.button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #23282d;
  background: #f6f7f7;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background: #f0f0f1;
  border-color: #2271b1;
}

.button-primary {
  color: #fff;
  background: #2271b1;
  border-color: #2271b1;
}

.button-primary:hover {
  background: #135e96;
  border-color: #135e96;
}

.button-secondary {
  background: #f6f7f7;
  border-color: #c3c4c7;
}

.button-secondary:hover {
  background: #f0f0f1;
  border-color: #2271b1;
}

.description {
  font-size: 12px;
  color: #646970;
  font-style: italic;
}

.large-text {
  width: 100%;
  font-size: 1.1em;
}

.small-text {
  width: 60px;
}

.regular-text {
  width: 200px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  display: inline-block;
  min-height: 36px;
  padding: 4px 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2c3338;
  background-color: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: #2271b1;
  outline: none;
  box-shadow: 0 0 0 1px #2271b1;
}

textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

input[type="color"] {
  padding: 2px;
  width: 50px;
  height: 36px;
  cursor: pointer;
}

/* ========== CUSTOM COMPONENTS ========== */
.site-title-custom {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.video-galeri-btn {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: white;
}

.video-galeri-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

.viralay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 9999px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.category-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.category-icon-bg {
  background: #14B8A6;
  color: white;
}

.license-option {
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.license-option:hover {
  border-color: #14B8A6;
}

.license-option.selected {
  border-color: #14B8A6;
  background: rgba(20, 184, 166, 0.1);
}

.copy-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  cursor: pointer;
}

.copy-btn:hover {
  background: #e5e7eb;
}

/* ========== PROSE (Content) ========== */
.prose {
  max-width: 65ch;
  line-height: 1.75;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.25;
}

.prose h1 { font-size: 2.25em; }
.prose h2 { font-size: 1.8em; }
.prose h3 { font-size: 1.5em; }
.prose h4 { font-size: 1.25em; }

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul,
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose blockquote {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 4px solid #14B8A6;
  font-style: italic;
}

.prose code {
  font-size: 0.875em;
  padding: 0.2em 0.4em;
  background: rgba(20, 184, 166, 0.1);
  border-radius: 0.25em;
}

.prose pre {
  margin: 1.5em 0;
  padding: 1em;
  background: #1E293B;
  border-radius: 0.5rem;
  overflow-x: auto;
}

.prose a {
  color: #14B8A6;
  text-decoration: underline;
}

.prose img {
  margin: 1.5em 0;
  border-radius: 0.5rem;
}

/* ========== MISSING INLINE STYLES FROM HEADER.PHP ========== */

/* CSS Variables for Theme */
:root[data-theme="light"] {
    --color-background: 255 255 255;
    --color-foreground: 15 23 42;
    --color-primary: 174 72% 56%;
    --color-primary-dark: 174 82% 36%;
    --color-primary-foreground: 255 255 255;
    --color-muted: 248 250 252;
    --color-muted-foreground: 71 85 105;
    --color-border: 226 232 240;
    --color-card: 255 255 255;
    --color-accent: 174 62% 46%;
}

:root[data-theme="dark"], :root {
    --color-background: 15 23 42;
    --color-foreground: 248 250 252;
    --color-primary: 174 72% 56%;
    --color-primary-light: 174 62% 66%;
    --color-primary-foreground: 15 23 42;
    --color-muted: 30 41 59;
    --color-muted-foreground: 148 163 184;
    --color-border: 51 65 85;
    --color-card: 30 41 59;
    --color-accent: 174 82% 46%;
}

body {
    font-family: 'Inter', sans-serif;
}

/* Light Mode Styles */
[data-theme="light"] body {
    background-color: rgb(255, 255, 255);
    color: rgb(15, 23, 42);
}

[data-theme="light"] .bg-background {
    background-color: rgb(255, 255, 255) !important;
}

[data-theme="light"] .text-foreground {
    color: rgb(15, 23, 42) !important;
}

[data-theme="light"] .text-white {
    color: rgb(15, 23, 42) !important;
}

[data-theme="light"] .text-muted-foreground {
    color: rgb(71, 85, 105) !important;
}

[data-theme="light"] .bg-muted {
    background-color: rgb(248, 250, 252) !important;
}

[data-theme="light"] .border-white\/5,
[data-theme="light"] .border-white\/10 {
    border-color: rgb(226, 232, 240) !important;
}

[data-theme="light"] header {
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgb(226, 232, 240) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

[data-theme="light"] #mobile-menu {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

[data-theme="light"] .bg-black\/95 {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

/* Dark Mode Styles (default) */
[data-theme="dark"] body {
    background-color: rgb(15, 23, 42);
    color: rgb(248, 250, 252);
}

html { margin-top: 0 !important; }
#wpadminbar { top: auto !important; bottom: 0; opacity: 0.8; }

/* Mobile Menu Transition */
#mobile-menu {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
}
#mobile-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/* Select dropdown - Theme aware */
[data-theme="dark"] select {
    color: white !important;
}
[data-theme="dark"] select option {
    background-color: #1e293b !important;
    color: white !important;
    padding: 8px !important;
}

[data-theme="light"] select {
    color: #0f172a !important;
    background-color: white !important;
}
[data-theme="light"] select option {
    background-color: white !important;
    color: #0f172a !important;
    padding: 8px !important;
}

/* Input fields - Theme aware */
[data-theme="dark"] input[type="text"],
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="url"],
[data-theme="dark"] input[type="number"],
[data-theme="dark"] textarea {
    color: white !important;
}
[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

[data-theme="light"] input[type="text"],
[data-theme="light"] input[type="email"],
[data-theme="light"] input[type="url"],
[data-theme="light"] input[type="number"],
[data-theme="light"] textarea {
    color: #0f172a !important;
    background-color: white !important;
    border-color: hsl(226 232 240) !important;
}
[data-theme="light"] input::placeholder,
[data-theme="light"] textarea::placeholder {
    color: rgba(15, 23, 42, 0.4) !important;
}

/* COMPLETE AUTOFILL OVERRIDE - Remove yellow background and border */
/* Universal autofill fix for all input types */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px white inset !important;
    box-shadow: 0 0 0px 9999px white inset !important;
    -webkit-text-fill-color: #000000 !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #000000 !important;
    border: 1px solid #e2e8f0 !important;
    transition: background-color 5000s ease-in-out 0s, border-color 0.2s !important;
}

/* Dark mode autofill - STRONGER override */
[data-theme="dark"] input:-webkit-autofill,
[data-theme="dark"] input:-webkit-autofill:hover,
[data-theme="dark"] input:-webkit-autofill:focus,
[data-theme="dark"] input:-webkit-autofill:active,
[data-theme="dark"] textarea:-webkit-autofill,
[data-theme="dark"] textarea:-webkit-autofill:hover,
[data-theme="dark"] textarea:-webkit-autofill:focus,
[data-theme="dark"] textarea:-webkit-autofill:active,
[data-theme="dark"] select:-webkit-autofill,
[data-theme="dark"] select:-webkit-autofill:hover,
[data-theme="dark"] select:-webkit-autofill:focus,
[data-theme="dark"] select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px #1e293b inset !important;
    box-shadow: 0 0 0px 9999px #1e293b inset !important;
    -webkit-text-fill-color: white !important;
    background-color: #1e293b !important;
    background-image: none !important;
    color: white !important;
    border: 1px solid rgb(51, 65, 85) !important;
    transition: background-color 5000s ease-in-out 0s, border-color 0.2s !important;
}

/* Light mode autofill - STRONGER override */
[data-theme="light"] input:-webkit-autofill,
[data-theme="light"] input:-webkit-autofill:hover,
[data-theme="light"] input:-webkit-autofill:focus,
[data-theme="light"] input:-webkit-autofill:active,
[data-theme="light"] textarea:-webkit-autofill,
[data-theme="light"] textarea:-webkit-autofill:hover,
[data-theme="light"] textarea:-webkit-autofill:focus,
[data-theme="light"] textarea:-webkit-autofill:active,
[data-theme="light"] select:-webkit-autofill,
[data-theme="light"] select:-webkit-autofill:hover,
[data-theme="light"] select:-webkit-autofill:focus,
[data-theme="light"] select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px white inset !important;
    box-shadow: 0 0 0px 9999px white inset !important;
    -webkit-text-fill-color: #0f172a !important;
    background-color: white !important;
    background-image: none !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
    transition: background-color 5000s ease-in-out 0s, border-color 0.2s !important;
}

/* Theme Toggle Button */
.theme-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .theme-toggle {
    border-color: rgba(15, 23, 42, 0.1);
}

.theme-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
}

[data-theme="light"] .theme-toggle:hover {
    background: rgba(15, 23, 42, 0.05);
}

.theme-toggle svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.theme-toggle .sun-icon,
.theme-toggle .moon-icon {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Additional Light Mode Compatibility */
[data-theme="light"] .bg-white\/5,
[data-theme="light"] .bg-white\[0\.02\],
[data-theme="light"] .bg-white\[0\.05\] {
    background-color: rgba(15, 23, 42, 0.05) !important;
}

/* Primary/Turkuaz Color System - Professional */
[data-theme="dark"] .bg-primary {
    background-color: #14B8A6 !important;
}

[data-theme="light"] .bg-primary {
    background-color: #0F766E !important;
}

[data-theme="dark"] .text-primary {
    color: #14B8A6 !important;
}

[data-theme="light"] .text-primary {
    color: #0F766E !important;
}

[data-theme="dark"] .border-primary {
    border-color: #14B8A6 !important;
}

[data-theme="light"] .border-primary {
    border-color: #0F766E !important;
}

[data-theme="dark"] .hover\:bg-primary:hover,
[data-theme="dark"] .hover\:bg-primary\/90:hover {
    background-color: #2DD4BF !important;
}

[data-theme="light"] .hover\:bg-primary:hover,
[data-theme="light"] .hover\:bg-primary\/90:hover,
[data-theme="light"] .bg-primary:hover {
    background-color: #0D9488 !important;
    color: white !important;
}

[data-theme="dark"] .hover\:text-primary:hover {
    color: #2DD4BF !important;
}

[data-theme="light"] .hover\:text-primary:hover {
    color: #0D9488 !important;
}

[data-theme="light"] .border-primary\/50 {
    border-color: rgba(15, 118, 110, 0.5) !important;
}

[data-theme="dark"] .border-primary\/50 {
    border-color: rgba(20, 184, 166, 0.5) !important;
}

[data-theme="light"] .bg-primary\/10 {
    background-color: rgba(15, 118, 110, 0.1) !important;
}

[data-theme="dark"] .bg-primary\/10 {
    background-color: rgba(20, 184, 166, 0.1) !important;
}

[data-theme="light"] .from-primary\/10 {
    --tw-gradient-from: rgba(15, 118, 110, 0.15) !important;
}

[data-theme="dark"] .from-primary\/10 {
    --tw-gradient-from: rgba(20, 184, 166, 0.15) !important;
}

[data-theme="light"] .shadow-primary,
.shadow-\[0_0_20px_-5px_hsl\(217_91\%_60\%\)\] {
    box-shadow: 0 0 20px -5px rgba(15, 118, 110, 0.4) !important;
}

[data-theme="dark"] .shadow-primary,
[data-theme="dark"] .shadow-\[0_0_20px_-5px_hsl\(217_91\%_60\%\)\] {
    box-shadow: 0 0 25px -5px rgba(20, 184, 166, 0.5) !important;
}

[data-theme="light"] .bg-black {
    background-color: hsl(226 232 240) !important;
}

[data-theme="light"] .hover\:bg-white\/5:hover,
[data-theme="light"] .hover\:bg-white\/5:hover {
    background-color: rgba(15, 23, 42, 0.05) !important;
}

[data-theme="light"] .hover\:text-white:hover {
    color: hsl(15 23 42) !important;
}

/* Gradient Colors - Professional Turkuaz Theme */
[data-theme="dark"] .from-blue-500,
[data-theme="dark"] .from-teal-500,
[data-theme="dark"] .from-primary {
    --tw-gradient-from: #14B8A6 !important;
    --tw-gradient-to: rgba(20, 184, 166, 0) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

[data-theme="light"] .from-blue-500,
[data-theme="light"] .from-teal-500,
[data-theme="light"] .from-primary {
    --tw-gradient-from: #0F766E !important;
    --tw-gradient-to: rgba(15, 118, 110, 0) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

[data-theme="dark"] .to-blue-600,
[data-theme="dark"] .to-teal-600,
[data-theme="dark"] .to-primary {
    --tw-gradient-to: #0D9488 !important;
}

[data-theme="light"] .to-blue-600,
[data-theme="light"] .to-teal-600,
[data-theme="light"] .to-primary {
    --tw-gradient-to: #115E59 !important;
}

[data-theme="dark"] .from-pink-500,
[data-theme="dark"] .from-cyan-400,
[data-theme="dark"] .to-cyan-500 {
    --tw-gradient-from: #06B6D4 !important;
    --tw-gradient-to: #0891B2 !important;
}

[data-theme="light"] .from-pink-500,
[data-theme="light"] .from-cyan-400,
[data-theme="light"] .to-cyan-500 {
    --tw-gradient-from: #0E7490 !important;
    --tw-gradient-to: #155E75 !important;
}

[data-theme="dark"] .from-purple-500,
[data-theme="dark"] .to-purple-600 {
    --tw-gradient-from: #10B981 !important;
    --tw-gradient-to: #059669 !important;
}

[data-theme="light"] .from-purple-500,
[data-theme="light"] .to-purple-600 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-to: #065F46 !important;
}

/* Light Mode for Gradients */
[data-theme="light"] .from-muted {
    --tw-gradient-from: rgb(248, 250, 252) !important;
}

[data-theme="light"] .to-background {
    --tw-gradient-to: rgb(255, 255, 255) !important;
}

/* Card Hover Effects - Professional */
[data-theme="light"] .group:hover .shadow-blue-500\/50,
[data-theme="light"] .group:hover .shadow-teal-500\/50,
[data-theme="light"] .group:hover .shadow-cyan-500\/50,
[data-theme="light"] .group:hover .shadow-pink-500\/50,
[data-theme="light"] .group:hover .shadow-purple-500\/50,
[data-theme="light"] .group:hover .shadow-primary\/50 {
    box-shadow: 0 8px 20px -5px rgba(15, 118, 110, 0.3) !important;
}

[data-theme="dark"] .group:hover .shadow-blue-500\/50,
[data-theme="dark"] .group:hover .shadow-teal-500\/50,
[data-theme="dark"] .group:hover .shadow-cyan-500\/50,
[data-theme="dark"] .group:hover .shadow-pink-500\/50,
[data-theme="dark"] .group:hover .shadow-purple-500\/50,
[data-theme="dark"] .group:hover .shadow-primary\/50 {
    box-shadow: 0 10px 25px -5px rgba(20, 184, 166, 0.4) !important;
}

/* Card Hover Border Colors */
[data-theme="dark"] .hover\:border-blue-500\/50:hover,
[data-theme="dark"] .hover\:border-teal-500\/50:hover,
[data-theme="dark"] .hover\:border-cyan-500\/50:hover,
[data-theme="dark"] .hover\:border-pink-500\/50:hover,
[data-theme="dark"] .hover\:border-purple-500\/50:hover,
[data-theme="dark"] .hover\:border-primary\/50:hover {
    border-color: rgba(20, 184, 166, 0.5) !important;
}

[data-theme="light"] .hover\:border-blue-500\/50:hover,
[data-theme="light"] .hover\:border-teal-500\/50:hover,
[data-theme="light"] .hover\:border-cyan-500\/50:hover,
[data-theme="light"] .hover\:border-pink-500\/50:hover,
[data-theme="light"] .hover\:border-purple-500\/50:hover,
[data-theme="light"] .hover\:border-primary\/50:hover {
    border-color: rgba(15, 118, 110, 0.5) !important;
}

/* PROFESSIONAL COLOR SYSTEM - DARK MODE */
[data-theme="dark"] {
    --teal-primary: #14B8A6;
    --teal-hover: #2DD4BF;
    --emerald: #10B981;
    --cyan: #06B6D4;
    --orange: #F97316;
    --bg-primary: #0F172A;
    --text-primary: #F8FAFC;
}

/* PROFESSIONAL COLOR SYSTEM - LIGHT MODE */
[data-theme="light"] {
    --teal-primary: #0F766E;
    --teal-hover: #0D9488;
    --emerald: #047857;
    --cyan: #0E7490;
    --orange: #EA580C;
    --bg-primary: #FFFFFF;
    --text-primary: #0F172A;
}

/* Category Cards - Professional Design */
.category-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .category-card {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.1);
}

/* Category Emerald (Doğa) */
[data-theme="dark"] .category-emerald {
    border-color: #10B981;
}
[data-theme="dark"] .category-emerald .category-icon-bg {
    background-color: #10B981;
    color: white;
}
[data-theme="dark"] .category-emerald h3 {
    color: #10B981;
}
[data-theme="dark"] .category-emerald:hover {
    border-color: #34D399;
    box-shadow: 0 10px 30px -5px rgba(16, 185, 129, 0.4);
}

[data-theme="light"] .category-emerald {
    border-color: #047857;
}
[data-theme="light"] .category-emerald .category-icon-bg {
    background-color: #047857;
    color: white;
}
[data-theme="light"] .category-emerald h3 {
    color: #047857;
}
[data-theme="light"] .category-emerald:hover {
    border-color: #059669;
    box-shadow: 0 10px 30px -5px rgba(4, 120, 87, 0.3);
}

/* Category Teal (Hayvan) */
[data-theme="dark"] .category-teal {
    border-color: #14B8A6;
}
[data-theme="dark"] .category-teal .category-icon-bg {
    background-color: #14B8A6;
    color: white;
}
[data-theme="dark"] .category-teal h3 {
    color: #14B8A6;
}
[data-theme="dark"] .category-teal:hover {
    border-color: #2DD4BF;
    box-shadow: 0 10px 30px -5px rgba(20, 184, 166, 0.4);
}

[data-theme="light"] .category-teal {
    border-color: #0F766E;
}
[data-theme="light"] .category-teal .category-icon-bg {
    background-color: #0F766E;
    color: white;
}
[data-theme="light"] .category-teal h3 {
    color: #0F766E;
}
[data-theme="light"] .category-teal:hover {
    border-color: #0D9488;
    box-shadow: 0 10px 30px -5px rgba(15, 118, 110, 0.3);
}

/* Category Cyan (İnsanlar) */
[data-theme="dark"] .category-cyan {
    border-color: #06B6D4;
}
[data-theme="dark"] .category-cyan .category-icon-bg {
    background-color: #06B6D4;
    color: white;
}
[data-theme="dark"] .category-cyan h3 {
    color: #06B6D4;
}
[data-theme="dark"] .category-cyan:hover {
    border-color: #22D3EE;
    box-shadow: 0 10px 30px -5px rgba(6, 182, 212, 0.4);
}

[data-theme="light"] .category-cyan {
    border-color: #0E7490;
}
[data-theme="light"] .category-cyan .category-icon-bg {
    background-color: #0E7490;
    color: white;
}
[data-theme="light"] .category-cyan h3 {
    color: #0E7490;
}
[data-theme="light"] .category-cyan:hover {
    border-color: #0891B2;
    box-shadow: 0 10px 30px -5px rgba(14, 116, 144, 0.3);
}

/* Category Orange (Viral) */
[data-theme="dark"] .category-orange {
    border-color: #F97316;
}
[data-theme="dark"] .category-orange .category-icon-bg {
    background-color: #F97316;
    color: white;
}
[data-theme="dark"] .category-orange h3 {
    color: #F97316;
}
[data-theme="dark"] .category-orange:hover {
    border-color: #FB923C;
    box-shadow: 0 10px 30px -5px rgba(249, 115, 22, 0.4);
}

[data-theme="light"] .category-orange {
    border-color: #EA580C;
}
[data-theme="light"] .category-orange .category-icon-bg {
    background-color: #EA580C;
    color: white;
}
[data-theme="light"] .category-orange h3 {
    color: #EA580C;
}
[data-theme="light"] .category-orange:hover {
    border-color: #F97316;
    box-shadow: 0 10px 30px -5px rgba(234, 88, 12, 0.3);
}

/* Category Card Text */
[data-theme="dark"] .category-card h3 {
    color: inherit;
}
[data-theme="dark"] .category-card p {
    color: rgba(248, 250, 252, 0.7);
}

[data-theme="light"] .category-card h3 {
    color: inherit;
}
[data-theme="light"] .category-card p {
    color: rgba(15, 23, 42, 0.6);
}

/* Focus states - Turkuaz */
[data-theme="light"] *:focus-visible {
    outline: 2px solid #0F766E;
    outline-offset: 2px;
}

[data-theme="dark"] *:focus-visible {
    outline: 2px solid #14B8A6;
    outline-offset: 2px;
}

/* Navigation Links - Professional Teal */
[data-theme="light"] nav a:hover {
    color: #0F766E !important;
}

[data-theme="dark"] nav a:hover {
    color: #2DD4BF !important;
}

/* Light mode text visibility improvements */
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
    color: rgb(15, 23, 42) !important;
}

/* Button hover states - Professional */
[data-theme="light"] .bg-primary:hover {
    background-color: #0D9488 !important;
}

[data-theme="dark"] .bg-primary:hover {
    background-color: #2DD4BF !important;
}

/* Ensure button text is white on primary background */
.bg-primary,
.bg-primary *,
.bg-primary a,
[data-theme="light"] .bg-primary,
[data-theme="light"] .bg-primary *,
[data-theme="light"] .bg-primary a,
[data-theme="dark"] .bg-primary,
[data-theme="dark"] .bg-primary *,
[data-theme="dark"] .bg-primary a {
    color: white !important;
}

/* Video Gönder button - always white text on primary background */
a.bg-primary,
button.bg-primary,
[href*="video-gonder"].bg-primary {
    color: white !important;
}

[href*="video-gonder"].bg-primary {
    background-color: #14B8A6 !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

a.bg-primary:hover,
button.bg-primary:hover,
[href*="video-gonder"].bg-primary:hover,
a.bg-primary:hover *,
button.bg-primary:hover *,
[href*="video-gonder"].bg-primary:hover * {
    color: white !important;
}

[href*="video-gonder"].bg-primary:hover {
    background-color: #14B8A6 !important;
    box-shadow: 0 12px 30px -12px rgba(20, 184, 166, 0.45);
}

/* Video Galeri button - Dark and Light mode */
[data-theme="dark"] .video-galeri-btn {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background-color: transparent !important;
    color: white !important;
}

[data-theme="dark"] .video-galeri-btn:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

[data-theme="light"] .video-galeri-btn {
    border-color: #0F766E !important;
    background-color: transparent !important;
    color: #0F766E !important;
}

[data-theme="light"] .video-galeri-btn:hover {
    background-color: rgba(15, 118, 110, 0.1) !important;
    border-color: #0D9488 !important;
    color: #0D9488 !important;
}

/* All icons - Professional Teal Colors */
[data-theme="dark"] i.fas,
[data-theme="dark"] i.fa,
[data-theme="dark"] .fas,
[data-theme="dark"] .fa {
    color: inherit;
}

[data-theme="light"] i.fas,
[data-theme="light"] i.fa,
[data-theme="light"] .fas,
[data-theme="light"] .fa {
    color: inherit;
}

[data-theme="dark"] .text-primary i,
[data-theme="dark"] i.text-primary {
    color: #14B8A6 !important;
}

[data-theme="light"] .text-primary i,
[data-theme="light"] i.text-primary {
    color: #0F766E !important;
}

/* GRAVITY FORMS & ALL FORM PLUGINS - Autofill Override */
.gform_wrapper input:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofill,
.wpcf7 input:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill,
form input:-webkit-autofill,
form textarea:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper input:-webkit-autofill:active,
.gform_wrapper textarea:-webkit-autofill:hover,
.gform_wrapper textarea:-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px white inset !important;
    box-shadow: 0 0 0px 9999px white inset !important;
    -webkit-text-fill-color: #000000 !important;
    background-color: white !important;
    background-image: none !important;
    border: 1px solid #e2e8f0 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Dark mode for form plugins */
[data-theme="dark"] .gform_wrapper input:-webkit-autofill,
[data-theme="dark"] .gform_wrapper textarea:-webkit-autofill,
[data-theme="dark"] .wpcf7 input:-webkit-autofill,
[data-theme="dark"] .wpcf7 textarea:-webkit-autofill,
[data-theme="dark"] form input:-webkit-autofill,
[data-theme="dark"] form textarea:-webkit-autofill,
[data-theme="dark"] .gform_wrapper input:-webkit-autofill:hover,
[data-theme="dark"] .gform_wrapper input:-webkit-autofill:focus,
[data-theme="dark"] .gform_wrapper input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px #1e293b inset !important;
    box-shadow: 0 0 0px 9999px #1e293b inset !important;
    -webkit-text-fill-color: white !important;
    background-color: #1e293b !important;
    border: 1px solid rgb(51, 65, 85) !important;
}

/* Light mode for form plugins */
[data-theme="light"] .gform_wrapper input:-webkit-autofill,
[data-theme="light"] .gform_wrapper textarea:-webkit-autofill,
[data-theme="light"] .wpcf7 input:-webkit-autofill,
[data-theme="light"] .wpcf7 textarea:-webkit-autofill,
[data-theme="light"] form input:-webkit-autofill,
[data-theme="light"] form textarea:-webkit-autofill,
[data-theme="light"] .gform_wrapper input:-webkit-autofill:hover,
[data-theme="light"] .gform_wrapper input:-webkit-autofill:focus,
[data-theme="light"] .gform_wrapper input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 9999px white inset !important;
    box-shadow: 0 0 0px 9999px white inset !important;
    -webkit-text-fill-color: #0f172a !important;
    background-color: white !important;
    border: 1px solid #e2e8f0 !important;
}

/* Focus border for inputs */
[data-theme="light"] input:focus,
[data-theme="light"] select:focus,
[data-theme="light"] textarea:focus {
    border-color: #0F766E !important;
    outline: none;
}

[data-theme="dark"] input:focus,
[data-theme="dark"] select:focus,
[data-theme="dark"] textarea:focus {
    border-color: #14B8A6 !important;
    outline: none;
}

/* Page Headers - Professional Colors */
[data-theme="light"] .bg-gradient-to-b h1,
[data-theme="light"] section h1 {
    color: #0F172A !important;
}

[data-theme="light"] .bg-gradient-to-b p,
[data-theme="light"] section .text-muted-foreground {
    color: #475569 !important;
}

[data-theme="dark"] .bg-gradient-to-b h1,
[data-theme="dark"] section h1 {
    color: #F8FAFC !important;
}

[data-theme="dark"] .bg-gradient-to-b p {
    color: #94A3B8 !important;
}

/* Icon Colors in Cards and Sections */
[data-theme="dark"] .bg-gradient-to-br i.fas,
[data-theme="dark"] .rounded-lg i.fas {
    color: white !important;
}

[data-theme="light"] .bg-gradient-to-br i.fas,
[data-theme="light"] .rounded-lg i.fas {
    color: white !important;
}

/* Prose content - hide duplicate h1 if exists */
.prose h1:first-child {
    display: none;
}

/* ========== PAGE LAYOUT & RESPONSIVE CONTAINER STYLES ========== */

/* ========== END OF MISSING INLINE STYLES ========== */

/* ========== END OF CSS ========== */
/* ========== PROSE (Typography Plugin - Complete) ========== */

/* Base prose styles */
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  color: var(--tw-prose-links-hover);
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(strong):not(:where([class~="not-prose"] *)):hover {
  color: var(--tw-prose-bold-hover);
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-markers);
}

.prose :where(ul):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *))::marker:default {
  color: var(--tw-prose-markers-default);
}

.prose :where(ol):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-markers);
}

.prose :where(ol):not(:where([class~="not-prose"] *)) :where(li):not(:where([class~="not-prose"] *))::marker:default {
  color: var(--tw-prose-markers-default);
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-markers);
}

.prose :where(li):not(:where([class~="not-prose"] *))::marker:default {
  color: var(--tw-prose-markers-default);
}

.prose :where(dl):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dt):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
  margin-bottom: 1.25em;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
  background-color: var(--tw-prose-code-bg);
  padding: 0.25em 0.4em;
  border-radius: 0.25rem;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  border-bottom-color: var(--tw-prose-th-borders);
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  text-align: left;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)), .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  padding: 0.5714286em;
  padding-left: 0.5714286em;
  padding-right: 0.5714286em;
  color: var(--tw-prose-body);
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)), .prose :where(tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)), .prose :where(tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {
  content: none;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {
  content: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)):first-child {
  margin-top: 0;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)):last-child {
  margin-bottom: 0;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding: 0.8571429em 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: var(--tw-prose-th-borders);
  border-bottom-width: 1px;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-color: var(--tw-prose-td-borders);
  border-bottom-width: 1px;
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

/* Prose invert (dark mode) */
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  color: #94A3B8;
}

.prose-invert h1,
.prose-invert h2,
.prose-invert h3,
.prose-invert h4 {
  color: white !important;
  font-weight: 700;
}

.prose-invert strong {
  color: white !important;
}

.prose-invert a {
  color: #14B8A6 !important;
  text-decoration: none;
}

.prose-invert a:hover {
  text-decoration: underline;
}

.prose-invert blockquote {
  border-left-color: #14B8A6;
}

.prose-invert code {
  background-color: rgba(20, 184, 166, 0.1);
  color: #14B8A6;
}

.prose-invert hr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Prose size modifiers */
.prose-sm {
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.1428571em;
  line-height: 1.5555556;
  margin-top: 1.5555556em;
  margin-bottom: 1.5555556em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 1.7142857em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1.3333333;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.5555556;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.1428571em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.5555556;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding: 1em 1.5em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.4285714em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.4285714em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.1428571em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: 0.75em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg {
  font-size: 1.125em;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding: 1.1111111em 1.6666667em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.8888889em;
  padding-bottom: 0.8888889em;
  padding-left: 0.8888889em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding: 0.8888889em;
  padding-left: 0.8888889em;
  padding-right: 0.8888889em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

/* ========== END OF PROSE STYLES ========== */

/* Section padding */
section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/* Hero section constraints */
.hero-content {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

/* Center content utilities */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

/* Grid constraints */
.max-w-6xl {
    max-width: 72rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-2xl {
    max-width: 42rem;
}

/* Padding utilities */
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .px-6 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ========== END OF MISSING INLINE STYLES ========== */

/* ========== END OF CSS ========== */
