@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);.bracket-empty{color:#556270;padding:2rem 0;text-align:center}body.match-modal-open{overflow:hidden}#bracket-view{align-items:flex-start;box-sizing:border-box;display:none;height:100%;justify-content:center;overflow:auto;padding:1rem;width:100%}#bracket-view.active{display:flex}.brackets-viewer{display:inline-flex;gap:2.5rem}.brackets-viewer .match,.brackets-viewer .opponents,.brackets-viewer .participant{box-sizing:border-box!important;margin:0!important;min-width:100%!important;width:fit-content!important}.brackets-viewer .opponents{padding-right:0!important}.brackets-viewer .round{align-items:center;display:flex;flex-direction:column;gap:1.5rem;min-width:200px;width:fit-content!important}.brackets-viewer .round h3{width:100%!important}.brackets-viewer .match{background:transparent;border:0;cursor:pointer;margin:0;padding-right:0!important}.brackets-viewer .participant{align-items:center;background:#fff;border:1px solid #ddd;display:flex!important;gap:.5rem;margin-right:.5rem!important;min-width:100%;padding:.75rem;width:fit-content!important}.brackets-viewer .participant .name{flex:1 1 auto;font-size:.9rem;line-height:1.3;min-width:0;overflow:visible!important;text-overflow:unset!important;white-space:nowrap!important}.brackets-viewer .participant .result{flex:0 0 auto;font-weight:700;margin-left:auto;width:1rem!important}@media(max-width:768px){.brackets-viewer{gap:1.5rem}}#match-metadata-modal{left:50%;max-width:90vw;position:fixed;top:50%;transform:translate(-50%,-50%);width:480px;z-index:1050}#match-metadata-modal .match-modal__content{background:#fff;border:1px solid #000;border-radius:10px;box-shadow:0 8px 24px hsla(0,0%,7%,.12);padding:1.75rem 1.5rem;position:relative}#match-metadata-modal .match-modal__close{background:none;border:0;cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem;position:absolute;right:1rem;top:1rem}#match-modal-backdrop{background:rgba(0,0,0,.5);inset:0;position:fixed;z-index:1040}.match-modal__body{font-family:Inter,sans-serif;text-align:center}.match-modal__body .match-teams{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.25rem}.match-modal__body .match-teams .match-team{background:#fff;border:1px solid #000;border-radius:10px;box-shadow:0 3px 10px hsla(0,0%,7%,.08);padding:.85rem}.match-section__label,.match-team__label{display:block;font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:.3rem;text-transform:uppercase}.match-section__value,.match-team__name{display:block;font-size:.95rem;font-weight:600}.match-team__members{display:block;font-size:.85rem;font-weight:500;margin-top:.25rem}.judge-list{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:.75rem 0 0;padding:0}.judge-pill{align-items:center;background:#fff;border:1px solid #000;border-radius:999px;display:inline-flex;font-size:.92rem;font-weight:500;gap:.45rem;padding:.4rem .85rem}.judge-pill.is-chair{font-weight:700}.judge-pill__badge{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.match-section{margin-bottom:1rem}.match-error{color:#000;font-weight:600;text-align:center}@media(max-width:600px){#match-metadata-modal{width:95vw}}