/*
 * TRset Artificial Intelligence Generation III / Version 5.0
 * TRset Yapay Zeka Tabanli Bilgi Servisi
 * TRset.com Jenerasyon III / Version 5.0
 *
 * 27 03 2026 - Oguzhan YURTSEVER
 * Powered by Bilisim Park © 
 * Neva CMS + Ouzkahn Script Framework + TRawl
 */

/* N00000285 */
@import url("trset-editor-deco.css");

/* N00000228 */

/* N00000184 */
/* N00000240 */
.trset-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: 0.85rem;
    margin-top: 1rem;
    align-items: start;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .trset-grid {
        grid-template-columns: 1fr;
    }
}

.trset-grid > .trset-main-stack {
    min-width: 0;
    position: relative;
}

.trset-grid > .trset-side-stack {
    min-width: 0;
    position: relative;
}

.trset-page > .trset-grid {
    min-width: 0;
    max-width: 100%;
}

.trset-main-stack > .trset-card,
.trset-main-stack > .trset-tarih-kart-wrap {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

/* N00000209 */
/* N00000296 */
.trset-page--article {
    --trset-article-measure: 100%;
}

.trset-hero--article {
    overflow: hidden;
}

.trset-article-hero-figure {
    margin: 0;
    line-height: 0;
    max-height: min(48vh, 380px);
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    background: color-mix(in srgb, var(--bg-soft) 55%, var(--bg-layer));
}

.trset-article-hero-img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: min(48vh, 380px);
    object-fit: cover;
    object-position: center;
}

/* N00000279 */
.trset-hero-body--article {
    padding: calc(1.25rem + 4px) calc(1.35rem + 4px) calc(1.45rem + 4px);
}

.trset-article-kicker {
    margin: 0 0 0.4rem;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--accent-cyan) 72%, var(--text-soft));
}

.trset-hero--article .trset-title {
    font-size: clamp(1.45rem, 2.4vw + 0.6rem, 2.05rem);
    margin-top: 0.15rem;
    margin-bottom: 0.55rem;
    max-width: var(--trset-article-measure);
}

.trset-hero--article .trset-desc {
    font-size: clamp(0.92rem, 0.35vw + 0.85rem, 1.05rem);
    line-height: 1.62;
    max-width: var(--trset-article-measure);
    color: color-mix(in srgb, var(--text-soft) 88%, var(--text-main));
}

.trset-grid--article {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
}

.trset-main-stack--article {
    --trset-article-measure: 100%;
    max-width: 100%;
    width: 100%;
    justify-self: stretch;
    min-width: 0;
}

/* N00000266 */
.trset-main-stack--article > .trset-card {
    max-width: 100%;
    width: 100%;
    justify-self: stretch;
    box-sizing: border-box;
}

/* N00000274 */
.trset-hero-media--article-cover {
    max-height: min(48vh, 380px);
    height: min(48vh, 380px);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    background-size: cover;
    background-position: center;
}

.trset-article-sheet {
    position: relative;
}

.trset-article-body {
    font-size: clamp(0.98rem, 0.2vw + 0.94rem, 1.06rem);
    line-height: 1.72;
    max-width: var(--trset-article-measure);
}

.trset-article-body > *:first-child {
    margin-top: 0;
}

.trset-article-body p {
    margin-bottom: 0;
}

.trset-article-body p + p {
    margin-top: 1.05rem;
}

/* N00000231 */
.trset-article-body h1,
.trset-article-body h2,
.trset-article-body h3,
.trset-article-body h4,
.trset-article-body h5,
.trset-article-body h6,
.trset-article-body h1 span,
.trset-article-body h2 span,
.trset-article-body h3 span,
.trset-article-body h4 span,
.trset-article-body h5 span,
.trset-article-body h6 span {
    font-family: inherit;
    font-weight: 600;
    font-size: 140%;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    color: var(--text-main);
}

.trset-article-body h1 {
    margin: 1.55rem 0 0.5rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #3070ff;
}

.trset-article-body h2 {
    margin: 1.5rem 0 0.45rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #7c3aed;
}

.trset-article-body h3 {
    margin: 1.45rem 0 0.4rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #0891b2;
}

.trset-article-body h4 {
    margin: 1.4rem 0 0.4rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #16a34a;
}

.trset-article-body h5 {
    margin: 1.35rem 0 0.35rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #ea580c;
}

.trset-article-body h6 {
    margin: 1.3rem 0 0.35rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border-left: 6px solid #db2777;
}

.trset-article-body blockquote {
    margin: 1.35rem 0;
    padding: 0.65rem 0 0.65rem 1.05rem;
    border-left: 3px solid color-mix(in srgb, var(--accent-purple) 55%, var(--border-soft));
    color: var(--text-soft);
    font-style: italic;
    background: color-mix(in srgb, var(--bg-soft) 65%, transparent);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.trset-article-body ul,
.trset-article-body ol {
    margin: 1rem 0;
    padding-left: 1.35rem;
}

.trset-article-body li + li {
    margin-top: 0.4rem;
}

.trset-body img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: 0 8px 28px rgba(22, 41, 79, 0.1);
}

body.theme-light .trset-body img {
    background-color: color-mix(in srgb, var(--bg-soft) 88%, var(--bg-layer));
    background-image: none;
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--border-soft) 65%, transparent),
        0 8px 28px rgba(22, 41, 79, 0.1);
}

.theme-dark .trset-body img {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.trset-article-body pre {
    margin: 1.15rem 0;
    padding: 0.9rem 1rem;
    overflow-x: auto;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.82rem;
    line-height: 1.5;
    background: color-mix(in srgb, var(--bg-soft) 92%, var(--bg-layer));
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
}

.trset-article-body code {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.88em;
    padding: 0.08em 0.28em;
    border-radius: 4px;
    background: color-mix(in srgb, var(--bg-soft) 88%, transparent);
}

.trset-article-body pre code {
    padding: 0;
    background: none;
    font-size: inherit;
}

.trset-article-body hr {
    margin: 2rem 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-soft), transparent);
}

.trset-article-body a,
.trset-body a,
.trset-tools-hub-back a {
    color: color-mix(in srgb, var(--accent-cyan) 88%, var(--text-main));
    text-decoration: none;
    transition: color 0.22s ease;
}

.trset-article-body a:hover,
.trset-body a:hover,
.trset-tools-hub-back a:hover {
    color: color-mix(in srgb, var(--accent-cyan) 55%, var(--accent-purple));
}

body.theme-light .trset-article-body a:hover,
body.theme-light .trset-body a:hover,
body.theme-light .trset-tools-hub-back a:hover {
    color: #cc3300;
}

body.theme-light .trset-article-body a:focus-visible,
body.theme-light .trset-body a:focus-visible,
body.theme-light .trset-tools-hub-back a:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--accent-cyan) 55%, #1e5caa);
    outline-offset: 2px;
}

.trset-article-source {
    max-width: var(--trset-article-measure);
}

.trset-article-embed .trset-video-wrap {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 32px rgba(22, 41, 79, 0.12);
}

.theme-dark .trset-article-embed .trset-video-wrap {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

/* N00000253 */
.trset-article-qa .trset-qa-summary {
    font-size: 1.02rem;
}

.trset-article-comments h2 {
    font-family: "Merriweather", serif;
    font-size: 1.12rem;
}

@media (max-width: 900px) {
    .trset-grid.trset-grid--article,
    .trset-grid--article {
        grid-template-columns: minmax(0, 1fr);
    }

    .trset-main-stack--article {
        max-width: 100%;
        justify-self: stretch;
    }

    .trset-main-stack--article > .trset-card {
        max-width: 100%;
    }

    .trset-side-stack {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}
