@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap);:root{--main-body-font:"Barlow Condensed",sans-serif;--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ink:#242424;--muted:#7d7d7d;--line:#e5e5e5;--soft-line:#f0f0f0;--surface:#fff;--soft:#f7f7f7;--soft-yellow:#fff8d9;--gold:#ffd84d;--accent:#ff9f1c;--shadow:0 1px 3px #00000014}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#242424;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.mobile-menu,.site-header,.v2-site{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-sans)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}p{margin:0}hr{color:#e5e5e5;color:var(--line);opacity:1}.site-header{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #d8d8d8;display:flex;height:52px;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand-lockup{align-items:center;display:inline-flex;font-size:16px;font-weight:700;gap:10px}.brand-lockup img{height:28px;object-fit:contain;width:28px}.desktop-nav{align-items:center;display:flex;font-size:14px;gap:38px}.desktop-nav a{color:#111}.desktop-nav a.active{font-weight:700}.desktop-nav .v2-exit-link{align-items:center;border:1px solid #e5e5e5;border:1px solid var(--line);border-radius:6px;color:#7d7d7d;color:var(--muted);display:inline-flex;font-weight:600;min-height:32px;padding:0 12px}.desktop-nav .v2-exit-link:hover{border-color:#c8c8c8;color:#111}.menu-button{align-items:center;background:#0000;border:0;color:#242424;color:var(--ink);display:none;height:40px;justify-content:center;padding:0;width:40px}.mobile-menu{background:#fff;inset:0;position:fixed;z-index:40}.mobile-menu-panel{display:grid;grid-template-rows:auto 1fr auto;min-height:100%;padding:92px 44px 46px}.mobile-menu-brand{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--line);display:flex;gap:22px;padding-bottom:38px}.mobile-menu-brand img{height:62px;object-fit:contain;width:62px}.mobile-menu-brand span{grid-gap:6px;display:grid;gap:6px}.mobile-menu-brand strong{font-size:23px}.mobile-menu-brand small{color:#7d7d7d;color:var(--muted);font-size:11px}.mobile-menu nav{grid-gap:34px;align-content:start;display:grid;font-size:15px;gap:34px;padding-top:40px}.mobile-menu nav a{align-items:center;display:inline-flex;gap:18px}.mobile-menu nav a.active{font-weight:700}.mobile-menu nav .v2-exit-link{color:#7d7d7d;color:var(--muted);font-weight:600}.mobile-menu-close{background:#ededed;border:0;border-radius:50%;color:#111;display:grid;height:52px;margin:30px auto 0;place-items:center;width:52px}.page-shell{margin:0 auto;padding:46px 0 64px;width:min(960px,calc(100vw - 64px))}.page-heading{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:14px}.page-heading h1,.profile-hero h1{font-size:34px;font-weight:800;line-height:1.08;margin:0}.page-heading p{color:#555;font-size:15px;font-weight:500;margin-top:14px}.toolbar-row{gap:18px;justify-content:space-between;margin:0 0 10px}.tab-control,.toolbar-row{align-items:center;display:flex}.tab-control{gap:22px}.tab-control button{background:#0000;border:0;border-bottom:2px solid #0000;color:#252525;font-size:14px;line-height:1;min-height:32px;padding:0 0 8px}.tab-control button.is-active{border-bottom-color:#ff9f1c;border-bottom-color:var(--accent);color:#ff9f1c;color:var(--accent)}.filter-select{background:#fff;border:1px solid #ddd;border-radius:5px;color:#333;font-size:12px;height:34px;min-width:108px;padding:0 14px}.data-table-wrap{background:#fff;border:1px solid #f0f0f0;border:1px solid var(--soft-line);overflow-x:auto}.data-table{border-collapse:collapse;font-size:13px;min-width:520px;width:100%}.data-table td,.data-table th{border-bottom:1px solid #f0f0f0;border-bottom:1px solid var(--soft-line);height:42px;padding:0 14px;text-align:left}.data-table th{background:#fbfbfb;color:#111;font-size:12px;font-weight:700;height:48px}.data-table th:not(:last-child){border-right:1px solid #f0f0f0;border-right:1px solid var(--soft-line)}.data-table tr:last-child td{border-bottom:0}.name-pill{align-items:center;background:#ebebeb;border-radius:6px;color:#333;display:inline-flex;min-height:25px;padding:0 12px;text-decoration:none}.name-pill:hover{color:#111;text-decoration:none}.table-name-link{color:#222;text-decoration:none}.table-name-link:hover{color:#111;text-decoration:underline}.empty-cell,.empty-state{color:#7d7d7d;color:var(--muted);font-size:14px;padding:26px 0}.results-pagination,.results-toolbar{justify-content:flex-start}.results-pagination{display:flex;margin:12px 0 20px}.results-pagination button{background:#fff;border:1px solid #ddd;color:#333;font-size:14px;font-weight:500;height:38px;margin-left:-1px;min-width:40px}.results-pagination button:first-child{border-radius:6px 0 0 6px;margin-left:0}.results-pagination button:last-child{border-radius:0 6px 6px 0}.results-pagination button.is-active{background:#ffd84d;background:var(--gold);border-color:#ffd84d;border-color:var(--gold);color:#111;font-weight:700;z-index:1}.results-pagination button:disabled{background:#f8f8f8;color:#9a9a9a;cursor:not-allowed}.results-list{grid-gap:22px;display:grid;gap:22px}.results-page{width:min(1180px,calc(100vw - 64px))}.match-day h2{background:#fff8d9;background:var(--soft-yellow);font-size:13px;font-weight:800;margin:0 0 10px;padding:8px 12px}.match-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.match-card{background:#fff;border:1px solid #dfdfdf;border-radius:7px;box-shadow:0 1px 0 #00000005;min-height:92px;padding:12px}.match-card-meta{align-items:center;display:flex;font-size:12px;gap:7px;margin-bottom:11px}.match-card-meta strong{font-size:14px;font-style:italic;margin-right:2px}.match-card-meta span{background:#fbfbfb;border:1px solid #ddd;border-radius:5px;color:#555;padding:3px 7px}.match-card-body{grid-gap:8px;display:grid;gap:8px}.match-team{grid-gap:8px;align-items:center;color:#111;display:grid;font-size:13px;font-weight:400;gap:8px;grid-template-columns:minmax(0,1fr) auto}.match-team.is-winner{color:#111;font-weight:700}.match-player-link{color:inherit;text-decoration:none}.match-player-link:hover{text-decoration:underline}.score-line{align-items:center;color:#111;display:flex;gap:12px;justify-content:end}.score-dot{background:#ff9f1c;background:var(--accent);border-radius:50%;height:8px;width:8px}.set-score{color:#111;font-weight:400}.set-score.is-winning{color:#ff9f1c;color:var(--accent);font-weight:700}.report-page{width:min(900px,calc(100vw - 64px))}.report-tabs{display:flex;gap:0;justify-content:center;margin:22px 0 28px;width:100%}.report-tabs button{background:#ededed;border:1px solid #f2f2f2;border-bottom-color:#111;border-radius:0;color:#555;flex:1 1;font-size:14px;font-weight:400;letter-spacing:.08em;min-height:46px;min-width:0;padding:0 14px}.report-tabs button+button{border-left-color:#fff}.report-tabs button.is-active{background:#fff;border:2px solid;border-color:#111 #111 #0000;border-radius:5px;color:#222;font-weight:500;position:relative;z-index:1}.v2-site #match-form .card{border:0;border-radius:0;margin:0 0 24px}.v2-site #match-form .card-header{background:#0000;border:0;padding:0}.v2-site #match-form .card-body{padding:8px 0 0}.v2-site #match-form .card-body+.card-header{margin-top:16px}.v2-site .form-header,.v2-site .form-label,.v2-site .form-table-header{color:#222;font-size:14px;font-weight:700}.v2-site .form-label{margin-bottom:6px}.v2-site .form-control,.v2-site .form-select{border-color:#ddd;border-radius:5px;color:#555;font-size:12px;min-height:34px}.v2-site .form-select:not(:last-of-type){margin-bottom:0}.v2-site .score-col{min-width:58px;text-align:center;width:58px}.v2-site .score-input{padding:4px 6px;text-align:center;width:100%}.v2-site .submit-button{background-color:#ffd84d;background-color:var(--gold);border:0;border-radius:7px;color:#111;font-size:13px;font-weight:700;min-height:42px;width:100%}.v2-site .submit-button:focus,.v2-site .submit-button:hover{background-color:#ffd43f;color:#111}.v2-site .form-section{margin:24px 0}.v2-site .alert{font-size:13px}.roster-page{width:min(1120px,calc(100vw - 64px))}.roster-section{margin-top:18px}.roster-section h2{border-bottom:2px solid #ffd84d;border-bottom:2px solid var(--gold);color:#111;display:inline-block;font-size:15px;font-weight:800;margin:0 0 12px;padding-bottom:4px;text-transform:uppercase}.roster-grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(4,minmax(0,1fr))}.roster-card{grid-gap:12px;align-items:center;background:#f4f4f4;border-radius:7px;color:#111;display:grid;gap:12px;grid-template-columns:50px minmax(0,1fr);min-height:66px;padding:10px 12px}.roster-card em,.roster-card strong{display:block}.roster-card strong{font-size:15px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roster-card em{color:#909090;font-size:12px;margin-top:2px}.player-avatar{border-radius:7px;color:#111;display:grid;flex:none;font-weight:800;overflow:hidden;place-items:center}.player-avatar img{height:100%;object-fit:cover;width:100%}.avatar-md{font-size:14px;height:44px;width:44px}.avatar-lg{font-size:24px;height:88px;width:88px}.avatar-a{background:linear-gradient(135deg,#dfe7d0,#f4f4f0)}.avatar-b{background:linear-gradient(135deg,#cfd7c5,#ece2d4)}.avatar-c{background:linear-gradient(135deg,#e7f3e6,#f4f4f4)}.avatar-d{background:linear-gradient(135deg,#d8d8d8,#f5f5f5)}.profile-page{width:min(960px,calc(100vw - 64px))}.back-link{align-items:center;color:#7d7d7d;color:var(--muted);display:inline-flex;font-size:15px;gap:8px;margin-bottom:16px}.profile-hero{grid-gap:28px;align-items:stretch;background:#f4f4f4;border-radius:7px;box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow);display:grid;gap:28px;grid-template-columns:minmax(128px,30%) minmax(0,1fr);min-height:172px;padding:18px}.profile-hero-media{align-self:stretch;display:grid;min-height:136px}.profile-hero-media .player-avatar{height:100%;min-height:136px;width:100%}.profile-hero-content{align-content:center;display:grid;justify-items:start;min-width:0;padding:8px 18px 8px 0;text-align:left}.profile-hero-title{overflow-wrap:anywhere;text-align:left;width:100%}.profile-role{color:#777;font-size:18px;font-style:italic;margin-top:8px;text-align:left}.profile-details{grid-gap:18px 30px;display:grid;gap:18px 30px;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));margin:20px 0 0;width:100%}.profile-details div{min-width:0;text-align:left}.profile-details dt{color:#777;font-size:10px;font-weight:800;text-transform:uppercase}.profile-details dd{color:#222;font-size:12px;line-height:1.3;margin:2px 0 0}.profile-stats-grid{grid-gap:24px;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--line);border-top:1px solid #e5e5e5;border-top:1px solid var(--line);display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;padding:26px 24px 30px}.profile-stats-toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:18px}.profile-stats-toolbar label{color:#111;font-size:16px;font-weight:700}.profile-metric-section{margin-top:22px}.profile-metric-section h2{font-size:16px;font-weight:800;margin:0 0 14px}.profile-stat>strong{display:block;font-size:11px;margin-bottom:10px;text-align:center}.profile-stat-row{align-items:center;display:flex;gap:14px;justify-content:center}.profile-stat-row b,.profile-stat-row small,.profile-stat-row span{display:block}.profile-stat-row small{color:#555;font-size:8px}.profile-stat-row b{font-size:18px}.profile-stat-row span{font-size:17px}.stat-ring{align-content:center;background:radial-gradient(#fff 57%,#0000 59%),conic-gradient(var(--stat-color) var(--stat-value),#eee 0);border-radius:50%;color:var(--stat-color);display:grid;height:70px;place-items:center;width:70px}.stat-ring span{font-size:14px;font-weight:800;line-height:1}.stat-ring small{color:var(--stat-color);font-size:8px;font-weight:700;margin-top:2px}.profile-elo-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-elo-card{grid-gap:14px;background:#fff;border:1px solid #e5e5e5;border:1px solid var(--line);border-radius:7px;display:grid;gap:14px;padding:14px}.profile-elo-card>strong{font-size:13px;font-weight:800}.profile-elo-card dt,.profile-elo-rank small{color:#666;font-size:10px;font-weight:700;text-transform:uppercase}.profile-elo-card dt.profile-elo-symbol{text-transform:none}.profile-elo-rank b{display:block;font-size:22px;margin-top:2px}.profile-elo-card dl{grid-gap:10px 14px;display:grid;gap:10px 14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.profile-elo-card dd{font-size:15px;margin:2px 0 0}.profile-recent{margin-top:18px}.profile-recent h2{font-size:16px;font-weight:500;margin:0 0 14px}@media (max-width:1100px) and (min-width:701px){.profile-stats-grid,.roster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.site-header{height:68px;padding:0 22px;position:static}.brand-lockup{font-size:11px;gap:8px;line-height:1.1}.brand-lockup img{height:42px;width:42px}.desktop-nav{display:none}.menu-button{display:inline-flex}.page-shell,.profile-page,.report-page,.roster-page{padding:24px 0 46px;width:calc(100vw - 42px)}.page-heading{display:block;margin-bottom:16px}.page-heading h1{font-size:30px}.profile-hero{gap:16px;grid-template-columns:90px minmax(0,1fr);min-height:128px;padding:14px}.profile-hero-media,.profile-hero-media .player-avatar{min-height:100px}.profile-hero-content{align-content:center;justify-items:start;padding:2px 0;text-align:left}.profile-hero h1{font-size:26px}.profile-role{font-size:18px;margin-top:6px}.page-heading p{font-size:14px;margin-top:14px}.toolbar-row{flex-wrap:wrap;gap:10px 12px;justify-content:flex-start}.results-pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.results-pagination button{font-size:13px;height:34px;min-width:36px}.tab-control{gap:18px}.filter-select{min-width:104px}.data-table{font-size:12px;min-width:0}.data-table td,.data-table th{height:41px;padding:0 10px}.name-pill{padding:0 10px}.match-grid,.profile-elo-grid,.profile-stats-grid,.roster-grid{grid-template-columns:1fr}.match-grid{gap:8px}.profile-stats-grid{gap:26px;padding:22px 12px 26px}.profile-details{gap:10px;grid-template-columns:1fr;margin-top:14px}.profile-stat-row{justify-content:center}.roster-grid{gap:8px}.roster-card{grid-template-columns:46px minmax(0,1fr)}.report-tabs{margin-top:26px}.report-tabs button{font-size:12px;letter-spacing:.04em;min-height:38px;padding:0 8px}.v2-site #match-form .row{--bs-gutter-x:1rem}.v2-site .score-col{min-width:52px;width:52px}.mobile-menu-panel{padding:88px 40px 40px}}@media (min-width:701px){.page-actions{margin-bottom:2px}}.header-panel{background-color:#ffd54f;margin:0;padding:.6em 0}.header{color:#222;display:flex;font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);font-size:1.5em;font-weight:500;justify-content:center;padding-left:.3em}.navbar-light .navbar-toggler{border:0}.page-title{color:#4a4a4a;display:flex;justify-content:center;margin:0;padding:.5em 0}.page-header,.page-title{font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);font-size:1.5em}.page-header{padding-bottom:.25em;padding-top:.75em}.forms{font-family:Barlow Condensed,sans-serif!important;font-family:var(--main-body-font)!important}.form-header,.form-table-header{color:#000!important;font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);letter-spacing:1px}.form-section{margin:1.5em 0}.form-label{font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);letter-spacing:1px;margin:0!important}.form-select:not(:last-of-type){margin-bottom:1em}.score-col{box-sizing:initial;text-align:center;width:50px}.score-input{box-sizing:border-box;padding:.25em .5em;text-align:center;width:100%}.card{border:none}.card-body{padding:.75em 1em}.card-header{border:none;border-radius:.25em!important;padding:.25em 1em}.nav-tabs{border-bottom-color:#4a4a4a!important;gap:1px}.nav-item{flex:1 1;line-height:1.2;width:10em}.report-tab{border-bottom-color:#4a4a4a!important;color:#4a4a4a;font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);letter-spacing:1px;width:100%}.report-tab:not([aria-selected=true]){background-color:#ececec!important;color:#4a4a4a}.report-tab[aria-selected=true]{border-color:#4a4a4a #4a4a4a #0000!important;color:#4a4a4a!important}.report-tab:hover:not([aria-selected=true]){background-color:#f5f5f5!important;border-color:#ececec #ececec #4a4a4a!important}.submit-button{background-color:#4a4a4a;border:none;color:#ffd54f;font-weight:700;padding:.75em;width:100%}.submit-button,.table-header{font-family:Barlow Condensed,sans-serif;font-family:var(--main-body-font);letter-spacing:1px}.table-header{background-color:#e8e8e2;color:#000!important;font-size:large;margin-bottom:20px;margin-top:20px;padding:10px}.delete-button{background-color:#9e2727;border:none}.delete-button:hover{background-color:#3b1212}.nav-link{color:#444039}Container{margin-bottom:20px}.pagination{justify-content:center}@media (max-device-width:480px){.header{font-size:5.2vw}}.App{text-align:center}.container{margin-bottom:5em}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.37e05f69.css.map*/