.kk-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;gap:32px;padding:0 24px 80px}
.kk-toc{position:sticky;top:88px;align-self:start;background:#111827;border:1px solid #1e293b;border-radius:12px;padding:20px;max-height:calc(100vh - 100px);overflow-y:auto}
.kk-toc h3{font-size:13px;font-weight:700;color:#94a3b8;margin-bottom:14px;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:1px}
.kk-toc h3 i{color:#4ade80}
.kk-toc-item{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px;color:#94a3b8;border-bottom:1px solid #1e293b;transition:color .2s}
.kk-toc-item:hover{color:#4ade80}
.kk-toc-num{width:22px;height:22px;border-radius:50%;background:#1e293b;color:#64748b;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.kk-toc-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:10px;background:#4ade80;color:#000;border-radius:8px;font-size:13px;font-weight:700;transition:all .2s}
.kk-toc-cta:hover{background:#22c55e;transform:translateY(-1px)}

.kk-content{min-width:0}
.kk-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #1e293b}
.kk-section:last-child{border-bottom:none}
.kk-section h2{font-size:26px;font-weight:800;color:#f1f5f9;margin-bottom:16px;display:flex;align-items:center;gap:12px}
.kk-num{width:36px;height:36px;border-radius:50%;background:#4ade80;color:#000;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.kk-section h3{font-size:16px;font-weight:700;color:#f1f5f9;margin:24px 0 12px;display:flex;align-items:center;gap:8px}
.kk-section h3 i{color:#38bdf8;font-size:14px}
.kk-section p{font-size:14px;color:#94a3b8;line-height:1.8;margin-bottom:16px}
.kk-lead{font-size:15px;color:#cbd5e1;font-weight:500}

.kk-screenshot{margin:16px 0 20px;border-radius:0!important;overflow:hidden;border:none!important;transition:all .3s}
.kk-screenshot:hover{box-shadow:0 8px 24px rgba(0,0,0,.3)}
.kk-screenshot img{width:100%;display:block;border-radius:0!important;border:4px solid #2d3748!important}
.kk-screenshot span{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#111827;font-size:11px;color:#64748b;border-top:1px solid #1e293b}
.kk-screenshot span i{color:#4ade80;font-size:10px}

.kk-table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:13px}
.kk-table th{background:#111827;color:#4ade80;padding:10px 14px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #1e293b}
.kk-table td{padding:9px 14px;border-bottom:1px solid #1e293b;color:#94a3b8}
.kk-table tr:hover td{background:rgba(74,222,128,.03)}
.kk-table code{background:#1e293b;padding:2px 8px;border-radius:4px;font-family:'Consolas',monospace;font-size:12px;color:#4ade80}

.kk-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.kk-card{background:#111827;border:1px solid #1e293b;border-radius:10px;padding:20px;text-align:center}
.kk-card i{font-size:28px;margin-bottom:10px;display:block}
.kk-card h4{font-size:14px;font-weight:700;color:#f1f5f9;margin-bottom:4px}
.kk-card p{font-size:11px;color:#64748b;margin:0}

/* Liste ve Tip */
.kk-list{list-style:none;margin:12px 0 20px}
.kk-list li{padding:7px 0;font-size:13px;color:#94a3b8;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid rgba(30,41,59,.5)}
.kk-list li:last-child{border-bottom:none}
.kk-list li i{color:#4ade80;font-size:10px;margin-top:5px;flex-shrink:0}
.kk-tip{padding:14px 18px;border-radius:8px;margin:16px 0 20px;font-size:12px;display:flex;align-items:flex-start;gap:10px;background:rgba(74,222,128,.05);border-left:3px solid #4ade80;color:#94a3b8}
.kk-tip i{color:#4ade80;font-size:14px;margin-top:1px;flex-shrink:0}
.kk-tip code{background:#1e293b;padding:1px 6px;border-radius:3px;color:#4ade80;font-size:11px}

@media(max-width:992px){
.kk-wrap{grid-template-columns:1fr;padding:0 16px 60px}
.kk-toc{position:static;display:flex;flex-wrap:wrap;gap:6px;padding:12px;max-height:none}
.kk-toc h3{width:100%;margin-bottom:8px}
.kk-toc-item{padding:6px 10px;background:#1e293b;border-radius:6px;border-bottom:none;font-size:12px}
.kk-toc-cta{width:100%}
}
@media(max-width:640px){
.kk-grid3{grid-template-columns:1fr}
.kk-section h2{font-size:20px}
}
