:root{--ink:#2C292A;--sky:#98B4DF;--navy:#2A3E91;--cream:#F0ECE5;--sand:#D6CCBB;--white:#fff;--muted:#747178;--line:#E4DED4;--soft:#EEF3FB;--shadow:0 12px 30px rgba(44,41,42,.07)}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}button{cursor:pointer}
.app-shell{width:min(1180px,calc(100% - 28px));margin:auto;padding:20px 0 42px}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}.brand{font-weight:850;letter-spacing:.08em;color:var(--navy);font-size:12px;text-transform:uppercase}.back{color:var(--muted);text-decoration:none;font-size:13px;font-weight:700}.back:hover{color:var(--navy)}
.hero{padding:8px 0 30px;background:transparent;color:var(--ink);border-radius:0;box-shadow:none}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:12px}.hero h1{margin:0;max-width:900px;font-size:clamp(44px,7vw,76px);line-height:.96;letter-spacing:-.052em;color:var(--ink)}.hero h1 span{display:block;color:var(--navy)}.hero p{max-width:760px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.6}
.toolbar{margin-top:0;padding:16px;background:rgba(255,255,255,.98);border:1px solid rgba(214,204,187,.85);border-radius:18px;box-shadow:var(--shadow)}.search-wrap{position:relative}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--navy);font-size:23px}
.search-wrap input{width:100%;height:46px;padding:0 14px 0 43px;background:#fff;border:1px solid var(--line);border-radius:12px;outline:none}.filters-grid{display:grid;grid-template-columns:1.15fr .7fr;gap:14px 22px;margin-top:15px}
.filter-label,.date-filter label span{display:block;margin-bottom:6px;color:var(--navy);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:#fff;color:var(--ink);font-size:12px;font-weight:750}.chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.region-block{grid-column:1/-1}.region-block .chip{background:var(--soft);color:var(--navy)}.region-block .chip.active{background:var(--navy);color:#fff}
.date-filter{display:flex;gap:8px}.date-filter label{width:160px}.date-filter input{width:100%;height:38px;padding:0 9px;background:#fff;border:1px solid var(--line);border-radius:10px}.reset-btn{align-self:end;justify-self:end;height:38px;border:0;border-radius:10px;padding:0 16px;background:var(--ink);color:#fff;font-size:12px;font-weight:800}
.summary-row{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:15px 4px 9px}.summary-row strong{color:var(--navy);font-size:14px}.summary-row span{color:var(--muted);font-size:12px}.tournament-list{display:grid;gap:10px}
.tournament-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr) auto;gap:20px;align-items:center;height:142px;min-height:142px;max-height:142px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 6px 18px rgba(44,41,42,.045);overflow:hidden}.tournament-card>div:first-child{min-width:0;display:flex;flex-direction:column;justify-content:center;height:100%}.tournament-title{margin:0 0 11px;color:var(--navy);font-size:18px;line-height:1.24;min-height:44.6px;max-height:44.6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.place-grid{display:flex;flex-wrap:nowrap;gap:8px;min-width:0;overflow:hidden}
.place-pill{display:inline-flex;gap:7px;padding:7px 10px;border-radius:10px;background:var(--cream);border:1px solid var(--line);font-size:12px;min-width:0;max-width:58%}.place-pill.city{background:var(--soft);max-width:34%}.place-pill>div{min-width:0}.place-label{display:block;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.place-value{display:block;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;align-content:center;height:100%}.info-label{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;margin-bottom:2px}.info-value{display:block;font-size:13px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.region-value{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--soft);color:var(--navy);font-size:11px;font-weight:800;white-space:nowrap}
.card-action{display:inline-flex;align-items:center;justify-content:center;min-width:125px;height:38px;padding:0 13px;border-radius:10px;background:var(--navy);color:#fff;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}.empty{padding:30px 20px;background:#fff;border:1px solid var(--line);border-radius:17px;text-align:center;color:var(--muted)}footer{margin-top:28px;text-align:center;color:#8A8580;font-size:11px}
.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin:18px 0 22px;padding-bottom:8px}.page-btn{min-width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:12px;font-weight:800;padding:0 12px}.page-btn:hover:not(:disabled){border-color:var(--sky);background:var(--soft)}.page-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.page-btn:disabled{opacity:.38;cursor:default}.page-dots{color:var(--muted);padding:0 2px}
@media(max-width:999px){.app-shell{width:min(100% - 22px,1180px)}.topbar{margin-bottom:26px}.filters-grid{grid-template-columns:1fr 1fr;gap:14px 16px}.region-block{grid-column:1/-1}.date-filter{grid-column:1/-1}.reset-btn{justify-self:start}.tournament-card{grid-template-columns:minmax(0,1fr) auto;height:168px;min-height:168px;max-height:168px;gap:14px 18px;padding:16px 18px}.info-grid{grid-column:1/-1;height:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px}.card-action{grid-column:2;grid-row:1;align-self:center}.tournament-title{font-size:17px}.pagination{gap:6px}.page-btn{min-width:36px;height:36px;padding:0 10px}}
@media(max-width:700px){.app-shell{width:min(100% - 14px,1180px);padding-top:14px}.topbar{margin-bottom:20px;gap:12px}.brand{font-size:11px}.back{font-size:12px;white-space:nowrap}.hero{padding:2px 0 24px}.eyebrow{font-size:11px;margin-bottom:10px}.hero h1{font-size:42px}.hero p{margin-top:17px;font-size:15px;line-height:1.55}.toolbar{padding:12px;border-radius:14px}.search-wrap input{height:44px;font-size:14px}.filters-grid{grid-template-columns:1fr;gap:12px;margin-top:12px}.region-block,.date-filter{grid-column:auto}.date-filter{display:grid;grid-template-columns:1fr 1fr}.date-filter label{width:auto}.reset-btn{width:100%;justify-self:stretch}.chips{gap:5px}.chip{padding:7px 9px;font-size:11px}.summary-row{padding:12px 2px 8px;align-items:flex-start;flex-direction:column;gap:2px}.summary-row strong{font-size:13px}.tournament-card{grid-template-columns:1fr;height:260px;min-height:260px;max-height:260px;gap:10px;padding:15px}.tournament-card>div:first-child{height:auto;justify-content:flex-start}.tournament-title{font-size:16px;min-height:39.7px;max-height:39.7px;margin-bottom:9px}.place-grid{gap:6px}.place-pill{max-width:64%;padding:6px 8px}.place-pill.city{max-width:34%}.place-value{font-size:11px}.info-grid{grid-column:auto;grid-template-columns:1fr 1fr;height:auto;gap:8px 12px}.info-label{font-size:9px}.info-value{font-size:12px}.region-value{font-size:10px}.card-action{grid-column:auto;grid-row:auto;width:100%;height:36px}.pagination{gap:5px;margin:14px 0 18px}.page-btn{height:36px;min-width:34px;padding:0 8px;font-size:11px}.page-btn.page-nav{flex:1 1 42%;max-width:150px}.page-dots{font-size:11px}}
@media(max-width:430px){.date-filter{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column;gap:7px}.pagination{justify-content:center}.page-btn{min-width:32px;padding:0 7px}.page-btn.page-nav{flex-basis:44%}}
/* Holdsport integrated embed mode */
html.embed-mode,body.embed-mode{background:transparent!important}body.embed-mode .app-shell{width:100%;max-width:none;padding:0 0 18px}body.embed-mode .topbar,body.embed-mode .hero,body.embed-mode footer{display:none!important}body.embed-mode .toolbar{margin-top:0;border-radius:16px;box-shadow:none;border:1px solid var(--line);background:#fff}body.embed-mode .summary-row{padding-left:2px;padding-right:2px}body.embed-mode .tournament-list{min-height:1206px;grid-auto-rows:142px}body.embed-mode .tournament-card{background:#F7F3EC;box-shadow:none;border:1px solid #DED6CA;border-radius:15px}body.embed-mode .pagination{margin-top:16px;margin-bottom:8px;padding-bottom:0}@media(max-width:999px){body.embed-mode .tournament-list{min-height:1058px;grid-auto-rows:168px}}@media(max-width:700px){body.embed-mode .app-shell{width:100%;padding:0 0 18px}body.embed-mode .tournament-list{min-height:1070px;grid-auto-rows:260px}}
