/* =========================================
   l00t — Blog (home.html) & Single Post
   ========================================= */

/* ---------- Blog Listing Grid ---------- */

.l00t-blog-query {
    max-width: 1200px;
    margin: 3rem auto 6rem;
    padding: 0 2rem;
}

.l00t-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0 0 3rem;
}

.l00t-blog-card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(200, 210, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.l00t-blog-card:hover {
    border-color: rgba(200, 210, 255, 0.45);
    transform: translateY(-4px);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(200, 210, 255, 0.08);
}

.l00t-blog-card-img {
    margin: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(200, 210, 255, 0.08);
}

.l00t-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
    transition: filter 0.4s ease, transform 0.6s ease;
}

.l00t-blog-card:hover .l00t-blog-card-img img {
    filter: brightness(1);
    transform: scale(1.04);
}

.l00t-blog-card-body {
    padding: 1.5rem 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

/* Kategoriler */
.l00t-blog-card-cats {
    margin: 0 !important;
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.l00t-blog-card-cats a {
    color: rgba(200, 210, 255, 0.65) !important;
    text-decoration: none;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(200, 210, 255, 0.2);
    border-radius: 3px;
    margin-right: 0.4rem;
    transition: all 0.25s ease;
    display: inline-block;
    margin-bottom: 0.3rem;
}

.l00t-blog-card-cats a:hover {
    color: #fff !important;
    border-color: rgba(200, 210, 255, 0.6);
    background: rgba(200, 210, 255, 0.06);
}

/* Başlık */
.l00t-blog-card-title {
    font-family: 'Orbitron', 'Rajdhani', system-ui, sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.3px;
    margin: 0 !important;
}

.l00t-blog-card-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.l00t-blog-card-title a:hover {
    color: #c8d2ff;
    text-shadow: 0 0 15px rgba(200, 210, 255, 0.5);
}

/* Özet */
.l00t-blog-card-excerpt {
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(200, 200, 210, 0.6);
    margin: 0 !important;
    flex: 1;
}

/* Alt */
.l00t-blog-card-footer {
    margin-top: auto !important;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(200, 210, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.l00t-blog-card-date {
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(200, 200, 210, 0.45) !important;
    margin: 0 !important;
}

.l00t-blog-card-more {
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c8d2ff !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(200, 210, 255, 0.3);
    padding-bottom: 1px;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease;
}

.l00t-blog-card-more:hover {
    color: #fff !important;
    border-bottom-color: #fff;
    text-shadow: 0 0 10px rgba(200, 210, 255, 0.8);
}

/* =========================================
   Single Post
   ========================================= */

.l00t-single-post {
    max-width: 760px;
    margin: 4rem auto 6rem;
    padding: 0 2rem;
}

.l00t-single-post-head {
    margin-bottom: 2.5rem;
}

.l00t-single-post-cats {
    margin: 0 0 1rem !important;
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.l00t-single-post-cats a {
    display: inline-block;
    color: rgba(200, 210, 255, 0.7) !important;
    text-decoration: none;
    padding: 0.25rem 0.7rem;
    border: 1px solid rgba(200, 210, 255, 0.2);
    border-radius: 3px;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    transition: all 0.25s ease;
}

.l00t-single-post-cats a:hover {
    color: #fff !important;
    border-color: rgba(200, 210, 255, 0.6);
    background: rgba(200, 210, 255, 0.06);
}

.l00t-single-post-title {
    font-family: 'Orbitron', 'Rajdhani', system-ui, sans-serif !important;
    font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px;
    margin: 0 0 1.25rem !important;
    color: #fff;
}

.l00t-single-post-meta {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.85rem;
    color: rgba(200, 200, 210, 0.5);
    text-transform: lowercase;
    letter-spacing: 0.5px;
    margin: 0 !important;
}

.l00t-single-post-meta p,
.l00t-single-post-meta .wp-block-post-date,
.l00t-single-post-meta .wp-block-post-author-name {
    margin: 0 !important;
    color: inherit;
}

.l00t-single-post-meta a {
    color: rgba(200, 210, 255, 0.75) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
.l00t-single-post-meta a:hover { color: #fff !important; }

.l00t-meta-sep {
    color: rgba(200, 210, 255, 0.3) !important;
    margin: 0 !important;
}

.l00t-single-post-image {
    margin: 0 0 2.5rem !important;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(200, 210, 255, 0.12);
}

.l00t-single-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* İçerik */
.l00t-single-post-content {
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(230, 230, 240, 0.85);
}

.l00t-single-post-content h2,
.l00t-single-post-content h3,
.l00t-single-post-content h4 {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 2.25rem 0 1rem;
    line-height: 1.25;
}

.l00t-single-post-content h2 { font-size: 1.5rem; }
.l00t-single-post-content h3 { font-size: 1.25rem; }
.l00t-single-post-content h4 { font-size: 1.05rem; }

.l00t-single-post-content p { margin: 0 0 1.25rem; }

.l00t-single-post-content a {
    color: #c8d2ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(200, 210, 255, 0.3);
    transition: border-color 0.3s ease, color 0.3s ease;
}
.l00t-single-post-content a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.l00t-single-post-content blockquote {
    border-left: 2px solid rgba(200, 210, 255, 0.4);
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 1.5rem 0;
    color: rgba(200, 210, 255, 0.8);
    font-style: italic;
}

.l00t-single-post-content code {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.9em;
    background: rgba(200, 210, 255, 0.08);
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    color: #c8d2ff;
}

.l00t-single-post-content pre {
    background: #0a0a0a;
    border: 1px solid rgba(200, 210, 255, 0.1);
    border-radius: 6px;
    padding: 1.25rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.l00t-single-post-content pre code {
    background: transparent;
    padding: 0;
}

.l00t-single-post-content img {
    border-radius: 8px;
    margin: 1rem 0;
}

.l00t-single-post-content ul,
.l00t-single-post-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}

.l00t-single-post-content li { margin: 0 0 0.5rem; }

/* Taglar */
.l00t-single-post-tags {
    margin: 3rem 0 0 !important;
    padding-top: 2rem;
    border-top: 1px solid rgba(200, 210, 255, 0.08);
    font-family: 'Rajdhani', system-ui, sans-serif;
    font-size: 0.85rem;
    color: rgba(200, 200, 210, 0.5);
}

.l00t-single-post-tags a {
    color: rgba(200, 210, 255, 0.7) !important;
    text-decoration: none;
    margin-left: 0.25rem;
    transition: color 0.3s ease;
}
.l00t-single-post-tags a:hover { color: #fff !important; }

/* Yorumlar */
.l00t-single-post-comments {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(200, 210, 255, 0.08);
    font-family: 'Rajdhani', system-ui, sans-serif;
}

.l00t-single-post-comments .wp-block-comments-title {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.5px;
    margin-bottom: 2rem !important;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 1024px) {
    .l00t-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .l00t-blog-query { padding: 0 1.25rem; margin: 2rem auto 4rem; }
    .l00t-blog-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .l00t-single-post { padding: 0 1.25rem; margin: 2.5rem auto 4rem; }
    .l00t-single-post-content { font-size: 1rem; }
}