/*
Theme Name: Sivas Elektrik
Theme URI: https://www.sivaselektrik.com
Author: Sivas Elektrik
Version: 1.1
*/

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.sivaselektrik.com/wp-content/themes/elektrik-tema/font/sivas-elektrik-font-inter.woff2') format('woff2'),
       url('https://www.sivaselektrik.com/wp-content/themes/elektrik-tema/font/sivas-elektrik-font-inter.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.sivaselektrik.com/wp-content/themes/elektrik-tema/font/sivas-elektrik-font-kalin-inter.woff2') format('woff2'),
       url('https://www.sivaselektrik.com/wp-content/themes/elektrik-tema/font/sivas-elektrik-font-kalin-inter.woff') format('woff');
}

:root {
  --md-sys-font-family: 'Inter', sans-serif;

  --md-sys-color-primary: #CC5500;
  --md-sys-color-on-primary: #FFFFFF;

  --md-sys-color-background: #F7F7F7;
  --md-sys-color-on-background: #1A1A1A;

  --md-sys-color-surface: #FFFFFF;
  --md-sys-color-on-surface: #1A1A1A;

  --md-sys-color-outline: #DDDDDD;
  
  --transition-smooth: 0.35s;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --md-sys-color-primary: #FFB58A;
    --md-sys-color-on-primary: #6D2B00;

    --md-sys-color-background: #121212;
    --md-sys-color-on-background: #F7F7F7;

    --md-sys-color-surface: #1E1E1E;
    --md-sys-color-on-surface: #FFFFFF;

    --md-sys-color-outline: #333333;
  }
}

[data-theme="dark"] {
  --md-sys-color-primary: #FFB58A;
  --md-sys-color-on-primary: #6D2B00;

  --md-sys-color-background: #121212;
  --md-sys-color-on-background: #F7F7F7;

  --md-sys-color-surface: #1E1E1E;
  --md-sys-color-on-surface: #FFFFFF;

  --md-sys-color-outline: #333333;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  transition: background-color var(--transition-smooth), color var(--transition-smooth), border-color var(--transition-smooth);
}

body {
  font-size: 16px;
  font-weight: 400;
  color: var(--md-sys-color-on-background);
  background-color: var(--md-sys-color-background);
  font-family: var(--md-sys-font-family);
  padding-top: 70px;
}

@media (max-width: 768px) {
  body {
    background-color: var(--md-sys-color-background);
  }
}

body, p, a, div, span {
  font-family: var(--md-sys-font-family);
}

:target {
  scroll-margin-top: 70px;
}

h1 { font-size: 22px; font-weight: 700; }
h2 { font-size: 20px; font-weight: 700; }
h3 { font-size: 14px; font-weight: 700; }
h4, h5, h6 { font-size: 12px; font-weight: 700; }

@media (max-width: 768px) {
    h1 { font-size: 20px; }
    h2 { font-size: 18px; }
    h3, h4, h5, h6 { font-size: 12px; }
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--md-sys-color-on-background);
}

a {
  text-decoration: none;
  color: var(--md-sys-color-on-background);
  font-weight: 700;
  transition: color var(--transition-smooth);
}

a:hover,
a:active {
  color: var(--md-sys-color-primary);
}

@media (max-width: 768px) {
    body {
        background-color: var(--md-sys-color-surface);
    }
}

b,
strong {
  font-weight: 700;
}

body, p, h1, h2, h3, h4, h5, h6, a, div {
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

hr {
  border: none;
  border-top: 1px solid var(--md-sys-color-outline);
  margin: 20px 0;
  width: 100%;
  background-color: transparent;
  opacity: 0.6;
}

small {
  font-size: 80%;
}

label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: 14px;
    border: 1px solid var(--md-sys-color-outline);
    background-color: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
    padding: 8px 12px;
    border-radius: 4px;
    max-width: 100%;
    box-sizing: border-box;
}


input:focus,
textarea:focus {
    outline: none;
    border-color: var(--md-sys-color-primary);
    box-shadow: 0 0 0 2px rgba(204, 85, 0, 0.1);
}

input[type="submit"],
input[type="button"],
.button,
.wp-block-button__link {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

br {
  display: block;
  margin-bottom: 10px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content-with-sidebar {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 15px 0;
  flex-wrap: nowrap;
}

.main-area {
  flex: 0 0 830px;
  border: 1px solid var(--md-sys-color-outline);
  box-sizing: border-box;
  background: var(--md-sys-color-surface);
}

.sidebar-area {
  flex: 0 0 360px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .content-with-sidebar {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .main-area,
  .sidebar-area {
    flex: 1 1 100%;
    width: 100%;
    border: none;
  }
}

#site-header {
  margin-bottom: 10px;
}

article {
  padding: 15px;
  background-color: var(--md-sys-color-surface);
  font-family: var(--md-sys-font-family);
  color: var(--md-sys-color-on-background);
}

.full-width-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: var(--md-sys-color-surface);
  border-radius: 10px;
}

.full-width-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid var(--md-sys-color-outline);
  border-radius: 10px 10px 0 0;
}

.full-width-content h1 {
  font-family: var(--md-sys-font-family);
  text-align: center;
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid var(--md-sys-color-outline);
  letter-spacing: 0.5px;
}

.sivas-elektrik-icerik-govdesi {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--md-sys-font-family);
    color: var(--md-sys-color-on-background);
    background-color: var(--md-sys-color-surface);
    line-height: 26px;
}

.sivas-elektrik-icerik-govdesi p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

.sivas-elektrik-icerik-govdesi ul {
    padding: 0;
    margin: 20px 0 25px 20px;
    list-style-type: disc; 
}

.sivas-elektrik-icerik-govdesi ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--md-sys-color-on-background);
    padding-left: 5px;
}

.sivas-elektrik-icerik-govdesi h2 {
    font-size: 22px;
    color: var(--md-sys-color-on-background);
    margin: 35px 0 15px 0;
    font-weight: 700;
    line-height: 1.3;
}

.sivas-elektrik-icerik-govdesi h3 {
    font-size: 19px;
    margin: 25px 0 12px 0;
    font-weight: 700;
}

.sivas-elektrik-icerik-govdesi a {
    color: var(--md-sys-color-primary);
    text-decoration: none;
    font-weight: 700;
}

/* Başlık Alanları */
.tag-header h1,
.archive-header h1,
.ana-sayfa-baslik,
.search-header h1 {
  border: 1px solid var(--md-sys-color-outline);
  background-color: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
  padding: 12px;
  text-align: center;
  margin: 10px;
  border-radius: 6px;
}

/* TABLO - FULL DARK UYUMLU */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--md-sys-color-on-background);
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  background-color: var(--md-sys-color-surface);
}

table th, table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid var(--md-sys-color-outline);
  word-break: break-word;
  text-align: center;
}

table th {
  font-weight: 700;
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}

table tbody tr:nth-child(even) {
  background-color: rgba(0,0,0,0.03);
}

[data-theme="dark"] table tbody tr:nth-child(even) {
  background-color: rgba(255,255,255,0.03);
}

/* RESPONSIVE TABLE */
@media (max-width: 767px) {
  table {
    font-size: 13px;
  }

  table th,
  table td {
    padding: 8px;
  }
}

/* ALIGN */
.aligncenter {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: 100%;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 100%;
}

.alignnone {
  float: none;
  margin: 0;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

.wp-caption {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--md-sys-color-on-surface);
  padding: 10px;
  border: 1px solid var(--md-sys-color-outline);
  background-color: var(--md-sys-color-surface);
  border-radius: 6px;
  margin-bottom: 20px;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.wp-caption-text {
  font-size: 13px;
  color: var(--md-sys-color-on-background);
  margin-top: 8px;
  line-height: 1.5;
  font-style: italic;
}

/* DARK MODE ÖZEL İYİLEŞTİRME */
[data-theme="dark"] .wp-caption {
  background-color: #1a1a1a;
}

[data-theme="dark"] .wp-caption-text {
  color: #ccc;
}

.yorum-duzenle-link a {
    color: #e74c3c !important;
    font-size: 11px;
}

.yorum-vurgulu {
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    border-radius: 10px;
}

.yorum-vurgulu-baslik {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--md-sys-color-outline);
    background-color: var(--md-sys-color-background);
    color: var(--md-sys-color-on-background);
    border-radius: 6px;
}

.vurgu-ikon {
    margin-right: 10px;
    display: inline-flex;
}

.yorum-vurgulu-ayrac {
    height: 1px;
    background: var(--md-sys-color-outline);
    margin: 12px 0;
}

#sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--md-sys-color-surface);
  padding: 10px;
}


/* SIDEBAR STICKY */
@media (min-width: 1024px) {
    .sidebar-area {
        position: sticky;
        top: 20px;
        height: fit-content;
        align-self: flex-start;
    }

    #sidebar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: var(--md-sys-color-surface);
        padding: 10px;
        overflow-y: auto;
        border: 1px solid var(--md-sys-color-outline);
    }
}

/* DEVICE DISPLAY CONTROL */
@media (min-width: 769px) { 
    .mobil-yalnizca { display: none !important; } 
}

@media (max-width: 768px) { 
    .pc-yalnizca { display: none !important; } 
}

/* ANA KAPSAYICI - PREMIUM DARK READY */
.se-ana-kapsayici { 
    max-width: 1200px; 
    margin: 10px auto; 
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline-variant); /* Daha soft bir sınır */
    padding: 20px;
}

/* SLIDER AREA */
.se-pc-display {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.manset-slider-container {
    width: 840px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

.manset-track { width: 100%; height: 100%; position: relative; }

.manset-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.manset-item.active {
    opacity: 1;
    pointer-events: auto;
}

.manset-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.9); /* Resimlerin üzerine yazının daha iyi binmesi için */
}

.manset-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Gradient geçişi daha pro hale getirildi */
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 60%, transparent 100%);
    backdrop-filter: blur(4px); /* Arka planı hafif bulandırır */
    color: #fff;
    padding: 50px 30px;
    font-size: 26px;
    font-weight: 700;
    text-align: left; /* Sola yaslı daha profesyonel durur */
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Navigasyon Butonları Temel Yapı */
.manset-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px; /* Ok boyutu hafif küçültüldü, daha zarif durur */
    color: #ffffff;
    /* Dark modda sırıtmaması için hafif şeffaf ve koyu arka plan */
    background: rgba(30, 30, 30, 0.6); 
    backdrop-filter: blur(8px); /* Modern cam efekti */
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1); /* İnce kenarlık */
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover Efektleri - Dark Mod Uygun */
.manset-nav:hover {
    background: var(--md-sys-color-primary); /* Sivas Elektrik ana rengi */
    color: var(--md-sys-color-on-primary);   /* Yazı rengi kontrastı */
    box-shadow: 0 0 20px rgba(var(--md-sys-color-primary-rgb), 0.4);
    transform: translateY(-50%) scale(1.1); /* Hafif büyüme efekti */
}

/* Tıklama (Active) Efekti */
.manset-nav:active {
    transform: translateY(-50%) scale(0.95);
}

/* Konumlandırma Düzeltmeleri */
.manset-nav.manset-prev { 
    left: 20px; 
}

.manset-nav.manset-next { 
    right: 20px; 
}

@media screen and (max-width: 768px) {
    .manset-nav {
        width: 40px;
        height: 40px;
        font-size: 24px;
        background: rgba(0, 0, 0, 0.5);
    }
}

.manset-thumb-col {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 400px;
    justify-content: flex-start;
}

.se-thumb {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.se-thumb::after {
    content: "";
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.2);
}

.se-thumb:hover, .se-thumb.active {
    opacity: 1;
    border-color: var(--md-sys-color-primary);
    transform: translateX(-5px); /* Hafif sola kayma efekti */
}

.se-thumb.active::after { background: transparent; }

.se-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* DOTS */
.manset-dots {
    position: absolute;
    bottom: 25px;
    right: 30px; /* Sağa çekildi, daha pro durur */
    display: flex;
    gap: 8px;
    z-index: 20;
}

.manset-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.4s ease;
}

.manset-dot.active { 
    background: var(--md-sys-color-primary); 
    width: 30px; 
    box-shadow: 0 0 10px var(--md-sys-color-primary);
}

/* MOBILE DISPLAY GÜNCELLEMELERİ */
.se-mobil-display { 
    padding: 20px 0; 
    background: var(--md-sys-color-surface); 
}

.se-mobil-baslik { 
    padding-left: 15px; 
    border-left: 6px solid var(--md-sys-color-primary); 
    margin: 0 0 20px 15px; 
    font-size: 20px; 
    letter-spacing: -0.5px;
    font-weight: 700;
    color: var(--md-sys-color-on-background);
}

.se-swipe-wrapper {
    gap: 15px;
    padding: 0 15px 10px;
}

.se-swipe-card {
    flex: 0 0 88%;
    border-radius: 16px;
    height: 240px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.se-swipe-info {
    padding: 40px 15px 15px;
    font-size: 16px;
    text-align: left;
    background: linear-gradient(transparent, rgba(0,0,0,0.95));
}

/* MOBILE */
.se-mobil-display { 
    padding: 15px 0; 
    background: var(--md-sys-color-surface); 
}

.se-mobil-baslik { 
    padding-left: 10px; 
    border-left: 5px solid var(--md-sys-color-primary); 
    margin: 0 0 15px 10px; 
    font-size: 18px; 
    font-weight: 700;
    color: var(--md-sys-color-on-background);
}

.se-swipe-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 0 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.se-swipe-wrapper::-webkit-scrollbar { display: none; }

.se-swipe-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 220px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.se-swipe-card img { width: 100%; height: 100%; object-fit: cover; }

.se-swipe-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    color: #fff;
    padding: 25px 12px 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.sivas-elektrik-icerik ul, 
.sivas-elektrik-icerik ol {
  font-size: 18px;
  padding-left: 30px; 
  padding-right: 20px; 
  border-top: 1px solid var(--md-sys-color-outline);
  border-bottom: 1px solid var(--md-sys-color-outline);
  padding-top: 10px;
  margin-bottom: 20px;
}

.sivas-elektrik-icerik ul li, 
.sivas-elektrik-icerik ol li { 
  color: var(--md-sys-color-on-background); 
  margin-bottom: 10px; 
  text-align: justify;
}

.sivas-elektrik-icerik ul li::marker, 
.sivas-elektrik-icerik ol li::marker { 
  font-weight: 700; 
  color: var(--md-sys-color-primary); 
}

@media (max-width: 768px) { 
  .sivas-elektrik-icerik ul, 
  .sivas-elektrik-icerik ol { 
    padding-left: 20px; 
    padding-right: 10px; 
  } 
}

.sivas-elektrik-tekil-baslik {
    text-align: center;
    border: 1px solid var(--md-sys-color-outline);
    color: var(--md-sys-color-on-background);
    margin: 10px 0;
    padding: 10px;
}

.sivas-elektrik-one-cikan-gorsel {
    width: 100%;
    margin: 0 0 10px 0;
}

.sivas-elektrik-one-cikan-gorsel img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Breadcrumb (Üst Gezinme) Alanı */
.ust-gezinme {
    border-color: #F9F9F9;
    border: 1px solid var(--md-sys-color-outline);
    padding: 10px;
    border-radius: 4px;
}

.ust-gezinme p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.ust-gezinme a {
    color: var(--md-sys-color-on-background);
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.ust-gezinme a:hover {
    color: var(--md-sys-color-primary);
}

.ust-gezinme .separator {
    margin: 0 10px;
    color: #999;
}

.ust-gezinme .last {
    color: var(--md-sys-color-primary);
    font-weight: 700;
}

@media (max-width: 768px) {
    .entry-header h1 {
        font-size: 20px;
    }
    
    .ust-gezinme {
        font-size: 13px;
    }
}


/* ================================================================
   SİVAS ELEKTRİK - KURUMSAL ENDÜSTRİYEL İÇERİK SİSTEMİ
   ================================================================ */

/* 1. Ana Konteyner ve Tipografi */
.sivas-elektrik-icerik {
    padding: 10px;
    margin: 10px;
    color: var(--md-sys-color-on-background);
    line-height: 28px;
    font-size: 16px;
    border-color: var(--md-sys-color-surface);
}

.sivas-elektrik-icerik h1,
.sivas-elektrik-icerik h2,
.sivas-elektrik-icerik h3,
.sivas-elektrik-icerik h4,
.sivas-elektrik-icerik h5,
.sivas-elektrik-icerik h6 {
    border-color: var(--md-sys-color-primary);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 15px;
    margin: 25px 0 15px 0;
    border-radius: 2px;
    position: relative;
    border-bottom: 5px solid var(--md-sys-color-primary); 
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    clear: both;
}

.sivas-elektrik-icerik h1 { font-size: 22px; font-weight: 700; line-height: 30px; }
.sivas-elektrik-icerik h2 { font-size: 20px; font-weight: 700; line-height: 28px; }
.sivas-elektrik-icerik h3 { font-size: 16px; font-weight: 700; line-height: 24px; }
.sivas-elektrik-icerik h4 { font-size: 14px; font-weight: 700; line-height: 22px; }
.sivas-elektrik-icerik h5, 
.sivas-elektrik-icerik h6 { font-size: 12px; font-weight: 700; line-height: 20px; }

/* Başlık Yanı Süsleme (Profesyonel Hatlar) */
.sivas-elektrik-icerik h1::before,
.sivas-elektrik-icerik h1::after,
.sivas-elektrik-icerik h2::before,
.sivas-elektrik-icerik h2::after {
    content: "";
    height: 1px;
    background: rgba(255,255,255,0.25);
    flex: 1;
    margin: 0 15px;
}

/* 3. Metin ve Paragraf Düzeni */
.sivas-elektrik-icerik p {
    margin-bottom: 20px;
    text-align: justify;
}

/* 4. Profesyonel Liste Tasarımı (Elektrik Temalı) */
.sivas-elektrik-icerik ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 10px;
}

.sivas-elektrik-icerik ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

.sivas-elektrik-icerik ul li::before {
    content: "⚡";
    position: absolute;
    left: 0;
    color: var(--md-sys-color-primary);
    font-size: 14px;
    top: 2px;
}

.sivas-elektrik-icerik ul li:hover {
    padding-left: 35px;
    color: var(--md-sys-color-primary);
    border-bottom-color: var(--md-sys-color-primary);
}

/* Numaralı Listeler */
.sivas-elektrik-icerik ol {
    margin: 15px 0 25px 25px;
    padding: 0;
}

.sivas-elektrik-icerik ol li {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--md-sys-color-primary);
}

/* 5. Medya ve Görsel Stilleri */
.sivas-elektrik-icerik img {
    border: 1px solid var(--md-sys-color-outline);
    padding: 8px;
    background: #fff;
    margin: 15px 0;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: block;
    max-width: 100%;
    height: auto;
}

/* 6. Vurgulu Alan (Blockquote) */
.sivas-elektrik-icerik blockquote {
    margin: 25px 0;
    padding: 20px;
    background-color: #F8FAF8;
    border-left: 6px solid var(--md-sys-color-primary);
    border-right: 1px solid var(--md-sys-color-outline);
    border-top: 1px solid var(--md-sys-color-outline);
    border-bottom: 1px solid var(--md-sys-color-outline);
    font-style: italic;
    color: #333;
    position: relative;
}

/* 7. Kurumsal Bağlantılar (Links) */
.sivas-elektrik-icerik a {
    color: var(--md-sys-color-primary);
    border-bottom: 2px solid rgba(204, 85, 0, 0.2);
    font-weight: 700;
    transition: all 0.3s ease;
}

.sivas-elektrik-icerik a:hover {
    color: var(--md-sys-color-primary);
    border-bottom-color: var(--md-sys-color-primary);
    background-color: rgba(204, 85, 0, 0.05);
}

/* 8. Teknik Tablo Yapısı */
.sivas-elektrik-icerik table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
}

.sivas-elektrik-icerik th {
    background-color: var(--md-sys-color-primary);
    color: #fff;
    padding: 12px;
    text-align: left;
}

.sivas-elektrik-icerik td {
    border: 1px solid var(--md-sys-color-outline);
    padding: 12px;
}

.sivas-elektrik-icerik tr:nth-child(even) {
    border-color: #FAFAFA;
}

/* 9. Mobil Uyumluluk Revizesi */
@media (max-width: 768px) {
    .sivas-elektrik-icerik { padding: 5px; }

    .sivas-elektrik-icerik h1,
    .sivas-elektrik-icerik h2,
    .sivas-elektrik-icerik h3,
    .sivas-elektrik-icerik h4,
    .sivas-elektrik-icerik h5,
    .sivas-elektrik-icerik h6 {
        padding: 10px;
        margin: 15px 0;
    }

    .sivas-elektrik-icerik h1 { font-size: 20px; }
    .sivas-elektrik-icerik h2 { font-size: 18px; }
    .sivas-elektrik-icerik h3 { font-size: 14px; }
    .sivas-elektrik-icerik h4,
    .sivas-elektrik-icerik h5,
    .sivas-elektrik-icerik h6 { font-size: 12px; }

    .sivas-elektrik-icerik h1::before,
    .sivas-elektrik-icerik h1::after { display: none; }
}

.hata-404 { text-align: center; padding: 50px 20px; }
.hata-404 h1 { color: var(--md-sys-color-on-background); margin-bottom: 20px; }
.mesaj-404 { max-width: 768px; margin: 0 auto 20px; color: #666; }
.btn-404 {
    background-color: var(--md-sys-color-primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.btn-404:hover { background-color: var(--md-sys-color-primary); color: #fff; }

.onerilen-linkler li { margin-bottom: 10px; }
.onerilen-linkler a { text-decoration: none; color: var(--md-sys-color-on-background); }
.onerilen-linkler a:hover { color: var(--md-sys-color-primary); }

.yorum-alani {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.sivas-elektrik-etkilesim-baslik,
.sivas-elektrik-bitmedi-yazilar {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-surface);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 5px;
  text-align: center;
}


/* Widget Ana Taşıyıcı */
.icerik-govde {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Her Bir İçerik Kartı */
.icerik-kutu {
    background: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icerik-kutu:hover {
    color: var(--md-sys-color-primary); 
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Satır Düzeni: Görsel Sol - Metin Sağ */
.gorsel-satir {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    gap: 15px;
}

.icerik-gorsel {
    position: relative;
    flex-shrink: 0;
    width: 120px; 
}

.icerik-gorsel img {
    width: 100%;
    height: 80px;
    object-fit: cover; 
    border-radius: 6px;
}

.kategori-rozet {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--md-sys-color-primary);
    color: #ffffff !important;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    text-decoration: none !important;
    z-index: 2;
    font-weight: 700;
    transition: opacity 0.2s;
}

.kategori-rozet:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.9; 
}

.icerik-detay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
}

.icerik-baslik {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.3;
}

.icerik-baslik a {
    color: var(--md-sys-color-on-background);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.icerik-baslik a:hover {
    color: var(--md-sys-color-primary);
}

.yan-icerik-gosterim {
    font-size: 12px;
    color: #777;
    margin-top: auto; 
}

.en-yeni {
    margin-right: 4px;
}

.sivas_elektrik_baslik_ikon {
    vertical-align: middle;
    margin-right: 8px;
}

.sivas_elektrik_baslik_metin {
    display: inline-block;
    font-size: 15px;
    color: var(--md-sys-color-on-background);
    margin: 0;
    font-weight: 700;
}

.sivas_elektrik_yatay_cizgi {
    display: block;
    height: 2px;
    background: var(--md-sys-color-outline);
    margin: 10px 0 15px 0;
    position: relative;
}

.sivas_elektrik_yatay_cizgi::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: var(--md-sys-color-primary); 
}

.sivas-elektrik-comment-node {
    list-style: none;
    margin-bottom: 25px;
}

/* PC Menü Ana Taşıyıcı */
.sivas-pc-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 20px;
    flex-wrap: nowrap; /* Üst üste binmeyi engeller */
}

/* Sol taraf: Logo ve Linkler */
.pc-sol-grup {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
}

.pc-liste {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    white-space: nowrap; /* Menü elemanlarının alt satıra geçmesini önler */
}

/* Sağ taraf: Dark Mode ve Arama */
.pc-sag-grup {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0; /* Bu alanın daralmasını engeller */
}

.pc-dark-mod-konum {
    display: flex;
    align-items: center;
}

/* Arama Kutusu Düzeni */
.pc-search-box {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #ddd;
}

.pc-search-box input {
    border: none;
    background: transparent;
    padding: 8px;
    outline: none;
    width: 150px;
}

.pc-search-box button {
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
}

.theme-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    margin-bottom: 10px;
}

.sivas-mobil-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

@media (max-width: 1024px) {
    .sivas-pc-menu { display: none !important; }
}

.sivas-elektrik-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 20px;
    background-color: #F9F9F9;
    border: 1px solid var(--md-sys-color-outline);
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.se-nav-alan { 
    flex: 1; 
    min-width: 0; 
}

.se-nav-alan a { 
    text-decoration: none !important; 
    display: block; 
    transition: transform 0.2s ease;
}

.se-etiket { 
    display: block; 
    font-size: 10px; 
    font-weight: 700; 
    color: #999; 
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.se-baslik { 
    display: block; 
    color: var(--md-sys-color-on-background);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.se-nav-alan a:hover .se-baslik { 
    color: var(--md-sys-color-primary); 
}

.se-sag { 
    text-align: right; 
}

.se-nav-orta { 
    flex: 0 0 auto; 
    display: flex; 
    align-items: center; 
}

.se-buton {
    background-color: var(--md-sys-color-surface);
    border: 1px solid #e0e0e0;
    color: #666 !important;
    width: 48px;
    height: 26px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.se-buton svg {
    width: 15px;
    height: 15px;
    opacity: 0.8;
    fill: currentColor;
}

.se-tooltip-wrapper { 
    position: relative; 
    display: inline-flex;
}

.se-tooltip {
    visibility: hidden;
    background-color: #222;
    color: var(--md-sys-color-surface);
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    pointer-events: none;
    font-weight: 700;
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.se-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.se-tooltip-wrapper:hover .se-tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 140%;
}

@media (max-width: 768px) {
    .sivas-elektrik-nav { 
        flex-direction: column; 
        padding: 20px 15px;
        gap: 15px;
        text-align: center;
    }
    .se-nav-alan { width: 100%; }
    .se-sag { text-align: center; }
    .se-nav-orta { order: -1; margin-bottom: 5px; }
    .se-baslik { white-space: normal; font-size: 13px; }
}

.yorumlar-tum-link {
  padding: 5px 12px;
  margin: 10px 0;
  border-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-surface);
  font-size: 15px;
  text-align: center;
  display: block;
}

.yorumlar-tum-link:hover {
  color: var(--md-sys-color-surface);
}

@media (max-width: 768px) {
  .yorumlar-tum-link {
    margin: 10px 0 0 0;
  }
}

.yorumlar-ana-sayfa .yorumlar-listesi {
  padding: 0 10px;
}

.yorumlar-sayfalama {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  box-sizing: border-box;
}

.en-yeni {
  margin-right: 10px;
}

.sayfalama-link,
.sayfalama-aktif {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid var(--md-sys-color-outline);
  border-radius: 5px;
  text-decoration: none;
  color: var(--md-sys-color-on-background);
  border-color: var(--md-sys-color-surface);
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 32px;
  text-align: center;
  transition: md-sys-color-surface 0.2s ease, color 0.2s ease;
}

.sayfalama-aktif {
  border-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-surface);
  font-weight: 700;
}

/* Sayfa numaraları ve hover efekti */
.sivas-elektrik-sayfa-numaralari a, 
.sivas-elektrik-sayfa-numaralari span {
    display: block;
    border: 1px solid var(--md-sys-color-outline);
    padding: 6px 12px;
    font-size: 14px;
    color: var(--md-sys-color-on-background);
    border-color: var(--md-sys-color-surface);
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    min-width: 35px;
}

/* Hover efekti */
.sivas-elektrik-sayfa-numaralari a:hover {
    border-color: var(--md-sys-color-primary);
    color: var(--md-sys-color-surface);
}

/* Aktif sayfa stili */
.sivas-elektrik-sayfa-numaralari .sivas-elektrik-aktif {
    border-color: var(--md-sys-color-primary) !important;
    color: var(--md-sys-color-surface) !important;
    font-weight: 700;
}

/* Mobil düzenleme: Daha küçük sayfa numarası ve daha yakın gap */
@media (max-width: 768px) {
    .sivas-elektrik-sayfa-numaralari ul li a.sivas-elektrik-aktif,
    .sivas-elektrik-sayfa-numaralari ul li span.sivas-elektrik-aktif {
        font-size: 13px;
    }

    .sivas-elektrik-sayfa-numaralari ul li a:hover {
        color: var(--md-sys-color-primary);
    }
}

/* Yorum yazma ve geri bildirim butonları */
.yorumlar-baslik,
.baslik-oyla-tepki,
.sivas-elektrik-yorum-yazin,
.syf-yorum-yazin {
    background-color: var(--md-sys-color-primary);
    color: var(--md-sys-color-surface);
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

/* Yorum avatarları */
.yorum-avatar {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}

/* Yorum metni ve başlık */
.yorum-metni {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 10px 0;
}

/* Hover efekti ve etkileşimli linkler */
.yorum-interactions .comment-reply-link,
.yorum-interactions .comment-edit-link a {
    color: var(--md-sys-color-primary);
    font-weight: 700;
}

/* Mobil uyum: Yorum başlıkları daha kompakt */
@media (max-width: 768px) {
    .yorum-baslik {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .yorumcu-adi { font-size: 13px; }
}

/* Sayfa altbilgi */
.sivas-elektrik-comment-footer {
    border-top: 1px solid var(--md-sys-color-outline);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.sivas-elektrik-circuit-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0.05;
    background-image: 
        radial-gradient(var(--md-sys-color-on-surface) 1px, transparent 1px),
        linear-gradient(90deg, transparent 19px, var(--md-sys-color-on-surface) 1px),
        linear-gradient(transparent 19px, var(--md-sys-color-on-surface) 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.sivas-elektrik-analiz-kutu {
    flex: 1;
    background: #0a0a0a; /* Endüstriyel koyu panel rengi */
    padding: 30px 10px;
    text-align: center;
    position: relative;
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    overflow: hidden; /* Tarama ışığının dışarı taşmaması için kritik */
}

/* Sol Üst Teknik Veri Simgesi */
.sivas-elektrik-analiz-kutu::before {
    content: "AC ~ 220V";
    position: absolute;
    top: 5px; left: 8px;
    font-size: 8px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Sağ Alt Şematik Toprak Simgesi */
.sivas-elektrik-analiz-kutu::after {
    content: "⏚";
    position: absolute;
    bottom: 5px; right: 8px;
    font-size: 16px;
    color: #00ff00;
    opacity: 0.6;
}

/* Çip Bacakları - Daha Belirgin */
.chip-pin {
    position: absolute;
    left: 10%; width: 80%; height: 6px;
    background-image: repeating-linear-gradient(90deg, #333, #333 8px, transparent 8px, transparent 16px);
}
.pin-top { top: -4px; border-bottom: 1px solid #444; }
.pin-bottom { bottom: -4px; border-top: 1px solid #444; }

/* --- MERKEZİ CPU (ANA ÜNİTE) --- */
.sivas-elektrik-cpu {
    background: linear-gradient(145deg, #000000, #111111) !important;
    border: 2px solid var(--md-sys-color-primary) !important;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(var(--md-sys-color-primary), 0.2); 
    z-index: 10;
}

.sivas-elektrik-cpu::before {
    content: "HIGH VOLTAGE";
    color: var(--md-sys-color-primary);
    font-size: 7px;
    top: 6px;
}

.sivas-elektrik-cpu::after {
    content: "⚡";
    color: var(--md-sys-color-primary);
    font-size: 18px;
    opacity: 1;
    bottom: 4px;
}

/* CPU üzerindeki küçük yanıp sönen LED */
.cpu-isik {
    position: absolute;
    top: 8px; right: 8px; width: 5px; height: 5px;
    background: var(--md-sys-color-primary);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--md-sys-color-primary);
    animation: blink 0.6s infinite alternate;
}

/* İSTEDİĞİN O TARAMA IŞIĞI (EKSİKSİZ) */
.sivas-elektrik-tarama-isigi {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 3px;
    background: var(--md-sys-color-primary);
    box-shadow: 0 0 20px var(--md-sys-color-primary);
    opacity: 0.6;
    z-index: 5;
    animation: scan 2.5s infinite linear;
}

/* --- ANİMASYONLAR --- */
@keyframes scan { 
    0% { top: 0%; opacity: 0; } 
    10% { opacity: 0.6; }
    90% { opacity: 0.6; }
    100% { top: 100%; opacity: 0; } 
}

@keyframes blink { 
    0% { opacity: 0.2; transform: scale(0.9); } 
    100% { opacity: 1; transform: scale(1.1); } 
}

/* --- METİN VE ORANLAR --- */
.sivas-elektrik-analiz-etiket {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 8px;
    display: block;
}

.sivas-elektrik-analiz-oran {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.4);
    position: relative;
    z-index: 5;
}

.sivas-elektrik-analiz-alt {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    font-weight: bold;
    border-top: 1px solid #222;
    padding-top: 5px;
}

/* MOBİL UYUMLULUK - PC DOKUSUNU BOZMADAN */
@media (max-width: 768px) {
    .sivas-elektrik-analiz-sarmal { 
        display: flex;
        flex-wrap: wrap !important; 
        gap: 10px; /* Mobilde biraz daha dar boşluk daha iyi durur */
        padding: 15px;
    }

    /* Ana CPU Unitesini en üste tam genişlik yay */
    .sivas-elektrik-cpu {
        flex: 0 0 100% !important; /* Satırı tamamen kapla */
        order: 1 !important;      /* En üstte görünmesini garantile */
        transform: scale(1) !important; /* Taşmaları önlemek için mobilde scale'i sıfırla */
        margin-bottom: 5px;
    }

    /* Olumlu ve Olumsuz kutuları yan yana getir */
    .sivas-elektrik-analiz-kutu:not(.sivas-elektrik-cpu) {
        flex: 1 1 calc(50% - 5px) !important; /* Yan yana iki kutu (boşluğu düşerek) */
        order: 2 !important; 
        padding: 20px 5px !important; /* Mobilde iç boşluğu daralt */
    }

    /* Mobilde yazı boyutlarını hafif küçültmek okunabilirliği artırır */
    .sivas-elektrik-analiz-oran {
        font-size: 22px !important;
    }
    
    .sivas-elektrik-analiz-etiket {
        font-size: 8px !important;
    }
}

.menu-liste a {
  text-decoration: none;
  color: var(--md-sys-color-on-surface);
  font-family: var(--md-sys-font-family);
  font-weight: 700;
  font-size: 15px;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.menu-liste a:hover {
  color: var(--md-sys-color-primary);
  text-shadow: 0 0 10px rgba(var(--md-sys-color-primary-rgb), 0.3);
}


/* --- 3. EKSTRA PREMIUM DOKUNUŞLAR --- */
/* Menü linkleri için alt çizgi efekti (İsteğe bağlı) */
.menu-liste a {
  position: relative;
  padding: 5px 0;
}

.menu-liste a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--md-sys-color-primary);
  transition: width 0.3s ease;
}

.menu-liste a:hover::after {
  width: 100%;
}

/* --- GENEL AYARLAR & BASLIKLAR --- */
.etiket,
.yazi-baslik {
    font-weight: 700;
}

.yazi-baslik a {
    color: var(--md-sys-color-on-background);
    text-decoration: none;
    transition: color 0.4s;
}

.yazi-baslik a:hover {
    color: var(--md-sys-color-primary);
}

.sivas-mobil-bar {
    display: none;
}

.sivas-pc-menu {
    display: flex;
}

@media (min-width: 992px) {
    .sivas-pc-menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        height: 70px;
        background: var(--md-sys-color-surface);
        border-bottom: 1px solid var(--md-sys-color-outline);
        padding: 0 10px;
    }

    .sivas-mobil-bar {
        display: none !important;
    }

    .pc-nav-sol {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
        min-width: 0;
    }

    .logo-pc {
        flex-shrink: 0;
    }

    .pc-liste {
        display: flex;
        list-style: none;
        gap: 8px;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
    }

    .pc-liste a {
        text-decoration: none;
        color: var(--md-sys-color-on-surface);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: -0.2px;
        white-space: nowrap;
        padding: 4px 2px;
        transition: color 0.3s ease;
        position: relative;
    }

    .pc-liste a::after {
        content: '';
        position: absolute;
        width: 0; 
        height: 2px;
        bottom: -2px; 
        left: 0;
        background-color: var(--md-sys-color-primary);
        transition: width 0.3s ease;
    }

    .pc-liste a:hover::after { width: 100%; }

    .pc-dark-mod-kapsayici {
        margin-left: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .pc-nav-sag {
        flex-shrink: 0;
    }
}

@media (max-width: 991px) {
    .sivas-pc-menu {
        display: none !important;
    }

    .sivas-mobil-bar {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: var(--md-sys-color-surface);
        border-bottom: 1px solid var(--md-sys-color-outline);
    }
}

.pc-search-box {
    display: flex;
    align-items: center;
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    border-radius: 25px;
    padding: 4px 4px 4px 18px;
    width: 260px;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc-search-box:focus-within {
    border-color: var(--md-sys-color-primary);
    width: 280px;
}

.pc-search-box input {
    border: none !important;
    background: transparent;
    outline: none;
    width: 100%;
    color: var(--md-sys-color-on-background);
}

#mobilMenu {
    position: fixed;
    top: 0; 
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: var(--md-sys-color-surface);
    z-index: 10000;
    display: flex !important;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

#mobilMenu.active {
    right: 0;
    visibility: visible;
}

.mobil-arama-kapsayici {
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
}

.mobil-arama-form {
    display: flex;
    width: 100%;
}

.ust-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--md-sys-color-background, #fff);
    transition: transform 0.4s ease-in-out, box-shadow 0.3s ease;
}

.ust-menu.hide {
    transform: translateY(-100%);
}

.ust-menu.sticky {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.arama-yani-zar {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    cursor: pointer;
    flex-shrink: 0;
}

.arama-yani-zar:hover {
    animation: zarDon 0.6s ease;
}

@keyframes zarDon {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mobil-linkler {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px;
    gap: 10px;
}

.mobil-linkler li {
    flex: 0 0 calc(50% - 5px);
    border: 1px solid var(--md-sys-color-outline);
}

.mobil-linkler a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: var(--md-sys-color-on-background);
    font-size: 13px;
    font-weight: 700;
}

#hamburgerMenu {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--md-sys-color-primary);
}

body.admin-bar .ust-menu {
    top: 32px;
}

.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 9999;
}

.whatsapp-text {
  background-color: #fff;
  color: #444;
  padding: 8px 15px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  white-space: nowrap;
  border: 1px solid #e0e0e0;
}

.whatsapp-button {
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  position: relative;
  animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
  z-index: 2;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.sivas-logo {
  width: auto;
  display: block;
}

@media (min-width: 992px) {
  .sivas-mobil-bar, #mobilMenu, #menuArkaPlan {
    display: none;
  }

  .sivas-pc-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background-color: var(--md-sys-color-surface);
    border-bottom: 1px solid var(--md-sys-color-outline);
    padding: 0 20px;
  }

  .pc-nav-sol {
    display: flex;
    align-items: center;
    gap: 45px;
    flex: 1;
  }
}

.pc-liste {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.pc-liste a {
  text-decoration: none;
  color: var(--md-sys-color-on-surface);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  position: relative;
  padding: 5px 0;
  transition: color var(--transition-smooth);
}

.pc-liste a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--md-sys-color-primary);
  transition: width var(--transition-smooth);
}

.pc-liste a:hover {
  color: var(--md-sys-color-primary);
}

.pc-liste a:hover::after {
  width: 100%;
}

.pc-nav-sag {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pc-search-box {
  display: flex;
  align-items: center;
  background-color: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline);
  border-radius: 25px;
  padding: 4px 4px 4px 18px;
  width: 260px;
  height: 42px;
  transition: all var(--transition-smooth) cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.pc-search-box:focus-within {
  border-color: var(--md-sys-color-primary);
  box-shadow: 0 0 0 3px rgba(204, 85, 0, 0.1);
  width: 280px;
}

.pc-search-box input {
  border: none !important;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: var(--md-sys-color-on-background);
}

.pc-search-box button {
  background: var(--md-sys-color-on-background);
  border: none !important;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.pc-search-box button svg {
  stroke: var(--md-sys-color-surface) !important;
}

.pc-search-box button:hover {
  background: var(--md-sys-color-primary);
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .sivas-pc-menu {
    display: none;
  }

  .sivas-mobil-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: var(--md-sys-color-surface);
    position: relative;
    border-bottom: 1px solid var(--md-sys-color-outline);
    height: 60px;
  }

  .sivas-merkez-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #hamburgerMenu {
    background: none;
    border: none !important;
    font-size: 24px;
    color: var(--md-sys-color-on-background);
    cursor: pointer;
  }
}

/* Varsayılan olarak mobil barı gizle (Masaüstü ekranlar için) */
.sivas-mobil-bar {
  display: none;
}

/* Masaüstü menüsünün ana yapısı */
.sivas-pc-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

#mobilMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 350px;
  height: 100vh;
  background: var(--md-sys-color-surface);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  visibility: hidden;
}

#mobilMenu.active {
  right: 0;
  visibility: visible;
}

.mobil-pencere-ust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid var(--md-sys-color-outline);
}

.mobil-ust-sag-grup {
  display: flex;
  align-items: center;
  gap: 15px;
}

#kapatMenu {
  background: none;
  border: none;
  font-size: 22px;
  color: var(--md-sys-color-on-surface);
  cursor: pointer;
}

.mobil-arama-kapsayici {
  display: flex;
  padding: 15px;
  gap: 10px;
  align-items: center;
}

.mobil-arama-form {
  display: flex;
  flex: 1;
}

.mobil-arama-form input {
  flex: 1;
  height: 42px;
  padding: 0 15px;
  border: 1px solid var(--md-sys-color-outline);
  border-right: none;
  background: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-background);
  border-radius: 4px 0 0 4px;
  outline: none;
}

.mobil-arama-form button {
  height: 42px;
  padding: 0 15px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  border: 1px solid var(--md-sys-color-primary);
  border-radius: 0 4px 4px 0;
  font-weight: 700;
}

.arama-yani-zar {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline);
  border-radius: 4px;
  text-decoration: none;
  font-size: 20px;
}

.mobil-linkler {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  margin: 0;
  gap: 10px;
}

.mobil-linkler li {
  flex: 0 0 calc(50% - 5px);
}

.mobil-linkler a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  text-decoration: none;
  color: var(--md-sys-color-on-background);
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  height: 100%;
  transition: all var(--transition-smooth);
}

.theme-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--md-sys-color-primary);
}

input:checked + .slider:before {
  transform: translateX(18px);
}

#menuArkaPlan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#menuArkaPlan.active {
  opacity: 1;
  visibility: visible;
}

.sivas-elektrik-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 20px;
    background-color: var(--md-sys-color-background);
    border: 1px solid var(--md-sys-color-outline);
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: background-color var(--transition-smooth), border-color var(--transition-smooth);
}

.se-nav-alan { 
    flex: 1; 
    min-width: 0; 
}

.se-nav-alan a { 
    text-decoration: none !important; 
    display: block; 
    transition: transform 0.2s ease;
}

.se-etiket { 
    display: block; 
    font-size: 10px; 
    font-weight: 700; 
    color: var(--md-sys-color-on-background);
    opacity: 0.6;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.se-baslik { 
    display: block; 
    color: var(--md-sys-color-on-background);
    font-size: 14px;
    font-weight: 700;
}

.se-nav-alan a:hover .se-baslik { 
    color: var(--md-sys-color-primary); 
}

.se-sag { 
    text-align: right; 
}

.se-nav-orta { 
    flex: 0 0 auto; 
    display: flex; 
    align-items: center; 
}

.se-buton {
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    color: var(--md-sys-color-on-surface) !important;
    width: 48px;
    height: 26px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all var(--transition-smooth) cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.se-buton svg {
    width: 15px;
    height: 15px;
    opacity: 0.8;
    fill: currentColor;
}

.se-tooltip-wrapper { 
    position: relative; 
    display: inline-flex;
}

.se-tooltip {
    visibility: hidden;
    background-color: var(--md-sys-color-on-background);
    color: var(--md-sys-color-background);
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    pointer-events: none;
    font-weight: 700;
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.se-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--md-sys-color-on-background) transparent transparent transparent;
}

.se-tooltip-wrapper:hover .se-tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 140%;
}

.yazar-bilgi-satiri {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--md-sys-color-outline);
    border-radius: 10px;
    background-color: var(--md-sys-color-surface);
    line-height: 1;
}


.yazar-avatar-satir {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--md-sys-color-outline);
}

.yazar-isim-konteynir {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.yazar-isim-satir {
    font-weight: 700;
    font-size: 14px;
    color: var(--md-sys-color-on-background);
    text-decoration: none !important;
}

.site-yoneticisi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    background-color: transparent;
    color: var(--md-sys-color-primary);
}

.okuma-suresi-kutu, 
.icerik-gosterim, 
.yorum-satir {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--md-sys-color-on-surface);
    opacity: 0.7;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .yazar-bilgi-satiri {
        gap: 8px 10px;
        padding: 8px;
    }
    
    .yazar-avatar-satir {
        width: 30px !important;
        height: 30px !important;
    }

    .yazar-isim-satir {
        font-size: 13px;
    }

}

/* ANA KUTU */
.sivas-elektrik_icerik_haritasi_tablosu {
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 14px;
    margin: 20px 0;
}

/* HEADER */
.sivas-elektrik_icerik_haritasi_tablosu_header {
    display: flex;
    justify-content: center; /* ORTALI */
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

/* BAŞLIK */
.sivas-elektrik_icerik_haritasi_tablosu_baslik {
    font-weight: 700;
    color: #222;
}

/* TOGGLE BUTON (WIKI TARZI) */
.sivas-elektrik_icerik_haritasi_tablosu_dugme {
    background: none;
    border: 1px solid #ccc;
    color: #444;
    font-size: 12px;
    padding: 2px 6px;
    cursor: pointer;
}

/* OK */
.sivas-elektrik_icerik_haritasi_tablosu_simge {
    font-size: 11px;
}

/* LİSTE */
.sivas-elektrik_icerik_haritasi_tablosu_liste {
    padding: 10px 15px;
}

/* UL */
.sivas-elektrik_icerik_haritasi_tablosu_liste ul {
    margin: 0;
    padding-left: 18px;
}

/* MADDE */
.sivas-elektrik_icerik_haritasi_tablosu_liste li {
    margin: 3px 0;
}

/* LINK */
.sivas-elektrik_icerik_haritasi_tablosu_liste a {
    color: #0645ad;
    text-decoration: none;
}

.sivas-elektrik_icerik_haritasi_tablosu_liste a:hover {
    text-decoration: underline;
}

/* HİYERARŞİ */
.icerik-haritasi-seviye-2 { margin-left: 0; }
.icerik-haritasi-seviye-3 { margin-left: 15px; }
.icerik-haritasi-seviye-4 { margin-left: 30px; }
.icerik-haritasi-seviye-5 { margin-left: 45px; }
.icerik-haritasi-seviye-6 { margin-left: 60px; }

/* KAPALI */
.sivas-elektrik_icerik_haritasi_tablosu_kapali 
.sivas-elektrik_icerik_haritasi_tablosu_liste {
    display: none;
}

.premium-header {
    position: sticky;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 70px;
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    background: rgba(var(--md-sys-color-surface-rgb), 0.85);
    border-bottom: 1px solid var(--md-sys-color-outline);
    z-index: 999;
}

.mobil-sag-alan, 
.pc-nav-sag, 
.mobil-ust-sag-grup {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.theme-switch {
    position: relative;
    width: 70px;
    height: 32px;
    display: inline-block;
    transform: translateY(5px); /* Hassas 5px aşağı kaydırma */
}

.theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.theme-switch .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #f2f2f2;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.theme-switch .slider:before {
    content: "☀️";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 26px;
    left: 4px;
    top: 3px;
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.theme-switch input:checked + .slider {
    background-color: #2c2c2e;
    border-color: #3a3a3c;
}

.theme-switch input:checked + .slider:before {
    content: "🌙";
    transform: translateX(35px);
    background: #1c1c1e;
    border-color: #48484a;
}

.theme-switch .slider::after {
    content: "GECE";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7px;
    font-weight: 700;
    color: #8e8e93;
    opacity: 0.6;
}

.theme-switch input:checked + .slider::after {
    content: "GÜNDÜZ";
    left: 8px;
    right: auto;
    color: #aeaeb2;
}

/* --- MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .premium-header {
        height: 60px;
    }
    .theme-switch {
        width: 64px;
        height: 30px;
        transform: translateY(3px);
    }
    .theme-switch .slider:before {
        height: 22px;
        width: 24px;
        top: 3px;
        left: 4px;
    }
    .theme-switch input:checked + .slider:before {
        transform: translateX(32px);
    }
    .ust-bilgi-paneli {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .puan-merkezi {
        border-right: none;
        border-bottom: 1px solid var(--md-sys-color-outline);
        padding-right: 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .tepki-buton-izgarasi {
        grid-template-columns: 1fr 1fr;
    }
    .stat-value { font-size: 16px; }
}

.ana-oy-kutusu { 
    background: var(--md-sys-color-surface); 
    color: var(--md-sys-color-on-background); 
    padding: 10px; 
    margin: 10px 0; 
    border: 1px solid var(--md-sys-color-outline); 
    font-family: var(--md-sys-font-family);
    transition: background-color var(--transition-smooth), color var(--transition-smooth), border-color var(--transition-smooth);
}

.ust-bilgi-paneli { 
    display: flex; 
    align-items: center; 
    gap: 25px; 
    margin-bottom: 25px; 
    border-bottom: 1px solid var(--md-sys-color-outline); 
    padding-bottom: 20px; 
}

.puan-merkezi { 
    flex: 0 0 160px;
    text-align: center; 
    border-right: 1px solid var(--md-sys-color-outline); 
    padding-right: 10px;
}

.ortalama-skor { 
    font-size: 54px; 
    font-weight: 700; 
    line-height: 1; 
    display: block; 
    color: var(--md-sys-color-on-background);
}

.yildiz-grubu { 
    font-size: 28px;
    color: var(--md-sys-color-outline);
    margin: 8px 0; 
    cursor: pointer; 
    letter-spacing: 2px;
}

.detayli-cubuklar { flex: 1; }

.cubuk-satiri { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-bottom: 5px; 
}

.cubuk-arkaplan { 
    flex: 1; 
    height: 8px;
    background: var(--md-sys-color-outline);
    border-radius: 4px; 
    overflow: hidden; 
}

.cubuk-doluluk { 
    height: 100%; 
    width: 0%;
    transition: width 0.6s ease-out;
}

.cubuk-yuzde-deger { 
    font-size: 11px; 
    color: var(--md-sys-color-on-background);
    min-width: 35px; 
    text-align: right; 
}

.cubuk-satiri[data-v="5"] .cubuk-doluluk, 
.cubuk-satiri[data-v="4"] .cubuk-doluluk { background: #2ecc71; }
.cubuk-satiri[data-v="3"] .cubuk-doluluk { background: #f1c40f; }
.cubuk-satiri[data-v="2"] .cubuk-doluluk, 
.cubuk-satiri[data-v="1"] .cubuk-doluluk { background: #e74c3c; }

.pro-istatistik-alani { 
    display: flex; 
    justify-content: space-around; 
    background: var(--md-sys-color-background);
    padding: 15px 0; 
    margin-bottom: 10px; 
    border-radius: 5px; 
    border: 1px solid var(--md-sys-color-outline);
    transition: background-color var(--transition-smooth);
}

.stat-box { text-align: center; flex: 1; }
.stat-value { font-size: 18px; font-weight: 700; color: var(--md-sys-color-on-background); }
.stat-label { 
    font-size: 9px; 
    color: var(--md-sys-color-on-background);
    opacity: 0.7;
    margin-top: 3px; 
    font-weight: 700; 
}

.tepki-buton-izgarasi { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    padding: 2px;
}

.tepki-butonu {
    flex: 1 1 calc(25% - 10px);
    min-width: 120px;
    background: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline);
    color: var(--md-sys-color-on-background);
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.tepki-butonu.aktif {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    border-color: var(--md-sys-color-primary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.tepki-butonu.aktif .buton-sayaci {
    color: var(--md-sys-color-on-primary);
    background: rgba(255, 255, 255, 0.2);
}

@keyframes turuncu-flash {
    0%, 100% { outline: 2px solid transparent; box-shadow: none; }
    25%, 75% { 
        outline: 2px solid var(--md-sys-color-primary); 
        box-shadow: 0 0 15px rgba(204, 85, 0, 0.4); 
    }
    50% { outline: 2px solid transparent; box-shadow: none; }
}

@keyframes kalkis-zarif {
    0% { transform: scale(1); }
    100% { transform: scale(1.04); border-color: #ff4444; box-shadow: 0 6px 18px rgba(255, 68, 68, 0.2); }
}

@keyframes inis-zarif {
    0% { transform: scale(1.04); }
    50% { transform: scale(1.08); border-color: #2ecc71; box-shadow: 0 0 14px rgba(46, 204, 113, 0.3); }
    100% { transform: scale(1); }
}

.tepki-butonu.pop { 
    animation: kalkis-zarif 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards; 
    z-index: 100; 
}

.tepki-butonu.hedef-vurgu { 
    animation: turuncu-flash 1s ease-in-out forwards;
    z-index: 101;
}

.tepki-butonu.yolda { 
    z-index: 999; 
    border-color: var(--md-sys-color-primary) !important; 
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.tepki-butonu.yerine-oturdu { 
    animation: inis-zarif 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards; 
}

.buton-sayaci {
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
}

.uyari-mesaji { 
    color: #f51b05; 
    font-size: 12px; 
    margin-top: 10px; 
    text-align: center; 
}

.tepki-butonu.populer-tepki {
    position: relative;
    font-weight: 700;
    border: 2px solid var(--md-sys-color-outline);
}

.tepki-butonu.populer-tepki::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--md-sys-color-surface);
    animation: blink 1.2s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

.yildiz-oge {
    display: inline-block;
    background: linear-gradient(90deg, #FFD700 var(--doluluk, 0%), var(--md-sys-color-outline) var(--doluluk, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    --doluluk: 0%;
}

.yildiz-oge.user-puan {
    transform: scale(1.6) !important;
    -webkit-text-fill-color: #FFD700 !important;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
    z-index: 99;
    position: relative;
}

.alt-etiket {
    font-size: 13px;
    font-weight: 700;
    color: var(--md-sys-color-on-background);
}

@media (max-width: 768px) {
    .ana-oy-kutusu { padding: 15px; margin: 10px 0; }
    .ust-bilgi-paneli { flex-direction: row; align-items: center; gap: 15px; padding-bottom: 15px; margin-bottom: 15px; }
    .puan-merkezi { flex: 0 0 110px; padding-right: 15px; border-right: 1px solid var(--md-sys-color-outline); text-align: center; }
    .ortalama-skor { font-size: 38px; margin-bottom: 5px; }
    .yildiz-grubu { font-size: 26px; margin: 5px 0; letter-spacing: 1px; white-space: nowrap; }
    .tepki-butonu { flex: 1 1 calc(50% - 10px); padding: 8px; font-size: 11px; }
}

.sivas-elektrik-analiz-sarmal {
    display: flex;
    /* Yüzey rengini değişkene bağladık */
    background: var(--md-sys-color-surface);
    padding: 20px;
    gap: 15px;
    border-radius: 8px;
    font-family: var(--md-sys-font-family);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Kenarlık rengini yumuşattık */
    border: 1px solid var(--md-sys-color-outline);
}

.sivas-elektrik-circuit-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0.08; /* Görünürlüğü hafif artırdık */
    /* Izgara çizgileri artık dinamik olarak yüzey rengine göre şekilleniyor */
    background-image: 
        radial-gradient(var(--md-sys-color-on-surface) 0.5px, transparent 0.5px),
        linear-gradient(90deg, transparent 19px, var(--md-sys-color-outline) 1px),
        linear-gradient(transparent 19px, var(--md-sys-color-outline) 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.sivas-elektrik-analiz-kutu {
    flex: 1;
    /* Kutular her zaman koyu kalmalı (Endüstriyel görünüm için), 
       ancak dark modda biraz daha belirgin olması için kenarlık rengi dinamik */
    background: #0a0a0a;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
}

/* Teknik Veri Simgesi - Neon Yeşil Korundu */
.sivas-elektrik-analiz-kutu::before {
    content: "AC ~ 220V";
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 8px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Şematik Toprak Simgesi */
.sivas-elektrik-analiz-kutu::after {
    content: "⏚";
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 16px;
    color: #00ff00;
    opacity: 0.6;
}

.chip-pin {
    position: absolute;
    left: 10%; width: 80%; height: 6px;
    background-image: repeating-linear-gradient(90deg, #333, #333 8px, transparent 8px, transparent 16px);
}

.pin-top { top: -4px; border-bottom: 1px solid #444; }
.pin-bottom { bottom: -4px; border-top: 1px solid #444; }

/* Merkezi CPU Ünitesi */
.sivas-elektrik-cpu {
    background: linear-gradient(145deg, #000000, #111111) !important;
    border: 2px solid var(--md-sys-color-primary) !important;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 10;
}

.sivas-elektrik-cpu::before {
    content: "HIGH VOLTAGE";
    color: var(--md-sys-color-primary);
    font-size: 7px;
    top: 6px;
}

.sivas-elektrik-cpu::after {
    content: "⚡";
    color: var(--md-sys-color-primary);
    font-size: 18px;
    opacity: 1;
    bottom: 4px;
}

.cpu-isik {
    position: absolute;
    top: 8px; right: 8px; width: 5px; height: 5px;
    background: var(--md-sys-color-primary);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--md-sys-color-primary);
    animation: blink 0.6s infinite alternate;
}

.sivas-elektrik-tarama-isigi {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 3px;
    background: var(--md-sys-color-primary);
    box-shadow: 0 0 20px var(--md-sys-color-primary);
    opacity: 0.6;
    animation: scan 2.5s infinite linear;
}

@keyframes scan { 0% { top: 0%; } 100% { top: 100%; } }
@keyframes blink { 0% { opacity: 0.1; } 100% { opacity: 1; } }

.sivas-elektrik-analiz-etiket {
    font-size: 9px;
    font-weight: 700;
    /* Metin rengini daha okunaklı yaptık */
    color: rgba(255, 255, 255, 0.8) !important;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
}

.sivas-elektrik-analiz-oran {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.4);
    position: relative;
    z-index: 5;
}

.sivas-elektrik-analiz-alt {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    font-weight: bold;
    border-top: 1px solid #222;
    padding-top: 5px;
}

/* Mobil Uyumluluk - Değişmedi */
@media (max-width: 768px) {
    .sivas-elektrik-analiz-sarmal {
        flex-wrap: wrap !important;
        padding: 15px;
        gap: 10px;
    }

    .sivas-elektrik-cpu {
        flex: 0 0 100% !important;
        order: -1 !important;
        transform: scale(1);
        margin-bottom: 10px !important;
        padding: 25px 10px;
    }

    .sivas-elektrik-analiz-kutu:not(.sivas-elektrik-cpu) {
        flex: 1 1 calc(50% - 5px) !important;
        min-width: calc(50% - 5px);
        padding: 20px 5px;
    }

    .sivas-elektrik-analiz-oran {
        font-size: 20px;
    }

    .sivas-elektrik-analiz-etiket {
        font-size: 8px;
        padding-top: 5px;
        letter-spacing: 1px;
    }

    .sivas-elektrik-analiz-alt {
        font-size: 7px;
    }

    .sivas-elektrik-analiz-kutu::after {
        font-size: 12px;
    }
}

.premium-author-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
    /* Dinamik yüzey ve çerçeve renkleri */
    background: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline-variant);
    border-left: 5px solid var(--md-sys-color-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 25px 0;
}

.author-side-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
}

.author-avatar {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid var(--md-sys-color-outline);
    /* Karanlık modda avatarın arkasının parlamaması için surface rengi */
    background: var(--md-sys-color-surface);
}

.author-post-badge {
    width: 100%;
    /* M3 Konteyner renkleri: Karanlık modda otomatik uyum sağlar */
    background: var(--md-sys-color-primary-container);
    color: var(--md-sys-color-on-primary-container);
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0.8px;
    border: 1px solid var(--md-sys-color-outline);
    border-top: none;
}

.author-main-content {
    flex-grow: 1;
}

.author-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--md-sys-color-on-surface);
    letter-spacing: -0.3px;
}

.author-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: 0.5px;
}

/* Durum etiketleri için Dark Mode uyumlu renkler */
.admin-status { 
    background: var(--md-sys-color-error-container, #fff3e0); 
    color: var(--md-sys-color-on-error-container, #e65100); 
    border: 1px solid var(--md-sys-color-error); 
}

.user-status { 
    background: var(--md-sys-color-secondary-container, #e3f2fd); 
    color: var(--md-sys-color-on-secondary-container, #1565c0); 
    border: 1px solid var(--md-sys-color-secondary); 
}

.author-bio-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 12px;
    padding-left: 12px;
    /* Bio sol çizgisi artık dark modda sırıtmaması için outline-variant oldu */
    border-left: 2px solid var(--md-sys-color-outline-variant);
}

.author-footer {
    display: flex;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--md-sys-color-outline);
    text-transform: lowercase;
}

.author-contact { 
    color: var(--md-sys-color-primary); 
    text-decoration: none;
}

.author-contact:hover {
    text-decoration: underline;
}

/* Mobil Düzenleme */
@media (max-width: 768px) {
    .premium-author-card { 
        gap: 16px; 
        padding: 15px; 
    }
    .author-side-panel { 
        width: 75px; 
    }
    .author-avatar { 
        width: 75px; 
        height: 75px; 
    }
    .author-name { 
        font-size: 15px; 
    }
    .author-header { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 4px; 
    }
}


.site-footer {
  max-width: 1200px;
  margin: 10px auto 0;
  background-color: var(--md-sys-color-background);
  color: var(--md-sys-color-on-background);
  text-align: center;
  padding: 20px 10px;
  font-family: var(--md-sys-font-family);
  font-size: 13px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08), inset 0 0 1px var(--md-sys-color-outline);
  border-top: 1px solid var(--md-sys-color-outline);
}

.footer-fluid-wrapper {
  width: 100%;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.footer-left-group {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--md-sys-color-on-background);
  font-size: 13.5px;
  letter-spacing: -0.01em;
}

.brand-link {
  color: var(--md-sys-color-on-background);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-smooth); /* Kendi değişkenini kullandık */
}

.brand-link:hover {
  color: var(--md-sys-color-primary);
}

.dot-separator {
  /* Sabit renk yerine outline değişkenini veya opacity'i kullandık */
  color: var(--md-sys-color-outline);
  font-size: 18px;
}

.koc-bold {
  font-weight: 700;
}

.footer-right-links {
  display: flex;
  gap: 24px;
}

.footer-right-links a {
  color: var(--md-sys-color-on-background);
  text-decoration: none;
  font-size: 13px;
  position: relative;
  padding: 4px 0;
  transition: color var(--transition-smooth);
}

/* Alt Çizgi Efekti Düzenlemesi */
.footer-right-links a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  /* HATA DÜZELTME: border-color yerine background-color olmalı */
  background-color: var(--md-sys-color-primary); 
  transition: width var(--transition-smooth);
}

.footer-right-links a:hover {
  color: var(--md-sys-color-primary);
}

.footer-right-links a:hover::after {
  width: 100%;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .footer-fluid-wrapper {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 0 20px;
  }
  
  .footer-left-group {
    flex-direction: column;
    gap: 5px;
  }
  
  .dot-separator {
    display: none;
  }
}

/* Ana Kapsayıcı - Cam ve Derinlik Efekti */
.se-premium-bio {
    background: linear-gradient(145deg, #121212, #1a1a1a);
    color: #ffffff;
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 10px;
    margin: 10px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.se-contact p {
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 10px;
}


/* Sol Panel - Sabit Sıralama */
.se-left-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px; /* Mobilde daralmaması için sabitlendi */
    flex-shrink: 0;
}

.se-avatar-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    background: #000;
    border: 1px solid rgba(255, 206, 0, 0.4);
    padding: 3px;
    border-radius: 2px;
}

.se-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
}

/* Bolt İkonu */
.se-bolt-icon {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: #ffce00;
    color: #000;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 0 15px rgba(255, 206, 0, 0.4);
}

/* İstatistik Alanı (Avatarın Tam Altında) */
.se-stat-box {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
}

.se-stat-value {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #ffce00;
    line-height: 1;
    font-family: 'Monaco', monospace; /* Teknik bir hava için */
}

.se-stat-label {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #666;
    margin-top: 4px;
    display: block;
}

/* Sağ Panel - İçerik Akışı */
.se-right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0; /* Mobilde taşmayı önleyen kritik kod */
}

.se-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.se-id-tag {
    font-size: 10px;
    font-weight: 700;
    color: #ffce00;
    letter-spacing: 1px;
}

.se-status-pulse {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: se-pulse 2s infinite;
}

.se-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

.se-unvan {
    color: #00d2ff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.se-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    margin: 0;
    word-wrap: break-word; /* Yazıların kesilmesini engeller */
}

.se-footer {
    margin-top: auto;
    padding-top: 15px;
    font-size: 11px;
    color: #444;
    letter-spacing: 1px;
}

/* Dekoratif Köşeler */
.se-premium-bio::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 20px; height: 20px;
    border-top: 2px solid #ffce00;
    border-left: 2px solid #ffce00;
}

@keyframes se-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

@media (max-width: 768px) {
    .se-premium-bio {
        gap: 15px;
        padding: 15px;
    }

    .se-left-panel {
        min-width: 85px;
    }

    .se-avatar-wrapper {
        width: 75px;
        height: 75px;
    }

    .se-stat-value {
        font-size: 18px;
    }

    .se-name {
        font-size: 16px;
    }

    .se-content p {
        font-size: 12.5px;
        line-height: 1.5;
    }
}

/* --- Sivas Elektrik Industrial Bento Grid --- */

/* Grid Yapısı */
.se-grid-container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
	margin: 10px;
}

/* Bento Hiyerarşisi (Mobil: İlk kart tam genişlik) */
.se-grid-container .se-modern-card:nth-child(1) {
    grid-column: span 2;
}

@media (min-width: 1024px) {
    .se-grid-container {
        grid-template-columns: repeat(4, 1fr); 
        grid-auto-rows: minmax(150px, auto);
        gap: 20px;
        padding: 0;
    }
    /* Bento Hiyerarşisi (PC: İlk kart dev vitrin) */
    .se-grid-container .se-modern-card:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

/* Kart Ana Gövde */
.se-modern-card {
    background: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-outline); /* Roottaki gri */
    border-radius: 0 !important; /* Keskin köşeler */
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease;
}

.se-modern-card:hover {
    border-color: var(--md-sys-color-primary);
}

/* Görsel Alanı */
.se-thumb-area {
    position: relative;
    width: 100%;
    min-height: 140px;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
}

/* Etiketler (Sol Üst) */
.se-badge-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.se-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.se-tech-badge i { font-style: normal; filter: drop-shadow(0 0 4px #fff); }

/* Etiket Renkleri */
.badge-featured { background: var(--md-sys-color-primary); }
.badge-new { background: #2ecc71; }
.badge-popular { background: #f1c40f; color: #000; }

/* İzlenme Pill (Sağ Alt) */
.se-view-pill {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    backdrop-filter: blur(4px);
}

/* Bilgi Alanı */
.se-info-area {
    padding: 18px 15px;
    position: relative;
}

/* Kategori Linki */
.se-cat-link {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--md-sys-color-primary);
    text-decoration: none;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.se-tech-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.se-tech-title a {
    color: var(--md-sys-color-on-surface);
    text-decoration: none;
}

/* --- IŞIKLI NEON ELEKTRİK AKIMI (YARIYA KADAR DOLMA) --- */
.se-electric-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: transparent;
}

.se-electric-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;

    /* Uca doğru incelen gradient */
    background: linear-gradient(
        90deg,
        var(--md-sys-color-primary) 0%,
        rgba(255,255,255,0.9) 60%,
        rgba(255,255,255,0.4) 80%,
        transparent 100%
    );

    /* Uca doğru incelme hissi (mask ile) */
    -webkit-mask-image: linear-gradient(
        90deg,
        black 0%,
        black 70%,
        transparent 100%
    );
    mask-image: linear-gradient(
        90deg,
        black 0%,
        black 70%,
        transparent 100%
    );

    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes electricFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.se-electric-line::after {
    background-size: 200% 100%;
    animation: electricFlow 1.5s linear infinite;
}

.se-modern-card:hover .se-electric-line::after {
    width: 90%; /* Tam olarak yarıya kadar dolar */
}

/* Dark Mode Manuel Fix */
[data-theme="dark"] .se-modern-card {
    background: #121212;
}

.liste-kapsayici {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
  padding: 0 15px;
  max-width: 1000px;
  font-family: var(--md-sys-font-family, sans-serif);
}

.liste-oge {
  display: flex;
  flex-direction: row;
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline);
  padding: 15px;
  gap: 20px;
  border-radius: 4px;
  align-items: stretch;
  position: relative;
}

.etiket.masaustu-goster {
  display: flex;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 12px 8px;
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
}

.etiket a {
  color: inherit;
  text-decoration: none;
}

.gorsel-alani {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.gorsel-link img {
  width: 240px;
  height: 160px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  border: 1px solid var(--md-sys-color-outline);
}

.icerik-alani {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.yazi-baslik.sivas-elektrik-baslik-esnek {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 10px;
  margin: 0 0 8px 0;
  width: 100%;
}

.yazi-baslik a {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--md-sys-color-on-background);
  text-decoration: none;
}

.sivas-elektrik-puan-rozet {
  flex-shrink: 0;
  white-space: nowrap !important;
  background: var(--md-sys-color-accent, #ffd43b);
  color: var(--md-sys-color-on-accent, #000);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-top: 3px;
}

.liste-alani {
  font-size: 14px;
  text-align: justify;
  color: var(--md-sys-color-on-surface);
  margin-bottom: 10px;
}

.alt-bilgiler {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: var(--md-sys-color-on-surface);
  opacity: 0.6;
  border-top: 1px solid var(--md-sys-color-outline);
  padding-top: 8px;
}

.alt-bilgiler a {
  color: inherit;
  text-decoration: none;
}

.sivas-elektrik-sayfa-numaralari {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.sivas-elektrik-sayfa-numaralari ul {
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0;
}

.sivas-elektrik-sayfa-numaralari a, 
.sivas-elektrik-sayfa-numaralari span {
  padding: 8px 12px;
  border: 1px solid var(--md-sys-color-outline);
  text-decoration: none;
  color: var(--md-sys-color-on-surface);
  border-radius: 2px;
}

.sivas-elektrik-sayfa-numaralari .sivas-elektrik-aktif {
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  border-color: var(--md-sys-color-primary);
}

.etiket.mobil-goster { display: none !important; }

@media screen and (max-width: 768px) {
  .etiket.masaustu-goster { display: none !important; }
  
  .etiket.mobil-goster { 
    display: flex !important;
    width: 100%;
    padding: 3px 0;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 5px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    border-radius: 2px;
    justify-content: center;
  }

  .liste-oge {
    padding: 10px;
    gap: 12px;
  }

  .gorsel-alani { width: 110px; }
  .gorsel-link img {
    width: 110px;
    height: 110px;
  }

  .yazi-baslik.sivas-elektrik-baslik-esnek {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }

  .yazi-baslik a { font-size: 15px; }
  
  .liste-alani {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .alt-bilgiler {
    border-top: none;
    padding-top: 0;
  }
}

#respond {
  background-color: rgba(27, 14, 193, 0.04);
  border: 1px solid var(--md-sys-color-outline);
  padding: 10px;
  margin: 10px 0;
}

.comment-form-comment label,
.comment-form-author label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

#commentform {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100%;
}

.comment-form-comment {
  flex: 0 0 100% !important;
  width: 100% !important;
}

#comment {
  width: 100% !important;
  padding: 12px;
  margin-bottom: 0 !important;
  border: 1px solid var(--md-sys-color-outline, #ccc);
  box-sizing: border-box;
}

.comment-form-author {
  flex: 1 !important;
  margin: 0 !important;
}

#author {
  width: 100% !important;
  height: 42px !important;
  padding: 0 12px !important;
  font-size: 14px;
  border: 1px solid var(--md-sys-color-outline, #ccc);
  background-color: var(--md-sys-color-surface, #fff);
  box-sizing: border-box;
}

.form-submit {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

#submit {
  height: 42px !important;
  padding: 0 20px !important;
  background-color: var(--md-sys-color-primary);
  text-transform: capitalize;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  #commentform {
    flex-direction: row !important;
    align-items: flex-end !important;
  }

  #author, #submit {
    height: 40px !important;
    font-size: 13px !important;
  }
}

#cancel-comment-reply-link {
  margin-left: 10px;
}

.sivas-elektrik-comment-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--md-sys-color-outline-variant);
}

.sivas-elektrik-feedback-module {
    display: flex;
    align-items: center; /* Yazı ve butonları aynı hizada tutar */
}

.feedback-prompt {
    font-size: 13px;
    font-weight: 700;
    color: var(--md-sys-color-on-background);
    margin-right: 10px;
}

.sivas-elektrik-yorumlar-oy-alani {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sivas-elektrik-yorumlar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--md-sys-color-outline);
    padding: 2px 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--md-sys-font-family);
    color: #555;
    transition: background-color 0.2s, color 0.2s;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
}

.sivas-elektrik-yorumlar-btn.aktif-oy {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}

.yorum-interactions {
    display: flex;
    align-items: center;
}

.edit-separator {
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 10px;
}

@media (prefers-color-scheme: dark) {
    .sivas-elektrik-yorumlar-btn {
        background-color: rgba(255, 255, 255, 0.05);
        border-color: #444;
    }
}

.se-premium-bio {
    background-color: var(--md-sys-color-outline);
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100%; 
    min-height: 120px;
    padding: 10px;
    gap: 10px;
    position: relative;
    font-family: var(--md-sys-font-family);
    box-sizing: border-box;
    border-left: 4px solid var(--md-sys-color-primary);
}

.se-avatar-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.se-avatar {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: grayscale(1);
    border: 1px solid rgba(255,255,255,0.3);
}

.se-bolt-icon {
    display: flex !important;
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--md-sys-color-primary);
    color: #FFF;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 0 10px var(--md-sys-color-primary);
    animation: bolt-pulse 1.5s infinite;
}

.se-right-panel {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 10px;
    min-width: 0;
}

.se-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.se-name {
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin: 0;
    text-transform: uppercase;
}

.se-unvan {
	margin-top:10px;
    font-size: 9px;
    font-weight: 700;
    color: var(--md-sys-color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.se-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFF !important;
	text-align: justify;
    margin: 0;
}

.se-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin-top: 5px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.se-icon {
    color: var(--md-sys-color-primary);
}

@keyframes bolt-pulse {
    0% { transform: scale(1); opacity: 1; box-shadow: 0 0 5px var(--md-sys-color-primary); }
    50% { transform: scale(1.2); opacity: 0.7; box-shadow: 0 0 20px var(--md-sys-color-primary); }
    100% { transform: scale(1); opacity: 1; box-shadow: 0 0 5px var(--md-sys-color-primary); }
}

.se-stat-box, .se-circuit-line, .se-corner, .se-id-tag, .se-status-pulse {
    display: none !important;
}