.alert-message{padding:var(--spacing-small);border-radius:var(--border-radius)}.legend{box-shadow:inset 0 4px 6px rgba(0,0,0,.1),inset 0 -4px 6px rgba(0,0,0,.1);padding:var(--spacing-medium);border-radius:var(--border-radius)}.badge,.legend{width:-moz-fit-content;width:fit-content}.badge{line-height:16px;border-radius:8px;padding:var(--spacing-tiny) var(--spacing-small);margin:var(--spacing-tiny);color:var(--md-sys-color-on-surface);box-shadow:var(--box-shadow)}.tier1{background:var(--gold)}.tier2{background:var(--silver)}.tier3{background:var(--bronze)}.points-table-container{width:100%;height:600px;border-radius:var(--border-radius);border:1px solid #f0f0f0;overflow:hidden;display:flex;flex-direction:column}.table-header{background-color:var(--md-sys-color-background);border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:3}.table-header .header-col{position:relative}.table-header .header-col:not(:last-child):after{content:"";position:absolute;right:0;top:10;height:100%;width:1px;background-color:#f0f0f0}.table-body{flex-grow:1;overflow-y:auto}.table-row{display:flex;align-items:center;padding:16px;cursor:pointer;transition:background-color .15s ease;font-size:.875rem;border-bottom:1px solid #f0f0f0;gap:8px}.table-row.expanded,.table-row:focus,.table-row:hover{background-color:var(--md-sys-color-secondary-container)}.table-row.header-row{cursor:default}.table-row.header-row:hover{background-color:transparent}.table-row:focus{outline:2px solid #36b;position:relative;z-index:2}.table-row:focus:not(:focus-visible){outline:none}.table-row:focus-visible{outline:2px solid #36b}.event-details-row{max-height:0;overflow:hidden;transition:max-height .2s ease}.event-details-row.expanded{max-height:400px}.event-details-wrapper{width:100%}.place-col{text-align:center;flex:0 0 50px;font-weight:400}.place-col:not(.header-col){font-weight:600}.name-col{flex:1 1 180px}.instagram-col{flex:0 0 150px}.instagram-col a{color:var(--md-sys-color-primary);text-decoration:none;transition:color .2s}.instagram-col a:hover{color:var(--md-sys-color-on-primary-container);text-decoration:underline}.instagram-col a:focus{outline:2px solid var(--md-sys-color-on-primary-container);border-radius:2px;padding:2px}.country-col,.points-col{flex:0 0 80px;text-align:center}.events-col{flex:0 0 130px}.events-count{justify-content:space-between}.events-count,.expand-icon{display:flex;align-items:center}.expand-icon{color:#757575;transition:transform .3s ease}.expanded .expand-icon{transform:rotate(180deg)}.event-chips{display:flex;flex-wrap:wrap;gap:8px;padding:16px 24px}@media(max-width:48em){.table-row{padding:12px 8px;font-size:.8rem}.instagram-col{display:none}.event-chips{padding:12px 16px}}@media(max-width:37.5em){.points-table-container{border-radius:4px}.table-row{padding:10px 6px;font-size:.75rem}.country-col{display:none}.events-col{min-width:100px}.event-chips{padding:8px 12px}}@media(forced-colors:active){.table-row:focus,a:focus{outline:3px solid CanvasText}}