/* ====================================================================
   3 - MIGREN / FOTOBOBI ERISILEBILIR PALETI (MIGRAINE)
   ==================================================================== */

html[data-ist-theme="migraine"] {
  --ist-bg: #0D1F17;
  --ist-bg-rgb: 13, 31, 23;
  --ist-bg-dark: #091510;
  --ist-bg-elevated: #122B1E;
  --ist-surface: #163524;
  --ist-surface-d1: #112A1C;
  --ist-surface-dark: #0F2318;
  --ist-surface-2: #1C4230;
  --ist-surface-3: #234E3A;
  --ist-surface-4: #2D6348;
  
  --ist-primary: #81C784;
  --ist-primary-dark: #2f6a32;
  --ist-primary-hover: #66BB6A;
  --ist-primary-fg: #0D1F17;
  --ist-primary-soft: #95d098;
  --ist-primary-50: rgba(129, 199, 132, 0.6);
  --ist-primary-border: rgba(129, 199, 132, 0.25);

  --ist-secondary: #A5D6A7;
  --ist-secondary-hover: #81C784;
  --ist-accent: #4CAF50;
  --ist-accent-hover: #388E3C;
  --ist-accent-2: #80CBC4;
  --ist-accent-2-hover: #4DB6AC;

  --ist-emerald-soft: rgba(129, 199, 132, 0.10);
  --ist-emerald: #81C784;
  --ist-emerald-dark: #66BB6A;
  --ist-antique: #81C784;
  --ist-antique-soft: rgba(129, 199, 132, 0.10);
  --ist-antique-dark: #66BB6A;
  --ist-comment-user: #A5D6A7;
  --ist-post-title: var(--ist-primary);
  --ist-sidebar-strong: var(--ist-accent);
  --ist-divide-light: #183A2A;
  --ist-divide-dark: #060E0B;
  --ist-divide-softlight: #265941;
  --ist-divide-softdark: #122b1f;

  --ist-text: #C8E6C9;
  --ist-text-2: #A5D6A7;
  --ist-text-3: #81C784;
  --ist-text-muted: #558B6E;
  --ist-text-h1-3d: rgba(129, 199, 132, 0.9);
  --ist-h3-color: #81C784;

  --ist-border: rgba(200, 230, 201, 0.08);
  --ist-border-strong: rgba(200, 230, 201, 0.16);
  --ist-border-light: rgba(11, 165, 92, 0.5);
  --ist-border-stone: #234E3A;
  --ist-navbar-border: rgba(251, 191, 36, 0.3);
  --ist-post-panel-bg: #122B1E;
  --ist-post-panel-border: rgb(22, 53, 36, 0.8);

  --ist-footer-bg: #091510;
  --ist-footer-bg-elevated: #122B1E;
  --ist-footer-border: rgba(200, 230, 201, 0.08);
  --ist-footer-text: #558B6E;
  --ist-footer-heading: #A5D6A7;
  --ist-footer-link: #81C784;
  --ist-footer-link-hover: #C8E6C9;

  --ist-danger: #FFB74D;
  --ist-danger-soft: rgba(255, 183, 77, 0.10);
  --ist-warn: #FFE082;
  --ist-warn-soft: rgba(255, 224, 130, 0.10);
  --ist-success: #C8E6C9;
  --ist-success-soft: rgba(200, 230, 201, 0.10);
  --ist-info: #80CBC4;
  --ist-info-soft: rgba(128, 203, 196, 0.10);

  --ist-shadow-color: rgba(0, 0, 0, 0.40);
  --ist-shadow-soft: rgba(129, 199, 132, 0.04);
  --ist-e0: none;
  --ist-e1: 0 1px 2px var(--ist-shadow-color);
  --ist-e2: 0 4px 6px var(--ist-shadow-color);
  --ist-e3: 0 10px 15px var(--ist-shadow-color);
  --ist-e4: 0 20px 25px var(--ist-shadow-color);
  --ist-e5: 0 25px 50px var(--ist-shadow-color);
  --ist-shadow: var(--ist-e3);
  --ist-shadow-sm: var(--ist-e1);
  --ist-shadow-md: 0 10px 25px -5px rgba(0,0,0,0.35);
  --ist-shadow-lg: var(--ist-e4);
  --ist-shadow-xl: var(--ist-e5);

  --ist-glow-sm: 0 0 8px rgba(129, 199, 132, 0.12);
  --ist-glow: 0 0 16px rgba(129, 199, 132, 0.16), 0 0 32px rgba(129, 199, 132, 0.06);
  --ist-glow-lg: 0 0 24px rgba(129, 199, 132, 0.20), 0 0 48px rgba(129, 199, 132, 0.08);
  --ist-glow-secondary: 0 0 16px rgba(128, 203, 196, 0.14), 0 0 32px rgba(128, 203, 196, 0.06);
  --ist-glow-accent: 0 0 16px rgba(128, 203, 196, 0.14), 0 0 32px rgba(128, 203, 196, 0.06);

  --ist-strip-c1: 85, 139, 110;
  --ist-strip-c2: 129, 199, 132;
  --ist-strip-c3: 35, 78, 58;
  --ist-strip-blur-opacity: 0;
}

html[data-ist-theme="migraine"] .ist-navbar { background: rgba(10, 14, 26, 0.8); }
html[data-ist-theme="migraine"] .ist-navbar.scrolled { background: rgba(10, 14, 26, 0.95); }
html[data-ist-theme="migraine"] .ist-loading-overlay { background: rgba(10, 14, 26, 0.8); }

/* ====================================================================
   MIGRAINE SHIELD (KALKAN) - MEDICAL ENFORCEMENT
   Not: Switcher'in hareket edebilmesi icin ":not" kurali ile korumaya alindi
   ==================================================================== */

html[data-ist-theme="migraine"] *:not(.ist-header-theme-switch):not(.ist-switch-track):not(.ist-switch-indicator):not(.ist-switch-icons):not(.ist-switch-icon):not(svg):not(path) {
  transition: none !important;
  animation: none !important;
  scroll-behavior: auto !important;
}

html[data-ist-theme="migraine"] .parallax,
html[data-ist-theme="migraine"] [class*="parallax"] {
  background-attachment: scroll !important;
  background-position: center !important;
  transform: none !important;
}

html[data-ist-theme="migraine"] img {
  opacity: 0.82 !important;
  filter: contrast(0.9) !important;
  mix-blend-mode: lighten;
}

html[data-ist-theme="migraine"] img:hover {
  opacity: 0.95 !important;
  transform: none !important;
}

html[data-ist-theme="migraine"] .ist-mini-card:hover {
  transform: none !important;
  border-color: var(--ist-primary) !important;
  box-shadow: none !important;
}

/* YAZI / BASLIK KALKANLARI */
html[data-ist-theme="migraine"] .w-post-elm.post_title,
html[data-ist-theme="migraine"] .w-post-elm[class*="us_animate_"],
html[data-ist-theme="migraine"] .g-html[class*="us_animate_"],
html[data-ist-theme="migraine"] h1,
html[data-ist-theme="migraine"] h2,
html[data-ist-theme="migraine"] [class*="us_animate_"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

html[data-ist-theme="migraine"] header.scrolled ~ main img {
  filter: brightness(0.9) contrast(0.95) !important;
  transition: filter 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}