:root{--header-content-gap:20px;--header-category-title-gap:25px;--header-article-gap:20px;--header-section-gap:30px;--page-padding-top:20px;--page-padding-bottom:40px;--page-padding-horizontal:20px;--section-gap-large:60px;--section-gap-medium:40px;--section-gap-small:25px;--section-gap-xs:15px;--component-gap-large:40px;--component-gap-medium:25px;--component-gap-small:15px;--component-gap-xs:10px;--element-padding-large:30px;--element-padding-medium:20px;--element-padding-small:15px;--element-padding-xs:12px;--element-padding-xxs:8px;--grid-gap-large:30px;--grid-gap-medium:25px;--grid-gap-small:20px;--grid-gap-xs:15px;--card-padding:20px;--card-gap:15px;--card-title-margin:15px;--title-margin-bottom-large:30px;--title-margin-bottom-medium:20px;--title-margin-bottom-small:15px;--title-margin-bottom-xs:10px;--button-padding-vertical:12px;--button-padding-horizontal:24px;--form-element-gap:15px;--input-padding:14px 18px;--mobile-page-padding:15px;--mobile-section-gap:30px;--mobile-component-gap:20px;--mobile-element-padding:15px}@media (max-width:768px){:root{--page-padding-horizontal:var(--mobile-page-padding);--section-gap-large:50px;--section-gap-medium:var(--mobile-section-gap);--component-gap-large:var(--mobile-section-gap);--component-gap-medium:var(--mobile-component-gap);--element-padding-large:25px;--element-padding-medium:var(--mobile-element-padding);--grid-gap-large:25px;--grid-gap-medium:20px;--header-content-gap:15px;--header-category-title-gap:20px}}@media (max-width:480px){:root{--page-padding-horizontal:10px;--page-padding-top:15px;--page-padding-bottom:30px;--section-gap-large:40px;--section-gap-medium:25px;--section-gap-small:20px;--component-gap-large:25px;--component-gap-medium:15px;--element-padding-large:20px;--element-padding-medium:15px;--element-padding-small:12px;--grid-gap-large:20px;--grid-gap-medium:15px;--grid-gap-small:15px;--card-padding:15px;--header-content-gap:12px;--header-category-title-gap:15px}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;margin:0 !important;padding:0 !important;min-height:100%;background-color:#fff}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff;margin:0 !important;padding:0 !important;padding-bottom:0 !important;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:color 0.2s ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 var(--page-padding-horizontal)}.site-main{flex:1;min-height:60vh;padding:0}body.category .site-main,body.search .site-main,body.tag .site-main,body.post-type-archive-oyuncu .site-main,body.post-type-archive-yonetmen .site-main,body.error404 .site-main,body.page .site-main{max-width:none;margin:0;padding:0}.header-top{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:8px 0;font-size:14px}.top-bar-content{display:flex;justify-content:space-between;align-items:center}.top-bar-left{color:#6c757d}.topbar-menu{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none}.topbar-menu li{display:inline-flex;align-items:center}.topbar-menu a{padding:0 12px;color:#495057;font-size:13px;transition:color 0.2s ease}.topbar-menu a:hover{color:#007bff}.topbar-menu .separator{color:#dee2e6;margin:0}.site-header{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1000}.header-wrapper{display:flex;align-items:center;justify-content:space-between;padding:var(--element-padding-small) 0;gap:var(--component-gap-medium)}.logo-section{flex-shrink:0}.site-logo{display:block}.site-logo-image{max-height:60px;width:auto}.logo-text{font-size:24px;font-weight:700;color:#007bff}.header-navigation{flex:1;display:flex;justify-content:center}.nav-wrapper{width:100%}.nav-menu{display:flex;align-items:center;justify-content:center;gap:2px;margin:0;padding:0;list-style:none}.nav-menu>li{position:relative}.nav-menu>li>a{display:flex;align-items:center;gap:4px;padding:10px 12px;font-size:15px;font-weight:500;color:#333;border-radius:6px;transition:all 0.2s ease}.nav-menu>li>a:hover{background-color:#f8f9fa;color:#007bff}.nav-menu>li.current-menu-item>a,.nav-menu>li.current_page_item>a{color:#007bff;background-color:#e7f3ff}.dropdown-toggle{display:inline-flex;align-items:center;margin-left:2px;transition:transform 0.2s ease}.menu-item-has-children:hover>a .dropdown-toggle{transform:rotate(180deg)}.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.1);padding:8px 0;margin-top:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000}.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sub-menu li{position:relative}.sub-menu a{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;color:#333;font-size:14px;transition:all 0.2s ease}.sub-menu a:hover{background-color:#f8f9fa;color:#007bff;padding-left:24px}.sub-menu .sub-menu{top:0;left:100%;margin-top:0;margin-left:0}.sub-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0)}.header-actions{display:flex;align-items:center;gap:12px}.theme-toggle-wrapper{position:relative}.theme-toggle{width:40px;height:40px;border:none;background-color:#f8f9fa;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.theme-toggle:hover{background-color:#e9ecef;transform:scale(1.05)}.theme-toggle svg{color:#333;stroke:#333}.theme-toggle-icon{width:20px;height:20px;transition:all 0.3s ease}.theme-toggle-icon.sun{display:block}.theme-toggle-icon.moon{display:none}.search-toggle{position:relative}.search-btn{width:40px;height:40px;border:none;background-color:#f8f9fa;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.search-btn svg{color:#333;stroke:#333}.search-btn:hover{background-color:#e9ecef;transform:scale(1.05)}.search-form-container{width:100%;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;max-height:0;overflow:hidden;opacity:0;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative;z-index:998}.search-form-container.active{display:block !important;max-height:120px;opacity:1;padding:20px 0}.search-form-container .container{position:relative}.search-close{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background-color:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;color:#6c757d}.search-close:hover{background-color:#e9ecef;color:#333}.search-close svg{width:20px;height:20px}.search-form{display:flex;gap:10px;max-width:600px;margin:0 auto;padding-right:50px}.search-field{flex:1;padding:14px 18px;border:2px solid #dee2e6;border-radius:8px;font-size:15px;transition:all 0.3s ease;background-color:#fff}.search-field:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px rgba(0,123,255,0.1)}.search-field::placeholder{color:#adb5bd}.search-submit{display:flex;align-items:center;gap:8px;padding:14px 28px;background:var(--theme-primary-color,#007bff);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;transition:all 0.3s ease}.search-submit:hover{background:color-mix(in srgb,var(--theme-primary-color,#007bff) 85%,black);transform:translateY(-2px);box-shadow:0 6px 16px rgba(231,76,60,0.4)}.search-submit svg{width:18px;height:18px}.user-menu-wrapper{position:relative}.user-menu-toggle{width:40px;height:40px;border:none;background:none;border-radius:50%;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.user-menu-toggle:hover{transform:scale(1.05)}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.login-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;background-color:#007bff;color:#fff;border-radius:6px;font-size:13px;font-weight:600;transition:all 0.3s ease;white-space:nowrap;overflow:hidden;max-width:fit-content}.login-btn:hover{background-color:#0056b3;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,123,255,0.3)}.login-btn svg{width:16px;height:16px}.user-dropdown{position:absolute;top:calc(100%+10px);right:0;min-width:280px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1001}.user-menu-wrapper:hover .user-dropdown,.user-dropdown:hover{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown-header{padding:20px;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:12px}.user-avatar-large{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.user-info{display:flex;flex-direction:column}.user-name{font-size:16px;font-weight:600;color:#2c3e50}.user-email{font-size:13px;color:#7f8c8d}.user-dropdown-menu{list-style:none;padding:8px 0;margin:0}.user-dropdown-menu li{margin:0}.user-dropdown-menu li.divider{height:1px;background-color:#e9ecef;margin:8px 0}.user-dropdown-menu a{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#2c3e50;font-size:14px;font-weight:500;transition:all 0.2s ease}.user-dropdown-menu a:hover{background-color:#f8f9fa;color:#007bff;padding-left:24px}.user-dropdown-menu a svg{flex-shrink:0}.user-dropdown-menu .logout-link{color:#dc3545}.user-dropdown-menu .logout-link:hover{background-color:#fff5f5;color:#dc3545}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background-color 0.2s ease}.mobile-menu-toggle:hover{background-color:#f8f9fa}.mobile-menu-toggle span{display:block;width:100%;height:3px;background-color:#333;border-radius:2px;transition:all 0.3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;opacity:0;transition:opacity 0.3s ease}.mobile-menu-overlay.active{display:block;opacity:1}@media (max-width:1024px){.nav-menu>li>a{padding:10px 12px;font-size:14px}}@media (max-width:768px){.header-top{padding:6px 0;font-size:13px}.top-bar-content{flex-direction:column;gap:8px;text-align:center}.topbar-menu{justify-content:center}.topbar-menu a{padding:0 8px;font-size:12px}.header-wrapper{padding:12px 0;gap:15px}.mobile-menu-toggle{display:flex}.header-navigation{position:fixed;top:0;left:-100%;width:280px;height:100vh;background-color:#fff;z-index:1000;overflow-y:auto;transition:left 0.3s ease;padding:20px}.header-navigation.active{left:0}.nav-menu{flex-direction:column;align-items:stretch;gap:0}.nav-menu>li{border-bottom:1px solid #e9ecef}.nav-menu>li>a{padding:15px 10px;border-radius:0}.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:0;padding-left:15px;display:none}.menu-item-has-children.active>.sub-menu{display:block}.sub-menu .sub-menu{margin-left:15px}.search-form-container.active{max-height:140px}.search-form{flex-direction:column;padding-right:0;margin-top:40px}.search-close{top:10px;right:10px;transform:none}.search-submit{width:100%;justify-content:center}}@media (max-width:480px){.site-logo-image{max-height:48px}.logo-text{font-size:20px}.header-actions{gap:8px}.theme-toggle,.search-btn{width:36px;height:36px}}.site-footer{background-color:#2c3e50;color:#ecf0f1;padding:60px 0 20px;margin-top:80px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--theme-primary-color,#3498db)}.footer-text{line-height:1.8;color:#bdc3c7}.footer-social-list{display:flex;gap:15px;flex-wrap:wrap}.footer-social-list li a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#34495e;border-radius:50%;color:#ecf0f1;transition:all 0.3s ease}.footer-social-list li a:hover{background-color:#3498db;transform:translateY(-3px)}.footer-menu{display:flex;flex-direction:column;gap:4px}.footer-menu li a{color:#bdc3c7;transition:all 0.3s ease;padding-left:0;line-height:1.3;display:block;padding:2px 0;font-size:13px}.footer-menu li a:hover{color:var(--theme-primary-color,#3498db);padding-left:10px}.footer-bottom{border-top:1px solid #34495e;padding-top:30px;text-align:center}.copyright{color:#95a5a6;font-size:14px}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background-color:var(--theme-primary-color,#3498db);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,0.2)}.scroll-to-top:hover{background-color:color-mix(in srgb,var(--theme-primary-color,#3498db) 85%,black);transform:translateY(-5px)}.scroll-to-top.show{opacity:1;visibility:visible}@media (max-width:768px){.site-footer{padding:40px 0 20px;margin-top:60px}.footer-content{gap:30px}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px}}@media (max-width:480px){.site-footer{padding:30px 0 15px}.footer-content{grid-template-columns:1fr;gap:25px}.scroll-to-top{width:40px;height:40px}}.footer-description{line-height:1.8;color:#bdc3c7;font-size:14px;margin-bottom:20px}.footer-social-icons-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;max-width:280px}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background-color:#34495e;border-radius:8px;color:#ecf0f1;transition:all 0.3s ease}.footer-social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,0.3)}.footer-social-icon svg{flex-shrink:0}.footer-social-icon.facebook:hover{background-color:#1877f2}.footer-social-icon.twitter:hover{background-color:#000}.footer-social-icon.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.footer-social-icon.youtube:hover{background-color:#ff0000}.footer-social-icon.linkedin:hover{background-color:#0077b5}.footer-social-icon.pinterest:hover{background-color:#e60023}.footer-social-icon.whatsapp:hover{background-color:#25d366}.footer-social-icon.telegram:hover{background-color:#0088cc}.footer-social-icon.tiktok:hover{background-color:#000}.footer-social-icon.snapchat:hover{background-color:#fffc00;color:#000}.footer-social-list{display:flex;flex-wrap:wrap;gap:12px}.footer-social-item{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#34495e;border-radius:6px;color:#ecf0f1;font-size:13px;transition:all 0.3s ease}.footer-social-item:hover{background-color:#3498db;transform:translateY(-2px);box-shadow:0 4px 8px rgba(52,152,219,0.3)}.footer-social-item svg{flex-shrink:0}.footer-social-item.facebook:hover{background-color:#1877f2}.footer-social-item.twitter:hover{background-color:#000}.footer-social-item.instagram:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.footer-social-item.youtube:hover{background-color:#ff0000}.footer-social-item.linkedin:hover{background-color:#0077b5}.footer-social-item.pinterest:hover{background-color:#e60023}.footer-social-item.whatsapp:hover{background-color:#25d366}.footer-social-item.telegram:hover{background-color:#0088cc}.footer-social-item.tiktok:hover{background-color:#000}.footer-social-item.snapchat:hover{background-color:#fffc00;color:#000}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;border-top:1px solid #34495e;padding-top:30px;text-align:left}.footer-copyright{color:#95a5a6;font-size:14px}.footer-copyright p{margin:0}.footer-credits{color:#95a5a6;font-size:13px}.footer-credits p{margin:0}.footer-credits a{color:#95a5a6;text-decoration:none;transition:color 0.3s ease}.footer-credits a:hover{color:#fff}@media (max-width:768px){.footer-social-icons-grid{grid-template-columns:repeat(5,1fr);gap:10px;max-width:100%}.footer-social-icon{width:42px;height:42px}}@media (max-width:480px){.footer-bottom{flex-direction:column;text-align:center}.footer-social-icons-grid{grid-template-columns:repeat(5,1fr);gap:8px}.footer-social-icon{width:40px;height:40px}.footer-social-icon svg{width:18px;height:18px}.footer-social-item span{display:none}.footer-social-item{padding:10px;width:40px;height:40px;justify-content:center}}[data-theme="dark"] .header-top{background-color:#242424;border-bottom-color:#333333}[data-theme="dark"] .top-bar-left,[data-theme="dark"] .top-bar-text{color:#b0b0b0}[data-theme="dark"] .topbar-menu a{color:#b0b0b0}[data-theme="dark"] .topbar-menu a:hover{color:#3498db}[data-theme="dark"] .topbar-menu .separator{color:#333333}[data-theme="dark"] .site-header{background-color:#242424;box-shadow:0 2px 8px rgba(0,0,0,0.3)}[data-theme="dark"] .logo-text{color:#3498db}[data-theme="dark"] .nav-menu>li>a{color:#ffffff}[data-theme="dark"] .nav-menu>li>a:hover{background-color:#2a2a2a;color:#3498db}[data-theme="dark"] .nav-menu>li.current-menu-item>a,[data-theme="dark"] .nav-menu>li.current_page_item>a{color:#3498db;background-color:rgba(52,152,219,0.1)}[data-theme="dark"] .sub-menu{background-color:#242424;box-shadow:0 4px 20px rgba(0,0,0,0.3)}[data-theme="dark"] .sub-menu a{color:#ffffff}[data-theme="dark"] .sub-menu a:hover{background-color:#2a2a2a;color:#3498db}[data-theme="dark"] .theme-toggle{background-color:#2a2a2a}[data-theme="dark"] .theme-toggle:hover{background-color:#333333}[data-theme="dark"] .theme-toggle svg{color:#ffffff;stroke:#ffffff}[data-theme="dark"] .search-btn{background-color:#2a2a2a}[data-theme="dark"] .search-btn:hover{background-color:#333333}[data-theme="dark"] .search-btn svg{color:#ffffff;stroke:#ffffff}[data-theme="dark"] .search-form-container{background-color:#242424;border-bottom-color:#333333}[data-theme="dark"] .search-field{background-color:#1a1a1a;border-color:#333333;color:#ffffff}[data-theme="dark"] .search-field:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,0.2)}[data-theme="dark"] .search-field::placeholder{color:#666666}[data-theme="dark"] .search-close{color:#b0b0b0}[data-theme="dark"] .search-close:hover{background-color:#2a2a2a;color:#ffffff}[data-theme="dark"] .login-btn{background-color:#3498db;color:#ffffff}[data-theme="dark"] .login-btn:hover{background-color:#2980b9}[data-theme="dark"] .user-avatar{border-color:#333333}[data-theme="dark"] .user-dropdown{background-color:#242424;box-shadow:0 4px 20px rgba(0,0,0,0.3)}[data-theme="dark"] .user-dropdown-header{border-bottom-color:#333333}[data-theme="dark"] .user-avatar-large{border-color:#333333}[data-theme="dark"] .user-name{color:#ffffff}[data-theme="dark"] .user-email{color:#b0b0b0}[data-theme="dark"] .user-dropdown-menu a{color:#ffffff}[data-theme="dark"] .user-dropdown-menu a:hover{background-color:#2a2a2a;color:#3498db}[data-theme="dark"] .user-dropdown-menu li.divider{background-color:#333333}[data-theme="dark"] .user-dropdown-menu .logout-link{color:#dc3545}[data-theme="dark"] .user-dropdown-menu .logout-link:hover{background-color:#fff5f5;color:#dc3545}[data-theme="dark"] .mobile-menu-toggle:hover{background-color:#2a2a2a}[data-theme="dark"] .mobile-menu-toggle span{background-color:#ffffff}@media (max-width:768px){[data-theme="dark"] .header-navigation{background-color:#242424}[data-theme="dark"] .nav-menu>li{border-bottom-color:#333333}}@media (max-width:768px){.header-top{padding:8px 0}.top-bar-content{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.top-bar-left{flex-shrink:0;font-size:11px;white-space:nowrap}.top-bar-right{flex:1;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;max-width:70%}.top-bar-right::-webkit-scrollbar{display:none}.topbar-menu{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:2px;min-width:min-content;white-space:nowrap}.topbar-menu li{flex-shrink:0}.topbar-menu a{font-size:11px;padding:5px 8px;display:inline-block;white-space:nowrap}.topbar-menu .separator{margin:0 3px;font-size:10px}}@media (max-width:480px){.header-top{padding:6px 0}.top-bar-left{font-size:10px}.top-bar-right{max-width:75%}.topbar-menu{gap:1px}.topbar-menu a{font-size:10px;padding:4px 6px}.topbar-menu .separator{margin:0 2px;font-size:9px}}@media (max-width:768px){[data-theme="dark"] .header-top{background-color:#1f1f1f}[data-theme="dark"] .top-bar-right{background:linear-gradient(90deg,rgba(31,31,31,0) 0%,rgba(31,31,31,1) 5%,rgba(31,31,31,1) 95%,rgba(31,31,31,0) 100% )}}