.temak-container{padding:2rem 0}.temak-header{text-align:center;margin-bottom:3rem}.temak-header h1{color:var(--c-text);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.temak-subtitle{color:var(--c-text-muted);font-size:1.1rem}.temak-category-section{margin-bottom:3rem}.temak-category-title{border-bottom:2px solid var(--c-border);color:var(--c-text);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}.temak-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.temak-card{background-color:var(--c-surface);border:1px solid var(--c-border);border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.temak-card:hover{border-color:var(--c-blue);transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}[data-theme=dark] .temak-card:hover{box-shadow:0 12px 24px #0003}.temak-card-title{color:var(--c-blue);margin-bottom:.75rem;font-size:1.15rem;font-weight:600;line-height:1.3}.temak-card-desc{color:var(--c-text-muted);flex-grow:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.5}.temak-card-keywords{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.temak-keyword,.temak-keyword-more{background-color:var(--c-bg);color:var(--c-text-muted);border:1px solid var(--c-border);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.temak-keyword-more{border:1px dashed var(--c-border);background-color:#0000}@media (max-width:768px){.temak-header h1{font-size:2rem}.temak-grid{grid-template-columns:1fr}}
