/*
Theme Name: Tepecik Egitim Temasi
Theme URI: https://tepecik.kenanteacher.com
Author: Kenan Teacher
Description: Öğrenciler ve öğretmenler için özel giriş ekranı ve indirme butonlu eğitim teması.
Version: 1.0
*/

/* Tüm sayfalarda ortak kullanılan ana CSS */
body { margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f6f8; color: #333; }
a { text-decoration: none; color: inherit; transition: 0.2s; }
ul { list-style: none; padding: 0; margin: 0; }

.portal-header { background: white; padding: 15px 30px; border-bottom: 3px solid #e1e4e8; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo-group { display: flex; flex-direction: column; }
.header-logo { font-size: 34px; font-weight: 900; color: #2c3e50; text-transform:uppercase; letter-spacing:1px; line-height: 1; display: flex; align-items: center; }
.header-slogan { font-family: 'Verdana', sans-serif; font-size: 16px; color: #0073aa; font-weight: bold; margin-top: 8px; letter-spacing: 0.5px; padding-left: 55px; }

.header-menu { display: flex; gap: 10px; } 
.menu-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px 15px; border-radius: 12px; cursor: pointer; transition: all 0.3s ease; min-width: 65px; text-decoration: none; }
.menu-icon { font-size: 28px; margin-bottom: 4px; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1)); transition: 0.3s; }
.menu-text { font-size: 13px; font-weight: bold; color: #555; }
.menu-item:hover { background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transform: translateY(-5px); }

.item-anasayfa .menu-icon { color: #1abc9c; } 
.item-kahoot .menu-icon { color: #46178f; } 
.item-test .menu-icon { color: #0073aa; } 
.item-oyun .menu-icon { color: #e67e22; } 
.item-haber .menu-icon { color: #27ae60; } 
.item-video .menu-icon { color: #c0392b; }

.main-container { width: 98%; max-width: 1800px; margin: 20px auto; display: flex; gap: 25px; align-items: flex-start; }
.sidebar-left, .sidebar-right { width: 315px; flex-shrink: 0; }
.content-area { flex-grow: 1; width: 100%; }

/* Widgetlar */
.widget-box { background: white; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }
.widget-header { background: #f8f9fa; padding: 15px; font-weight: bold; font-size: 18px; border-bottom: 1px solid #eee; color: #2c3e50; }
.cat-list li a { display: block; padding: 16px 20px; font-size: 18px; color: #444; font-weight: 600; border-bottom: 1px solid #f1f1f1; }
.cat-list li a:hover { background: #fff0f0; color: #e74c3c; padding-left: 25px; }

/* Responsive */
@media (max-width: 1024px) { 
    .main-container { flex-direction: column; width: 95%; } 
    .sidebar-left, .sidebar-right, .content-area { width: 100%; } 
    .header-menu { display: none; } 
}