:root{--tfm-bg:#0a0a12;--tfm-surface:#12121f;--tfm-surface2:#0f0f1a;--tfm-border:#1e1e2e;--tfm-orange:#ff6b00;--tfm-orange-dim:rgba(255,107,0,.12);--tfm-live:#ef4444;--tfm-text:#f0f0f0;--tfm-muted:#888;--tfm-muted2:#444}.tfm-home{background:var(--tfm-bg);min-height:100vh;color:var(--tfm-text);font-family:Inter,system-ui,sans-serif}.tfm-nav{position:sticky;top:0;z-index:100;height:52px;background:var(--tfm-surface2);border-bottom:1px solid var(--tfm-border);justify-content:space-between;padding:0 16px;gap:16px}.tfm-nav,.tfm-nav-logo{display:flex;align-items:center}.tfm-nav-logo{font-weight:800;color:#fff;text-decoration:none;font-size:18px;gap:6px}.tfm-nav-links{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.tfm-nav-links a{font-size:13px;font-weight:500;color:var(--tfm-muted);padding:6px 12px;border-radius:6px;text-decoration:none;transition:color .2s,background .2s}.tfm-nav-links a:hover{color:var(--tfm-text);background:hsla(0,0%,100%,.06)}.tfm-nav-links a.tfm-nav-live{color:var(--tfm-live);display:inline-flex;align-items:center;gap:6px}.tfm-nav-live-dot{width:6px;height:6px;background:var(--tfm-live);border-radius:50%;animation:tfm-pulse 1.2s ease-in-out infinite}@keyframes tfm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.tfm-nav-right{display:flex;align-items:center;gap:12px}.tfm-nav-date{font-size:12px;color:var(--tfm-muted)}.tfm-nav-search{background:none;border:none;color:var(--tfm-muted);cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center}.tfm-nav-hamburger,.tfm-nav-search:hover{color:var(--tfm-text)}.tfm-nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px}@media (max-width:768px){.tfm-nav-date,.tfm-nav-links{display:none}.tfm-nav-hamburger{display:flex}}.tfm-nav-dropdown{display:none;position:absolute;top:52px;left:0;right:0;background:var(--tfm-surface2);border-bottom:1px solid var(--tfm-border);padding:12px;flex-direction:column;gap:4px}.tfm-nav-dropdown.open{display:flex}.tfm-nav-dropdown a{display:block;padding:10px 12px;color:var(--tfm-text);text-decoration:none;font-size:14px;border-radius:6px}.tfm-nav-dropdown a:hover{background:hsla(0,0%,100%,.06)}.tfm-nav-dropdown a.tfm-nav-live{color:var(--tfm-live)}.tfm-hero-zone{display:grid;grid-template-columns:1fr 280px;gap:0;border-bottom:1px solid var(--tfm-border)}@media (max-width:768px){.tfm-hero-zone{grid-template-columns:1fr}.tfm-hero-matches{display:none}}.tfm-hero-featured{height:280px;max-height:300px;background:var(--tfm-surface);position:relative;overflow:hidden}.tfm-hero-featured-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.tfm-hero-featured-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tfm-hero-featured-placeholder{width:100%;height:100%;background:linear-gradient(180deg,#1a1a2e,#0f0f1a)}.tfm-hero-featured-overlay{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top,var(--tfm-bg) 0,transparent 55%);pointer-events:none}.tfm-hero-featured-content{position:absolute;bottom:0;left:0;right:0;padding:20px}.tfm-hero-pill{position:absolute;top:12px;left:12px;background:var(--tfm-orange);color:#fff;font-size:10px;padding:3px 10px;border-radius:20px;font-weight:700}.tfm-hero-headline{font-size:22px;font-weight:800;line-height:1.3;max-width:520px;color:#fff;margin:0 0 6px}.tfm-hero-timestamp{font-size:11px;color:var(--tfm-muted)}.tfm-hero-matches{background:var(--tfm-surface2);border-left:1px solid var(--tfm-border);padding:12px;display:flex;flex-direction:column}.tfm-hero-matches-title{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--tfm-muted2);margin:0 0 10px}.tfm-hero-matches-list{display:flex;flex-direction:column;gap:6px;flex:1}.tfm-hero-matches-more{margin-top:8px;text-align:center;font-size:11px;color:var(--tfm-orange);text-decoration:none}.tfm-hero-matches-more:hover{text-decoration:underline}.tfm-matches-strip{display:none;overflow-x:auto;padding:8px 16px;gap:8px;background:var(--tfm-surface2);border-bottom:1px solid var(--tfm-border);min-height:72px;align-items:center;-webkit-overflow-scrolling:touch}@media (max-width:768px){.tfm-matches-strip{display:flex}}.tfm-matches-strip-card{flex-shrink:0;width:140px;background:var(--tfm-surface);border-radius:8px;padding:8px;border:1px solid var(--tfm-border)}.tfm-match-row{background:var(--tfm-surface);border-radius:6px;padding:8px 10px;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;text-align:center}.tfm-match-row-team{font-size:12px;color:var(--tfm-text);text-align:right}.tfm-match-row-team.tfm-match-row-away{text-align:left}.tfm-match-row-center{display:flex;flex-direction:column;align-items:center;gap:2px}.tfm-match-row-score{font-size:16px;font-weight:800;color:#fff}.tfm-match-row-time{font-size:13px;color:var(--tfm-orange)}.tfm-match-row-live{font-size:9px;font-weight:700;color:var(--tfm-live);display:flex;align-items:center;justify-content:center;gap:4px}.tfm-match-row-comp{grid-column:1/-1;font-size:9px;color:var(--tfm-muted2);text-align:center;margin-top:4px}.tfm-content-zone{display:grid;grid-template-columns:1fr 240px;gap:0}@media (max-width:768px){.tfm-content-zone{grid-template-columns:1fr}}.tfm-content-main{padding:16px;border-right:1px solid var(--tfm-border)}@media (max-width:768px){.tfm-content-main{border-right:none}}.tfm-content-section-title{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--tfm-muted2);margin:0 0 12px}.tfm-article-card-featured{margin-bottom:12px}.tfm-article-card-featured-img-wrap{width:100%;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--tfm-surface)}.tfm-article-card-featured-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tfm-article-card-featured-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#0f0f1a)}.tfm-article-card-featured-cat{display:inline-block;background:var(--tfm-orange-dim);color:var(--tfm-orange);font-size:9px;padding:2px 8px;border-radius:20px;margin-top:8px}.tfm-article-card-featured-headline{font-size:16px;font-weight:700;margin-top:8px;line-height:1.4;color:var(--tfm-text)}.tfm-article-card-featured-headline a{color:inherit;text-decoration:none}.tfm-article-card-featured-headline a:hover{color:var(--tfm-orange)}.tfm-article-card-featured-meta{font-size:10px;color:var(--tfm-muted);margin-top:4px}.tfm-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width:768px){.tfm-article-grid{grid-template-columns:1fr}}.tfm-article-card-small{background:var(--tfm-surface);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:background .2s}.tfm-article-card-small:hover{background:var(--tfm-surface2)}.tfm-article-card-small-img{height:64px;width:100%;-o-object-fit:cover;object-fit:cover}.tfm-article-card-small-body{padding:8px}.tfm-article-card-small-cat{font-size:9px;color:var(--tfm-orange)}.tfm-article-card-small-headline{font-size:12px;font-weight:600;line-height:1.3;color:var(--tfm-text);margin-top:4px}.tfm-article-card-small-time{font-size:9px;color:var(--tfm-muted);margin-top:4px}.tfm-sidebar{padding:16px;display:flex;flex-direction:column;gap:16px}@media (max-width:768px){.tfm-sidebar{border-top:1px solid var(--tfm-border)}}.tfm-widget-title{font-size:12px;font-weight:700;color:var(--tfm-text);margin:0 0 10px;display:flex;align-items:center;gap:6px}.tfm-widget-title-dot{width:6px;height:6px;background:var(--tfm-live);border-radius:50%;animation:tfm-pulse 1.2s ease-in-out infinite}.tfm-live-scores-list{display:flex;flex-direction:column;gap:6px}.tfm-match-row-compact{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:center;font-size:11px;padding:6px 8px;background:var(--tfm-surface);border-radius:6px}.tfm-match-row-compact .tfm-match-row-score{font-size:13px}.tfm-match-row-compact .tfm-match-row-live{font-size:9px}.tfm-leagues-pills{display:flex;flex-direction:column;gap:6px}.tfm-league-pill{display:block;padding:6px 10px;font-size:12px;background:var(--tfm-surface);border:1px solid var(--tfm-border);border-radius:6px;color:var(--tfm-text);text-decoration:none;transition:border-color .2s,color .2s}.tfm-league-pill.active,.tfm-league-pill:hover{border-color:var(--tfm-orange);color:var(--tfm-orange)}.tfm-latest-links{display:flex;flex-direction:column}.tfm-latest-link{padding:10px 0;border-bottom:1px solid var(--tfm-border);text-decoration:none;color:var(--tfm-text);font-size:12px;transition:color .2s}.tfm-latest-link:hover{color:var(--tfm-orange)}.tfm-latest-link:last-child{border-bottom:none}.tfm-latest-link-headline{display:block;font-weight:600;line-height:1.3}.tfm-latest-link-time{font-size:10px;color:var(--tfm-muted);margin-top:2px}@media (max-width:768px){.tfm-hero-headline{font-size:18px}.tfm-article-card-small-headline{font-size:11px}}