.tz-header{--tz-ink:#201b38;--tz-line:#ded3c2;width:min(1260px,calc(100% - 24px));min-height:62px;margin:0 auto;display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,1.5fr) minmax(120px,1fr);align-items:center;gap:12px;border-bottom:1px solid var(--tz-line);color:var(--tz-ink)}
.tz-header-brand{display:flex;align-items:center;gap:9px;min-width:0;color:inherit;text-decoration:none;font-weight:950}
.tz-header-brand img,.tz-header-icon{width:38px;height:38px;flex:0 0 auto;border-radius:11px}
.tz-header-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tz-header-title{min-width:0;text-align:center}
.tz-header-title strong,.tz-header-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tz-header-title strong{font-size:.95rem;font-weight:950}
.tz-header-title small{margin-top:1px;color:#756e7d;font-size:.7rem;font-weight:750}
.tz-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}
.tz-header-action{width:40px;height:40px;display:grid;place-items:center;padding:0;border:2px solid var(--tz-line);border-radius:13px;background:#fff;color:var(--tz-ink);font:950 1.05rem/1 inherit;cursor:pointer}
.tz-header-action:hover{background:#fffaf2;transform:translateY(-1px)}
.tz-header-action:active{transform:translateY(1px)}
.tz-header-action:focus-visible,.tz-header-brand:focus-visible{outline:4px solid #ffbd3e;outline-offset:2px}
.tz-header-action .install-glyph{position:relative;display:block;width:16px;height:17px;margin:auto;border-bottom:2.5px solid currentColor}
.tz-header-action .install-glyph::before{content:"";position:absolute;left:7px;top:0;width:2.5px;height:10px;border-radius:2px;background:currentColor}
.tz-header-action .install-glyph::after{content:"";position:absolute;left:4px;top:5px;width:7px;height:7px;border-right:2.5px solid currentColor;border-bottom:2.5px solid currentColor;transform:rotate(45deg)}
.tz-header-action:disabled{opacity:.55;cursor:default;transform:none}
.play>.tz-header+.score,.game>.tz-header+.match{margin-top:10px}
@media(max-width:620px){.tz-header{width:100%;min-height:50px;grid-template-columns:36px minmax(0,1fr) auto;gap:6px}.tz-header-brand span{display:none}.tz-header-brand img,.tz-header-icon{width:32px;height:32px;border-radius:9px}.tz-header-title strong{font-size:.78rem}.tz-header-title small{font-size:.62rem}.tz-header-actions{gap:3px}.tz-header-action{width:36px;height:36px;border-radius:11px;font-size:.98rem}}
@media(max-width:360px){.tz-header-action{width:34px;height:34px}.tz-header-actions{gap:2px}}
