/* ============================================================
   ERİŞİLEBİLİRLİK WİDGET - OPTİMİZE HARITA v4.7
   Tüm mükerrer kodlar birleştirildi
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --aw-primary: #1e2a3a;
    --aw-accent: #00b8a9;
    --aw-accent-hover: #00a399;
    --aw-white: #ffffff;
    --aw-black: #000000;
    --aw-gray-50: #f8f9fa;
    --aw-gray-100: #f1f3f4;
    --aw-gray-200: #e8eaed;
    --aw-gray-300: #dadce0;
    --aw-gray-400: #bdc1c6;
    --aw-gray-500: #9aa0a6;
    --aw-gray-600: #80868b;
    --aw-gray-700: #5f6368;
    --aw-gray-800: #3c4043;
    --aw-gray-900: #202124;
    --aw-shadow: 0 8px 30px rgba(0,0,0,0.12);
    --aw-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ===== SAYFA WRAPPER ===== */
/* ===== SAYFA WRAPPER ===== */
.aw-page-wrapper {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

/* Fallback: aw-page-wrapper yoksa body'ye uygula */
body:not(:has(.aw-page-wrapper)) {
    overflow-x: hidden;
}

html.aw-font-105 .aw-page-wrapper * { font-size: 105% !important; }
html.aw-font-105 body:not(:has(.aw-page-wrapper)) * { font-size: 105% !important; }

html.aw-font-110 .aw-page-wrapper * { font-size: 110% !important; }
html.aw-font-110 body:not(:has(.aw-page-wrapper)) * { font-size: 110% !important; }

html.aw-font-115 .aw-page-wrapper * { font-size: 115% !important; }
html.aw-font-115 body:not(:has(.aw-page-wrapper)) * { font-size: 115% !important; }

html.aw-font-120 .aw-page-wrapper * { font-size: 120% !important; }
html.aw-font-120 body:not(:has(.aw-page-wrapper)) * { font-size: 120% !important; }

/* ===== VISUALLY HIDDEN ===== */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ===== SKIP TO MAIN CONTENT ===== */
.skip-to-main-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 0 0 6px 0;
    z-index: 10000;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.skip-to-main-content:focus {
    top: 0;
    outline: 3px solid #D4A017;
    outline-offset: 2px;
}

/* ===== FOCUS INDICATORS ===== */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
    outline-offset: 2px;
}

body.aw-blue-filter-light button:focus,
body.aw-blue-filter-light a:focus,
body.aw-blue-filter-medium button:focus,
body.aw-blue-filter-medium a:focus,
body.aw-blue-filter-strong button:focus,
body.aw-blue-filter-strong a:focus {
    outline-color: #FFA500;
}

body.aw-contrast-high button:focus,
body.aw-contrast-high a:focus {
    outline-color: #FFFF00;
}

/* ===== MODAL ACCESSIBILITY ===== */
.qm-panel[aria-hidden="true"],
.social-widget-menu[aria-hidden="true"],
.popup-modal-overlay[aria-hidden="true"] {
    display: none !important;
}

.qm-panel[aria-hidden="false"],
.social-widget-menu[aria-hidden="false"] {
    display: flex !important;
}

/* ===== RESİMLER - KAPSAMLI ÇÖZÜM ===== */
body.aw-hide-images .aw-page-wrapper img:not(.aw-widget img) {
    visibility: hidden !important;
}

body.aw-hide-images .aw-page-wrapper .hero-bg-slide {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    min-height: 300px;
}

body.aw-hide-images .aw-page-wrapper .hero-bg-slide::after {
    content: '📸 [Arka Plan Görseli Gizli]';
    color: #999;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

body.aw-hide-images-grayscale .aw-page-wrapper .hero-bg-slide {
    background-image: none !important;
    background-color: #e8e8e8;
    opacity: 0.5;
}

body.aw-hide-images .aw-page-wrapper .category-image {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    position: relative !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.aw-hide-images .aw-page-wrapper .category-image img {
    display: none !important;
}

body.aw-hide-images .aw-page-wrapper .category-image::after {
    content: '📸 [Proje Görseli Gizli]';
    color: #999;
    font-weight: bold;
    font-size: 16px;
}

body.aw-hide-images-grayscale .aw-page-wrapper .category-image {
    background-image: none !important;
    background-color: #e8e8e8;
    filter: grayscale(100%);
    opacity: 0.5;
}

body.aw-hide-images .aw-page-wrapper .news-alt-img-wrapper {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
}

body.aw-hide-images .aw-page-wrapper .news-alt-img-wrapper img {
    display: none !important;
}

body.aw-hide-images .aw-page-wrapper .news-alt-img-wrapper::after {
    content: '📰 [Haber Görseli Gizli]';
    color: #999;
    font-weight: bold;
    font-size: 14px;
}

body.aw-hide-images-grayscale .aw-page-wrapper .news-alt-img {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

body.aw-hide-images .aw-page-wrapper .event-alt-item img {
    display: none !important;
}

body.aw-hide-images .aw-page-wrapper [style*="background-image"],
body.aw-hide-images .aw-page-wrapper [class*="background"] {
    background-image: none !important;
    background-color: #f5f5f5 !important;
}

body.aw-hide-images .aw-page-wrapper .hero-mayor-image img {
    visibility: hidden !important;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

body.aw-hide-images .aw-page-wrapper .popup-modal-image img {
    display: none !important;
}

body.aw-hide-images .aw-page-wrapper .popup-modal-image {
    background-color: #f5f5f5 !important;
    min-height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.aw-hide-images .aw-page-wrapper .popup-modal-image::after {
    content: '📸 [Popup Görseli Gizli]';
    color: #999;
    font-weight: bold;
}

body.aw-hide-images .aw-page-wrapper svg:not(.aw-widget svg),
body.aw-hide-images .aw-page-wrapper picture:not(.aw-widget picture) {
    display: none !important;
}

body.aw-hide-images .aw-page-wrapper .logo-img,
body.aw-hide-images .aw-page-wrapper .footer-logo-img {
    opacity: 0.3;
    filter: grayscale(100%);
}

body.aw-hide-images-grayscale .aw-page-wrapper img {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

body.aw-hide-images-grayscale .aw-page-wrapper [style*="background-image"] {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

body.aw-hide-images-grayscale .aw-page-wrapper svg {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

/* ===== SLIDER KONTROL ACCESSIBILITY ===== */
.hero-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.hero-slider-dots button {
    min-width: 40px;
    min-height: 40px;
    padding: 8px 12px;
}

.hero-slider-dots button:focus {
    outline: 2px solid #D4A017;
    outline-offset: 2px;
}

/* ===== QUICK LINKS CAROUSEL ACCESSIBILITY ===== */
.quick-links-slider {
    scroll-behavior: smooth;
}

.quick-links-arrow {
    min-width: 44px;
    min-height: 44px;
}

.quick-links-arrow:focus {
    outline-offset: 2px;
}

.quick-links-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== DUYURU TİCKETİ ACCESSIBILITY ===== */
.ticker-item {
    padding: 12px 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.ticker-item:focus {
    outline: 2px solid #D4A017;
    outline-offset: 0;
    background: rgba(212, 160, 23, 0.1);
}

/* ===== FORM KONTROLLERI ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
    min-height: 44px;
    font-size: 16px;
    padding: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline-offset: 2px;
}

/* ===== BUTON MINIMAL BOYUT ===== */
button,
.btn,
[role="button"],
input[type="button"],
input[type="submit"] {
    min-height: 44px;
    min-width: 44px;
    padding: 10px 16px;
}

/* ===== HEADING HIYERARŞI ===== */
h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1:first-child {
    margin-top: 0;
}

/* ===== FOOTER ACCESSIBILITY ===== */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

/* ===== POPUP MODAL ACCESSIBILITY ===== */
.popup-modal-overlay {
    z-index: 9999;
}

.popup-modal-container {
    max-width: 500px;
    width: 90%;
}

.popup-close-btn {
    min-width: 44px;
    min-height: 44px;
}

.popup-btn-primary,
.popup-btn-secondary {
    min-height: 44px;
    min-width: 100px;
}

/* ===== COLOR CONTRAST TESTING ===== */
.bg-light { color: #000; }
.bg-dark, .footer-bottom { color: #fff; }
a { color: #0066cc; }

/* ===== METIN BOYUTU ===== */
body {
    font-size: 16px;
    line-height: 1.6;
    overflow-y: scroll !important;
}

html {
    overflow-y: scroll !important;
}

/* Scroll bar'ı her zaman göster - filter'lar açılırken boşluk oluşmasını önle */
body, html {
    scrollbar-gutter: stable;
}

/* ===== SEARCH MODAL ===== */
.search-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
}

.search-modal input {
    min-height: 44px;
}

.search-modal button {
    min-height: 44px;
}

/* ===== STICKY HEADER ===== */
.main-header {
    z-index: 1000;
}

.main-header.scrolled {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ===== NAV MENÜ ===== */
.navbar-toggler {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    position: relative;
}

.navbar-toggler:focus {
    outline-offset: 2px;
    box-shadow: none;
}

.dropdown-menu {
    min-width: 200px;
    z-index: 1002 !important;
    position: relative;
}

.dropdown-item {
    padding: 12px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.dropdown-item:focus {
    outline-offset: -2px;
}

/* ===== PRINT STYLES ===== */
@media print {
    .skip-to-main-content,
    .aw-widget,
    .floating-social-widget,
    .back-to-top {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    a::after {
        content: " (" attr(href) ")";
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    img {
        max-width: 100%;
    }
}

/* ===== HEADER ACTION BUTTONS ===== */
.header-actions {
    display: flex;
    gap: 10px;
    z-index: 1001;
    position: relative;
}

.btn-header-action {
    z-index: 1001;
    position: relative;
    min-height: 44px;
    min-width: 44px;
}

.btn-header-action:focus {
    outline: 2px solid #D4A017;
    outline-offset: 2px;
}

/* Search Modal */
.search-modal {
    z-index: 1050 !important;
}

.search-modal .modal-dialog {
    z-index: 1051 !important;
}

/* ===== RESPONSIVE ACCESSIBILITY ===== */
@media (max-width: 768px) {
    button,
    .btn,
    [role="button"] {
        min-height: 48px;
        min-width: 48px;
    }

    input,
    textarea,
    select {
        min-height: 48px;
        font-size: 16px;
    }

    .navbar-toggler {
        min-width: 50px;
        min-height: 50px;
    }
}

/* ===== DARK MODE ===== */
body.aw-dark-mode {
    color: #e0e0e0;
}

body.aw-dark-mode a {
    color: #6bb6ff;
}

body.aw-dark-mode button:focus,
body.aw-dark-mode a:focus {
    outline-color: #D4A017;
}

/* ===== HIGH CONTRAST MOD ===== */
body.aw-contrast-high button,
body.aw-contrast-high a,
body.aw-contrast-high input {
    border: 2px solid #fff !important;
}

body.aw-contrast-high button:focus,
body.aw-contrast-high a:focus {
    outline-color: #ffff00 !important;
}

/* ===============================================
   DALGA EFEKTLİ BUTON VE PANEL
   =============================================== */

/* Widget Ana Container */
.aw-widget {
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    z-index: 999998;
    font-family: var(--aw-font) !important;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    pointer-events: auto;
}

.aw-widget.right-position {
    right: 16px !important;
    left: auto !important;
}

/* Dalga Efektli Buton */
@keyframes wave {
    0%, 100% {
        box-shadow:
                0 0 0 0 rgba(0, 184, 169, 0.7),
                0 0 0 0 rgba(0, 184, 169, 0.5),
                0 0 0 0 rgba(0, 184, 169, 0.3);
    }
    50% {
        box-shadow:
                0 0 0 15px rgba(0, 184, 169, 0),
                0 0 0 30px rgba(0, 184, 169, 0),
                0 0 0 45px rgba(0, 184, 169, 0);
    }
}

.aw-toggle {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--aw-accent), #00a399);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--aw-shadow);
    color: var(--aw-white);
    font-size: 32px;
    transition: all 0.3s ease;
    animation: wave 2s infinite;
    position: relative;
    flex-shrink: 0;
}

.aw-toggle:hover {
    transform: scale(1.1);
    animation-play-state: paused;
    box-shadow:
            0 0 0 0 rgba(0, 184, 169, 0.8),
            0 0 0 0 rgba(0, 184, 169, 0.6),
            var(--aw-shadow);
}

.aw-toggle:active {
    transform: scale(0.95);
}

/* Panel - Sola Açılan Menü (Sadece tıkla'nca açılacak) */
.aw-panel {
    position: fixed !important;
    right: 106px !important;
    bottom: 16px !important;
    width: 0;
    max-height: 90vh;
    background: var(--aw-white);
    border-radius: 20px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    box-shadow: var(--aw-shadow);
    overflow: hidden;
    transform-origin: right bottom;
}

/* Sadece tıklandığında (active class) açılacak */
.aw-panel.active {
    width: 360px;
    opacity: 1;
    visibility: visible;
}

/* Header Label - Üst Yazı */
.aw-header-label {
    position: absolute;
    right: 24px;
    bottom: 76px;
    background: var(--aw-black);
    color: var(--aw-white);
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999997;
}

.aw-widget:hover .aw-header-label {
    opacity: 1;
    visibility: visible;
    bottom: 86px;
}

/* Panel Header */
.aw-header {
    background: linear-gradient(135deg, var(--aw-primary), #263848);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.aw-header__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aw-header__icon {
    width: 36px;
    height: 36px;
    background: var(--aw-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.aw-header__text {
    color: white;
}

.aw-header__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.aw-header__shortcut {
    font-size: 11px;
    opacity: 0.7;
}

.aw-header__actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.aw-header__btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    background: rgba(255,255,255,0.15);
    color: white;
}

.aw-header__btn:hover {
    background: rgba(255,255,255,0.25);
    transform: scale(1.05);
}

.aw-header__btn--flag {
    background: #f44336;
    font-size: 14px;
}

/* ===== TOOLBAR ===== */
.aw-toolbar {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--aw-gray-200);
    background: var(--aw-white);
}

.aw-size-group {
    display: flex;
    background: var(--aw-gray-100);
    border-radius: 8px;
    padding: 3px;
}

.aw-size-btn {
    padding: 8px 14px;
    border: none;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: var(--aw-gray-600);
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.aw-size-btn:hover {
    color: var(--aw-gray-800);
}

.aw-size-btn.active {
    background: var(--aw-white);
    color: var(--aw-gray-900);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* ===== PROFILE SECTION ===== */
.aw-profile-section {
    border-bottom: 1px solid var(--aw-gray-200);
}

.aw-profile-header {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.2s ease;
}

.aw-profile-header:hover {
    background: var(--aw-gray-50);
}

.aw-profile-header__left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--aw-gray-800);
}

.aw-profile-header__left i {
    color: var(--aw-gray-500);
    font-size: 16px;
}

.aw-profile-header__arrow {
    color: var(--aw-gray-400);
    font-size: 12px;
    transition: transform 0.2s ease;
}

.aw-profile-header.open .aw-profile-header__arrow {
    transform: rotate(180deg);
}

.aw-profile-list {
    display: none;
    padding: 0 16px 12px;
}

.aw-profile-list.show {
    display: block;
}

.aw-profile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: var(--aw-gray-50);
    border-radius: 10px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aw-profile-item:hover {
    background: var(--aw-gray-100);
}

.aw-profile-item.active {
    background: rgba(0,184,169,0.08);
}

.aw-profile-item__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aw-profile-item__icon {
    width: 24px;
    color: var(--aw-gray-600);
    font-size: 14px;
}

.aw-profile-item__name {
    font-size: 13px;
    color: var(--aw-gray-700);
}

.aw-switch {
    width: 40px;
    height: 22px;
    background: var(--aw-gray-300);
    border-radius: 11px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}

.aw-switch::after {
    content: '✕';
    position: absolute;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--aw-gray-400);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.aw-profile-item.active .aw-switch {
    background: var(--aw-accent);
}

.aw-profile-item.active .aw-switch::after {
    left: 20px;
    content: '✓';
    color: var(--aw-accent);
}

/* ===== FEATURES GRID ===== */
.aw-body {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
    max-height: 400px;
}

.aw-body::-webkit-scrollbar {
    width: 4px;
}

.aw-body::-webkit-scrollbar-thumb {
    background: var(--aw-gray-300);
    border-radius: 2px;
}

.aw-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.aw-feature {
    background: var(--aw-white);
    border: 2px solid var(--aw-gray-200);
    border-radius: 12px;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
}

.aw-feature:hover {
    border-color: var(--aw-gray-300);
    background: var(--aw-gray-50);
}

.aw-feature.active {
    border-color: var(--aw-primary);
    background: var(--aw-primary);
}

.aw-feature.active .aw-feature__icon {
    border-color: rgba(255,255,255,0.3);
    color: white;
}

.aw-feature.active .aw-feature__label {
    color: white;
}

.aw-feature__icon {
    width: 44px;
    height: 44px;
    border: 2px solid var(--aw-gray-200);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--aw-gray-700);
    transition: all 0.2s ease;
}

.aw-feature__label {
    font-size: 11px;
    font-weight: 500;
    color: var(--aw-gray-700);
    line-height: 1.3;
}

.aw-mode-indicator {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 6px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.aw-mode-dot {
    width: 12px;
    height: 3px;
    background: var(--aw-gray-300);
    border-radius: 2px;
    transition: all 0.2s ease;
}

.aw-mode-dot.active {
    background: var(--aw-accent);
}

.aw-mode-dot.current {
    background: #ff6b35;
}

.aw-feature.active .aw-mode-dot {
    background: rgba(255,255,255,0.4);
}

.aw-feature.active .aw-mode-dot.active {
    background: white;
}

.aw-feature.active .aw-mode-dot.current {
    background: #ff6b35;
}

.aw-speed-indicator {
    font-size: 9px;
    font-weight: bold;
    color: var(--aw-accent);
    display: inline-block;
    margin-top: 2px;
}

.aw-feature.active .aw-speed-indicator {
    color: white;
}

/* ===== FOOTER ===== */
.aw-footer {
    padding: 14px 20px;
    background: var(--aw-gray-50);
    border-top: 1px solid var(--aw-gray-200);
    flex-shrink: 0;
}

.aw-position-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 12px;
}

.aw-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    color: var(--aw-gray-700);
}

.aw-radio-label input[type="radio"] {
    display: none;
}

.aw-radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid var(--aw-gray-400);
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
}

.aw-radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--aw-accent);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.aw-radio-label input[type="radio"]:checked + .aw-radio-custom {
    border-color: var(--aw-accent);
}

.aw-radio-label input[type="radio"]:checked + .aw-radio-custom::after {
    opacity: 1;
}

.aw-reset-btn {
    width: 100%;
    padding: 12px;
    background: var(--aw-accent);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.aw-reset-btn:hover {
    background: var(--aw-accent-hover);
    transform: scale(1.02);
}

.aw-reset-btn i {
    font-size: 14px;
}

.aw-footer-bar {
    background: var(--aw-primary);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.aw-footer-bar__left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 11px;
}

.aw-footer-bar__left i {
    font-size: 14px;
    opacity: 0.7;
}

/* ===== MINI MODE ===== */
.aw-panel--mini {
    width: 0 !important;
    border-radius: 16px;
}

.aw-panel--mini.active {
    width: 70px !important;
}

.aw-panel--mini .aw-header,
.aw-panel--mini .aw-toolbar,
.aw-panel--mini .aw-profile-section,
.aw-panel--mini .aw-footer {
    display: none !important;
}

.aw-panel--mini .aw-body {
    padding: 8px;
    max-height: none;
}

.aw-panel--mini .aw-features-grid {
    grid-template-columns: 1fr;
    gap: 4px;
}

.aw-panel--mini .aw-feature {
    padding: 10px;
    border-radius: 10px;
    border-width: 1px;
}

.aw-panel--mini .aw-feature__icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
    border: none;
}

.aw-panel--mini .aw-feature__label,
.aw-panel--mini .aw-feature__indicator {
    display: none;
}

.aw-panel--mini .aw-mini-close {
    display: flex !important;
}

.aw-mini-close {
    display: none;
    width: 44px;
    height: 44px;
    background: var(--aw-accent);
    border: none;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 12px auto;
    font-size: 16px;
    color: white;
    transition: all 0.2s ease;
}

.aw-mini-close:hover {
    background: var(--aw-accent-hover);
    transform: scale(1.05);
}

/* ===== XL MODE ===== */
.aw-panel--xl {
    width: 0 !important;
}

.aw-panel--xl.active {
    width: 480px !important;
}

.aw-panel--xl .aw-features-grid {
    grid-template-columns: repeat(4, 1fr);
}

/* ===== LANGUAGE MODAL ===== */
.aw-lang-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000001;
    display: none;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 20px;
}

.aw-lang-modal.show {
    display: flex;
}

.aw-lang-content {
    background: white;
    border-radius: 16px;
    width: 280px;
    max-height: 70vh;
    overflow: hidden;
    box-shadow: var(--aw-shadow);
}

.aw-lang-header {
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--aw-gray-200);
}

.aw-lang-header span {
    font-size: 14px;
    font-weight: 600;
}

.aw-lang-close {
    width: 28px;
    height: 28px;
    border: none;
    background: var(--aw-gray-100);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.aw-lang-list {
    max-height: calc(70vh - 60px);
    overflow-y: auto;
}

.aw-lang-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    cursor: pointer;
    transition: background 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.aw-lang-item:hover {
    background: var(--aw-gray-50);
}

.aw-lang-item.active {
    background: rgba(0,184,169,0.1);
    color: var(--aw-accent);
}

.aw-lang-flag {
    font-size: 20px;
}

/* ===== TOAST ===== */
.aw-toast {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--aw-gray-900);
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    z-index: 1000002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--aw-shadow);
}

.aw-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.aw-toast i {
    color: var(--aw-accent);
}

/* ===== ACCESSIBILITY MODES ===== */

/* Kontrast Modları */
body.aw-contrast-dark .aw-page-wrapper {
    filter: invert(1) hue-rotate(180deg);
    transform: translateZ(0);
}

/* Fallback */
body.aw-contrast-dark:not(:has(.aw-page-wrapper)) {
    filter: invert(1) hue-rotate(180deg);
    transform: translateZ(0);
}

body.aw-contrast-dark .aw-page-wrapper img,
body.aw-contrast-dark .aw-page-wrapper video,
body.aw-contrast-dark .aw-page-wrapper picture,
body.aw-contrast-dark .aw-page-wrapper svg {
    filter: invert(1) hue-rotate(180deg);
}

body.aw-contrast-warm .aw-page-wrapper {
    background: #1a1000 !important;
    filter: sepia(0.5) saturate(1.5);
    transform: translateZ(0);
}

body.aw-contrast-warm .aw-page-wrapper * {
    color: #ffeb3b !important;
    border-color: #ffeb3b !important;
}

body.aw-contrast-warm .aw-page-wrapper a {
    color: #ffc107 !important;
}

body.aw-contrast-high .aw-page-wrapper {
    background: #000 !important;
    transform: translateZ(0);
}

body.aw-contrast-high .aw-page-wrapper * {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #000 !important;
}

body.aw-contrast-high .aw-page-wrapper a {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

body.aw-contrast-high .aw-page-wrapper img,
body.aw-contrast-high .aw-page-wrapper video {
    filter: contrast(1.2);
}

body.aw-contrast-light .aw-page-wrapper {
    background: #fff !important;
    filter: contrast(1.4) brightness(1.1);
    transform: translateZ(0);
}

body.aw-contrast-light .aw-page-wrapper * {
    color: #000 !important;
}

body.aw-contrast-mono .aw-page-wrapper {
    filter: grayscale(1) contrast(1.2);
    transform: translateZ(0);
}

/* Karanlık Mod */
body.aw-dark-mode .aw-page-wrapper {
    filter: invert(0.9) hue-rotate(180deg);
    transform: translateZ(0);
}

body.aw-dark-mode .aw-page-wrapper img,
body.aw-dark-mode .aw-page-wrapper video,
body.aw-dark-mode .aw-page-wrapper picture,
body.aw-dark-mode .aw-page-wrapper svg {
    filter: invert(1) hue-rotate(180deg);
}

body.aw-dark-dim .aw-page-wrapper {
    background: #1a1a2e !important;
    filter: brightness(0.85) contrast(1.1);
    transform: translateZ(0);
}

body.aw-dark-dim .aw-page-wrapper * {
    background-color: transparent;
}

body.aw-dark-dim .aw-page-wrapper img,
body.aw-dark-dim .aw-page-wrapper video {
    filter: brightness(0.9);
}

body.aw-dark-night .aw-page-wrapper {
    background: #0d1117 !important;
    filter: sepia(0.2) saturate(0.8) brightness(0.9);
    transform: translateZ(0);
}

body.aw-dark-night .aw-page-wrapper * {
    color: #c9d1d9 !important;
    border-color: #30363d !important;
}

body.aw-dark-night .aw-page-wrapper a {
    color: #58a6ff !important;
}

/* Mavi Işık Filtresi */
body.aw-blue-filter-light .aw-page-wrapper {
    filter: sepia(0.1) saturate(0.95);
    transform: translateZ(0);
}

body.aw-blue-filter-medium .aw-page-wrapper {
    filter: sepia(0.25) saturate(0.9);
    transform: translateZ(0);
}

body.aw-blue-filter-strong .aw-page-wrapper {
    filter: sepia(0.4) saturate(0.85);
    transform: translateZ(0);
}

body.aw-grayscale .aw-page-wrapper {
    filter: grayscale(1);
    transform: translateZ(0);
}

body.aw-invert .aw-page-wrapper {
    filter: invert(1) hue-rotate(180deg);
    transform: translateZ(0);
}

/* Bağlantılar */
body.aw-highlight-links .aw-page-wrapper a {
    background: #ffff00 !important;
    color: #000 !important;
    padding: 2px 4px !important;
}

body.aw-highlight-links-box .aw-page-wrapper a {
    background: transparent !important;
    color: #000 !important;
    border: 3px solid #ffff00 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
}

/* Başlıklar */
body.aw-highlight-headings .aw-page-wrapper h1,
body.aw-highlight-headings .aw-page-wrapper h2,
body.aw-highlight-headings .aw-page-wrapper h3,
body.aw-highlight-headings .aw-page-wrapper h4,
body.aw-highlight-headings .aw-page-wrapper h5,
body.aw-highlight-headings .aw-page-wrapper h6 {
    border: 3px dashed var(--aw-accent) !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
}

body.aw-highlight-headings-filled .aw-page-wrapper h1,
body.aw-highlight-headings-filled .aw-page-wrapper h2,
body.aw-highlight-headings-filled .aw-page-wrapper h3,
body.aw-highlight-headings-filled .aw-page-wrapper h4,
body.aw-highlight-headings-filled .aw-page-wrapper h5,
body.aw-highlight-headings-filled .aw-page-wrapper h6 {
    background: var(--aw-accent) !important;
    color: white !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
}

/* İmleç */
body.aw-big-cursor .aw-page-wrapper,
body.aw-big-cursor .aw-page-wrapper * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' stroke='%23ffffff' stroke-width='1' d='M5 3l14 9-7 2-4 7z'/%3E%3C/svg%3E"), auto !important;
}

body.aw-white-cursor .aw-page-wrapper,
body.aw-white-cursor .aw-page-wrapper * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23000000' stroke-width='1' d='M5 3l14 9-7 2-4 7z'/%3E%3C/svg%3E"), auto !important;
}

/* Resimleri Gizle */
body.aw-hide-images .aw-page-wrapper img {
    visibility: hidden !important;
}

body.aw-hide-images-grayscale .aw-page-wrapper img {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}

/* Animasyonlar */
body.aw-stop-animations .aw-page-wrapper *,
body.aw-stop-animations .aw-page-wrapper *::before,
body.aw-stop-animations .aw-page-wrapper *::after {
    animation: none !important;
    transition: none !important;
}

body.aw-reduce-animations .aw-page-wrapper *,
body.aw-reduce-animations .aw-page-wrapper *::before,
body.aw-reduce-animations .aw-page-wrapper *::after {
    animation-duration: 5s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.5s !important;
}

/* Disleksi */
body.aw-dyslexia .aw-page-wrapper * {
    font-family: 'OpenDyslexic', 'Comic Sans MS', cursive !important;
    letter-spacing: 0.08em !important;
    word-spacing: 0.15em !important;
}

body.aw-dyslexia-strong .aw-page-wrapper * {
    font-family: 'OpenDyslexic', 'Comic Sans MS', cursive !important;
    letter-spacing: 0.12em !important;
    word-spacing: 0.25em !important;
    line-height: 1.8 !important;
}

/* Metin Hizalama */
body.aw-text-left .aw-page-wrapper * { text-align: left !important; }
body.aw-text-center .aw-page-wrapper * { text-align: center !important; }
body.aw-text-right .aw-page-wrapper * { text-align: right !important; }
body.aw-text-justify .aw-page-wrapper * { text-align: justify !important; }

/* Satır Yüksekliği */
body.aw-line-height-1 .aw-page-wrapper * { line-height: 1.6 !important; }
body.aw-line-height-2 .aw-page-wrapper * { line-height: 1.8 !important; }
body.aw-line-height-3 .aw-page-wrapper * { line-height: 2 !important; }

/* Harf Boşluğu */
body.aw-letter-spacing-1 .aw-page-wrapper * { letter-spacing: 1px !important; }
body.aw-letter-spacing-2 .aw-page-wrapper * { letter-spacing: 2px !important; }
body.aw-letter-spacing-3 .aw-page-wrapper * { letter-spacing: 3px !important; }

/* Focus Highlight */
body.aw-focus-highlight .aw-page-wrapper *:focus {
    outline: 3px solid var(--aw-accent) !important;
    outline-offset: 2px !important;
}

/* İçerik Büyüteci */
body.aw-content-zoom .aw-page-wrapper { zoom: 1.15; }
body.aw-content-zoom-medium .aw-page-wrapper { zoom: 1.25; }
body.aw-content-zoom-large .aw-page-wrapper { zoom: 1.35; }

/* Reading Helpers */
.aw-reading-mask-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 999990;
}

body.aw-reading-mask .aw-reading-mask-overlay,
body.aw-reading-mask-dark .aw-reading-mask-overlay {
    display: block !important;
}

.aw-reading-mask-overlay::before,
.aw-reading-mask-overlay::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    background: rgba(0, 0, 0, 0.7);
}

body.aw-reading-mask-dark .aw-reading-mask-overlay::before,
body.aw-reading-mask-dark .aw-reading-mask-overlay::after {
    background: rgba(0, 0, 0, 0.85);
}

.aw-reading-mask-overlay::before { top: 0; height: var(--mask-top, 40%); }
.aw-reading-mask-overlay::after { bottom: 0; height: var(--mask-bottom, 40%); }

.aw-reading-guide-line {
    display: none;
    position: fixed;
    left: 0; right: 0;
    height: 3px;
    background: var(--aw-accent);
    pointer-events: none;
    z-index: 999991;
    box-shadow: 0 0 8px var(--aw-accent);
}

body.aw-reading-guide .aw-reading-guide-line {
    display: block !important;
    height: 3px;
}

body.aw-reading-guide-medium .aw-reading-guide-line {
    display: block !important;
    height: 5px;
    box-shadow: 0 0 12px var(--aw-accent);
}

body.aw-reading-guide-thick .aw-reading-guide-line {
    display: block !important;
    height: 8px;
    box-shadow: 0 0 16px var(--aw-accent);
}

/* Skip Link */
.aw-skip-link {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--aw-primary);
    color: white;
    padding: 12px 24px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 1000003;
    transition: top 0.3s ease;
}

.aw-skip-link:focus {
    top: 0;
}

/* Widget Protection */
.aw-widget, .aw-panel, .aw-toast, .aw-lang-modal,
.aw-skip-link, .aw-reading-guide-line, .aw-reading-mask-overlay {
    font-family: var(--aw-font) !important;
    font-size: 16px !important;
    filter: none !important;
}

/* Sayfa Yapısı Modal */
.aw-ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--aw-font);
}

.aw-ps-content {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.aw-ps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.aw-ps-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.aw-ps-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    line-height: 1;
}

.aw-ps-close:hover {
    color: #333;
}

.aw-ps-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
}

.aw-ps-tab {
    flex: 1;
    padding: 12px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.2s;
}

.aw-ps-tab.active {
    background: white;
    color: var(--aw-accent);
    border-bottom: 2px solid var(--aw-accent);
}

.aw-ps-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 10px;
}

.aw-ps-panel {
    display: none;
}

.aw-ps-panel.active {
    display: block;
}

.aw-ps-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.aw-ps-item:hover {
    background: #f0f7ff;
}

.aw-ps-level {
    background: var(--aw-accent);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    min-width: 28px;
    text-align: center;
}

.aw-ps-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aw-ps-link i {
    color: var(--aw-accent);
}

.aw-ps-empty {
    text-align: center;
    padding: 30px;
    color: #999;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 480px) {
    .aw-panel {
        width: calc(100vw - 100px) !important;
    }

    .aw-panel--mini {
        width: 60px !important;
    }

    .aw-toggle {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }
}