.home-tournaments{padding:clamp(38px,5vw,64px) clamp(18px,4vw,54px);border-bottom:1px solid var(--line);background:#111719}.home-tournaments-inner{max-width:1244px;margin:0 auto}.home-tournaments-head{display:flex;align-items:end;justify-content:space-between;gap:24px}.home-tournaments-head .eyebrow{margin:0 0 8px;color:var(--accent);font-size:.82rem;font-weight:800;text-transform:uppercase}.home-tournaments-head h2{margin:0;font-size:clamp(1.7rem, 3vw, 2.55rem);line-height:1.15;text-wrap:balance}.home-tournaments-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.home-tournaments-links .button{min-height:40px;padding:8px 13px;white-space:nowrap;font-size:.88rem}.home-tournaments-latest{max-width:920px;margin-top:28px}.home-tournaments-latest-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-height:28px;margin-bottom:10px}.home-tournaments-latest-head h3{margin:0;font-size:1.03rem}.home-tournaments-latest-head span{color:var(--muted);font-size:.81rem;text-align:right}.home-tournaments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-tournament-card{display:grid;grid-template-columns:100px minmax(0,1fr);min-height:112px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#181f20;color:var(--ink);text-decoration:none;transition:border-color .16s ease,background .16s ease}.home-tournament-card:focus-visible,.home-tournament-card:hover{border-color:var(--accent);background:#1d2727}.home-tournament-card:focus-visible{outline:2px solid var(--aqua);outline-offset:2px}.home-tournament-poster{display:grid;place-items:end start;min-width:0;overflow:hidden;background:linear-gradient(140deg,#233132,#101819)}.home-tournament-poster img{display:block;width:100%;height:100%;object-fit:cover}.home-tournament-poster span{padding:10px;color:var(--accent);font-size:.87rem;font-weight:900;overflow-wrap:anywhere}.home-tournament-content{display:flex;flex-direction:column;justify-content:center;gap:7px;min-width:0;padding:12px 14px}.home-tournament-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px 8px;min-width:0;color:var(--muted);font-size:.84rem}.home-tournament-status{padding:3px 6px;border:1px solid var(--line);color:var(--aqua);font-size:.76rem;font-weight:800;white-space:nowrap}.home-tournament-status[data-status=completed]{color:var(--muted)}.home-tournament-status[data-status=live]{color:#ff9b7f}.home-tournament-date{white-space:nowrap}.home-tournament-title{display:-webkit-box;overflow:hidden;font-size:1.03rem;line-height:1.25;font-weight:800;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.home-tournament-detail{overflow:hidden;color:var(--muted);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.home-tournaments-empty{margin:0;padding:16px 0;color:var(--muted);font-size:.92rem}@media (max-width:920px){.home-tournaments-head{align-items:start;flex-direction:column}.home-tournaments-links{justify-content:flex-start}}@media (max-width:640px){.home-tournaments{padding:34px 16px}.home-tournaments-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.home-tournaments-links .button{min-width:0;padding:8px 9px;text-align:center;white-space:normal}.home-tournaments-links .button:first-child{grid-column:1/-1}.home-tournaments-latest{margin-top:24px}.home-tournaments-grid{grid-template-columns:1fr}}