/* Mobile Styles */

/* Mobil butonlardaki seçici/highlight efektini kaldır */
@media (max-width: 768px) {
  button,
  a,
  .mobile-bar-item,
  .mobile-bar-left,
  .mobile-bar-right,
  .mobile-bar-avatar,
  .mobile-bar-center button,
  .mobile-bar-center a,
  .header-icon-btn,
  .header-btn,
  .user-avatar,
  .mobile-menu-toggle {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  button:active,
  a:active,
  .mobile-bar-item:active,
  .mobile-bar-left:active,
  .mobile-bar-right:active,
  .mobile-bar-avatar:active,
  .header-icon-btn:active,
  .header-btn:active,
  .user-avatar:active,
  .mobile-menu-toggle:active {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }
  
  button:focus,
  a:focus,
  .mobile-bar-item:focus,
  .mobile-bar-left:focus,
  .mobile-bar-right:focus,
  .mobile-bar-avatar:focus,
  .header-icon-btn:focus,
  .header-btn:focus,
  .user-avatar:focus,
  .mobile-menu-toggle:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }
}

/* Mobile Header */
@media (max-width: 768px) {
  /* Desktop elementlerini gizle */
  .desktop-logo,
  .search-area,
  .header-right {
    display: none !important;
  }
  
  /* Mobil elementleri göster */
  .header-left-mobile,
  .header-menu-mobile,
  .header-right-mobile {
    display: flex;
  }
  
  .mobile-sidebar,
  .mobile-sidebar-overlay {
    display: block;
  }
  
  .mobile-bottom-bar {
    display: flex;
  }
  .header-container {
    padding: 0 15px;
    height: 60px;
    align-items: center;
    align-content: space-between;
    display: flex;
  }
  
  .header-left-mobile {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .logo {
    font-size: 18px;
    display: flex;
    align-items: center;
    height: auto;
    min-height: fit-content;
  }
  
  .logo img {
    display: block;
    max-width: 140px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  
  .header-logo-img {
    max-width: 140px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  
  .search-area {
    display: none;
  }
  
  .search-modal-input {
    font-size: 24px;
    padding: 15px 0;
  }
  
  .search-modal-content {
    padding: 20px;
  }
  
  .search-modal-close {
    top: 10px;
    right: 10px;
    font-size: 24px;
  }
  
  .hero-section {
    padding: 0;
    margin-bottom: 20px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  
  .hero-container {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
  }
  
  .hero-header {
    padding: 15px;
  }
  
  
  .header-right {
    gap: 6px;
  }
  
  .header-icon-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .header-icon-btn:active,
  .header-icon-btn:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .header-icon-btn i {
    font-size: 14px;
  }
  
  .header-icon-btn .icon-svg {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
  }
  
  .user-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .user-avatar:active,
  .user-avatar:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .header-btn {
    padding: 6px 12px;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .header-btn:active,
  .header-btn:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  
  /* Logo ve Menu Layout */
  .header-left-mobile {
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 100%;
  }
  
  @media (max-width: 768px) {
    .header-left-mobile {
      display: flex;
      align-items: center;
    }
    
    .header-left-mobile .logo {
      display: flex;
      align-items: center;
      height: auto;
      min-height: fit-content;
    }
    
    .desktop-logo {
      display: none !important;
    }
    
    .header-menu-mobile {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin-left: auto;
      height: 100%;
    }
    
    .mobile-menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      padding: 6px 12px;
      font-size: 11px;
      min-width: auto;
      width: auto;
      font-weight: 600;
    }
    
    .header-search-btn-mobile {
      width: 35px;
      height: 35px;
      min-width: 32px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 14px;
    }
    
    .header-search-btn-mobile i {
      font-size: 14px;
    }
    
    .header-search-btn-mobile .icon-svg {
      width: 14px;
      height: 14px;
      object-fit: contain;
      display: block;
      filter: brightness(0) invert(1);
    }
  }
  
  @media (min-width: 769px) {
    .header-left-mobile {
      display: none !important;
    }
    
    .header-menu-mobile {
      display: none !important;
    }
  }
  
  
  /* Mobile Sidebar (Slide-in Menu) - Full Width */
  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--bg);
    z-index: 1000;
    transition: left 0.3s ease-out;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .mobile-sidebar.active {
    left: 0;
  }
  
  /* Mobile Sidebar Header */
  .mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-card);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  
  .mobile-sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
  }
  
  .mobile-sidebar-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-light);
    border: 2px solid var(--border);
    color: var(--text-primary);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
  }
  
  .mobile-sidebar-close:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
  }
  
  /* Mobile Sidebar Content */
  .mobile-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 15px;
  }
  
  /* Mobile Sidebar - Categories and Tags spacing */
  .mobile-sidebar-content .categories-section + .categories-section {
    margin-top: 30px;
  }
  
  .mobile-sidebar-overlay {
    display: none;
  }
  
  /* Mobile Dropdowns (Upward) */
  .header-right-mobile .notification-wrapper,
  .header-right-mobile .user-wrapper {
    position: relative;
  }
  
  .header-right-mobile .notification-dropdown,
  .header-right-mobile .user-menu {
    position: fixed;
    bottom: 70px;
    right: 15px;
    left: 15px;
    top: auto;
    max-width: none;
    width: auto;
    min-width: auto;
    max-height: 50vh;
    border-radius: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  }
  
  .header-right-mobile .notification-dropdown {
    bottom: 70px;
  }
  
  .header-right-mobile .user-menu {
    bottom: 70px;
  }
  
  /* Mobile Bottom Bar */
  .mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 12px 20px;
    z-index: 998;
    height: 60px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  
  .mobile-bottom-bar.hidden {
    transform: translateY(100%);
  }
  
  .mobile-bar-left,
  .mobile-bar-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-light, rgba(255,255,255,0.15));
    color: var(--primary, #fff);
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--border, rgba(255,255,255,0.12));
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .mobile-bar-left:hover,
  .mobile-bar-right:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  
  .mobile-bar-left i,
  .mobile-bar-right i {
    font-size: 18px;
    color: var(--primary, #fff);
  }
  
  .mobile-bar-left .icon-svg,
  .mobile-bar-right .icon-svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
  }
  
  .mobile-bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-light, rgba(255,255,255,0.15));
    color: var(--primary, #fff);
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--border, rgba(255,255,255,0.12));
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .mobile-bar-login-btn {
    width: auto;
    padding: 10px 20px;
    border-radius: 22px;
    gap: 8px;
  }
  
  .mobile-bar-login-btn span {
    font-size: 14px;
    font-weight: 600;
  }
  
  .mobile-bar-item:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  
  .mobile-bar-center {
    position: relative;
    flex: 0 0 auto;
  }
  
  .mobile-bar-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary-light, rgba(255,255,255,0.15));
    border: 4px solid var(--border, rgba(255,255,255,0.12));
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .mobile-bar-avatar img,
  .mobile-avatar-letter {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .mobile-avatar-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white;
    font-weight: 700;
    font-size: 24px;
  }
  
  .mobile-bar-guest-avatar {
    background: var(--muted);
    border-color: var(--border, rgba(255,255,255,0.12));
    cursor: default;
  }
  
  .mobile-bar-guest-avatar:hover {
    transform: translateY(-20px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .mobile-guest-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
  }
  
  .mobile-bar-avatar:hover {
    transform: translateY(-22px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }
  
  .mobile-bar-item:active {
    background: var(--primary-light, rgba(255,255,255,0.15));
    transform: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .mobile-bar-left:active,
  .mobile-bar-right:active {
    background: var(--primary-light, rgba(255,255,255,0.15));
    transform: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .mobile-bar-avatar:active {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .mobile-bar-item i {
    font-size: 18px;
    color: var(--primary, #fff);
  }
  
  .mobile-bar-item-wrapper {
    position: relative;
  }
  
  .mobile-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ef4444;
    color: white;
    font-size: 9px;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 3px;
    border: 2px solid var(--bg-card, #1a1a2e);
    z-index: 1;
  }
  
  /* Mobile Bottom Bar Dropdowns (Upward) - Ortak stil */
  .mobile-bar-center .mobile-user-menu,
  .mobile-bar-center .mobile-notification-dropdown {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 30px);
    max-width: 400px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    display: none;
    z-index: 1000;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0;
    min-width: 200px;
  }
  
  .mobile-bar-center .mobile-user-menu.active,
  .mobile-bar-center .mobile-notification-dropdown.active {
    display: block;
    animation: slideUpCentered 0.2s ease-out;
  }
  
  .mobile-bar-center .mobile-user-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: var(--text-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    transition: background 0.2s;
    font-size: 14px;
    cursor: pointer;
  }

  .mobile-bar-center .mobile-user-menu a i {
    width: 16px;
    text-align: center;
    color: var(--text-secondary);
  }
  
  .mobile-bar-center .mobile-user-menu a .icon-svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
  }
  
  .mobile-bar-center .mobile-user-menu a:last-child {
    border-bottom: none;
  }
  
  .mobile-bar-center .mobile-user-menu a:hover,
  .mobile-bar-center .mobile-user-menu a:active {
    background: var(--muted);
    color: var(--primary);
  }
  
  /* Mobile Notification Button & Dropdown */
  .mobile-bar-right .mobile-notification-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  
  @keyframes slideUpCentered {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  .mobile-notification-btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--primary, #fff);
    font-size: 18px;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
  }
  
  .mobile-notification-btn:active {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .mobile-notification-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ef4444;
    color: white;
    font-size: 9px;
    min-width: 14px;
    height: 14px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 3px;
    border: 2px solid var(--bg-card, #1a1a2e);
    z-index: 1;
  }
  
  
  .mobile-bar-center .mobile-notification-dropdown .notification-list {
    max-height: calc(60vh - 50px);
    overflow-y: auto;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-item {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background 0.2s;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-item:active {
    background: var(--muted);
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-item.unread {
    background: var(--primary-light);
    font-weight: 500;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-item:last-child {
    border-bottom: none;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-message {
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.5;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .notification-time {
    font-size: 12px;
    color: var(--text-secondary);
  }
  
  .mobile-bar-center .mobile-notification-dropdown .mark-all-read-btn {
    width: 100%;
    padding: 8px 16px;
    background: #fff9e6;
    color: #8b6914;
    border: none;
    border-top: 1px solid var(--border);
    border-radius: 0 0 12px 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  .mobile-bar-center .mobile-notification-dropdown .mark-all-read-btn:active {
    background: #fff4cc;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }
  
  /* Main content padding for mobile bottom bar */
  main {
    padding-bottom: 70px;
  }
  
  /* Container Layout - Mobile */
  .container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px;
  }
  
  .right-container {
    display: none;
  }
  
  .left-container {
    width: 100%;
  }
  
  /* Topics Header - Mobile */
  .topics-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left:10px;
    padding-right: 10px;
    gap: 10px;
  }
  
  .topic-item {
    margin-top: 10px;
    flex-direction: column;
    padding: 12px;
    gap: 0;
  }
  
  /* Desktop'ta topic-footer-mobile gizle */
  .topic-footer-mobile {
    display: none;
  }
  
  @media (max-width: 768px) {
    .topic-footer-mobile {
      display: flex;
    }
  }
  
  .topic-item:first-of-type {
    margin-top: 0;
  }
  
  /* Topic Content - Mobile: Başlık ve açıklama üstte */
  .topic-content {
    order: 1;
    width: 100%;
    background: var(--bg);
    padding: 12px;
    border-radius: var(--radius);
    margin-bottom: 0;
  }
  
  .topic-header {
    display: none;
  }
  
  .topic-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
    line-height: 1.4;
  }
  
  .topic-excerpt {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .topic-content .topic-meta {
    display: none;
  }
  
  /* Kategori Badge'leri - Mobil görünümde topic-footer-mobile üstünde */
  @media (max-width: 768px) {
    .topic-categories-wrapper-mobile {
      display: block !important;
      order: 2 !important;
      width: 100% !important;
      margin-bottom: 0 !important;
      margin-top: 8px !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    
    .topic-categories-wrapper-mobile .topic-categories-mobile {
      display: flex !important;
      align-items: center !important;
      gap: 6px !important;
      flex-wrap: wrap !important;
    }
    
    .topic-categories-wrapper-mobile .category-badge-mobile {
      display: inline-flex !important;
      visibility: visible !important;
    }
    
    .topic-categories-wrapper-mobile .category-count-mobile {
      display: inline-flex !important;
      visibility: visible !important;
    }
  }
  
  /* Topic Footer - Mobile: Avatar, isim, tarih, butonlar */
  .topic-footer-mobile {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 8px;
    border-top: 1px solid var(--border);
    width: 100%;
  }
  
  /* topic-actions-mobile içindeki kategori badge'lerini mobil görünümde gizle */
  .topic-actions-mobile .topic-categories-mobile {
    display: none;
  }
  
  /* Desktop'ta eski avatar'ı gizle */
  .topic-item > .topic-avatar:first-child {
    display: none;
  }
  
  .topic-user-info-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
  }
  
  .topic-avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
    flex-shrink: 0;
  }
  
  .topic-avatar img,
  .topic-avatar picture,
  .topic-avatar picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .topic-user-details-mobile {
    display: flex;
    flex-direction: column;
    gap:0px;
  
  }
  
  .topic-author-mobile {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
  }
  
  .topic-date-mobile {
    font-size: 11px;
    color: var(--text-secondary);
  }
  
  .topic-actions-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  
  .category-badge-mobile,
  .topic-category-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .topic-sidebar {
    display: none;
  }
  
  .sort-label-text {
    display: none;
  }
  
  .sort-label {
    font-size: 18px;
  }
  
  .sort-value {
    font-size: 18px;
  }
  
  .topics-header > div:last-child {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    flex-shrink: 0;
  }
  
  .refresh-icon-btn,
  .new-topic-btn {
    padding: 6px 10px;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .refresh-text,
  .new-topic-btn span {
    font-family: var(--font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif);
    font-size: 16px;
    white-space: nowrap;
  }
  
  .refresh-icon,
  .new-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  
  .refresh-text,
  .new-topic-btn span {
    color: var(--text-primary);
  }
  
  /* Main Content Padding */
  main {
    padding: 0;
  }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .container {
    grid-template-columns: 0.35fr 1fr;
    gap: 20px;
  }
}

/* Footer - Mobile Styles */
@media (max-width: 768px) {
  footer {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .footer-bar {
    margin: 0 15px;
    border-radius: 12px;
  }
  
  /* Desktop menüyü gizle */
  .footer-menu {
    display: none;
  }
  
  /* Mobile menüyü göster */
  .footer-mobile-menu {
    display: block;
    position: relative;
    margin-left: auto;
  }
  
  .footer-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  
  .footer-logo {
    flex-shrink: 0;
    gap: 8px;
  }
  
  .footer-logo img,
  .footer-logo-img {
    max-width: 90px;
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  
  .footer-logo-text {
    font-size: 12px;
  }
  
  .footer-copyright {
    font-size: 11px;
  }
  
  .footer-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
  }
  
  .footer-mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }
  
  .footer-mobile-toggle i {
    transition: transform 0.3s;
    font-size: 10px;
  }
  
  .footer-mobile-toggle.active i {
    transform: rotate(180deg);
  }
  
  .footer-mobile-dropdown {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: auto;
    width: 250px;
    max-width: calc(100vw - 30px);
    margin-bottom: 8px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  }
  
  .footer-mobile-dropdown.active {
    display: block;
  }
  
  .footer-mobile-dropdown a {
    display: block;
    padding: 12px 16px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    border-bottom: 1px solid var(--border);
  }
  
  .footer-mobile-dropdown a:last-child {
    border-bottom: none;
  }
  
  .footer-mobile-dropdown a:hover {
    background: var(--muted);
    color: var(--primary);
    padding-left: 20px;
  }
  
  /* Page Content Box Mobile */
  .page-content-box {
    padding: 20px;
  }
  
  .page-content-box h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .page-content-box h2 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
  
  .page-content-box p {
    font-size: 14px;
    line-height: 1.7;
  }
}