.tl-home__head{margin-bottom:12px}
.tl-home__title{margin:0 0 6px 0;font-size:1.6rem}
.tl-home__desc{margin:0;color:var(--tl-muted)}

.tl-tools{display:flex;gap:12px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin:12px 0 16px 0}
.tl-filter{display:flex;flex-direction:column;gap:6px;min-width:260px}
.tl-filter__label{color:var(--tl-muted);font-size:.9rem}
.tl-filter__input{border:1px solid var(--tl-line);background:transparent;color:inherit;border-radius:999px;padding:10px 12px;outline:none}

.tl-lanes{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;align-items:start}
@media (max-width: 920px){.tl-lanes{grid-template-columns:1fr}}

.tl-lane{border:1px solid var(--tl-line);border-radius:var(--tl-radius);background:var(--tl-card);padding:14px}
.tl-lane__title{margin:0 0 10px 0;font-size:1.05rem;color:var(--tl-muted)}

.tl-timeline{list-style:none;margin:0;padding:0;position:relative}
.tl-timeline::before{content:'';position:absolute;left:14px;top:0;bottom:0;width:2px;background:var(--tl-line)}
.tl-item{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:10px 0}
.tl-item__dot{width:10px;height:10px;border-radius:999px;border:2px solid var(--tl-fg);margin-left:9px;margin-top:6px;background:var(--tl-bg)}
.tl-item__card{border:1px solid var(--tl-line);border-radius:12px;background:rgba(7,11,18,.35);padding:10px}
html .tl-item__card{background:rgba(232,238,251,.03)}
.tl-item__title{text-decoration:none;font-weight:800;display:inline-block;margin-bottom:6px}
.tl-item__meta{display:flex;gap:8px;flex-wrap:wrap}
.tl-item__desc{margin:8px 0 0 0;color:var(--tl-muted)}
.tl-empty{color:var(--tl-muted);padding:10px 0}

.tl-ads{border:1px dashed var(--tl-line);border-radius:12px;padding:12px;margin-top:10px}
.tl-ads__ph{color:var(--tl-muted);font-size:.9rem}
