/*
Theme Name: Anıl Kıral Teması
Description: Basit ve temiz WordPress teması
Version: 1.0
Author: Anıl Kıral
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');

/* Reset ve temel stiller */
* {
    margin: 0;
    padding: 0;
}

html, body {
    background: #1a1a1a;
    color: #ffffff;
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: auto;
}

/* Ana container - Bootstrap spacing kullanıyoruz */
.main-container {
    max-width: 1000px;
}

/* Renk sınıfları */
.name-header {
    color: #4fc3f7;
    font-weight: 700;
    font-size: 24px;
}

.section-header {
    color: #ffb74d;
    font-weight: 700;
    font-size: 18px;
}

.company-name {
    color: #4fc3f7;
    font-weight: 700;
}

.position {
    color: #81c784;
    font-weight: 600;
}

.duration {
    color: #f48fb1;
    font-weight: 500;
}

.location {
    color: #ce93d8;
    font-style: italic;
}

.skill-highlight {
    color: #a5d6a7;
    font-weight: 500;
}

.cert-name {
    color: #90caf9;
    font-weight: 600;
}

.cert-issuer {
    color: #ffcc02;
    font-weight: 500;
}

.separator {
    color: #616161;
}

.bullet {
    color: #ff9800;
}

.highlight {
    background: rgba(255, 193, 7, 0.2);
    padding: 1px 4px;
    border-radius: 2px;
    color: #ffc107;
    font-weight: 600;
}

.success {
    color: #4caf50;
    font-weight: 600;
}

.warning {
    color: #ff9800;
    font-weight: 600;
}

.info {
    color: #2196f3;
    font-weight: 600;
}

/* Link stilleri */
a {
    color: #4fc3f7;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

a:hover {
    color: #81c784;
}

/* Özel content stilleri */
.content-block {
    color: #e0e0e0;
}

/* Post stilleri */
.post-title a, .post-title {
    color: #4fc3f7;
    font-weight: 700;
    font-size: 18px;
}

.post-title a:hover {
    color: #81c784;
    font-weight: 700;
    font-size: 18px;
}

.post-meta {
    color: #f48fb1;
    font-size: 14px;
    font-weight: 500;
}

.post-content {
    color: #e0e0e0;
}

.post-excerpt {
    color: #e0e0e0;
}

/* Header kategorileri */
.header-categories a {
    color: #ffc107 !important;
    font-weight: 700;
}

.header-categories a:hover {
    color: #ffb74d !important;
    font-weight: 700;
}

/* Kategori navigation */
.category-nav a {
    color: #81c784;
    margin-right: 20px;
    font-weight: 500;
}

.category-nav a:hover {
    color: #4fc3f7;
}

.category-nav a.current {
    color: #ffb74d;
    font-weight: 600;
}