/* Phase 10.13: compact agenda navigation and unambiguous score placement. */
.fdfc-day-rail{align-items:stretch}
.fdfc-day-rail__track{display:grid;flex:1;grid-template-columns:repeat(8,minmax(58px,1fr));overflow:visible;scrollbar-width:none}
.fdfc-day-rail__track::-webkit-scrollbar{display:none}
.fdfc-day-rail__track a{box-sizing:border-box;min-width:0;width:auto}
.fdfc-round-panel article{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important}
.fdfc-round-panel article>time,.fdfc-round-panel article>small{grid-column:1/-1!important}
.fdfc-round-panel article>span{display:grid!important;gap:.3rem!important;justify-items:center!important;justify-content:center!important;text-align:center!important;word-break:normal!important}
.fdfc-round-panel article>span:last-of-type{justify-content:center!important}
.fdfc-round-panel article>strong{grid-column:2!important;grid-row:2!important;align-self:center;width:auto!important;white-space:nowrap}
.fdfc-results li{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important}
.fdfc-results .fdfc-result-team{display:grid;justify-items:center;text-align:center}
.fdfc-results .fdfc-result-team:nth-of-type(2){justify-content:center;text-align:center}
@media(max-width:760px){.fdfc-day-rail{display:block}.fdfc-day-rail__track{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.fdfc-day-rail__track a{min-height:52px}.fdfc-date-picker{margin-top:.55rem}.fdfc-round-panel article>span{font-size:.76rem!important}}
