/* Test kategori sayfaları (26.09.2026) — her kategori kendi rengiyle */
.tk-sayfa{max-width:1200px;margin:0 auto;padding:1.2rem 1rem 3rem;}
.tk-iz{margin-bottom:1rem;font-size:.85rem;color:#7C8DA4;}
.tk-iz ol{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;}
.tk-iz li:not(:last-child)::after{content:'›';margin-left:.4rem;color:#CBD5E1;}
.tk-iz a{color:#1B6CA8;text-decoration:none;}
.tk-iz a:hover{text-decoration:underline;}

.tk-ust{padding:1.8rem 1.9rem;border-radius:18px;background:var(--tk-zemin);border:1px solid color-mix(in srgb, var(--tk-renk) 22%, transparent);margin-bottom:1.6rem;}
.tk-rozet{display:inline-block;padding:.3rem .8rem;border-radius:999px;background:#fff;color:var(--tk-renk);font-size:.78rem;font-weight:800;letter-spacing:.02em;}
.tk-ust h1{margin:.7rem 0 .4rem;font-size:2rem;font-weight:800;line-height:1.2;color:var(--tk-renk);}
.tk-sayi{margin:0 0 .9rem;font-size:.95rem;color:#475569;}
.tk-sayi strong{color:var(--tk-renk);}
.tk-ust p{margin:0 0 .7rem;font-size:1rem;line-height:1.75;color:#334155;max-width:62rem;}
.tk-ust p:last-child{margin-bottom:0;}

.tk-liste{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:.9rem;margin-bottom:2.2rem;}
.tk-kart{display:flex;flex-direction:column;gap:.45rem;padding:1.05rem 1.15rem;border:1px solid #E6EAF0;border-left:4px solid var(--tk-renk);border-radius:13px;background:#fff;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;}
.tk-kart:hover{box-shadow:0 8px 24px rgba(15,23,42,.08);transform:translateY(-2px);}
.tk-kart-ust{display:flex;align-items:center;justify-content:space-between;gap:.5rem;}
.tk-sure{font-size:.76rem;font-weight:700;color:#7C8DA4;}
.tk-ucretsiz{padding:.14rem .5rem;border-radius:999px;background:var(--tk-zemin);color:var(--tk-renk);font-size:.72rem;font-weight:800;}
.tk-kart h2{margin:0;font-size:1rem;font-weight:800;line-height:1.35;color:#0F172A;}
.tk-kart p{margin:0;font-size:.88rem;line-height:1.6;color:#64748B;}
.tk-basla{margin-top:.2rem;font-size:.85rem;font-weight:700;color:var(--tk-renk);}

.tk-sss{margin-bottom:2.2rem;}
.tk-sss h2,.tk-diger h2{margin:0 0 .9rem;font-size:1.3rem;font-weight:800;color:#0B3C5D;}
.tk-sss details{margin-bottom:.55rem;border:1px solid #E6EAF0;border-radius:11px;background:#fff;overflow:hidden;}
.tk-sss summary{padding:.85rem 1.05rem;font-size:.95rem;font-weight:700;color:#0B3C5D;cursor:pointer;list-style:none;position:relative;padding-right:2.4rem;}
.tk-sss summary::-webkit-details-marker{display:none;}
.tk-sss summary::after{content:'+';position:absolute;right:1.05rem;top:50%;transform:translateY(-50%);color:var(--tk-renk);font-weight:800;}
.tk-sss details[open] summary::after{content:'–';}
.tk-sss p{margin:0;padding:0 1.05rem 1rem;font-size:.93rem;line-height:1.75;color:#475569;}

.tk-diger-liste{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.7rem;margin-bottom:1rem;}
.tk-diger-liste a{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border:1px solid #E6EAF0;border-radius:11px;background:#fff;text-decoration:none;}
.tk-diger-liste a:hover{border-color:var(--tk-renk);}
.tk-diger-liste strong{font-size:.95rem;color:#0B3C5D;}
.tk-diger-liste span{font-size:.8rem;color:#7C8DA4;}
.tk-tumu{display:inline-block;font-size:.92rem;font-weight:700;color:#1B6CA8;text-decoration:underline;}

.tk-uyari{margin:2rem 0 0;padding:1rem 1.15rem;border-left:4px solid #F59E0B;border-radius:0 10px 10px 0;background:#FFFBEB;font-size:.9rem;line-height:1.7;color:#78350F;}
.tk-bos{color:#64748B;}

@media(max-width:640px){
  .tk-ust{padding:1.2rem 1.1rem;}
  .tk-ust h1{font-size:1.45rem;}
  .tk-ust p{font-size:.94rem;}
  .tk-liste{grid-template-columns:1fr;}
}
