/**
 * @package SCM_Tema
 * Optimize edildi: tekrarlı font-family kuralları tek bir kurala indirildi,
 * gereksiz !important kullanımları kaldırıldı.
 */

html {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    overflow-y: scroll;
}

body {
    background-color: #091C25;
    color: #C9DDE0;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgba(4, 207, 198, 0.35);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(4, 207, 198, 0.55);
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-size: 16px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea,
.elementor-field-group input,
.elementor-field-group textarea {
    font-size: 16px !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    font-size: 16px !important;
}

.search-field,
input[type="search"],
.wp-block-search input[type="search"] {
    font-size: 16px !important;
}


@media screen and (max-width: 768px) {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="number"],
    textarea,
    select {
        font-size: 16px !important;
        transform-origin: left top;
        transform: none !important;
    }
}


@supports (-webkit-touch-callout: none) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="url"],
    input[type="search"],
    input[type="number"],
    textarea {
        font-size: 16px !important;
    }
}


:root {
    --scm-primary: #04cfc6;
    --scm-primary-contrast: #062024;
    --scm-bg: #000000;
    --scm-card: #113445;
    --scm-text: #F4FBFB;
    --scm-muted: #85AAB2;
    --scm-sep: rgba(4, 207, 198, 0.18);
}

.no-content-container {
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.no-content-inner {
    background: var(--scm-card);
    border-radius: 0.75rem;
    max-width: 420px;
    width: 100%;
    padding: 32px 24px 28px;
    text-align: center;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
}

.no-content-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border-radius: 10px;
    background: var(--scm-bg);
    color: var(--scm-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.no-content-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--scm-text);
    margin: 0 0 8px;
    line-height: 1.3;
}

.no-content-subtitle {
    font-size: 14px;
    color: var(--scm-muted);
    line-height: 1.6;
    margin: 0 0 24px;
}

.no-content-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 4px;
}


.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: var(--scm-primary);
    color: var(--scm-primary-contrast) !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s, opacity 0.15s;
}
.home-button:hover { opacity: 0.9; }
.home-button:active { transform: scale(0.97); }


.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    height: 34px;
    border: none;
    border-radius: 10px;
    background: var(--scm-bg);
    color: var(--scm-text);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}
.back-button:hover { background: var(--scm-sep); }
.back-button:active { transform: scale(0.97); }



.scm-content-wrap {
    width: 100%;
    min-height: 70vh;
    box-sizing: border-box;
    padding: 24px 16px 64px;
}

.scm-content-card {
    background: var(--scm-card);
    border-radius: 0.75rem;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
}

.scm-content-card .scm-entry-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--scm-text);
    margin: 0 0 16px;
    line-height: 1.3;
}

.scm-content-card .scm-entry-meta {
    font-size: 13px;
    color: var(--scm-muted);
    margin: 0 0 20px;
}

.scm-content-card .scm-entry-content {
    font-size: 15px;
    line-height: 1.7;
    color: var(--scm-text);
}

.scm-content-card .scm-entry-content a {
    color: var(--scm-primary) !important;
}

.scm-archive-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scm-archive-item {
    background: var(--scm-card);
    border-radius: 0.75rem;
    padding: 20px 24px;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
}

.scm-archive-item .scm-entry-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--scm-text);
    margin: 0 0 6px;
}

.scm-archive-item .scm-entry-title a {
    color: inherit !important;
    text-decoration: none;
}

.scm-archive-item .scm-entry-excerpt {
    font-size: 14px;
    color: var(--scm-muted);
    line-height: 1.6;
    margin: 0;
}

.scm-pagination {
    max-width: 720px;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.scm-pagination a,
.scm-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    background: var(--scm-card);
    color: var(--scm-text);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
}

.scm-pagination .current {
    background: var(--scm-primary);
    color: var(--scm-primary-contrast);
    box-shadow: none;
}


.scm-comments {
    max-width: 720px;
    margin: 24px auto 0;
}

.scm-comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scm-comments .comment-body {
    background: var(--scm-card);
    border-radius: 0.75rem;
    padding: 16px 20px;
    margin-bottom: 12px;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
}

.scm-comments .comment-author {
    font-weight: 700;
    color: var(--scm-text);
    font-size: 14px;
}

.scm-comments .comment-metadata {
    font-size: 12px;
    color: var(--scm-muted);
    margin-bottom: 8px;
}

.scm-comments .comment-content {
    font-size: 14px;
    line-height: 1.6;
    color: var(--scm-text);
}

.scm-comments .comment-respond input[type="text"],
.scm-comments .comment-respond input[type="email"],
.scm-comments .comment-respond input[type="url"],
.scm-comments .comment-respond textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px var(--scm-sep);
    padding: 10px 14px;
    margin-bottom: 10px;
    background: var(--scm-card);
    color: var(--scm-text);
}

.scm-comments .comment-respond textarea {
    min-height: 110px;
    resize: vertical;
}

.scm-comments .comment-respond .form-submit input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: var(--scm-primary);
    color: var(--scm-primary-contrast) !important;
    height: 34px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}