@import"https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap";:root{--poll-padding: 20px;--card-width: calc(100% - 40px) ;--max-width: 843px;--card-height: 71px;--border-radius-lg: 50px;--border-radius-card: 300px;--font-size-base: 21px;--font-size-header: 20px;--gap-base: 8px}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.poll-wrapper{display:flex;justify-content:center;width:100%;max-width:100vw;padding:0 var(--poll-padding);overflow-x:hidden;margin-bottom:20px}.poll{width:100%;max-width:909px;min-height:auto;padding:var(--poll-padding);background-color:#e5e5e5;border:6px solid black;border-radius:var(--border-radius-lg);display:flex;flex-direction:column;align-items:center;margin-top:40px;margin-bottom:25px}.poll-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;overflow-x:hidden}.poll-title,.results-title{width:var(--card-width);max-width:var(--max-width);height:var(--card-height);background-color:#282626;border-radius:25px 25px 10px 10px;display:flex;align-items:center;justify-content:center;font-family:Helvetica,Arial,sans-serif;font-size:clamp(24px,5vw,42px);font-weight:700;color:#fff}.poll-header,.results-header{width:var(--card-width);max-width:var(--max-width);display:grid;column-gap:var(--gap-base);align-items:center;padding:0 var(--poll-padding);margin:20px 0 10px;font-family:Helvetica,Arial,sans-serif;font-size:var(--font-size-header);font-weight:300;color:#000}.poll-header{grid-template-columns:.9fr 1fr .9fr repeat(10,.5fr)}.results-header{grid-template-columns:30px 3fr 1.5fr 1.2fr 1.2fr;column-gap:25px}.team-header{text-align:left}.record-header,.trend-header,.points-header{text-align:center}.custom-col-header{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;font-weight:400}.poll-card-content,.results-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%}.poll-card,.result-card{width:var(--card-width);max-width:var(--max-width);height:var(--card-height);margin:7px 0;padding:0 var(--poll-padding);background-color:#fff;border-radius:var(--border-radius-card);display:grid;column-gap:var(--gap-base);align-items:center;font-family:Helvetica,Arial,sans-serif;font-size:var(--font-size-base);font-weight:700;color:#000}.poll-card{grid-template-columns:2fr 1fr 1fr repeat(10,.5fr);column-gap:13px}.avgpf-col{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1}.avgpf-label{font-size:18px;font-weight:400;color:#000;letter-spacing:.5px}.avgpf-value{font-size:18px;font-weight:700;color:#000}.poll-card.not-selected{background-color:#f3f4f6;color:#9ca3af}.result-card{grid-template-columns:30px 3fr 1.5fr 1.2fr 1.2fr;column-gap:25px}.manager-name,.result-name{text-align:left;font-weight:700}.result-record,.result-points,.result-trend{text-align:center;font-weight:700}.result-trend.trend-up{color:#16a34a}.result-trend.trend-down{color:#dc2626}.result-trend.trend-same{color:#000}.vote-cell{display:flex;justify-content:center;align-items:center}.vote-button{background:none;border:none;cursor:pointer;padding:5px;border-radius:50%}.vote-button.disabled{cursor:not-allowed;opacity:.3}.vote-circle{width:30px;height:30px;border:3px solid black;border-radius:50%;background-color:transparent}.vote-button.selected .vote-circle{background-color:#000;border-color:#000}.vote-button.disabled .vote-circle{border-color:#d1d5db;background-color:transparent}.vote-button.selected.disabled .vote-circle{background-color:#000;border-color:#000}.rank-circle{width:40px;height:40px;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;justify-self:center;font-family:Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}.rank-circle.top-5{background-color:#000}.submit-button{width:var(--card-width);max-width:var(--max-width);height:var(--card-height);background-color:#fff;color:#000;border:3px solid #949494;border-radius:var(--border-radius-card);font-family:Helvetica,Arial,sans-serif;font-size:24px;font-weight:700;cursor:pointer;margin-top:20px}.submit-button:hover:not(.disabled){background-color:#323232;border-color:#323232;color:#fff}.submit-button.disabled{background-color:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 768px){:root{--poll-padding: 15px;--card-width: calc(100% - 30px) ;--card-height: 65px;--border-radius-lg: 40px;--font-size-base: 17px;--font-size-header: 16px;--gap-base: 6px}.poll{margin-top:10px}.poll-title,.results-title{height:60px;border-radius:20px 20px 10px 10px}.poll-header,.poll-card{grid-template-columns:1.5fr .9fr repeat(10,.4fr);padding:0 12px}.results-header,.result-card{grid-template-columns:28px 2fr 1.2fr .9fr .9fr;column-gap:10px;padding:0 12px}.vote-circle{width:26px;height:26px}.rank-circle{width:34px;height:34px;font-size:16px}}@media (max-width: 480px){:root{--poll-padding: 8px;--card-width: calc(100% - 16px) ;--card-height: 52px;--border-radius-lg: 20px;--border-radius-card: 120px;--font-size-base: 11px;--font-size-header: 10px;--gap-base: 2px}.poll-wrapper{padding:0 8px;margin-bottom:30px}.poll{border-width:3px;padding:12px 8px;margin-top:15px;max-width:100%}.poll-title,.results-title{height:48px;border-radius:12px 12px 6px 6px;font-size:clamp(16px,4vw,20px);padding:0 8px}.poll-header,.poll-card{grid-template-columns:.9fr 1fr .9fr repeat(10,.5fr);column-gap:0px}.manager-poll-name{font-size:10px;overflow:visible;text-overflow:unset;white-space:normal;line-height:1.2;padding-right:0}.custom-col{font-size:10px;text-align:center}.avgpf-col{gap:2px}.avgpf-label{font-size:8px;letter-spacing:0}.custom-col-header{font-size:8px}.avgpf-value{font-size:9px}.vote-button{padding:2px;margin:0;display:grid;place-items:center;min-width:20px;min-height:20px}.vote-circle{width:clamp(14px,3.5vw,20px);height:clamp(14px,3.5vw,20px);border-width:2px}.results-header{grid-template-columns:26px minmax(90px,1.8fr) .9fr .7fr .8fr;column-gap:6px;padding:0 8px;font-size:10px;margin:12px 0 8px}.result-card{width:var(--card-width);height:52px;grid-template-columns:26px minmax(90px,1.8fr) .9fr .7fr .8fr;column-gap:6px;padding:0 8px;font-size:11px;border-radius:150px;margin:4px 0}.rank-circle{width:28px;height:28px;font-size:13px;flex-shrink:0}.submit-button{height:48px;font-size:15px;margin-top:15px;width:var(--card-width)}}@media (max-width: 380px){:root{--poll-padding: 6px;--card-width: calc(100% - 12px) ;--gap-base: 1px}.poll-wrapper{padding:0 6px}.poll{padding:10px 6px}.poll-header{grid-template-columns:minmax(70px,1fr) .6fr .7fr repeat(10,minmax(18px,.45fr));padding:0 6px;font-size:8px}.poll-card{grid-template-columns:minmax(70px,1fr) .6fr .7fr repeat(10,minmax(18px,.45fr));padding:0 6px;height:46px}.manager-poll-name,.custom-col{font-size:9px}.avgpf-value{font-size:8px}.custom-col-header{font-size:9px}.vote-circle{width:clamp(12px,3vw,16px);height:clamp(12px,3vw,16px);border-width:1.5px}}.menu-button-wrapper{display:grid;grid-template-columns:repeat(4,2fr);align-items:center;gap:40px;margin-top:35px;margin-bottom:30px}.menu-button img{border:5px solid black;border-radius:20px;-webkit-user-select:none;user-select:none}.menu-button:nth-child(9){grid-column:2}.menu-button:nth-child(10){grid-column:3}@media (max-width: 768px){.menu-button-wrapper{display:grid;grid-template-columns:repeat(3,2fr);align-items:center;gap:15px}.menu-button img{border:5px solid black;border-radius:20px;-webkit-user-select:none;user-select:none}.menu-button:nth-child(9){grid-column:3}.menu-button:nth-child(10){grid-column:2}}@media (max-width: 480px){.menu-button-wrapper{display:grid;grid-template-columns:repeat(3,2fr);align-items:center;gap:15px;margin-top:0;margin-bottom:15px}.menu-button img{width:100px;height:100px;border:5px solid black;border-radius:20px;-webkit-user-select:none;user-select:none}.menu-button:nth-child(9){grid-column:3}.menu-button:nth-child(10){grid-column:2}}.manager-buttons-wrapper{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:25px;-webkit-user-select:none;user-select:none}.manager-item img{width:140px;height:140px;object-fit:cover;display:block;margin:0 auto}@media (max-width: 480px){.manager-buttons-wrapper{grid-template-columns:repeat(2,1fr);gap:15px}.manager-button{font-size:18px;height:32px}.manager-item img{width:120px;height:120px}.manager-item:nth-child(9){grid-column:1 / 2;justify-self:end}.manager-item:nth-child(10){grid-column:2 / 3;justify-self:start}}.standings{width:100%;max-width:909px;min-height:auto;padding:20px;background-color:#e5e5e5;border:6px solid black;border-radius:50px;display:flex;flex-direction:column;align-items:center;margin-top:40px;margin-bottom:25px}.standings-header{width:calc(100% - 40px);max-width:843px;display:grid;grid-template-columns:55px 2.5fr 1.7fr 1.1fr 1.2fr;column-gap:25px;align-items:center;padding:0 20px;margin:20px 0 10px;font-family:Helvetica;font-size:20px;font-weight:300;color:#000}@media (max-width: 480px){.standings-wrapper{padding:0 8px}.standings{border-radius:25px;border-width:4px;padding:8px}.standings-title{width:calc(100% - 16px);height:45px;border-radius:15px 15px 8px 8px}.standings-header{width:calc(100% - 16px);grid-template-columns:32px 1.8fr .9fr .7fr .7fr;column-gap:6px;padding:0 8px;font-size:12px;margin:12px 0 6px}.standings-card{width:calc(100% - 16px);height:50px;grid-template-columns:26px 1.8fr .9fr .7fr .7fr;column-gap:6px;padding:0 8px;font-size:14px;border-radius:150px}.standings-rank{width:28px;height:28px;font-size:14px}}.top-team-wrapper{display:flex;justify-content:center;width:100%;max-width:100vw;padding:0 20px;overflow-x:hidden}.top-team{width:100%;max-width:909px;padding:20px;background-color:#e5e5e5;border:6px solid black;border-radius:50px;display:flex;flex-direction:column;align-items:center;margin-bottom:35px}.top-team-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;overflow-x:hidden}.top-team-title{width:calc(100% - 40px);max-width:843px;height:71px;background-color:#282626;border-radius:25px 25px 10px 10px;display:flex;align-items:center;justify-content:center;font-family:Helvetica;font-size:clamp(24px,5vw,42px);font-weight:700;color:#fff;margin-bottom:20px}.top-team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;width:calc(100% - 40px);max-width:843px}.top-team-card{display:flex;flex-direction:column;align-items:center}.top-team-week{font-family:Helvetica;font-size:16px;font-weight:400;color:#000;margin-bottom:8px}.top-team-card-inner{width:100%;aspect-ratio:.85;background-color:#fff;border:5px solid black;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px}.top-team-score{font-family:Helvetica;font-size:20px;font-weight:700;font-style:italic;color:#000;margin-bottom:10px}.top-team-image{width:80px;height:80px;object-fit:cover;margin-bottom:5px}.top-team-name{width:100%;height:35px;background-color:#282626;border-radius:0 0 15px 15px;display:flex;align-items:center;justify-content:center;font-family:Helvetica;font-size:14px;font-weight:700;color:#fff}@media (max-width: 768px){.top-team-wrapper{padding:0 15px}.top-team{border-radius:40px;padding:15px}.top-team-title{width:calc(100% - 30px);height:60px;border-radius:20px 20px 10px 10px}.top-team-grid{grid-template-columns:repeat(4,1fr);gap:15px;width:calc(100% - 30px)}.top-team-week{font-size:14px}.top-team-score{font-size:18px}.top-team-image{width:70px;height:70px}.top-team-name{height:32px;font-size:13px}}@media (max-width: 480px){.top-team-wrapper{padding:0 8px}.top-team{border-radius:25px;border-width:4px;padding:8px}.top-team-title{width:calc(100% - 16px);height:45px;border-radius:15px 15px 8px 8px}.top-team-grid{grid-template-columns:repeat(2,1fr);gap:12px;width:calc(100% - 16px)}.top-team-week{font-size:13px}.top-team-card-inner{padding-top:15px}.top-team-score{font-size:16px;margin-bottom:8px}.top-team-image{width:100px;height:100px;margin-bottom:10px}.top-team-name{margin-top:0;height:28px;font-size:12px;border-radius:0 0 12px 12px}}@font-face{font-family:Avengero;src:url(/fonts/avengero.ttf)}.quote-text{text-align:center;font-family:Helvetica;font-style:italic;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700;-webkit-user-select:none;user-select:none;margin-bottom:0}.avengers-text{text-align:center;font-family:Avengero;font-weight:400;font-size:clamp(2rem,7vw,3.5rem);-webkit-user-select:none;user-select:none;margin-bottom:25px}.dashed-line{border-top:5px dashed black;border-bottom:none;width:40%}@media (max-width: 768px){.quote-text{font-size:1.75rem}.avengers-text{font-size:2.5rem}.dashed-line{width:40%}}@media (max-width: 480px){.quote-text{font-size:1.5rem;margin-bottom:10px}.avengers-text{font-size:1.8rem;margin-top:10px;margin-bottom:10px}.dashed-line{width:80%}.dashed-line{margin-bottom:25px}}@media (max-width: 600px){.career-finishes-graph{padding:0!important;width:100%!important;min-width:0!important;box-sizing:border-box;overflow:hidden!important}}@font-face{font-family:VarelaRound;src:url(/fonts/VarelaRound.ttf)}.profile-wrapper{display:flex;justify-content:center;width:100%;max-width:100vw;padding:0 20px;overflow-x:hidden}.profile{width:100%;max-width:909px;min-height:auto;padding:20px;background-color:#e5e5e5;border:6px solid black;border-radius:50px;display:flex;flex-direction:column;align-items:center;margin-top:40px;margin-bottom:25px;overflow:hidden}.profile-header{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.profile-content{display:flex;flex-direction:row;align-items:center;width:100%;max-width:100%;overflow-x:hidden;gap:30px}.profile-image-section{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:5px}.profile-image{width:219px;height:221px;overflow:hidden}.profile-image img{width:100%;height:100%;object-fit:cover;object-position:center}.manager-name{font-family:Helvetica;font-size:20px;font-weight:700;text-align:left;color:#000;letter-spacing:1px}.profile-text-section{display:flex;flex-direction:column;flex:1}.profile-title{font-family:VarelaRound;font-size:38px;text-align:start}.profile-top-dashed-line{border-top:3px dashed black;border-bottom:none;width:100%;margin-top:20px;margin-bottom:20px;position:relative;display:flex;justify-content:center;align-items:center}.profile-dashed-line{width:100%;margin-top:50px;margin-bottom:20px;position:relative;display:flex;justify-content:center;align-items:center;height:1px}.profile-dashed-line:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:3px dashed black;z-index:0}.stan-lee-logo{height:80px;width:auto;object-fit:contain;flex-shrink:0}.dashed-line-text{font-family:Lobster,cursive;font-size:28px;background-color:#e5e5e5;padding:0 20px;position:relative;z-index:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.stats-cards{display:flex;gap:15px;flex-wrap:wrap}.stat-card{background-color:#fff;border:6px solid #ffde5f;border-radius:20px;padding:15px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:175px;height:175px;flex:1;box-sizing:border-box}.stat-label{font-family:Lobster,cursive;font-size:21px;text-align:center;margin-bottom:10px;line-height:1.2}.stat-value{font-family:helvetica;font-size:73px;font-weight:700;text-align:center;color:#000;display:flex;align-items:flex-end;justify-content:center;flex:1;line-height:1;padding-bottom:10px}.career-stats-section{width:100%;display:flex;flex-direction:row;gap:30px;margin-top:30px;align-items:center;justify-content:space-between}.career-stats-cards{display:flex;gap:20px;flex:1}.career-stat-card{background-color:#fff;border:6px solid black;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1;min-width:180px}.career-stat-header{font-family:VarelaRound;font-size:20px;font-weight:700;text-align:center;background-color:#000;color:#fff;padding:8px 20px;border-radius:10px;margin-bottom:15px;width:100%;box-sizing:border-box;height:40px;display:flex;align-items:center;justify-content:center}.career-stat-value{font-family:Lobster,cursive;font-size:48px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1}.rank-text{font-family:VarelaRound;font-size:16px;color:#666;margin-top:8px;text-align:center}.football-stats{display:flex;gap:30px;align-items:center}.football-stat{display:flex;flex-direction:column;align-items:center;gap:10px}.football-label{font-family:VarelaRound;font-size:18px;font-weight:700;text-align:center}.football-icon{position:relative;width:175px;height:120px;display:flex;align-items:center;justify-content:center}.football-icon img{width:100%;height:100%;object-fit:contain}.football-number{position:absolute;font-family:VarelaRound;font-size:52px;font-weight:400;color:#000;top:50%;left:50%;transform:translate(-50%,-50%)}.yearly-stats-section{width:100%;margin-top:30px}.yearly-stats-table{width:100%;background-color:#fff;border:6px solid black;border-radius:20px;padding:15px}.yearly-stats-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:15px;padding-bottom:12px;border-bottom:3px dashed black;margin-bottom:12px}.yearly-stats-header-item{font-family:VarelaRound;font-size:16px;font-weight:700;text-align:center}.yearly-stats-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:15px;padding:12px 0;align-items:center;border-bottom:2px solid #cccccc}.yearly-stats-row:last-child{border-bottom:none}.year-badge{background-color:#e5e5e5;border-radius:25px;padding:8px 15px;font-family:VarelaRound;font-size:20px;font-weight:700;text-align:center}.record-value{font-family:reklamescriptw00-medium,cursive;font-size:36px;font-weight:900;text-align:center;-webkit-text-stroke:1.5px black;display:flex;align-items:center;justify-content:center;gap:10px}.playoff-badge{width:100%;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-family:VarelaRound;font-size:26px;font-weight:700}.playoff-badge.yes{background-color:#8cedc3;color:#000}.playoff-badge.no{background-color:#e5e5e5;color:#000}.stats-value{font-family:VarelaRound;font-size:22px;font-weight:700;text-align:center}.career-finishes-title{font-family:Lobster,cursive;font-size:28px;background-color:#e5e5e5;padding:0 20px;position:relative;z-index:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.graph-years{display:grid;grid-template-columns:60px repeat(10,1fr);gap:0;margin-bottom:20px}.year-label{font-family:reklamescriptw00-medium,cursive;font-size:24px;font-weight:900;text-align:center;-webkit-text-stroke:1px black}.graph-container{display:grid;grid-template-columns:60px 1fr;gap:0}.position-labels{display:flex;flex-direction:column;justify-content:space-between;padding-top:5px;padding-bottom:5px}.position-label{font-family:reklamescriptw00-medium,cursive;font-size:28px;font-weight:900;text-align:center;height:90px;display:flex;align-items:center;justify-content:center;-webkit-text-stroke:1px black}.graph-grid{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:5px 0}.grid-line{height:90px;border-bottom:2px solid #cccccc;position:relative}.grid-line:last-child{border-bottom:none}.data-point{position:absolute;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:VarelaRound;font-size:32px;font-weight:700;color:#fff;transform:translate(-50%,-50%);z-index:2}.career-finishes-section{width:100%;margin-top:30px}.career-finishes-header{width:100%;position:relative;display:flex;justify-content:center;align-items:center;height:1px;margin-bottom:30px}.career-finishes-header:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:3px dashed black;z-index:0}.career-finishes-title{font-family:Lobster,cursive;font-size:28px;background-color:#e5e5e5;padding:0 22px;position:relative;z-index:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.career-finishes-graph{width:100%;background-color:#fff;border:6px solid black;border-radius:20px;padding:20px}.graph-years{display:grid;grid-template-columns:50px repeat(10,1fr);gap:0;margin-bottom:15px}.year-label{font-family:reklamescriptw00-medium,cursive;font-size:20px;font-weight:900;text-align:center;-webkit-text-stroke:1px black}.graph-container{display:grid;grid-template-columns:50px 1fr;gap:0}.position-labels{display:grid;grid-template-rows:repeat(10,60px);gap:0;padding-top:30px}.position-label{font-family:reklamescriptw00-medium,cursive;font-size:28px;font-weight:900;text-align:center;display:flex;align-items:flex-start;justify-content:center;-webkit-text-stroke:1px black}.graph-grid{position:relative;display:grid;grid-template-rows:repeat(10,60px);gap:0}.grid-line{border-bottom:2px solid #cccccc;position:relative}.grid-line:first-child{border-top:2px solid white}.grid-line:last-child{border-bottom:2px solid white}.graph-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.data-points{position:absolute;top:0;left:0;width:100%;height:100%}.data-point{position:absolute;width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:VarelaRound;font-size:34px;font-weight:700;color:#fff;transform:translate(-50%,-50%);z-index:2}.data-point.black{background-color:#000}.data-point.bronze{background-color:#cd7f32}.data-point.silver{background-color:silver}.data-point.gold{background-color:gold;color:#000}@media (max-width: 1024px){.career-finishes-graph{padding:8px 10px;height:clamp(360px,75vw,560px)}.graph-years{grid-template-columns:40px repeat(10,1fr);margin-bottom:6px}.year-label{font-size:14px}.graph-container{grid-template-columns:40px 1fr}.position-labels{grid-template-rows:repeat(10,1fr);padding-top:0;padding-bottom:0}.position-label{font-size:20px;align-items:center}.graph-grid{grid-template-rows:repeat(10,1fr)}.grid-line{border-bottom:1.5px solid #ccc}.grid-line:first-child{border-top:1.5px solid white}.data-point{width:clamp(36px,8vw,60px);height:clamp(36px,8vw,60px);font-size:clamp(18px,4vw,28px)}}@media (max-width: 768px){.stat-card{height:185px;padding:12px 15px}.stat-label{font-size:19px;margin-bottom:8px}.stat-value{font-size:68px;padding-bottom:8px}.yearly-stats-row{gap:8px}.record-value:after{margin:0 4px}.profile{padding:10px;border-radius:30px}.profile-content{flex-direction:column;gap:20px;align-items:center}.profile-image-section{width:100%;align-items:center}.profile-image{width:180px;height:180px}.manager-name{font-size:24px}.profile-text-section{width:100%;align-items:center}.profile-title{font-size:32px;text-align:center}.career-stats-section{flex-direction:column;gap:20px}.career-stats-cards{flex-direction:column;width:100%}.career-stat-card{width:100%;min-width:auto}.football-stats{flex-direction:column;gap:20px;width:100%}.football-stat{width:100%}@media (max-width: 1024px){.career-finishes-graph{padding:8px 10px;height:clamp(360px,75vw,560px)}.graph-years{grid-template-columns:40px repeat(10,1fr);margin-bottom:6px}.year-label{font-size:14px}.graph-container{grid-template-columns:40px 1fr}.position-labels{display:grid;grid-template-rows:repeat(10,1fr);padding-top:0;padding-bottom:0}.position-label{font-size:20px;align-items:center}.graph-grid{display:grid;grid-template-rows:repeat(10,1fr)}.grid-line{border-bottom:1.5px solid #ccc}.grid-line:first-child{border-top:1.5px solid white}.grid-line:last-child{border-bottom:1.5px solid white}.data-point{width:clamp(36px,8vw,60px);height:clamp(36px,8vw,60px);font-size:clamp(18px,4vw,28px)}}@media (max-width: 480px){.stat-card{height:180px;padding:10px 12px}.stat-label{font-size:18px;margin-bottom:6px}.stat-value{font-size:62px;padding-bottom:6px}.yearly-stats-row{gap:5px;padding:10px 0}.graph-years{grid-template-columns:34px repeat(10,1fr)}.graph-container{grid-template-columns:34px 1fr}.year-label{font-size:12px}.position-label{font-size:18px}}}.yearly-stats-table{overflow-x:auto;padding:10px}.yearly-stats-header{font-size:12px;gap:8px}.yearly-stats-row{gap:8px}.year-badge{font-size:14px;padding:6px 10px}.record-value{font-size:24px}.playoff-badge{height:35px;font-size:20px}.stats-value{font-size:16px}@media (max-width: 480px){.profile{border-radius:35px;margin-top:20px}.profile-image{width:150px;height:150px}.manager-name{font-size:20px}.profile-title{font-size:28px}.career-finishes-graph{padding:0!important;height:400px!important}.yearly-stats-table{flex-direction:column}.stat-card{width:100%}.yearly-stats-table{padding:8px}.yearly-stats-header{font-size:10px;gap:5px}.yearly-stats-row{gap:5px;padding:10px 0}.year-badge{font-size:12px;padding:5px 8px}.record-value{font-size:20px;-webkit-text-stroke:1px black}.playoff-badge{height:30px;font-size:18px}.stats-value{font-size:14px}}*{box-sizing:border-box}body{overflow-x:hidden;margin:0;padding:0}.standings-wrapper{display:flex;justify-content:center;width:100%;max-width:100vw;padding:0 20px;overflow-x:hidden}.standings{width:100%;max-width:909px;min-height:auto;padding:20px;background-color:#e5e5e5;border:6px solid black;border-radius:50px;display:flex;flex-direction:column;align-items:center;margin:40px 0}.standings-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;overflow-x:hidden}.standings-title{width:calc(100% - 40px);max-width:843px;height:71px;background-color:#282626;border-radius:25px 25px 10px 10px;display:flex;align-items:center;justify-content:center;font-family:Helvetica;font-size:clamp(24px,5vw,42px);font-weight:700;color:#fff}.standings-header{width:calc(100% - 40px);max-width:843px;display:grid;grid-template-columns:45px 2.5fr 1.7fr 1.1fr 1.2fr;column-gap:25px;align-items:center;padding:0 20px;margin:20px 0 10px;font-family:Helvetica;font-size:20px;font-weight:300;color:#000}.standings-card-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%}.standings-card{width:calc(100% - 40px);max-width:843px;height:71px;margin:7px 0;padding:0 20px;background-color:#fff;border-radius:300px;display:grid;grid-template-columns:30px 3fr 1.5fr 1.2fr 1.2fr;column-gap:25px;align-items:center;font-family:Helvetica;font-size:21px;font-weight:700;color:#000}.standings-rank{width:40px;height:40px;background-color:#949494;border-radius:50%;display:flex;align-items:center;justify-content:center;justify-self:center;font-family:Helvetica;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}.standings-rank.top-5,.standings-rank.wildcard{background-color:#000}@media (max-width: 768px){.standings-wrapper{padding:0 15px}.standings{border-radius:40px;padding:15px}.standings-title{width:calc(100% - 30px);height:60px;border-radius:20px 20px 10px 10px}.standings-header{width:calc(100% - 30px);grid-template-columns:45px 2fr 1.2fr .9fr .9fr;column-gap:10px;padding:0 12px;font-size:16px}.standings-card{width:calc(100% - 30px);height:65px;grid-template-columns:28px 2fr 1.2fr .9fr .9fr;column-gap:10px;padding:0 12px;font-size:17px}.standings-rank{width:34px;height:34px;font-size:16px}}@media (max-width: 480px){.standings-wrapper{padding:0 8px}.standings{border-radius:25px;border-width:4px;padding:8px;margin:10px 0}.standings-title{width:calc(100% - 16px);height:45px;border-radius:15px 15px 8px 8px}.standings-header{width:calc(100% - 16px);grid-template-columns:15px 1.8fr 1.2fr .7fr .7fr;column-gap:6px;padding:0 8px;font-size:12px;margin:12px 0 6px}.standings-card{width:calc(100% - 16px);height:50px;grid-template-columns:26px 1.8fr .9fr .7fr .7fr;column-gap:6px;padding:0 8px;font-size:14px;border-radius:150px}.standings-rank{width:28px;height:28px;font-size:14px}}.manager-buttons-wrapper{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:25px;-webkit-user-select:none;user-select:none;margin-top:40px}.manager-button{display:flex;align-items:center;justify-content:center;height:35px;margin-top:10px;margin-bottom:5px;border:3px solid #949494;border-radius:20px;font-family:Helvetica;font-size:20px;font-weight:700;color:#323232;text-decoration:none;background-color:transparent;transition:all .3s ease}.manager-button:hover{background-color:#323232;border-color:#323232;color:#fff}@media (max-width: 768px){.manager-buttons-wrapper{grid-template-columns:repeat(4,1fr)}.manager-item:nth-child(9){grid-column:2}.manager-item:nth-child(10){grid-column:3}}@media (max-width: 480px){.manager-buttons-wrapper{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:10px;margin-bottom:50px}.manager-button{font-size:18px;height:32px}.manager-item img{width:120px;height:120px}.manager-item:nth-child(9){grid-column:1 / 2;justify-self:end}.manager-item:nth-child(10){grid-column:2 / 3;justify-self:start}}.draft-button-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:20px;gap:25px;flex-wrap:wrap}.draft-button{display:flex;align-items:center;justify-content:center;height:40px;width:142px;margin-top:10px;margin-bottom:5px;border:3px solid #323232;border-radius:7px;font-family:Helvetica,sans-serif;font-size:20px;font-weight:700;color:#fff;text-decoration:none;background-color:#323232;transition:transform .2s ease}.draft-button:hover{transform:scale(1.05)}.draft-player-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:1300px;margin:30px auto;padding:20px;justify-items:center}.draft-player-card{border:5px solid #2a2a2a;border-radius:25px;height:340px;width:220px;max-width:100%;padding:12px;font-family:Arial,sans-serif;text-align:center;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box}.card-header{position:relative;height:45px;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;padding:0 5px}.card-year{font-family:Kalam,cursive;font-size:42px;margin:0;font-style:italic;font-weight:700;line-height:1;color:#1a1a1a}.position-badge{padding:4px 12px;border-radius:6px;font-size:20px;margin-bottom:8px;margin-left:20px;font-weight:700;color:#fff;font-style:italic;font-family:Arial,sans-serif}.position-rb{background-color:#dc3545}.position-wr{background-color:#28a745}.player-image{width:130px;height:165px;margin:5px auto 8px;border:3px solid #2a2a2a;border-radius:3px;background-color:#f5f5f5;overflow:hidden;position:relative}.player-image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.player-name{font-family:Arial Black,sans-serif;font-size:18px;font-weight:900;margin:8px 0 4px;line-height:.9;font-style:italic;letter-spacing:-.5px;white-space:pre-line;text-transform:uppercase;color:#1a1a1a}.drafter-name{font-size:14px;font-family:Arial,sans-serif;font-weight:400;color:#666;margin:4px 0 0;font-style:normal}@media (max-width: 768px){.draft-button-wrapper{gap:15px;padding:0 10px}.draft-button{width:120px;height:38px;font-size:18px}.draft-player-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;padding:15px;margin:20px auto}.draft-player-card{width:200px;height:320px}}@media (max-width: 480px){.avengers-text{font-size:28px;padding:0 10px}.draft-button-wrapper{gap:10px;margin-top:15px;padding:0 10px}.draft-button{width:100px;height:36px;font-size:16px;border-width:2px;margin:5px 0}.draft-player-container{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;margin:15px auto;max-width:400px}.draft-player-card{width:100%;height:300px;padding:10px;border-width:3px;border-radius:20px}.draft-player-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:190px;margin:0 auto}.card-header{height:40px;margin-bottom:3px}.card-year{font-size:36px}.position-badge{font-size:18px;padding:3px 10px;margin-left:15px;margin-bottom:6px}.player-image{width:110px;height:140px;border-width:2px;margin:3px auto 6px}.player-name{font-family:Arial Black,sans-serif;font-size:18px;font-weight:900;margin:8px 0 4px;line-height:.9;font-style:italic;letter-spacing:-.5px;white-space:pre-line;text-transform:uppercase;color:#1a1a1a}.drafter-name{font-size:13px}}@media (max-width: 360px){.draft-button-wrapper{flex-direction:column;gap:8px}.draft-button{width:140px}.draft-player-container{grid-template-columns:1fr;padding:10px}.draft-player-card{width:100%;max-width:220px;height:320px}.player-image{width:120px;height:150px}}@media (max-width: 768px) and (orientation: landscape){.draft-player-container{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;padding:10px;margin:10px auto}.draft-player-card{height:280px;width:180px}.player-image{width:100px;height:130px}.card-year{font-size:34px}.position-badge{font-size:16px}.player-name{font-family:Arial Black,sans-serif;font-size:18px;font-weight:900;margin:8px 0 4px;line-height:.9;font-style:italic;letter-spacing:-.5px;white-space:pre-line;text-transform:uppercase;color:#1a1a1a}}.records-card:nth-child(3) .records-card-content,.records-card:nth-child(4) .records-card-content{grid-template-columns:180px 155px 90px}.records-card:nth-child(5) .records-card-content,.records-card:nth-child(6) .records-card-content{grid-template-columns:180px 140px 90px}.records-top-text{text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:35px;font-weight:400;-webkit-user-select:none;user-select:none;margin-bottom:-30px}.records-bottom-text{text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;-webkit-user-select:none;user-select:none;margin-top:-20px;margin-bottom:50px}.records-container{display:grid;grid-template-columns:repeat(2,2fr);gap:30px;max-width:1200px;margin:0 auto 50px}.records-card{text-align:center;height:auto;min-height:285px;width:100%;max-width:550px;background:#fff;border:5px solid black;border-radius:25px;padding-bottom:15px}.records-card-title{height:35px;width:calc(100% - 14px);margin:7px;padding:7px;background-color:#282626;border-radius:15px 15px 0 0;font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center}.records-card-content{justify-items:center;display:grid;grid-template-columns:140px 110px 135px;padding:0 10px;gap:8px;align-items:center;justify-content:center}.records-card-content.four-column{grid-template-columns:1fr 100px 100px 50px}.records-card-box{background-color:#e8e6e6;border-radius:100px;height:40px;min-width:70px;width:100%;margin:5px 0;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 12px;position:relative}.records-score-with-logo{width:100%;height:37px;gap:11px;justify-content:center;padding:0 8px}.records-rank{width:30px;min-width:30px;background-color:#282626;color:#fff;font-weight:600;font-size:14px}.records-rank-inline{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;min-width:30px;background-color:#282626;color:#fff;font-weight:600;font-size:14px;border-radius:50%;margin-right:8px;flex-shrink:0;position:absolute;left:6px}.records-matchup{font-size:11px;padding:0 8px 0 40px;justify-content:flex-start;min-width:0}.records-span{font-size:13px;padding:0 4px;width:100%;justify-content:center}.records-opponent,.records-year{width:100%;height:37px;display:flex;align-items:center;justify-content:center;padding:0 8px}.records-icon{width:100%;min-width:40px}.records-header-box{margin-top:10px;margin-bottom:5px;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;-webkit-user-select:none;user-select:none;text-transform:uppercase}.espn-logo{height:25px;width:auto;object-fit:contain}.records-card:nth-child(7) .records-card-content,.records-card:nth-child(8) .records-card-content,.records-card:nth-child(9) .records-card-content,.records-card:nth-child(10) .records-card-content{grid-template-columns:150px 100px 110px 80px}.records-card:nth-child(11) .records-card-content,.records-card:nth-child(12) .records-card-content{grid-template-columns:140px 70px 160px}@media (max-width: 768px){body{overflow-x:hidden}.records-top-text{font-size:24px;margin-bottom:-10px}.records-bottom-text{font-size:14px;margin-top:-10px;margin-bottom:30px;padding:0 15px}.records-container{grid-template-columns:1fr;gap:20px;padding:0 15px;margin:0 auto 30px;width:100%;max-width:100%;box-sizing:border-box}.records-card{max-width:100%;width:100%;border:3px solid black;min-height:auto;box-sizing:border-box}.records-card-title{font-size:14px;height:30px;padding:5px}.records-card-content{padding:0 5px;gap:8px;width:100%;box-sizing:border-box}.records-card-box{height:35px;font-size:11px;padding:0 8px;margin:3px 0;min-width:0;box-sizing:border-box}.records-rank-inline{width:22px;height:22px;min-width:22px;min-height:22px;font-size:11px;left:5px;margin-right:6px}.records-matchup{font-size:9px;padding:0 6px 0 30px}.records-span{font-size:11px}.records-header-box{font-size:13px;margin-top:8px;margin-bottom:3px}.espn-logo{height:20px}.records-card:nth-child(1) .records-card-content,.records-card:nth-child(2) .records-card-content{grid-template-columns:110px 85px 100px}.records-card:nth-child(3) .records-card-content,.records-card:nth-child(4) .records-card-content{grid-template-columns:140px 120px 70px}.records-card:nth-child(5) .records-card-content,.records-card:nth-child(6) .records-card-content{grid-template-columns:140px 110px 70px}.records-card:nth-child(7) .records-card-content,.records-card:nth-child(8) .records-card-content,.records-card:nth-child(9) .records-card-content,.records-card:nth-child(10) .records-card-content{grid-template-columns:110px 70px 85px 60px}.records-card:nth-child(11) .records-card-content,.records-card:nth-child(12) .records-card-content{grid-template-columns:110px 55px 130px;gap:15px}}.container{display:flex;flex-direction:column;align-items:center}.avengers-text{font-size:48px;margin-bottom:30px;letter-spacing:2px}.avengers-bottom-text{font-family:Avengero;font-weight:400;font-size:48px;margin-top:75px;margin-bottom:30px;letter-spacing:2px}.champion-card{width:1100px;height:400px;border-color:#000;border-width:7px;border-style:solid;border-radius:35px;display:flex;background-color:#fff;overflow:hidden;position:relative}.left-box,.middle-box,.right-box{flex:1;border-right:7px solid black;display:flex;align-items:center;justify-content:center}.right-box{border-right:none;background-color:#fff;color:#000}.left-box{flex-direction:column;padding:20px}.hammer-logo{width:200px;height:auto;margin-bottom:20px}.middle-box{flex-direction:column;gap:15px}.manager-image{width:250px;height:250px;border-radius:50%;object-fit:cover;border:2px solid black}.manager-name{font-family:VarelaRound;font-size:36px;font-weight:700;letter-spacing:2px}.statistics-box{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:0}.statistics-title{width:100%;background-color:#2d2d2d;color:#fff;font-size:32px;font-style:italic;padding:20px 0;text-align:center;font-weight:400}.stat-item{width:100%;margin-bottom:20px;padding:0 40px}.stat-item:first-of-type{margin-top:30px}.stat-label{font-family:VarelaRound;font-weight:700;font-size:20px;letter-spacing:1px;margin-top:30px;margin-bottom:10px}.stat-divider{height:3px;background-color:#666;margin:8px 0}.stat-value{font-size:48px;font-weight:700;margin-top:10px}.confetti-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex}.confetti-overlay{width:50%;height:100%;object-fit:cover}.confetti-left{left:0}.confetti-right{right:0}.banners-container{display:flex;gap:30px;margin-top:40px;margin-bottom:60px;flex-wrap:wrap;justify-content:center}.championship-banner{width:200px;height:300px;background-color:#2d2d2d;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;position:relative;clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%)}.banner-year{font-family:VarelaRound;font-size:16px;font-weight:400;margin-bottom:5px;letter-spacing:1px}.banner-champion-text{font-weight:700;font-style:italic;font-size:30px;margin-bottom:20px;letter-spacing:1px}.banner-team-name{font-family:VarelaRound;font-size:20px;font-weight:400;text-align:center;margin-bottom:10px;letter-spacing:1px;line-height:1.2}.banner-manager-name{font-size:19px;font-style:italic;margin-top:20px;margin-bottom:15px;letter-spacing:1px}.banner-logo{width:40px;height:auto;margin-top:auto}@media (max-width: 700px){html,body{overflow-x:hidden;width:100vw;position:relative}.container{padding:0;overflow-x:visible}.champion-card{transform:scale(.35);transform-origin:top center;margin:0 auto;width:1100px;height:400px;min-width:unset;min-height:unset;max-width:unset;max-height:unset}.banners-container{margin-top:10px;margin-bottom:20px}.avengers-bottom-text{text-align:center;display:block;width:100%;margin-top:-200px;margin-bottom:20px}}
