.stats-card{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.stats-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2196f333;border-color:#2196f3}.stats-card--clickable{cursor:pointer}.stats-card--clickable:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2196f34d;border-color:#2196f3}.stats-card__icon{font-size:2rem;margin-bottom:12px;opacity:.8}.stats-card__value{font-size:2.5rem;font-weight:700;color:#2196f3;margin:8px 0;line-height:1.2}.stats-card__value span,.stats-card__value div{display:block}.stats-card__value>div{display:block}.stats-card__subtitle{font-size:.85rem;color:#757575;margin:-4px 0 8px;font-weight:400}.stats-card__label{font-size:.9rem;color:#9e9e9e;text-transform:uppercase;letter-spacing:1px;margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #444444;border-radius:12px;max-width:600px;max-height:80vh;width:90%;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #333333}.modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.modal-close{background:none;border:none;color:#9e9e9e;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#333;color:#fff}.modal-body{padding:24px;overflow-y:auto;color:#e0e0e0;line-height:1.7;font-size:.95rem}.modal-body h3{color:#fff;font-size:1.1rem;margin-top:24px;margin-bottom:12px;font-weight:600}.modal-body h3:first-child{margin-top:0}.modal-body p{margin:12px 0}.modal-body ul,.modal-body ol{margin:12px 0;padding-left:24px}.modal-body li{margin:8px 0}.modal-body code{background:#0000004d;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#64b5f6}.modal-body .example-section{background:#2196f31a;border-left:3px solid #2196f3;padding:16px;margin:20px 0;border-radius:4px}.modal-body .example-section h4{color:#64b5f6;margin-top:0;margin-bottom:12px;font-size:1rem;font-weight:600}.modal-body .example-section p{margin:8px 0}.rankings-table-container{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.rankings-table-container:hover{box-shadow:0 4px 16px #2196f326;border-color:#404040}.rankings-table__title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #333333}.rankings-table__title--clickable{cursor:pointer;transition:color .2s ease;-webkit-user-select:none;user-select:none}.rankings-table__title--clickable:hover{color:#2196f3}.rankings-table{width:100%;border-collapse:collapse}.rankings-table thead{border-bottom:1px solid #333333}.rankings-table th{padding:12px 8px;text-align:left;font-size:.85rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.rankings-table tbody tr{border-bottom:1px solid #252525;transition:background-color .2s ease}.rankings-table tbody tr:hover{background-color:#333}.rankings-table tbody tr:last-child{border-bottom:none}.rankings-table td{padding:12px 8px;font-size:.95rem;color:#e0e0e0}.rankings-table__rank{width:50px;text-align:center;font-weight:600;color:#9e9e9e}.rankings-table__rank--top{color:gold}.rankings-table__rank--top-3{color:silver}.rankings-table__rank--top-5{color:#cd7f32}.rankings-table__player-name{font-weight:500;color:#fff;white-space:nowrap}.rankings-table__player-link{color:#2196f3;text-decoration:none;transition:color .2s ease}.rankings-table__player-link:hover{color:#64b5f6;text-decoration:underline}.rankings-table__rating{text-align:right;font-weight:600;color:#e0e0e0;font-variant-numeric:tabular-nums;white-space:nowrap}.rankings-table__rating--highlight{color:#2196f3}.rankings-table__count-badge{font-size:.75rem;color:#757575;font-weight:400;margin-left:4px}.rankings-table__change{font-size:.85rem;font-weight:600;margin-left:6px;display:inline-block;white-space:nowrap}.rankings-table__change--positive{color:#4caf50}.rankings-table__change--negative{color:#f44336}.rankings-table__empty{text-align:center;padding:40px 20px;color:#9e9e9e;font-style:italic}.home-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:0}.home-page__container{max-width:1400px;margin:0 auto;padding:24px}.home-page__header{margin-bottom:32px}.home-page__title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.home-page__subtitle{font-size:1rem;color:#9e9e9e;margin:0}.home-page__season-dates{font-size:.85rem;color:#757575;font-weight:400}.stats-section{margin-bottom:40px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:20px}.rankings-section{margin-top:40px}.rankings-section__title{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 24px}.rankings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px}@media (max-width: 768px){.home-page__container{padding:16px}.home-page__title{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.rankings-grid{grid-template-columns:1fr;gap:20px}}.admin-page{min-height:100vh;background-color:#121212;color:#fff;padding:2rem}.admin-page__header{padding:1.5rem;border-bottom:1px solid #333333;background-color:#1e1e1e;margin-bottom:2rem;border-radius:8px}.admin-page__header h1{display:inline;margin-left:12px;color:#fff}.admin-page__back-button{padding:8px 16px;margin-right:12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.admin-page__back-button:hover{background-color:#1976d2}.admin-page__clear-key-button{padding:8px 16px;margin-left:12px;background-color:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s ease}.admin-page__clear-key-button:hover{background-color:#d32f2f}.admin-page__container{display:flex;gap:2rem;align-items:flex-start}.admin-page__section{flex:1}.admin-page__actions{width:420px}.admin-page__section h2,.admin-page__actions h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.admin-page__admin-key-notice{padding:8px;margin-bottom:8px;background-color:#2d4a2d;color:#a5d6a7;border-radius:4px;font-size:12px;border:1px solid #4caf50}.admin-page__actions-container{display:flex;flex-direction:column;gap:8px}.admin-page__force-sync-container{display:flex;align-items:center;gap:8px;margin-bottom:4px}.admin-page__force-sync-label{font-size:12px;cursor:pointer;color:#e0e0e0}.admin-page__force-sync-label--active{color:#f44336}.admin-page__button{padding:10px 16px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s ease,opacity .2s ease}.admin-page__button:disabled{opacity:.6;cursor:not-allowed}.admin-page__button--sync{background-color:#4caf50}.admin-page__button--sync:hover:not(:disabled){background-color:#45a049}.admin-page__button--sync:disabled{background-color:#666}.admin-page__button--list{background-color:#2196f3}.admin-page__button--list:hover{background-color:#1976d2}.admin-page__button--elo{background-color:#9c27b0}.admin-page__button--elo:hover{background-color:#7b1fa2}.admin-page__button--trp{background-color:#e91e63}.admin-page__button--trp:hover{background-color:#c2185b}.admin-page__button--credits{background-color:#4caf50}.admin-page__button--credits:hover{background-color:#45a049}.admin-page__button--wtsr{background-color:#673ab7}.admin-page__button--wtsr:hover{background-color:#5e35b1}.admin-page__button--parse{background-color:#ff9800;color:#fff}.admin-page__button--parse:hover:not(:disabled){background-color:#f57c00}.admin-page__button--match{background-color:#00bcd4;color:#fff}.admin-page__button--match:hover:not(:disabled){background-color:#0097a7}.admin-page__sync-progress{padding:12px;border-radius:4px;border:1px solid}.admin-page__sync-progress--completed{background-color:#2d4a2d;border-color:#4caf50;color:#a5d6a7}.admin-page__sync-progress--error{background-color:#4a2d2d;border-color:#f44336;color:#ef9a9a}.admin-page__sync-progress--running{background-color:#1e3a4a;border-color:#2196f3;color:#90caf9}.admin-page__sync-progress-title{font-weight:700;margin-bottom:4px;color:#fff}.admin-page__sync-progress-text{font-size:12px;margin-bottom:4px}.admin-page__sync-progress-details{font-size:12px}.admin-page__sync-progress-details div{margin-top:4px}.admin-page__sync-progress-current{margin-top:4px;font-style:italic;font-size:12px}.admin-page__force-recalc{margin-bottom:10px;font-size:12px;color:#9e9e9e}.admin-page__force-recalc label{cursor:pointer}.admin-page__api-stats{margin-bottom:2rem}.admin-page__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-page__stat-card{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:8px;padding:1rem}.admin-page__stat-label{font-size:.85rem;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.admin-page__stat-value{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.admin-page__stat-progress{width:100%;height:8px;background-color:#333;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.admin-page__stat-progress-bar{height:100%;transition:width .3s ease;border-radius:4px}.admin-page__stat-percentage{font-size:.85rem;color:#9e9e9e}.admin-page__stat-detail{font-size:.85rem;color:#b0b0b0;margin-bottom:.5rem}.admin-page__match-matching-stats,.admin-page__monthly-breakdown{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333333}.admin-page__monthly-breakdown h3{font-size:1rem;color:#fff;margin-bottom:1rem}.admin-page__breakdown-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.admin-page__breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#1e1e1e;border:1px solid #333333;border-radius:6px}.admin-page__breakdown-month{font-weight:500;color:#fff}.admin-page__breakdown-count{font-size:.9rem;color:#9e9e9e}.admin-page__last-synced{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333333}.admin-page__last-synced h3{font-size:1rem;color:#fff;margin-bottom:1rem}.admin-page__last-synced-info{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:8px;padding:1rem}.admin-page__last-synced-name{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.admin-page__last-synced-details{display:flex;flex-direction:column;gap:.5rem}.admin-page__last-synced-details>div{display:flex;gap:.75rem}.admin-page__last-synced-label{font-size:.9rem;color:#9e9e9e;min-width:80px}.admin-page__last-synced-value{font-size:.9rem;color:#fff;font-weight:500}.admin-page__tournaments-container{margin-top:20px}.admin-page__tournaments-container h3{color:#fff;margin-bottom:1rem}.admin-page__tournaments-list{max-height:400px;overflow:auto;border:1px solid #333333;padding:8px;border-radius:4px;background-color:#1e1e1e}.admin-page__tournament-item{padding:8px;border-bottom:1px solid #333333;margin-bottom:8px;background-color:#2a2a2a;border-radius:4px}.admin-page__tournament-item:last-child{border-bottom:none;margin-bottom:0}.admin-page__tournament-title{font-weight:600;margin-bottom:4px;color:#fff}.admin-page__tournament-id{font-size:12px;opacity:.8;margin-bottom:8px;color:#9e9e9e}.admin-page__assign-button{padding:4px 8px;font-size:12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.admin-page__assign-button:hover{background-color:#1976d2}.seasons-admin{padding:1.5rem;max-width:1000px}.seasons-admin h1{color:#fff;margin-bottom:1rem}.seasons-admin__admin-key-notice{padding:8px;margin-bottom:16px;background-color:#2d4a2d;color:#a5d6a7;border-radius:4px;font-size:12px;border:1px solid #4caf50;display:flex;align-items:center;justify-content:space-between}.seasons-admin__clear-button{margin-left:12px;padding:4px 8px;font-size:11px;background-color:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.seasons-admin__clear-button:hover{background-color:#d32f2f}.seasons-admin__error{padding:12px;margin-bottom:16px;background-color:#4a2d2d;border:1px solid #f44336;border-radius:4px;color:#ef9a9a}.seasons-admin__create-button{padding:8px 16px;font-size:14px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;margin-bottom:20px}.seasons-admin__create-button:hover:not(:disabled){background-color:#45a049}.seasons-admin__create-button:disabled{opacity:.6;cursor:not-allowed}.seasons-admin__empty{padding:20px;text-align:center;color:#9e9e9e}.seasons-admin__table{width:100%;border-collapse:collapse;border:1px solid #333333;background-color:#1e1e1e}.seasons-admin__table thead{background-color:#2a2a2a}.seasons-admin__table th{padding:12px;text-align:left;border:1px solid #333333;color:#fff;font-weight:600}.seasons-admin__table td{padding:12px;border:1px solid #333333;color:#e0e0e0;background-color:#1e1e1e}.seasons-admin__table tbody tr:hover{background-color:#2a2a2a}.seasons-admin__edit-button{padding:4px 8px;margin-right:8px;font-size:12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.seasons-admin__edit-button:hover:not(:disabled){background-color:#1976d2}.seasons-admin__edit-button:disabled{opacity:.6;cursor:not-allowed}.seasons-admin__delete-button{padding:4px 8px;font-size:12px;background-color:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.seasons-admin__delete-button:hover:not(:disabled){background-color:#d32f2f}.seasons-admin__delete-button:disabled{opacity:.6;cursor:not-allowed}.seasons-admin__form-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end;padding:16px;background-color:#2a2a2a}.seasons-admin__form-label{display:block;margin-bottom:4px;font-size:12px;font-weight:700;color:#fff}.seasons-admin__form-input{width:100%;padding:8px;font-size:14px;border:1px solid #404040;border-radius:4px;background-color:#1e1e1e;color:#fff}.seasons-admin__form-input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.seasons-admin__form-input:disabled{opacity:.6;cursor:not-allowed}.seasons-admin__form-actions{display:flex;gap:8px}.seasons-admin__submit-button{padding:8px 16px;font-size:14px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.seasons-admin__submit-button:hover:not(:disabled){background-color:#45a049}.seasons-admin__submit-button:disabled{opacity:.6;cursor:not-allowed}.seasons-admin__cancel-button{padding:8px 16px;font-size:14px;background-color:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.seasons-admin__cancel-button:hover:not(:disabled){background-color:#555}.seasons-admin__cancel-button:disabled{opacity:.6;cursor:not-allowed}.admin-page__players-table{margin-top:1rem;overflow-x:auto}.admin-page__players-table table{width:100%;border-collapse:collapse;background-color:#1e1e1e;border-radius:8px;overflow:hidden}.admin-page__players-table thead{background-color:#2a2a2a}.admin-page__players-table th{padding:12px 16px;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #404040}.admin-page__players-table td{padding:12px 16px;border-bottom:1px solid #333333;color:#e0e0e0}.admin-page__players-table tbody tr:hover{background-color:#2a2a2a}.admin-page__players-table tbody tr:last-child td{border-bottom:none}.admin-page__input{padding:6px 12px;font-size:14px;border:1px solid #404040;border-radius:4px;background-color:#121212;color:#fff;width:200px}.admin-page__input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.admin-page__button--small{padding:6px 12px;font-size:14px;margin-right:8px}.admin-page__button--save{background-color:#4caf50}.admin-page__button--save:hover{background-color:#45a049}.admin-page__button--cancel{background-color:#666}.admin-page__button--cancel:hover{background-color:#555}.admin-page__section-description{color:#b0b0b0;margin-bottom:1rem;font-size:14px}.admin-page__token-status{margin-bottom:2rem}.admin-page__token-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.admin-page__token-card{background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;padding:1rem}.admin-page__token-label{color:#b0b0b0;font-size:14px;margin-bottom:8px;font-weight:600}.admin-page__token-value{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px}.admin-page__token-value--ok{color:#4caf50}.admin-page__token-value--warning{color:#ff9800}.admin-page__token-value--error{color:#f44336}.admin-page__token-value--missing{color:#999}.admin-page__token-detail{color:#b0b0b0;font-size:12px;margin-top:4px}.admin-page__slow-queries{margin-bottom:2rem}.admin-page__button--refresh{background-color:#4caf50;color:#fff}.admin-page__button--refresh:hover:not(:disabled){background-color:#45a049}.admin-page__button--refresh:disabled{opacity:.6;cursor:not-allowed;background-color:#4caf50}.admin-page__error{padding:12px;margin-bottom:1rem;background-color:#4a2d2d;border:1px solid #f44336;border-radius:4px;color:#ef9a9a}.admin-page__slow-queries-table{overflow-x:auto;margin-top:1rem}.admin-page__slow-queries-table table{width:100%;border-collapse:collapse;background-color:#1e1e1e;border-radius:8px;overflow:hidden;border:1px solid #333333}.admin-page__slow-queries-table thead{background-color:#2a2a2a}.admin-page__slow-queries-table th{padding:12px 16px;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #404040}.admin-page__slow-queries-table td{padding:12px 16px;border-bottom:1px solid #333333;color:#e0e0e0}.admin-page__slow-queries-table tbody tr:hover{background-color:#2a2a2a}.admin-page__slow-queries-table tbody tr:last-child td{border-bottom:none}.admin-page__query-text{max-width:600px;word-break:break-all}.admin-page__query-text code{font-family:Courier New,monospace;font-size:12px;color:#90caf9;background-color:#121212;padding:4px 6px;border-radius:3px;white-space:pre-wrap}.admin-page__slow-cell{color:#ff9800;font-weight:600}.admin-page__invalid-matches{margin-top:1rem}.admin-page__invalid-matches-list{display:flex;flex-direction:column;gap:1rem}.admin-page__invalid-match-item{background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;padding:1rem}.admin-page__invalid-match-item--ignored{opacity:.6;border-color:#ff9800}.admin-page__invalid-match-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #333333}.admin-page__invalid-match-header>div{color:#e0e0e0}.admin-page__invalid-match-players-info{flex-basis:100%;margin-top:.25rem}.admin-page__invalid-match-player{color:#4fc3f7;font-weight:600}.admin-page__invalid-match-player-alt{color:#9e9e9e;font-weight:400;font-size:.9em}.admin-page__invalid-match-player-unmapped{color:#ff9800;font-weight:400;font-size:.85em}.admin-page__invalid-match-errors{background-color:#2a2a2a;padding:1rem;border-radius:4px;border-left:3px solid #ff9800}.admin-page__invalid-match-errors strong{color:#ff9800;display:block;margin-bottom:.5rem}.admin-page__invalid-match-errors ul{margin:0;padding-left:1.5rem;color:#e0e0e0}.admin-page__invalid-match-errors li{margin-bottom:.5rem;line-height:1.5}.admin-page__button--reparse{background-color:#ff9800;color:#fff}.admin-page__button--reparse:hover{background-color:#f57c00}.admin-page__button--ignore{background-color:#ff9800;color:#fff}.admin-page__button--ignore:hover{background-color:#f57c00}.admin-page__button--unignore{background-color:#4caf50;color:#fff}.admin-page__button--unignore:hover{background-color:#45a049}.admin-page__button--view{background-color:#2196f3;color:#fff}.admin-page__button--view:hover{background-color:#1976d2}.admin-page__button--clear{background-color:#9c27b0;color:#fff}.admin-page__button--clear:hover{background-color:#7b1fa2}.admin-page__raw-data-viewer{margin-top:1rem;padding:1rem;background-color:#121212;border:1px solid #404040;border-radius:6px}.admin-page__raw-data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333333}.admin-page__raw-data-close{background:none;border:none;color:#9e9e9e;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.admin-page__raw-data-close:hover{color:#fff}.admin-page__raw-data-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;font-size:.9rem;color:#b0b0b0}.admin-page__raw-data-json{background-color:#1e1e1e;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.75rem;color:#90caf9;max-height:400px;overflow-y:auto;margin-top:.5rem;margin-bottom:0}.admin-page__raw-data-json-section{margin-top:1rem}.admin-page__raw-data-json-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-page__raw-data-textarea{width:100%;min-height:400px;padding:1rem;font-family:Courier New,monospace;font-size:.75rem;background-color:#1e1e1e;color:#90caf9;border:1px solid #404040;border-radius:4px;resize:vertical}.admin-page__raw-data-textarea:focus{outline:none;border-color:#2196f3}.admin-page__raw-data-error{background-color:#4a2d2d;border:1px solid #f44336;color:#ef9a9a;padding:.5rem 1rem;border-radius:4px;margin-bottom:.5rem;font-size:.85rem}.admin-page__button--edit{background-color:#ff9800;color:#fff}.admin-page__button--edit:hover{background-color:#f57c00}.admin-page__button--merge{background-color:#9c27b0;color:#fff}.admin-page__button--merge:hover{background-color:#7b1fa2}.admin-page__button--danger{background-color:#f44336;color:#fff;padding:10px 20px}.admin-page__button--danger:hover:not(:disabled){background-color:#d32f2f}.admin-page__button--danger:disabled{opacity:.6;cursor:not-allowed}.admin-page__player-id{font-family:monospace;color:#9e9e9e;font-size:.9em}.admin-page__autodarts-id{font-family:monospace;font-size:.85em;color:#90caf9}.admin-page__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-page__modal{background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.admin-page__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #333333}.admin-page__modal-header h3{margin:0;color:#fff}.admin-page__modal-close{background:none;border:none;color:#9e9e9e;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.admin-page__modal-close:hover{color:#fff}.admin-page__modal-body{padding:1.5rem}.admin-page__modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #333333}.admin-page__merge-info{background-color:#2a2a2a;padding:1rem;border-radius:6px;margin-bottom:1rem}.admin-page__merge-info p{margin:0 0 .5rem;color:#e0e0e0}.admin-page__merge-info p:last-child{margin-bottom:0}.admin-page__merge-stats{background-color:#1e3a4a;border:1px solid #2196F3;padding:1rem;border-radius:6px;margin-bottom:1rem}.admin-page__merge-stats strong{color:#90caf9}.admin-page__merge-stats ul{margin:.5rem 0 0;padding-left:1.5rem;color:#b0b0b0}.admin-page__merge-stats li{margin-bottom:.25rem}.admin-page__merge-target{margin-bottom:1rem}.admin-page__merge-target label{color:#e0e0e0}.admin-page__merge-warning{background-color:#4a2d2d;border:1px solid #f44336;color:#ef9a9a;padding:1rem;border-radius:6px;font-size:.9rem}.admin-page__tournaments-missing-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333333}.admin-page__tournaments-missing-section h3{font-size:1rem;color:#fff;margin:0}.admin-page__players-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333333}.admin-page__players-section h3{font-size:1rem;color:#fff;margin:0}.admin-page__tournaments-missing{margin-top:1rem}.admin-page__tournaments-missing-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.admin-page__tournament-missing-item{background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;padding:1rem;transition:all .2s ease;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.admin-page__tournament-missing-item:hover{background-color:#2a2a2a;border-color:#555}.admin-page__tournament-missing-item--selected{background-color:#1e3a4a;border-color:#2196f3}.admin-page__tournament-missing-item--complete{opacity:.7;border-color:#2e4a2e}.admin-page__tournament-missing-item--complete:hover{opacity:1}.admin-page__tournament-missing-clickable{flex:1;cursor:pointer}.admin-page__tournament-missing-actions{flex-shrink:0}.admin-page__sync-result{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:6px;margin-top:.75rem;font-size:.85rem;width:100%}.admin-page__sync-result--success{background-color:#2d4a2d;border:1px solid #4caf50;color:#a5d6a7}.admin-page__sync-result--error{background-color:#4a2d2d;border:1px solid #f44336;color:#ef9a9a}.admin-page__sync-result-icon{font-weight:700;flex-shrink:0}.admin-page__sync-result--success .admin-page__sync-result-icon{color:#4caf50}.admin-page__sync-result--error .admin-page__sync-result-icon{color:#f44336}.admin-page__sync-result-message{flex:1;word-break:break-word}.admin-page__sync-result-dismiss{background:none;border:none;color:#ef9a9a;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;flex-shrink:0;opacity:.7;transition:opacity .2s}.admin-page__sync-result-dismiss:hover{opacity:1}.admin-page__tournament-missing-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.admin-page__tournament-missing-name{font-weight:600;color:#fff}.admin-page__tournament-missing-stats{display:flex;gap:.25rem;align-items:baseline}.admin-page__tournament-missing-count{color:#ff9800;font-weight:600}.admin-page__tournament-missing-total{color:#9e9e9e;font-size:.9rem}.admin-page__tournament-missing-date{color:#9e9e9e;font-size:.85rem;margin-top:.25rem}.admin-page__missing-matches-panel{margin-top:1.5rem;padding:1rem;background-color:#1e1e1e;border:1px solid #2196F3;border-radius:8px}.admin-page__missing-matches-panel h3{color:#fff;margin-bottom:1rem;font-size:1.1rem}.admin-page__missing-matches-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.admin-page__missing-match-item{background-color:#2a2a2a;border:1px solid #333333;border-radius:6px;padding:.75rem 1rem}.admin-page__missing-match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-page__missing-match-players{font-weight:600;color:#fff}.admin-page__missing-match-id{font-size:.75rem;color:#9e9e9e;background-color:#1e1e1e;padding:2px 8px;border-radius:4px}.admin-page__missing-match-details{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#b0b0b0}.admin-page__missing-match-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #333333}.admin-page__missing-match-edit{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.admin-page__input--small{width:150px;padding:4px 8px;font-size:13px}.admin-page__input--autodarts{width:280px;padding:4px 8px;font-size:13px;font-family:monospace}.admin-page__button--link{background-color:#00bcd4;color:#fff}.admin-page__button--link:hover{background-color:#0097a7}.admin-page__missing-match-score{font-weight:600;color:#4caf50}.admin-page__missing-match-date{color:#9e9e9e}.admin-page__missing-match-state{text-transform:capitalize;color:#ff9800}.rating-chart{background-color:#1e1e1e;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.rating-chart__title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem}.rating-chart__empty{padding:3rem;text-align:center;color:#9e9e9e}.rating-chart__tooltip{background-color:#2d2d2d;border:1px solid #404040;border-radius:4px;padding:.75rem;box-shadow:0 2px 8px #0000004d}.rating-chart__tooltip-label{margin:0 0 .5rem;color:#9e9e9e;font-size:.875rem}.rating-chart__tooltip-value{margin:0 0 .25rem;color:#fff;font-weight:600;font-size:1rem}.rating-chart__tooltip-change{margin:0;font-size:.875rem;font-weight:500}.rating-chart__tooltip-change.positive{color:#4caf50}.rating-chart__tooltip-change.negative{color:#f44336}.autodarts-chart{background-color:#1e1e1e;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000004d}.autodarts-chart__title{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;text-align:center}.autodarts-chart__title--clickable{cursor:pointer;transition:color .2s ease}.autodarts-chart__title--clickable:hover{color:#64b5f6}.autodarts-chart__empty{text-align:center;padding:4rem 2rem;color:#9e9e9e;font-size:1rem}.autodarts-chart__tooltip{background-color:#2d2d2d;border:1px solid #404040;border-radius:4px;padding:.75rem;box-shadow:0 2px 8px #00000080}.autodarts-chart__tooltip-label{color:#fff;font-weight:600;margin:0 0 .25rem;font-size:.9rem}.autodarts-chart__tooltip-date{color:#9e9e9e;font-size:.85rem;margin:0 0 .25rem}.autodarts-chart__tooltip-opponent{color:#ff9800;font-size:.9rem;margin:0 0 .5rem;font-weight:500}.autodarts-chart__tooltip-value{color:#2196f3;font-weight:600;margin:0 0 .25rem;font-size:1rem}.autodarts-chart__tooltip-secondary{color:#9e9e9e;font-size:.85rem;margin:0}.segments-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#121212}.segments-empty{text-align:center;padding:4rem;color:#9e9e9e;font-size:1.2rem}.segments-table-wrapper{position:relative;width:100%;max-width:1320px;background-color:#1e1e1e;border-radius:8px;padding:1rem}.segments-table{width:100%;border-collapse:collapse;color:#fff}.segment-header{padding:1rem;text-align:center;font-weight:600;font-size:1rem;color:#fff;border-bottom:2px solid #404040;background-color:#2d2d2d;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;position:relative}.segment-header:hover{background-color:#3a3a3a}.segment-header--sorted{background-color:#2d4a5c}.segment-header--sorted:hover{background-color:#3a5a6e}.sort-indicator{margin-left:.5rem;font-size:.9rem;color:#2196f3}.segment-header--number{text-align:left;padding-left:1.5rem}.segment-number-cell{padding:1rem 1.5rem;font-weight:600;font-size:1.1rem;color:#fff;background-color:#2d2d2d;border-right:2px solid #404040;min-width:80px}.segment-cell{padding:.75rem;text-align:center;border:1px solid #404040;background-color:#1e1e1e;transition:background-color .2s ease,border-color .2s ease;min-width:150px;vertical-align:top}.segment-cell--empty{color:#666}.segment-cell--hovered{background-color:#2d2d2d;border-color:#2196f3}.segment-cell-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.segment-cell-main{display:flex;align-items:center;gap:.5rem;justify-content:center;flex-wrap:wrap}.segment-cell-hits{font-size:1.2rem;font-weight:600;color:#fff}.segment-cell-percentage{font-size:.85rem;color:#9e9e9e}.segment-cell-stat{font-size:.85rem;font-weight:500;color:#fff}.segment-cell-stat.checkout-hit{color:#4caf50}.segment-cell-stat.checkout-miss{color:#f44336}.segments-double-tooltip{position:fixed;background-color:#1e1e1e;border:2px solid #404040;border-radius:6px;padding:.75rem;pointer-events:none;z-index:1000;min-width:200px;box-shadow:0 4px 12px #00000080}.tooltip-header{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #404040}.tooltip-content{display:flex;flex-direction:column;gap:.25rem}.tooltip-row{display:flex;justify-content:space-between;color:#fff;font-size:.9rem}.tooltip-row.checkout-hit{color:#4caf50}.tooltip-row.checkout-miss{color:#f44336}.segments-double-stats{margin-bottom:2rem;padding:1.5rem;background-color:#1e1e1e;border-radius:8px;width:100%;max-width:1320px}.double-stats-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1rem;text-align:center}.double-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.double-stat-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#2d2d2d;border-radius:6px}.double-stat-label{color:#9e9e9e;font-size:.9rem;font-weight:500}.double-stat-value{color:#fff;font-size:1.1rem;font-weight:600}.double-stat-value.checkout-hit{color:#4caf50}.double-stat-value.checkout-miss{color:#f44336}@media (max-width: 768px){.segments-container{padding:1rem}.segments-table-wrapper{padding:.5rem}.segment-header,.segment-number-cell,.segment-cell{padding:.5rem;font-size:.9rem}.segment-cell-hits{font-size:1rem}.double-stats-grid{grid-template-columns:1fr}}.tooltip-wrapper{position:relative;display:inline-block;cursor:help}.tooltip{position:absolute;z-index:1000;pointer-events:none;opacity:0;animation:tooltipFadeIn .2s ease-out forwards;max-width:min(400px,calc(100vw - 20px))}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tooltip-content{background:#000000f2;color:#fff;padding:14px 18px;border-radius:8px;font-size:.875rem;line-height:1.7;max-width:400px;box-shadow:0 4px 16px #0009;border:1px solid #555555;text-align:left;word-wrap:break-word}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000f2}.player-page{min-height:100vh;background-color:#121212;color:#fff;padding:2rem 0}.player-page__container{max-width:1400px;margin:0 auto;padding:0 2rem}.player-page__header{margin-bottom:2rem;text-align:center}.player-page__title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:#fff}.player-page__subtitle{font-size:1.2rem;color:#9e9e9e;margin:0}.player-page__season-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem;background-color:#1e1e1e;border-radius:8px}.player-page__season-label{font-size:1rem;color:#fff;font-weight:500}.player-page__season-select{padding:.5rem 1rem;background-color:#2d2d2d;color:#fff;border:1px solid #404040;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.player-page__season-select:hover{background-color:#353535;border-color:#505050}.player-page__season-select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.player-page__stats-section{margin-bottom:3rem}.player-page__tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #2d2d2d;padding-bottom:0}.player-page__tab{padding:.75rem 1.5rem;background-color:transparent;color:#9e9e9e;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.player-page__tab:hover{color:#fff;background-color:#1e1e1e}.player-page__tab--active{color:#2196f3;border-bottom-color:#2196f3;background-color:transparent}.player-page__tab--active:hover{color:#2196f3;background-color:transparent}.player-page__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.player-page__graphs-section{margin-top:3rem}.player-page__graphs-controls{display:flex;align-items:center;margin-top:2rem;margin-bottom:1.5rem;padding:1rem;background-color:#1e1e1e;border-radius:8px}.player-page__autodarts-graphs{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}@media (max-width: 768px){.player-page__autodarts-graphs{grid-template-columns:1fr;gap:1.5rem}}.player-page__graphs-title{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:#fff}.player-page__graphs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.player-page__win-ratio-secondary{font-size:.4em;color:#9e9e9e;font-weight:400;margin-top:.25rem;white-space:nowrap}.player-page__stat-secondary{font-size:.5em;color:#9e9e9e;font-weight:400;margin-top:.25rem;white-space:nowrap}@media (max-width: 768px){.player-page__graphs-grid{grid-template-columns:1fr;gap:1.5rem}}.player-page__opponents-section{margin-top:2rem}.player-page__opponents-table-container{overflow-x:auto;background-color:#1e1e1e;border-radius:8px;padding:1rem}.player-page__opponents-table{width:100%;border-collapse:collapse;color:#fff}.player-page__opponents-table thead{background-color:#2d2d2d}.player-page__opponents-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #404040}.player-page__opponents-table tbody tr{border-bottom:1px solid #2d2d2d;transition:background-color .2s ease}.player-page__opponents-table tbody tr:hover{background-color:#2d2d2d}.player-page__opponents-table tbody tr:last-child{border-bottom:none}.player-page__opponents-table td{padding:1rem;color:#fff}.player-page__opponent-name{font-weight:500}.player-page__opponent-link{color:#2196f3;text-decoration:none;transition:color .2s ease}.player-page__opponent-link:hover{color:#42a5f5;text-decoration:underline}.player-page__opponent-wins{color:#4caf50;font-weight:500}.player-page__opponent-losses{color:#f44336;font-weight:500}.player-page__tooltip-icon{margin-left:.5rem;font-size:.85rem;opacity:.7;cursor:help;vertical-align:middle}.player-page__tooltip-icon:hover{opacity:1}.player-page__opponents-table .tooltip-wrapper .tooltip{max-width:min(600px,calc(100vw - 20px));background-color:transparent;box-shadow:none;border:none;padding:0}.player-page__opponents-table .tooltip-wrapper .tooltip-content{background-color:#1e1e1e;border:2px solid #404040;border-radius:6px;padding:1rem;box-shadow:0 4px 12px #00000080;min-width:400px;max-width:600px;width:max-content;color:#fff;font-size:.9rem;line-height:1.5;text-align:left;word-wrap:break-word}.player-page__opponents-table .tooltip-wrapper .tooltip:after{border-top-color:#1e1e1e}@media (max-width: 768px){.player-page__container{padding:0 1rem}.player-page__title{font-size:2rem}.player-page__stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.player-page__opponents-table-container{padding:.5rem}.player-page__opponents-table th,.player-page__opponents-table td{padding:.75rem .5rem;font-size:.9rem}}.tournaments-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:2rem 0}.tournaments-page__container{max-width:1400px;margin:0 auto;padding:0 2rem}.tournaments-page__header{margin-bottom:2rem}.tournaments-page__title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.tournaments-page__subtitle{font-size:.95rem;color:#9e9e9e;margin:0;font-weight:400}.tournaments-page__filters{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background-color:#1e1e1e;border-radius:8px;border:1px solid #333333}.tournaments-page__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.tournaments-page__filter-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.tournaments-page__filter-select{padding:.75rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.tournaments-page__filter-select:hover{border-color:#555;background-color:#333}.tournaments-page__filter-select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.tournaments-page__results-count{margin-bottom:1.5rem;color:#9e9e9e;font-size:.9rem}.tournaments-page__empty{padding:3rem;text-align:center;color:#9e9e9e;background-color:#1e1e1e;border-radius:8px}.tournaments-page__list{display:grid;gap:1rem}.tournaments-page__item{display:block;padding:1.5rem;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.tournaments-page__item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2196f333;border-color:#2196f3}.tournaments-page__item-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.tournaments-page__item-left{flex:1;min-width:0}.tournaments-page__item-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.tournaments-page__item-details{display:flex;gap:1.5rem;font-size:.9rem;color:#9e9e9e}.tournaments-page__item-date,.tournaments-page__item-participants{display:flex;align-items:center}.tournaments-page__item-standings{flex-shrink:0}.tournaments-page__standings-list{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;align-items:center}.tournaments-page__standing{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.tournaments-page__standing-rank{font-weight:600;color:#9e9e9e}.tournaments-page__standing-player{color:#2196f3;text-decoration:none;transition:color .2s ease}.tournaments-page__standing-player:hover{color:#64b5f6;text-decoration:underline}@media (max-width: 768px){.tournaments-page__container{padding:0 1rem}.tournaments-page__title{font-size:2rem}.tournaments-page__item-content{flex-direction:column;align-items:flex-start;gap:1rem}.tournaments-page__item-details{flex-direction:column;gap:.5rem}.tournaments-page__item-standings{width:100%}.tournaments-page__filters{flex-direction:column}.tournaments-page__filter-group{width:100%}}.tournaments-page__pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem}.tournaments-page__pagination-button{padding:.75rem 1.5rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.tournaments-page__pagination-button:hover:not(:disabled){background-color:#333;border-color:#555}.tournaments-page__pagination-button:disabled{opacity:.5;cursor:not-allowed}.tournaments-page__pagination-info{color:#b0b0b0;font-size:.9rem}.tournament-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:2rem 0;position:relative}.tournament-page__nav{position:fixed;top:50%;transform:translateY(-50%);z-index:100;width:60px;height:60px;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:2px solid #333333;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0006}.tournament-page__nav:hover{background:linear-gradient(135deg,#333,#2a2a2a);border-color:#2196f3;box-shadow:0 6px 16px #2196f34d;transform:translateY(-50%) scale(1.1)}.tournament-page__nav:active{transform:translateY(-50%) scale(.95)}.tournament-page__nav--previous{left:20px}.tournament-page__nav--next{right:20px}.tournament-page__nav-arrow{font-size:2rem;color:#fff;font-weight:700;line-height:1}@media (max-width: 1024px){.tournament-page__nav{width:50px;height:50px}.tournament-page__nav-arrow{font-size:1.5rem}.tournament-page__nav--previous{left:10px}.tournament-page__nav--next{right:10px}}@media (max-width: 768px){.tournament-page__nav{width:45px;height:45px}.tournament-page__nav-arrow{font-size:1.25rem}.tournament-page__nav--previous{left:5px}.tournament-page__nav--next{right:5px}}.tournament-page__container{max-width:1400px;margin:0 auto;padding:0 2rem}.tournament-page__header{margin-bottom:2rem}.tournament-page__title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.tournament-page__meta{display:flex;gap:1rem;color:#9e9e9e;font-size:.95rem}.tournament-page__sections{display:flex;flex-direction:column;gap:3rem}.tournament-page__section{margin-bottom:2rem}.tournament-page__section-title{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 1.5rem}.tournament-page__stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.tournament-page__score{font-weight:500;color:#fff;text-align:left}.tournament-page__standings-table-container{overflow-x:auto;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;padding:1rem}.tournament-page__standings-table{width:100%;border-collapse:collapse}.tournament-page__standings-table thead{border-bottom:1px solid #333333}.tournament-page__standings-table th{padding:12px 8px;text-align:left;font-size:.85rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.tournament-page__standings-table tbody tr{border-bottom:1px solid #252525;transition:background-color .2s ease}.tournament-page__standings-table tbody tr:hover{background-color:#333}.tournament-page__standings-table tbody tr:last-child{border-bottom:none}.tournament-page__standings-table td{padding:12px 8px;font-size:.95rem;color:#e0e0e0}.tournament-page__rank{width:60px;text-align:center;font-weight:600;color:#9e9e9e}.tournament-page__player-name{font-weight:500;color:#fff}.tournament-page__player-link{color:#2196f3;text-decoration:none;transition:color .2s ease}.tournament-page__player-link:hover{color:#64b5f6;text-decoration:underline}.tournament-page__change{font-weight:500;white-space:nowrap}.tournament-page__change--positive{color:#4caf50}.tournament-page__change--negative{color:#f44336}.tournament-page__credits{font-weight:500;color:#fff}.tournament-page__matches-container{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;padding:1.5rem}.tournament-page__empty{padding:2rem;text-align:center;color:#9e9e9e}.tournament-page__matches-list{display:grid;gap:1rem}.tournament-page__match-link{text-decoration:none;color:inherit;display:block}.tournament-page__match{padding:1rem;background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;transition:all .2s ease}.tournament-page__match:hover{background-color:#2a2a2a;border-color:#404040}.tournament-page__match-header{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;font-size:.85rem;color:#9e9e9e}.tournament-page__match-round{font-weight:600}.tournament-page__match-identifier{font-style:italic}.tournament-page__match-state{margin-left:auto;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;text-transform:uppercase;font-weight:600}.tournament-page__match-state--complete{background-color:#2d4a2d;color:#a5d6a7}.tournament-page__match-state--pending,.tournament-page__match-state--open{background-color:#4a4a2d;color:#fff9c4}.tournament-page__match-players{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.tournament-page__match-player{flex:1;display:flex;align-items:center;justify-content:space-between;padding:.5rem;font-weight:500;color:#e0e0e0}.tournament-page__match-player--winner{color:#fff;font-weight:600}.tournament-page__match-vs{color:#9e9e9e;font-size:.9rem}.tournament-page__match-score{font-size:1.1rem;font-weight:700;color:#2196f3;margin-left:.5rem}.tournament-page__match-date{font-size:.85rem;color:#9e9e9e;margin-top:.5rem}@media (max-width: 768px){.tournament-page__container{padding:0 1rem}.tournament-page__title{font-size:2rem}.tournament-page__standings-table-container{overflow-x:scroll}.tournament-page__match-players{flex-direction:column;align-items:flex-start;gap:.5rem}.tournament-page__match-vs{display:none}}.matches-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:2rem 0}.matches-page__container{max-width:1200px;margin:0 auto;padding:0 2rem}.matches-page__header{margin-bottom:2rem}.matches-page__title{font-size:2.5rem;margin:0;color:#fff}.matches-page__filters{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background-color:#1e1e1e;border-radius:8px;border:1px solid #333333}.matches-page__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.matches-page__filter-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.matches-page__filter-select{padding:.75rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.matches-page__filter-select:hover{border-color:#555;background-color:#333}.matches-page__filter-select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.matches-page__results-count{margin-bottom:1.5rem;color:#9e9e9e;font-size:.9rem}.matches-page__list{display:flex;flex-direction:column;gap:1rem}.matches-page__item{display:block;text-decoration:none;color:inherit;background-color:#1e1e1e;border:1px solid #333333;border-radius:8px;padding:1.5rem;transition:all .2s ease}.matches-page__item:hover{background-color:#2a2a2a;border-color:#404040;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.matches-page__item-content{display:flex;flex-direction:column;gap:1rem}.matches-page__item-players{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.matches-page__player{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#2a2a2a;border-radius:6px;flex:1;min-width:150px}.matches-page__player--winner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.matches-page__player-link{color:inherit;text-decoration:none;transition:opacity .2s}.matches-page__player-link:hover{opacity:.8;text-decoration:underline}.matches-page__player-score{font-weight:700;font-size:1.2rem;margin-left:auto}.matches-page__vs{color:#9e9e9e;font-weight:600;padding:0 .5rem}.matches-page__item-details{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid #333333}.matches-page__item-date{color:#9e9e9e;font-size:.9rem}.matches-page__item-elo{display:flex;gap:1.5rem;flex-wrap:wrap}.matches-page__elo-change{font-size:.9rem;font-weight:600}.matches-change--positive{color:#4caf50}.matches-change--negative{color:#f44336}.matches-page__empty{text-align:center;padding:4rem 2rem;color:#9e9e9e;font-size:1.1rem}.matches-page__pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem}.matches-page__pagination-button{padding:.75rem 1.5rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.matches-page__pagination-button:hover:not(:disabled){background-color:#333;border-color:#555}.matches-page__pagination-button:disabled{opacity:.5;cursor:not-allowed}.matches-page__pagination-info{color:#b0b0b0;font-size:.9rem}@media (max-width: 768px){.matches-page__container{padding:0 1rem}.matches-page__title{font-size:2rem}.matches-page__filters{flex-direction:column}.matches-page__filter-group{width:100%}.matches-page__item-players{flex-direction:column}.matches-page__player{width:100%}.matches-page__vs{padding:.5rem 0}.matches-page__item-details{flex-direction:column;align-items:flex-start}.matches-page__item-elo{flex-direction:column;gap:.5rem}}.navigation{background:linear-gradient(135deg,#1e1e1e,#121212);border-bottom:1px solid #333333;padding:0;box-shadow:0 2px 8px #00000080}.navigation__container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}.navigation__left{display:flex;align-items:center;gap:1.5rem}.navigation__season-wrapper{display:flex;align-items:center}.navigation__brand{display:flex;align-items:center;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:color .2s ease}.navigation__brand:hover{color:#2196f3}.navigation__menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.navigation__item{margin:0}.navigation__link{display:block;padding:10px 16px;color:#e0e0e0;text-decoration:none;border-radius:6px;transition:all .2s ease;font-weight:500}.navigation__link:hover{background-color:#333;color:#fff}.navigation__link--active{background-color:#2196f3;color:#fff}.navigation__link--active:hover{background-color:#1976d2}.navigation__dropdown{position:relative}.navigation__dropdown-button{display:flex;align-items:center;gap:8px;padding:10px 16px;color:#e0e0e0;background:transparent;border:1px solid #333333;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.navigation__dropdown-button:hover{background-color:#333;border-color:#404040;color:#fff}.navigation__dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;background:#2a2a2a;border:1px solid #333333;border-radius:8px;box-shadow:0 4px 16px #00000080;min-width:200px;z-index:1000;overflow:hidden}.navigation__dropdown-item{display:block;padding:12px 16px;color:#e0e0e0;text-decoration:none;transition:background-color .2s ease;border-bottom:1px solid #333333}.navigation__dropdown-item:last-child{border-bottom:none}.navigation__dropdown-item:hover{background-color:#333;color:#fff}.navigation__dropdown-item--active{background-color:#2196f3;color:#fff}.navigation__dropdown-item--active:hover{background-color:#1976d2}.navigation__item--mobile-season{display:none}.navigation__hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}.navigation__hamburger span{display:block;width:25px;height:3px;background-color:#e0e0e0;border-radius:2px;transition:all .3s ease}.navigation__hamburger:hover span{background-color:#fff}.navigation__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navigation__hamburger--open span:nth-child(2){opacity:0}.navigation__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.navigation__container{padding:0 16px;height:56px}.navigation__brand{font-size:1.25rem}.navigation__hamburger{display:flex}.navigation__menu{position:fixed;top:56px;left:0;right:0;background:linear-gradient(135deg,#1e1e1e,#121212);border-bottom:1px solid #333333;flex-direction:column;align-items:stretch;padding:1rem;gap:0;box-shadow:0 4px 12px #00000080;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;max-height:calc(100vh - 56px);overflow-y:auto}.navigation__menu--open{transform:translateY(0);opacity:1;visibility:visible}.navigation__item{width:100%}.navigation__link{padding:12px 16px;font-size:1rem;width:100%;border-radius:6px;margin-bottom:4px}.navigation__season-wrapper{display:none}.navigation__item--mobile-season{display:block;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #333333}.navigation__dropdown--mobile{width:100%}.navigation__dropdown-button--mobile{width:100%;justify-content:space-between}.navigation__dropdown-menu--mobile{position:relative;top:0;left:0;margin-top:.5rem;width:100%;box-shadow:none;border:1px solid #404040}}@media (max-width: 1024px){.navigation__left{gap:1rem}.navigation__menu{gap:4px}.navigation__link{padding:8px 12px;font-size:.9rem}}.match-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:2rem 0}.match-page__container{max-width:1200px;margin:0 auto;padding:0 2rem;background-color:#1e1e1e;border-radius:12px;padding:30px;border:1px solid #333333}.match-page__header{display:flex;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}.match-page__back-button{background:#2a2a2a;color:#e0e0e0;border:1px solid #404040;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s}.match-page__back-button:hover{background:#333;border-color:#555}.match-page__title{flex:1;margin:0;font-size:32px;color:#fff}.match-page__round{background:#2a2a2a;padding:8px 16px;border-radius:6px;font-weight:600;color:#2196f3;border:1px solid #404040}.match-page__round--link{text-decoration:none;display:inline-block;transition:all .3s;cursor:pointer}.match-page__round--link:hover{background:#333;border-color:#2196f3;transform:translateY(-1px);box-shadow:0 2px 8px #2196f34d}.match-page__info{display:flex;gap:30px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #333333;flex-wrap:wrap}.match-page__info-item{display:flex;gap:10px}.match-page__info-label{font-weight:600;color:#9e9e9e}.match-page__info-item span:last-child{color:#e0e0e0}.match-page__score-section{display:flex;align-items:center;justify-content:center;gap:40px;margin:40px 0;padding:30px;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;flex-wrap:wrap}.match-page__player{flex:1;text-align:center;min-width:200px;position:relative;padding:20px;border-radius:8px;background:#1e1e1e;border:1px solid #333333}.match-page__player--winner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 5px 15px #667eea66}.match-page__player-name{font-size:24px;font-weight:600;margin-bottom:15px;color:inherit}.match-page__player-link{color:inherit;text-decoration:none;transition:opacity .3s}.match-page__player-link:hover{opacity:.8;text-decoration:underline}.match-page__player--winner .match-page__player-link{color:#fff}.match-page__player-score{font-size:48px;font-weight:700;margin:10px 0;color:inherit}.match-page__score-separator{font-size:36px;font-weight:700;color:#9e9e9e}.match-page__winner-badge{position:absolute;top:-10px;right:-10px;background:#4caf50;color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;box-shadow:0 2px 8px #4caf5066}.match-page__highest-checkout-value{color:#fff;font-weight:700}.match-page__elo-section{margin:40px 0;padding:20px;background:#2a2a2a;border:1px solid #333333;border-radius:8px}.match-page__section-title{font-size:24px;margin-bottom:20px;color:#fff}.match-page__elo-changes{display:flex;gap:30px;flex-wrap:wrap}.match-page__elo-item{flex:1;display:flex;justify-content:space-between;align-items:center;padding:15px;background:#1e1e1e;border:1px solid #404040;border-radius:8px;min-width:250px}.match-page__elo-player{font-weight:600;color:#e0e0e0}.match-page__elo-change{font-size:20px;font-weight:700}.match-change--positive{color:#4caf50}.match-change--negative{color:#f44336}.match-page__stats-section{margin:40px 0}.match-page__stats-tabs{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap;border-bottom:2px solid #333333;padding-bottom:10px}.match-page__tab{background:#2a2a2a;color:#e0e0e0;border:1px solid #404040;padding:10px 20px;border-radius:6px 6px 0 0;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s;border-bottom:none;margin-bottom:-2px}.match-page__tab:hover{background:#333;border-color:#555}.match-page__tab--active{background:#1e1e1e;color:#fff;border-color:#667eea;border-bottom-color:#1e1e1e;position:relative;z-index:1}.match-page__tab-tied{color:#ff9800;font-size:12px;margin-left:5px}.match-page__leg-info{grid-column:1 / -1;background:#2a2a2a;padding:20px;border-radius:8px;border:1px solid #333333;margin-bottom:20px;text-align:center}.match-page__leg-info h3{margin:0 0 10px;color:#fff;font-size:24px}.match-page__leg-date{color:#9e9e9e;font-size:14px;margin-bottom:10px}.match-page__leg-winner{color:#4caf50;font-weight:600;font-size:16px}.match-page__leg-winner--tied{color:#ff9800}.match-page__stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:20px}.match-page__player-stats{background:#2a2a2a;padding:20px;border-radius:8px;border:1px solid #333333}.match-page__player-stats-title{font-size:20px;margin-bottom:15px;color:#fff;text-align:center;padding-bottom:10px;border-bottom:2px solid #404040}.match-page__stats-table{width:100%;border-collapse:collapse}.match-page__stats-table td{padding:12px;border-bottom:1px solid #404040;color:#e0e0e0}.match-page__stats-table td:first-child{font-weight:600;color:#9e9e9e;width:60%}.match-page__stats-table td:last-child{text-align:right;font-weight:600;color:#fff}.match-page__stats-table tr:last-child td{border-bottom:none}.match-page__no-stats{text-align:center;color:#9e9e9e;padding:20px;font-style:italic}.match-page__loading,.match-page__error{text-align:center;padding:40px;font-size:18px;color:#9e9e9e}.match-page__error{color:#f44336}.match-page__autodarts-link{margin-top:40px;padding-top:20px;border-top:2px solid #333333;text-align:center}.match-page__autodarts-link-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;border:1px solid #667eea}.match-page__autodarts-link-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}@media (max-width: 768px){.match-page__container{padding:20px}.match-page__title{font-size:24px}.match-page__score-section{flex-direction:column;gap:20px}.match-page__player-score{font-size:36px}.match-page__stats-grid{grid-template-columns:1fr}.match-page__stats-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.match-page__tab{white-space:nowrap;font-size:12px;padding:8px 16px}}.players-page{min-height:100vh;background-color:#1a1a1a;color:#e0e0e0;padding:2rem 0}.players-page__container{max-width:1400px;margin:0 auto;padding:0 2rem}.players-page__header{margin-bottom:2rem}.players-page__title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.players-page__filters{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background-color:#1e1e1e;border-radius:8px;border:1px solid #333333}.players-page__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.players-page__filter-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.players-page__filter-select{padding:.75rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.players-page__filter-select:hover{border-color:#555;background-color:#333}.players-page__filter-select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.players-page__results-count{margin-bottom:1.5rem;color:#9e9e9e;font-size:.9rem}.players-page__empty{padding:3rem;text-align:center;color:#9e9e9e;background-color:#1e1e1e;border-radius:8px}.players-page__list{display:grid;gap:1rem}.players-page__item{display:block;padding:1.5rem;background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:1px solid #333333;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.players-page__item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2196f333;border-color:#2196f3}.players-page__item-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.players-page__item-left{flex:1;min-width:0}.players-page__item-name{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.players-page__item-stats{display:flex;gap:1.5rem;font-size:.9rem;color:#9e9e9e;flex-wrap:wrap}.players-page__item-stat{display:flex;align-items:center;gap:.5rem}.players-page__stat-label{color:#b0b0b0;font-weight:500}@media (max-width: 768px){.players-page__container{padding:0 1rem}.players-page__title{font-size:2rem}.players-page__item-content{flex-direction:column;align-items:flex-start;gap:1rem}.players-page__item-stats{flex-direction:column;gap:.5rem}.players-page__filters{flex-direction:column}.players-page__filter-group{width:100%}}.players-page__pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem}.players-page__pagination-button{padding:.75rem 1.5rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.players-page__pagination-button:hover:not(:disabled){background-color:#333;border-color:#555}.players-page__pagination-button:disabled{opacity:.5;cursor:not-allowed}.players-page__pagination-info{color:#b0b0b0;font-size:.9rem}.stats-details-page{min-height:100vh;background:#1a1a1a;color:#e0e0e0;padding:20px}.stats-details-page__container{max-width:1400px;margin:0 auto}.stats-details-page__header{margin-bottom:30px}.stats-details-page__title{font-size:2.5rem;font-weight:600;color:#fff;margin:0}.stats-details-page__filters{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:1.5rem;background-color:#1e1e1e;border-radius:8px;border:1px solid #333333}.stats-details-page__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.stats-details-page__filter-label{font-size:.9rem;color:#b0b0b0;font-weight:500}.stats-details-page__filter-select{padding:.75rem;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s ease}.stats-details-page__filter-select:hover{border-color:#555;background-color:#333}.stats-details-page__filter-select:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.stats-details-page__tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #3a3a3a}.stats-details-page__tab{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#b0b0b0;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.stats-details-page__tab:hover{color:#e0e0e0;background:#2a2a2a}.stats-details-page__tab--active{color:#fff;border-bottom-color:#4a9eff}.stats-details-page__table-container{overflow-x:auto;background:#2a2a2a;border-radius:8px;padding:20px}.stats-details-page__table{width:100%;border-collapse:collapse;color:#e0e0e0}.stats-details-page__table thead{background:#1a1a1a}.stats-details-page__table th{padding:15px;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #3a3a3a;font-size:.95rem}.stats-details-page__table td{padding:15px;border-bottom:1px solid #3a3a3a;font-size:.95rem}.stats-details-page__table tbody tr:hover{background:#333}.stats-details-page__table tbody tr:last-child td{border-bottom:none}.stats-details-page__player-link{color:#4a9eff;text-decoration:none;font-weight:500;transition:color .2s}.stats-details-page__player-link:hover{color:#6bb5ff;text-decoration:underline}.stats-details-page__no-data{text-align:center;padding:40px;color:#9e9e9e;font-size:1.1rem}@media (max-width: 768px){.stats-details-page{padding:10px}.stats-details-page__title{font-size:2rem}.stats-details-page__filters{flex-direction:column}.stats-details-page__filter-select{min-width:100%}.stats-details-page__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.stats-details-page__tab{white-space:nowrap;padding:10px 16px;font-size:.9rem}.stats-details-page__table-container{padding:10px}.stats-details-page__table{font-size:.85rem}.stats-details-page__table th,.stats-details-page__table td{padding:10px 8px}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#e0e0e0}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#404040;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#505050}a{color:#2196f3;text-decoration:none}a:hover{color:#64b5f6}*:focus{outline:2px solid #2196F3;outline-offset:2px}button:focus{outline:2px solid #2196F3;outline-offset:2px}
