:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--blue: rgb(28, 44, 91);--green: rgb(32, 100, 60);--bkgrey: #555;--gtable: rgba(50, 153, 91, .3);--gold: #ccaa39;--silver: #B0B8C0;--bronze: #8C5A2C;--tpblue: rgb(28, 44, 91, .9)}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;background-color:#1c2c5be6}#appWindow{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;overflow:hidden}#appContainer{position:relative;width:428px;height:926px;overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:column;align-items:center;border:8px solid #000;border-radius:20px;box-shadow:0 0 20px (rgba(223,221,221,1))}@media (max-width: 428px){#appContainer{width:100%;height:100vh;border:none;border-radius:0;box-shadow:none}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{border:4px auto -webkit-focus-ring-color}#headerProfile{position:absolute;top:0;left:0;width:100%;height:4rem;background-color:green;box-shadow:0 1px 3px #000;z-index:50;display:grid;grid-template-columns:3fr 2fr;grid-template-rows:1fr}#playerCard{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:1fr;column-gap:.25em;padding:.25em}#playerCardText{border:4px solid white;line-height:.5rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 2fr 1fr;max-height:3.5rem;padding:.25em;box-shadow:0 1px 2px #000;border-radius:4px;background-color:var(--green)}#playerCardName{text-align:start;font-size:1.3rem;padding-left:.3em;padding-top:.2em}#playerCardRanking,#playerCardScore{font-size:.8rem;text-align:end}#appDropdown{padding:0 .25em;position:relative}#dropdownToggle{display:flex;align-items:center;justify-content:center;height:3.5rem;width:3.5rem;border-radius:50%;cursor:pointer;background:none}#dropdownToggle img{height:inherit;object-fit:contain;box-shadow:0 1px 3px #000;border-radius:50%}.dropdownMenu{position:absolute;top:100%;left:0;background:var(--green);color:#fff;border:2px solid greenyellow;border-radius:4px;min-width:150px;z-index:1000;padding-bottom:.2em;margin-top:.5em}.dropdownMenu.left{left:0;right:auto}.dropdownItem{display:flex;justify-content:space-between;align-items:center;padding-left:.5em;cursor:pointer}.dropdownItem.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropdownItem:hover{font-weight:700}.dropdownItem.logout{font-size:1.2em}.tag{font-size:.7em;margin-right:1em;color:#a0d8eb}#refreshControl{padding:.25em;position:relative}#refreshButton{display:flex;align-items:center;gap:.5em;height:3.5rem;width:100%;background-color:var(--blue);box-shadow:0 1px 3px #000;color:#fff;border:4px solid white;border-radius:4px;cursor:pointer}#lastUpdated{font-size:.8rem;line-height:1.1em}#appName{text-wrap:wrap;font-size:.9rem}#appLogo{border-radius:50%;align-self:center;margin:0 auto}.appLogo{border-radius:50%;height:25px;width:25px}#dropdownMenu{position:absolute;right:.25em;left:.25em;top:100%;background-color:var(--blue);color:#fff;list-style:none;margin:4px 0 0;padding:.25em;border:4px solid white;border-radius:4px}#appDropdown.open #dropdownMenu{display:block}#dropdownMenu li{display:flex;align-items:center;gap:.5em;cursor:pointer;margin:.125em 0;font-size:.9rem}#dropdownMenu li:hover{background-color:#ffffffb2;color:var(--blue);padding:.125em;font-size:1rem}#footerNav{position:absolute;bottom:0;left:0;width:100%;background-color:#006400;box-shadow:0 1px 3px #000;z-index:30;padding-bottom:env(safe-area-inset-bottom)}#navBarFooter{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:1fr;column-gap:.25em;height:4rem;font-size:1rem;margin-left:.25em;margin-right:.25em;padding-top:.25em}.footerItem{display:flex;flex-direction:column;align-items:center;justify-content:center;height:3.5rem;background-color:green;padding:.2em;box-shadow:0 1px 2px #000;border-radius:3px;color:#fff;cursor:pointer}.footerDisabled{opacity:.4;pointer-events:none;cursor:not-allowed;filter:grayscale(80%)}.footerItem.footerFocal,.footerCenter.footerFocal{color:var(--green)!important;background-color:#fff!important}.footerCenter{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:.5em;width:6rem;height:6rem;border-radius:50%;background-color:green;border:1px solid black;color:#fff;font-weight:700;box-shadow:0 4px 4px #0003;position:relative;top:-1.1rem;z-index:10;cursor:pointer}.icon{height:2.4rem;width:auto;display:block}:root{--blue: rgb(28, 44, 91);--green: rgb(32, 100, 60);--tpgreen: rgb(32, 100, 60, .9);--bkgrey: #555;--gtable: rgba(50, 153, 91, .3);--gold: #ccaa39;--silver: #B0B8C0;--bronze: #8C5A2C;--tpblue: rgb(28, 44, 91, .9);--red: #e70f0f;--amber: #dbbc0f}html,body,#root{height:100%}.text-right{text-align:right!important;padding-right:1rem}.text-center{text-align:center!important}#loginContainer{display:flex;flex-direction:column;gap:1em;border:1px solid white;width:80%;padding:1em;margin:7.5em auto;border-radius:10px;background-color:var(--green);box-shadow:0 4px 6px var(--green);max-height:800px;max-width:426px}#loginContainer input{text-align:center}#contentContainer{flex:1;width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;padding:4.3rem .5rem;overflow-y:auto;margin:0 auto;border:1px solid white;gap:.5em}#titleContainer{display:flex;justify-content:space-between;gap:.5em;width:100%;margin-top:.5em}#viewTitle{flex:1;border:3px solid white;border-radius:4px;text-align:center;width:fit-content;max-height:2em;padding:.1em 1em;font-size:1.1rem;background-color:var(--tpblue);color:#fff}#viewTitleBoards{display:flex;flex:1;justify-content:space-around;border:3px solid white;border-radius:4px;width:fit-content;color:#fff;background-color:var(--tpblue);gap:.5em;padding:.1em .5em;font-size:1.1em}#weekNav{display:flex;justify-content:center;align-items:center;gap:.25em;margin:.125em 0;width:98%;max-height:3vh;color:#fff}#weekNavBoard{display:flex;justify-content:space-between;align-items:center;gap:.25em;margin-bottom:.25em;width:98%;max-height:3vh;color:#fff}.nav-arrow{width:19%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:inherit}#gwDisplay,#gwDisplayBoards{width:60%;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px}#gwDisplay,#gwDisplayBoards,.nav-arrow{height:1.75em;padding:.25em;line-height:1.2em;font-size:1em;background-color:#1c2c5b}.arrow-icon{width:100%;height:100%}#prevWeek{border-bottom-left-radius:10px;border-top-left-radius:10px;border-top-right-radius:0}#nextWeek{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0}#lensSelect{background-color:var(--blue);border:none;color:#fff;text-align:center;font-size:.9em}#subjectSelectSVG{background-color:#fff;color:var(--blue);padding:0;margin:0}.selectSVG{display:block;height:2em;width:2em;color:#000}.matchNav{width:80%;display:flex;justify-content:space-between}.matchNavFixture{display:flex;flex-direction:column;gap:0;font-size:.9em;text-align:center;line-height:1.2;align-self:center}.navArrow{cursor:pointer;border:1px solid white;color:#fff;border-radius:5px;width:15%;background-color:var(--blue);text-align:center;align-self:center;padding:.2em 0;font-size:1.2em;line-height:1.2em}#fixtures,#predictionForm{display:flex;flex:1;flex-direction:column;overflow-y:scroll;gap:.3em;width:100%;margin:0 .5em}.fixturesCard{border:2px solid white;border-radius:5px;padding:0;padding-bottom:.1rem;background-image:linear-gradient(to top,#1c2c5b,#203c6a,#264c78,#2f5d86,#3a6e93,#3a6e93,#3a6e93,#3a6e93,#2f5d86,#264c78,#203c6a,#1c2c5b)}.matchCard{width:100%;margin-bottom:.5em}.modalFieldset{min-height:2.5em}.fixturesCardHeader{position:relative;padding:.1em 1em;background-color:#fff}.fcHeaderCenter{display:flex;justify-content:center;gap:.5em}.fixtureStatus{position:absolute;left:75%;top:40%;transform:translateY(-50%);display:flex;align-items:center;gap:.4em;font-size:.75rem;font-weight:600}.fixtureStatus .dot{width:8px;height:8px;border-radius:50%}.predictionStatus .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.predictionStatus{margin-bottom:0}.thanks{text-align:center;margin:0}.fixtureStatus.green{color:green}.fixtureStatus.amber{color:orange}.fixtureStatus.red{color:#00f}.fixtureStatus.green .dot{background:green}.fixtureStatus.amber .dot{background:orange}.fixtureStatus.red .dot{background:#00f}.match{padding:.2em;border:none;cursor:pointer}.withModal{display:grid;grid-template-columns:.3fr 2fr 1fr .3fr 1fr 2fr}.noModal{display:grid;grid-template-columns:2fr 1fr .3fr 1fr 2fr}.match div{display:flex;align-items:center;justify-content:center}.match div input{height:90%;width:90%}.homeScore,.awayScore{background:#fff;color:#000;height:90%;width:70%;margin:auto;border-radius:5px;font-size:1.2rem;font-weight:700}.matchModalButton{margin-right:.3em}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.day,.ko{color:var(--blue);font-size:.8rem;font-weight:700;background-color:#fff;line-height:.8rem;padding-bottom:.15em}.homePred,.homeScore{margin-left:.5em}.v{font-weight:700;color:#fff}.awayPred,.awayScore{margin-right:.5em}.team{text-align:center;border-radius:5px;font-weight:700;overflow:hidden;margin-top:2px}.team.pos{display:flex}.posName{width:70%;padding:4px 0}.teamPos{width:30%;height:100%;font-size:1em;font-weight:400;background-color:inherit;color:inherit;text-shadow:none}.teamPos sup{font-size:.7em;vertical-align:super}.pred{border-radius:5px;font-size:1.2rem;text-align:center;font-weight:700}.predictPreviewsContainer{max-height:10rem;padding:.2em .3em;margin:0 .3em .1em;overflow-y:scroll;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;column-gap:.8rem}.previewContent{max-height:5rem;overflow-y:scroll}.clubPreviews{grid-column:1 / 2;grid-row:1 / 2;border-radius:5px;outline:1px solid white;display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem;gap:.25em;background-color:#777}.previewInsights{grid-column:2 / 3;grid-row:1 / 2;border-radius:5px;outline:1px solid white;display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem;gap:.25em;background-color:#777}.pillPreview{border-radius:9999px;padding:.1rem 0;margin:.1rem;width:40%;height:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;font-weight:700;font-size:.7rem;line-height:1}.pillPreview .previewName,.pillPreview .previewPrediction{margin:0;padding:0}.scoringBreakdownContainer{max-height:10rem;padding:.3rem .3rem 0;margin:.1rem .3rem .2rem;border-radius:5px;overflow-y:scroll;outline:1px solid white;background-color:#ffffff1a}.breakdownRow{display:grid;grid-template-columns:1.2fr 1fr repeat(6,.4fr);grid-template-rows:1fr;margin:.2em;text-align:center}.scoringBreakdownHeader{background-color:#ffffff1a;margin-bottom:-.2rem;padding-bottom:.15rem}.breakdownName{grid-column:1 / 2;grid-row:1 / 2}.breakdownPred{grid-column:2 / 3;grid-row:1 / 2}.breakdownResults{grid-column:3 / 4;grid-row:1 / 2}.breakdownGd{grid-column:4 / 5;grid-row:1 / 2}.breakdownHome{grid-column:5 / 6;grid-row:1 / 2}.breakdownAway{grid-column:6 / 7;grid-row:1 / 2}.breakdownGoals{grid-column:7 / 8;grid-row:1 / 2}.breakdownPoints{grid-column:8 / 9;grid-row:1 / 2}.boardContainer{display:flex;flex-direction:column;flex:1;width:100%;overflow:hidden}.matchBoardAlign{display:grid;grid-template-columns:.8fr 4fr repeat(5,.8fr) 1fr;padding:0;margin:0;gap:.25em;width:100%}.matchBoardHeader{line-height:2;font-size:1rem;margin-bottom:.5em;font-weight:700}.matchBoardHeader div{text-align:center;background-color:#ffffffe8;padding:0 .125em;color:var(--blue);border-radius:3px;border:1px solid white;box-shadow:0 1px 1px var(--bkgrey)}.matchSubjectTag{display:flex;justify-content:space-between;text-align:center}.matchSubjectTag.header{padding-left:.4em}.matchPredTag.header{font-size:.8em;align-self:center;margin-top:.1em}.matchSubjectTag.row{padding:0 .4em}.matchNameTag,.matchPredTag{border:none!important;box-shadow:none!important}.boardData{overflow-y:auto;flex:1}.matchBoardRow{border-radius:3px;margin-bottom:.3em;line-height:1.5em}.matchBoardRow .userName{overflow:hidden;text-overflow:ellipsis}.matchBoardRow div{border-radius:3px;padding:0 .125em;border:1px solid white;box-shadow:0 1px 1px #ffffff80;text-overflow:ellipsis;overflow:hidden}.firstMatch{line-height:1.8em!important;font-weight:700!important}.firstMatch .pos,.perfect10 div{background-color:var(--gold)!important;color:var(--blue)!important}.secondMatch{line-height:1.6!important;font-weight:700!important}.secondMatch .pos{background-color:var(--silver)!important;color:var(--blue);font-weight:700}.thirdMatch{line-height:1.5!important;font-weight:700!important}.thirdMatch .pos{background-color:var(--bronze)!important;color:var(--blue);font-weight:700}.boardData .matchBoardRow:nth-child(2n) div{background-color:#1c2c5b99}.boardData .matchBoardRow:nth-child(odd) div{background-color:var(--green)}#boardContainer{display:flex;flex-direction:column;width:100%;overflow-y:hidden}.boardAlign{display:grid;grid-template-columns:.8fr 26% 1fr repeat(5,.9fr) 1fr;padding:0;margin:0;gap:.25em;width:100%}.boardHead{line-height:1.8;font-size:.9rem;margin-bottom:.5em;font-weight:700}.boardHead div{text-align:center;background-color:#ffffffe8;padding:0 .125em;color:var(--blue);border-radius:3px;border:1px solid white;box-shadow:0 1px 1px var(--bkgrey)}#nameTag{font-size:1.1em}#boardData{overflow-y:auto}.boardRow{line-height:1.6;font-size:.8rem;text-align:center;border:none;color:#fff;border-radius:3px;margin-bottom:.3em;min-height:1.5rem}.boardRow .userName{overflow:hidden;text-overflow:ellipsis}.boardRow div{border-radius:3px;padding:0 .125em;border:1px solid white;box-shadow:0 1px 1px #ffffff80;text-overflow:ellipsis;overflow:hidden}.hasP10s,.points{background-color:var(--gold)!important;color:var(--blue);font-weight:700!important}.snapshot div{background-color:var(--green);line-height:1.8;font-size:.9rem;font-weight:400}#boardData fieldset:nth-child(odd) div{background-color:#1c2c5b99}#boardData fieldset:nth-child(2n) div{background-color:var(--green)}.first{line-height:1.8!important;font-size:.9rem!important;font-weight:700!important}.first div{background-color:var(--gold)!important;color:var(--blue)!important;font-weight:700!important}.second{line-height:1.8!important;font-weight:700!important}.second .pos{background-color:var(--silver)!important;color:var(--blue);font-weight:700}.third{line-height:1.7!important;font-weight:700!important}.third .pos{background-color:var(--bronze)!important;color:var(--blue);font-weight:700}#teamModal{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:94%;max-width:428px;height:84%;max-height:84%;overflow:auto;border-radius:10px;background-color:var(--tpblue);border:3px solid white;box-shadow:0 0 20px #0006;z-index:50;padding-bottom:.8em}#modalOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:40}#teamModalCard{display:flex;flex-direction:column;flex:1;gap:1em;align-items:center;width:96%;height:100%;color:#fff;margin:.5em auto;overflow:auto}.modalCardHeaderContainer{display:flex;flex-direction:column;align-items:center;margin-bottom:1em;flex:0 0 auto}.modalHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.25em .5em;width:96%;background-color:var(--green);border-radius:.75em;margin:.5em 0;box-shadow:0 4px 8px #0003;flex-shrink:0}#playerCardTitleModal{border:4px solid white;line-height:.5rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 2fr 1fr;height:3.5rem;width:10rem;padding:.25em;box-shadow:0 1px 2px #000;border-radius:4px;background-color:var(--green)}.modalToggle{width:96%;display:flex;position:relative;margin:0 auto .25em;justify-content:center;gap:.125em;color:#fff;background-color:#646874;padding:.125em 0;overflow:hidden;border-radius:20px}.modalToggleHighlight{border-radius:20px;position:absolute;top:0;left:0;width:60%;height:100%;background-color:var(--green);transition:left .3s ease;z-index:0;pointer-events:none}.modalToggleBtn{flex:1;font-size:1em;background:transparent;border:none;text-align:center;color:inherit;cursor:pointer;z-index:1}.modalToggleBtn.active{font-weight:700;font-size:1.1rem}#teamModalCard{display:flex;flex-direction:column;gap:1em;align-items:center;width:96%;color:#fff;margin:.5em auto}.modalCardBody{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;overflow-y:scroll}.modalSection{width:96%;background-color:var(--tpblue-dark);border-radius:.75em;padding:.5em 0;margin:.5em 0;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;gap:.5em;transition:transform .2s,box-shadow .2s}#modalFixtures{display:flex;flex:1;flex-direction:column;overflow-y:scroll;gap:.3em;width:96%}.modalSection:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.p10ModalLogo{height:4em;width:4em}#teamModalClose{border-radius:50%;border:none;padding:0;height:2em;width:2em;display:flex;justify-content:center;align-items:center;font-size:1.2em;font-weight:700;line-height:1;background-color:var(--green);color:var(--blue);cursor:pointer;box-shadow:0 2px 4px #0000004d;transition:background .2s,transform .2s,box-shadow .2s}#teamModalClose:hover{background-color:#0b5769;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #0006}#modalImageContainer{display:flex;justify-content:center;align-items:center;padding:.5em}.modalImg{width:100%;max-width:20em;height:12em;object-fit:contain;object-position:center;display:block}#modalTitle{font-size:1.5em;margin-top:-.5em;margin-bottom:0}#modalContact{display:flex;flex-direction:column;gap:.25em}#modalWeb,#modalEmail{color:var(--green);cursor:pointer}#modalAddress{display:flex;flex-direction:column}#modalTimes{display:flex;justify-content:center;border-bottom:none}#openingTimesTable{border-collapse:separate;border-spacing:1em .25em;margin-bottom:1em}#statsContainer{width:100%;overflow-y:auto;display:block}.statsSection{width:100%;padding:0rem .25rem;margin-bottom:1rem}.statsSectionTitle{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;padding-left:1rem;color:#fff;text-align:start;background-color:#fff;color:var(--tpblue);border-radius:8px;box-shadow:0 1px 4px #000c}.statsGrid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);gap:clamp(1rem,2vw,.5rem);align-items:start}.statBox{width:100%;height:100%;background-color:#f9f9f9;border-radius:8px;padding:.25rem;box-shadow:0 1px 4px #000c;display:flex;flex-direction:column;color:#000}.statBoxRow{display:grid;grid-template-columns:1fr 10px 1fr;align-items:center}.statBoxValue{font-size:1.125rem;font-weight:600;text-align:center;color:#fff;background-color:var(--tpblue);border-radius:4px}.StatBoxDivider{width:10px;border-left:1px solid var(--tpblue);height:100%;margin:0 5px}.StatBoxDividerB{width:10px;border-left:1px solid var(--tpblue);height:100%;transform:scaleY(1.8);transform-origin:bottom;margin:0 5px}.StatBoxA .statBoxLabel.labelA{font-size:.875rem;font-weight:600;text-align:center;margin-bottom:.15rem}.StatBoxA .statBoxPercent{font-size:1.125rem;font-weight:600;text-align:center;background-color:var(--tpgreen);color:#fff;border-radius:4px}.StatBoxB .statBoxLabel.LabelB{display:grid;grid-template-columns:1fr 1fr;font-size:clamp(.9rem,.875rem,.7rem);font-weight:600;margin-bottom:.15rem;text-align:center}.StatBoxB .statBoxRow{display:grid;grid-template-columns:1fr 10px 1fr;align-items:center}.teamComparisonSelector{display:flex;justify-content:space-evenly;border-bottom:3px solid white;padding:.5em 0;margin-bottom:.5em}.teamComparisonSelector select{text-align:center;cursor:pointer}.compareButton{padding:.25em}.comparisonSummary{display:flex;flex-direction:column;margin-bottom:.5em}.SummaryHeader{background-color:#fff;color:var(--blue);font-weight:700;border-radius:4px}.summaryLabelHeader{font-size:.8em}.comparisonSummaryRow{display:grid;grid-template-columns:repeat(3,2fr) 2fr repeat(3,2fr);text-align:center;font-size:.8em;border-bottom:1px dotted white}.teamComparisonHeader{display:grid;grid-template-columns:1fr repeat(2,3fr) 2fr repeat(2,3fr) 1fr;grid-template-rows:repeat(2,1.5em);text-align:center;background-color:#fff;color:var(--blue);font-weight:700;border-radius:4px;margin:0 .15em .3em -.05em;align-self:center;outline:2px solid white}.comparisonHeaderTotal{writing-mode:vertical-lr;transform:rotate(180deg)}.t1Header{grid-column:2 / 4;grid-row:1 / 2;outline:none!important}.t1TotalHeader{grid-column:1 / 2;grid-row:1 / 3;align-self:center}.t1HomeHeader{grid-column:2 / 3;grid-row:2 / 3;margin-left:.5em}.t1AwayHeader{grid-column:3 / 4;grid-row:2 / 3;margin-right:.5em}.oppoHeader{grid-column:4 / 5;grid-row:1 / 3;align-self:center}.t2Header{grid-column:5 / 7;grid-row:1 / 2;outline:none!important}.t2HomeHeader{grid-column:5 / 6;grid-row:2 / 3;margin-left:.5em}.t2AwayHeader{grid-column:6 / 7;grid-row:2 / 3;margin-right:.5em}.t2TotalHeader{grid-column:7 / 8;grid-row:1 / 3;align-self:center}.fixtureCellHeader{display:grid;grid-template-columns:2fr 1fr}.metaHeader{font-size:.6em;font-weight:400;align-self:center}.teamComparisonRow{display:grid;grid-template-columns:1fr repeat(2,3fr) 2fr repeat(2,3fr) 1fr;grid-template-rows:1.3em;text-align:center;margin:0 .15em .3em;padding:.15em 0}.comparisonRowTotal{font-weight:700;font-size:1.1em;align-self:center;border-radius:4px}.comparisonRowTotal.t1{grid-column:1 /2}.t1Home{grid-column:2 / 3;margin-left:.5em}.t1Away{grid-column:3 / 4;margin-right:.5em}.t2Home{grid-column:5 / 6;margin-left:.5em}.t2Away{grid-column:6 / 7;margin-right:.5em}.comparisonRowTotal.t2{grid-column:7 / 8}.fixtureCell{display:grid;grid-template-columns:2fr 1fr;align-self:center}.opaqueFixture{opacity:.45}.resultCell{grid-column:1 / 2}.metaCell{grid-column:2 / 3;background-color:#fff;color:var(--blue)}.formContainer{width:100%;margin-bottom:1.5em}.formRow{display:grid;grid-template-columns:4fr 4fr;width:100%;gap:clamp(.2rem,2vw,1.5em)}.formBlock{display:grid;grid-template-columns:1fr .5fr 1.2fr 1fr .8fr;gap:.5em;align-items:center;border-bottom:1px dotted white;padding:.1em 0}.formBlock.right{direction:rtl}.formBlock.right *{direction:ltr}.dateColFG{font-size:.7em}.oppoFG{border-radius:4px;font-size:.9em}.resultIconFG{width:1.4em;height:1.4em;font-size:1em;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:50%;line-height:1}.resultIconFG.W{background-color:var(--green)}.resultIconFG.D{background-color:var(--amber)}.resultIconFG.L{background-color:var(--red)}.leagueTableToggle{display:flex;margin-bottom:8px;gap:12px;justify-content:center}.leagueTableToggle span{cursor:pointer;opacity:.6}.leagueTableToggle span.active{opacity:1;font-weight:700;border-bottom:2px solid white}.modalPremSnapshot{width:100%;margin-bottom:1em;color:var(--blue);background-color:#fff0!important;flex:0 0 auto}.noOutline{outline:none!important;margin-top:.3em}.leagueTableItem{display:flex;flex-direction:column;overflow-x:auto;width:100%;background-color:#fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;box-shadow:0 1px 4px #0000001a;color:var(--blue)}.leagueTableHeader,.leagueTableRow{display:flex;align-items:center;padding:.1rem;font-size:.875rem;white-space:nowrap}.leagueTableHeader{font-weight:700;border-bottom:1px solid #ddd;background-color:#f9f9f9;position:sticky;top:0;z-index:2}.col{flex-shrink:0;text-align:center;overflow:hidden;text-overflow:ellipsis;padding:.1 0}.col.pos{width:8%}.col.team{width:26%;min-width:20%;text-align:left;flex-shrink:1}.col.played,.col.wins,.col.draws,.col.losses,.col.gf,.col.ga,.col.gd{width:8%}.col.pts{width:10%}.liverpool{background-color:#d00;color:#fff;outline:2px solid #dd0000}.bournemouth{background-color:#ed1c24;color:#000;outline:2px solid #ed1c24}.astonvilla{background-color:#95bfe5;color:#670e36;outline:2px solid #95bfe5}.arsenal{background-color:#ef0107;color:#fff;outline:2px solid #ef0107}.brighton{background-color:#005daa;color:#fff;outline:2px solid #005daa}.burnley{background-color:maroon;color:#80bfff;outline:2px solid #800000}.chelsea{background-color:#034694;color:#d1d3d4;outline:2px solid #034694}.crystalpalace{background-color:#1b458f;color:#fff;outline:2px solid #1b458f;text-shadow:-.5px -.5px 0 #c4122e,.5px -.5px 0 #c4122e,-.5px .5px 0 #c4122e,.5px .5px 0 #c4122e}.everton{background-color:#274488;color:#fff;outline:2px solid #274488}.mancity{background-color:#6cabdd;color:#1c2c5b;outline:2px solid #6cabdd}.manunited{background-color:#da291c;color:#fbe122;outline:2px solid #da291c}.newcastle{background-color:#241f20;color:#fff;outline:2px solid #241f20}.leeds{background-color:#ffcd00;color:#1d428a;outline:2px solid #ffcd00}.fulham{background-color:#000;color:#c00;outline:2px solid #000}.tottenham{background-color:#fff;color:#132257;outline:2px solid #fff}.westham{background-color:#7c2c3b;color:#7bcce6;outline:2px solid #7c2c3b}.sunderland{background-color:#eb1726;color:#211e1e;outline:2px solid #eb1726}.wolverhamptonwanderers{background-color:#fdb913;color:#231f20;outline:2px solid #fdb913}.brentford{background-color:#e30613;color:#fff;outline:2px solid #e30613}.nottinghamforest{background-color:#fff;color:#e53233;outline:2px solid #fff}.liverpool .teamPos{background-color:#fff;color:#d00}.bournemouth .teamPos{background-color:#000;color:#ed1c24}.astonvilla .teamPos{background-color:#670e36;color:#95bfe5}.arsenal .teamPos{background-color:#fff;color:#ef0107}.brighton .teamPos{background-color:#fff;color:#005daa}.burnley .teamPos{background-color:#80bfff;color:maroon}.chelsea .teamPos{background-color:#d1d3d4;color:#034694}.crystalpalace .teamPos{background-color:#fff;text-shadow:none;color:#c4122e}.everton .teamPos{background-color:#fff;color:#274488}.mancity .teamPos{background-color:#1c2c5b;color:#6cabdd}.manunited .teamPos{color:#da291c;background-color:#000}.newcastle .teamPos{background-color:#fff;color:#241f20}.leeds .teamPos{color:#1d428a;background-color:#fff}.fulham .teamPos{color:#000;background-color:#fff}.tottenham .teamPos{background-color:#132257;color:#fff}.westham .teamPos{background-color:#7bcce6;color:#7c2c3b}.sunderland .teamPos{background-color:#211e1e;color:#eb1726}.wolverhamptonwanderers .teamPos{background-color:#231f20;color:#fdb913}.brentford .teamPos{background-color:#fff;color:#e30613}.nottinghamforest .teamPos{background-color:#e53233;color:#fff}
