.ad-rail{position:fixed;top:50%;transform:translateY(-50%);width:160px;height:600px;z-index:2;display:none}.ad-rail-left{left:max(24px,calc(50% - 760px))}.ad-rail-right{right:max(24px,calc(50% - 760px))}@media (min-width: 1600px){.ad-rail{display:block}}.search-form{background-color:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px 14px;box-shadow:0 20px 50px -20px #000000a6,inset 0 1px #ffffff0a;animation:fadeSlideUp .5s ease-out .06s both;position:relative;z-index:30}.search-row{display:flex;gap:12px;align-items:flex-end}.input-group{flex:1;min-width:0}.region-group{flex:0 0 104px}.input-label{display:block;font-family:var(--font-body);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint);margin-bottom:7px}.detecting-region{text-transform:none;font-size:10px;color:var(--gold);letter-spacing:normal}.search-input,.region-select{width:100%;height:42px;padding:0 12px;font-family:var(--font-body);font-size:14px;font-weight:500;background-color:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.search-input:hover:not(:disabled),.region-select:hover:not(:disabled){border-color:var(--gold-dim)}.search-input:focus,.region-select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-soft)}.search-input::placeholder{color:var(--text-faint)}.region-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b857c' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.region-select option{background-color:var(--bg-deep);color:var(--text)}.search-button{height:42px;padding:0 26px;font-family:var(--font-body);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;background-color:var(--gold);color:var(--bg-deep);border:none;clip-path:polygon(9px 0,100% 0,calc(100% - 9px) 100%,0 100%);cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.search-button:hover:not(:disabled){background-color:var(--gold-dim)}.search-button:focus-visible{outline:2px solid var(--bg-deep);outline-offset:-5px}.search-button:disabled{opacity:.6;cursor:not-allowed}.input-error{color:var(--red);font-size:12px;margin-top:8px}.search-hint{color:var(--text-faint);font-size:11px;margin-top:10px;text-align:center}.input-wrapper{position:relative}.input-wrapper .search-input{padding-right:36px}.search-history-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background-color:var(--bg-panel-2);border:1px solid var(--border);border-radius:var(--radius-md);z-index:100;max-height:260px;overflow:hidden auto;box-shadow:0 14px 40px -16px #000000b3}.history-header{padding:7px 12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint);background-color:var(--bg-panel);border-bottom:1px solid var(--border-soft)}.history-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .15s ease;gap:10px}.history-item:hover{background-color:var(--bg-panel-3)}.history-icon{font-size:14px;opacity:.6}.history-summoner-icon{width:26px;height:26px;border-radius:var(--radius-md);border:1px solid var(--border);flex-shrink:0}.history-icon-placeholder{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:14px;background-color:var(--bg-deep);border-radius:var(--radius-md);border:1px solid var(--border-soft);flex-shrink:0}.history-text{flex:1;color:var(--text);font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-tag{color:var(--text-faint);font-weight:500}.suggestion-level{font-size:11px;font-weight:600;color:var(--text-dim);white-space:nowrap}.history-region{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--gold);background-color:var(--gold-soft);padding:3px 7px;border-radius:3px}.history-remove{background:none;border:none;color:var(--text-faint);font-size:18px;cursor:pointer;padding:0 3px;line-height:1;opacity:.6;transition:opacity .15s ease,color .15s ease}.history-remove:hover{opacity:1;color:var(--red)}.search-input.input-valid{border-color:var(--teal)}.search-input.input-invalid{border-color:var(--red)}.input-status{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:16px;font-weight:700;line-height:0}.input-status.checking{color:var(--gold)}.input-status.found{color:var(--teal)}.input-status.not-found{color:var(--red)}.mini-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--bg-panel-3);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 640px){.search-form{padding:12px}.search-row{flex-wrap:wrap;gap:10px}.input-group{flex:1 1 100%}.region-group{flex:0 0 90px}.search-button{flex:1}.input-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.search-hint{display:none}}.results{margin-top:14px;display:flex;flex-direction:column;gap:14px}.results>*{animation:fadeSlideUp .45s ease-out both}.results>*:nth-child(1){animation-delay:.04s}.results>*:nth-child(2){animation-delay:.08s}.results>*:nth-child(3){animation-delay:.12s}.player-card{display:flex;align-items:center;gap:16px;padding:12px 16px;background-color:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg)}.player-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.player-icon{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border-soft);flex-shrink:0}.player-details{min-width:0}.player-name{font-family:var(--font-head);font-size:17px;font-weight:700;line-height:1.25;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-tag{color:var(--text-faint);font-weight:500}.player-level{font-size:11px;font-weight:600;color:var(--text-faint)}.player-ranked-info{display:flex;align-items:center;gap:10px;padding:0 18px;border-left:1px solid var(--border-soft);border-right:1px solid var(--border-soft)}.player-ranked-info.unranked{justify-content:center;min-width:110px}.unranked-label{color:var(--text-faint);font-size:12px;font-style:italic}.rank-icon{width:30px;height:30px;flex-shrink:0}.rank-details,.ranked-stats{display:flex;flex-direction:column;line-height:1.3}.ranked-stats{margin-left:8px}.rank-tier{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap}.rank-lp{font-size:11px;font-weight:700;color:var(--gold)}.ranked-record{font-size:12px;font-weight:700;white-space:nowrap}.ranked-record .wins{color:var(--teal)}.ranked-record .losses{color:var(--red)}.ranked-winrate{font-size:11px;color:var(--text-faint)}.match-count{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}.match-number{font-family:var(--font-head);font-size:19px;font-weight:700;color:var(--gold)}.match-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint);white-space:nowrap}.share-button-mini{width:34px;height:34px;flex-shrink:0;padding:0;font-size:15px;color:var(--text-faint);background:var(--bg-panel-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}.share-button-mini:hover:not(:disabled){background:var(--bg-panel-3);border-color:var(--gold-dim);color:var(--gold)}.share-button-mini:disabled{opacity:.5;cursor:not-allowed}.share-button-mini.copied{background:var(--teal-soft);border-color:var(--teal);color:var(--teal)}.share-button-mini.error{background:var(--red-soft);border-color:var(--red);color:var(--red)}.verdict-card{display:flex;align-items:center;gap:20px;padding:14px 18px;background:var(--bg-panel);border:1px solid var(--border);border-left-width:3px;border-radius:var(--radius-lg)}.verdict-losers-high,.verdict-losers-medium,.verdict-losers-low{border-color:color-mix(in oklch,var(--red) 55%,transparent);border-left-color:var(--red);background:linear-gradient(100deg,var(--bg-panel) 40%,var(--red-soft))}.verdict-normal{border-color:color-mix(in oklch,var(--green) 45%,transparent);border-left-color:var(--green);background:linear-gradient(100deg,var(--bg-panel) 40%,var(--green-soft))}.verdict-main{flex:1;min-width:0}.verdict-kicker{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint)}.verdict-losers-high .verdict-kicker,.verdict-losers-medium .verdict-kicker,.verdict-losers-low .verdict-kicker{color:var(--red)}.verdict-normal .verdict-kicker{color:var(--green)}.verdict-title{margin:3px 0 5px;font-family:var(--font-head);font-size:19px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.2px;color:var(--text)}.verdict-message{max-width:640px;font-size:13px;font-weight:500;line-height:1.5;color:var(--text-dim)}.verdict-stats{display:flex;gap:22px;flex-shrink:0}.verdict-stat{display:flex;flex-direction:column;align-items:center;line-height:1.15}.stat-value{font-family:var(--font-head);font-size:23px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.stat-wins .stat-value{color:var(--teal)}.stat-losses .stat-value{color:var(--red)}.stat-label{margin-top:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint)}.results-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:14px;align-items:start}.results-side{display:flex;flex-direction:column;gap:14px;min-width:0}.comparison-section,.detailed-stats{background-color:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}.section-head{margin-bottom:12px}.section-title{font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gold)}.section-subtitle{margin-top:2px;font-size:11px;font-weight:500;color:var(--text-faint)}.comparison-summary{display:block;width:fit-content;max-width:100%;margin:0 auto 12px;padding:6px 14px;border:1px solid var(--border-soft);border-radius:var(--radius-md);font-family:var(--font-head);font-size:12px;font-weight:600;text-align:center;color:var(--text-dim)}.comparison-summary.teammates-lead{color:var(--teal);background:var(--teal-soft);border-color:color-mix(in oklch,var(--teal) 45%,transparent)}.comparison-summary.enemies-lead{color:var(--red);background:var(--red-soft);border-color:color-mix(in oklch,var(--red) 50%,transparent)}.role-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:6px;margin-bottom:10px}.role-tab{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0;padding:7px 4px;font:inherit;background:var(--bg-panel-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);cursor:pointer;transition:border-color .18s ease,background .18s ease}.role-tab:hover{background:var(--bg-panel-3)}.role-tab-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-head);font-size:11px;font-weight:600;color:var(--text-dim)}.role-tab-score{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-faint)}.role-tab.ahead .role-tab-score{color:var(--teal)}.role-tab.behind .role-tab-score{color:var(--gold)}.role-tab.active{background:var(--bg-panel-3);border-color:color-mix(in oklch,var(--gold) 55%,transparent)}.role-tab.active .role-tab-label{color:var(--text)}.role-tab.own-lane{border-style:dashed}.role-tab.not-counted{border-style:dashed;opacity:.72}.role-tab.not-counted .role-tab-score{color:var(--text-faint)}.role-caption{margin-bottom:10px;font-size:11px;font-weight:500;color:var(--text-faint);text-align:center}.role-caption-note{color:var(--text-dim);font-style:italic}.comparison-legend{display:flex;justify-content:center;gap:16px;margin-bottom:8px}.legend-item{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint)}.legend-swatch{width:7px;height:7px;border-radius:1px;display:inline-block}.legend-swatch.teammates{background:var(--teal)}.legend-swatch.enemies{background:var(--gold)}.diverging-chart{display:flex;flex-direction:column}.diverging-row{display:grid;grid-template-columns:46px 1fr 96px 1fr 46px;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border-soft)}.diverging-row:last-child{border-bottom:none;padding-bottom:0}.diverging-side{display:flex}.diverging-side.left{justify-content:flex-end}.diverging-side.right{justify-content:flex-start}.diverging-bar{height:9px;animation:growScaleX .7s cubic-bezier(.16,1,.3,1) both}.diverging-bar.teammates{background:var(--teal);border-radius:3px 0 0 3px;transform-origin:right}.diverging-bar.enemies{background:var(--gold);border-radius:0 3px 3px 0;transform-origin:left}.diverging-bar.teammates.winner{box-shadow:0 0 10px -2px var(--teal)}.diverging-bar.enemies.winner{box-shadow:0 0 10px -2px var(--gold)}.diverging-bar.dimmed{opacity:.3}.diverging-label{text-align:center;font-family:var(--font-head);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-faint);white-space:nowrap}.diverging-value{display:flex;align-items:center;gap:3px;color:var(--text-dim);font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.diverging-value.left{justify-content:flex-start}.diverging-value.right{justify-content:flex-end}.diverging-value.winner.left{color:var(--teal)}.diverging-value.winner.right{color:var(--gold)}.diverging-value.loser{color:var(--text-faint)}.win-arrow{font-size:8px;line-height:1}.stats-table{width:100%;border-collapse:collapse;font-size:12px;font-variant-numeric:tabular-nums}.stats-table th,.stats-table td{padding:7px 0 7px 12px;text-align:right;white-space:nowrap;border-bottom:1px solid var(--border-soft)}.stats-table thead th{padding-top:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint)}.stats-table tbody th{padding-left:0;text-align:left;font-weight:500;color:var(--text-faint)}.stats-table thead th:first-child{padding-left:0}.stats-table td{font-weight:700;color:var(--text)}.stats-table tbody tr:last-child th,.stats-table tbody tr:last-child td{border-bottom:none;padding-bottom:0}.stats-table td.lead-team{color:var(--teal)}.stats-table td.lead-enemy{color:var(--gold)}.player-check-card{padding:12px 16px;border-radius:var(--radius-lg)}.player-check-card.player-problem{background-color:var(--red-soft);border:1px solid color-mix(in oklch,var(--red) 60%,transparent)}.player-check-card.player-good{background-color:var(--teal-soft);border:1px solid color-mix(in oklch,var(--teal) 50%,transparent)}.player-check-card .section-title{margin-bottom:4px;color:var(--text)}.player-check-message{font-size:13px;font-weight:500;line-height:1.5;color:var(--text)}@media (max-width: 900px){.results-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.results{gap:10px}.player-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"info count share" "rank rank rank";gap:8px 12px;padding:10px 12px}.player-info{grid-area:info}.match-count{grid-area:count}.share-button-mini{grid-area:share}.player-ranked-info{grid-area:rank;padding:8px 0 0;border:none;border-top:1px solid var(--border-soft)}.player-ranked-info.unranked{justify-content:flex-start}.verdict-card{flex-direction:column;align-items:stretch;gap:8px;padding:12px 14px}.verdict-title{font-size:17px}.verdict-message{font-size:12px}.verdict-stats{gap:22px}.verdict-stat{align-items:flex-start}.stat-value{font-size:19px}.comparison-section,.detailed-stats{padding:12px 14px}.role-tab-label,.role-tab-score{font-size:10px}.diverging-row{grid-template-columns:36px 1fr 78px 1fr 36px;gap:6px;padding:7px 0}.diverging-value{font-size:12px}.diverging-label{font-size:9px;letter-spacing:.3px}}@media (max-width: 380px){.role-tabs{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr))}}.queue-status{background-color:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:14px 18px;margin-top:14px;animation:fadeSlideUp .45s ease-out .08s both}.queue-status-connecting{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;color:var(--text-dim)}.loading-spinner.small{width:18px;height:18px;border:2px solid var(--bg-deep);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite}.queue-status-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.queue-status-icon{font-size:16px;line-height:1}.queue-status-message{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--text)}.queue-status-queued .queue-status-message{color:var(--gold)}.queue-status-processing .queue-status-message{color:var(--text)}.queue-status-completed .queue-status-message{color:var(--teal)}.queue-status-failed .queue-status-message{color:var(--red)}.queue-status-wait{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:12px;padding:8px 12px;background-color:var(--gold-soft);border-radius:var(--radius-md);border-left:3px solid var(--gold)}.wait-label{color:var(--text-dim);font-size:12px}.wait-time{color:var(--gold);font-size:13px;font-weight:700}.wait-reason{color:var(--text-faint);font-size:11px;font-style:italic}.queue-status-wait.rate-limited{background-color:var(--red-soft);border-left-color:var(--red);flex-direction:column;align-items:stretch}.rate-limit-banner{display:flex;align-items:center;gap:10px}.rate-limit-icon{font-size:17px}.rate-limit-info{display:flex;flex-direction:column;gap:2px}.rate-limit-title{font-size:13px;font-weight:700;color:var(--red)}.rate-limit-detail{font-size:12px;color:var(--text-dim)}.rate-limit-detail .countdown{color:var(--gold);font-weight:700;font-variant-numeric:tabular-nums}.queue-status-wait.rate-limited .wait-label,.queue-status-wait.rate-limited .wait-time{color:var(--red)}.queue-status-progress{margin-bottom:12px}.progress-bar{height:7px;background-color:var(--bg-deep);border-radius:3px;overflow:hidden;margin-bottom:7px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-deep),var(--gold));border-radius:3px;transition:width .3s ease}.progress-details{display:flex;justify-content:space-between;align-items:center;gap:8px}.progress-percent{font-size:11px;font-weight:700;color:var(--text-faint)}.queue-status-queued .progress-percent{color:var(--gold)}.progress-requests{font-size:11px;color:var(--text-faint)}.queue-status-info{margin-bottom:12px}.queue-visualization{display:flex;align-items:center;gap:7px;padding:8px 10px;background-color:var(--bg-deep);border-radius:var(--radius-md)}.queue-dot{width:10px;height:10px;border-radius:50%;transition:all .2s ease}.queue-dot.ahead{background-color:var(--text-faint)}.queue-dot.current{background-color:var(--gold);box-shadow:0 0 8px var(--gold);animation:dotPulse 1.4s ease-in-out infinite}.queue-dot.behind{background-color:var(--text-faint);opacity:.4}.queue-more{font-size:11px;color:var(--text-dim);margin-left:2px}.queue-status-player{font-size:12px;color:var(--text-faint);padding-top:12px;border-top:1px solid var(--border-soft)}.queue-status-player strong{color:var(--gold-dim);font-weight:700}.footer{background-color:var(--bg-panel);border-top:1px solid var(--border-soft);padding:22px 20px;margin-top:auto}.footer-content{max-width:800px;margin:0 auto;text-align:center}.disclaimer{font-family:var(--font-body);font-size:10px;color:var(--text-faint);line-height:1.55;margin-bottom:12px}.copyright{font-family:var(--font-body);font-size:11px;color:var(--text-dim);line-height:1.55}.footer-kofi{margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--kofi-brand);text-decoration:none;transition:color .2s ease}.footer-kofi:hover{color:var(--kofi-brand-hover)}.footer-links{margin-top:10px;display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.footer-links a{font-family:var(--font-body);font-size:11px;font-weight:700;color:var(--text-faint);text-decoration:none;text-transform:uppercase;letter-spacing:.8px;transition:color .2s ease}.footer-links a:hover{color:var(--gold)}.footer-links-divider{color:var(--text-faint);font-size:10px}.version{font-size:10px;color:var(--text-faint);margin-top:8px;opacity:.6}.players-page{max-width:900px;margin:0 auto;animation:fadeSlideUp .45s ease-out both}.players-header{text-align:center;margin:6px auto 16px}.players-title{font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--text);margin-bottom:5px}.players-subtitle{font-family:var(--font-body);color:var(--text-dim);font-size:13px;max-width:560px;margin:0 auto;line-height:1.5}.players-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.crawl-status{display:inline-flex;align-items:center;gap:6px;margin-right:8px;font-size:11px;font-weight:600;color:var(--text-faint)}.crawl-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.crawl-status-dot-idle{background:var(--red)}.crawl-status-dot-running{background:#43c251;animation:dotPulse 1.6s ease-in-out infinite}.stat-pill{font-family:var(--font-body);font-size:11px;font-weight:700;color:var(--text-dim);background:var(--bg-panel-2);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:4px 10px;cursor:pointer;transition:all .15s ease}.stat-pill:hover{border-color:var(--gold-dim);color:var(--text)}.stat-pill.active{background:var(--gold-soft);border-color:var(--gold);color:var(--gold)}.stat-pill-total{cursor:default;color:var(--text)}.stat-pill-total:hover{border-color:var(--border-soft)}.players-toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;position:sticky;top:0;z-index:5;background-color:var(--bg-deep);padding:8px 0 12px;border-bottom:1px solid var(--border-soft)}.players-toolbar-field{display:flex;flex-direction:column;gap:4px}.players-toolbar-label{font-family:var(--font-body);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint)}.players-search-input,.players-region-select{height:36px;font-family:var(--font-body);font-size:13px;color:var(--text);background:var(--bg-panel-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:0 12px}.players-search-input{min-width:220px}.players-search-input:focus,.players-region-select:focus{outline:none;border-color:var(--gold-dim)}.players-error{margin-bottom:10px}.players-empty{text-align:center;color:var(--text-faint);font-size:13px;padding:28px 0}.players-table-wrapper{margin-top:12px;background-color:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:clip}.players-table{width:100%;border-collapse:separate;border-spacing:0;font-family:var(--font-body);font-size:13px}.players-table th{position:sticky;top:calc(var(--table-sticky-top, 0px) - 1px);z-index:2;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint);padding:10px 12px;background-color:var(--bg-panel);border-bottom:1px solid var(--border-soft);white-space:nowrap}.players-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .12s ease}.players-th-sortable:hover{color:var(--text)}.players-th-sortable.active{color:var(--gold)}.players-sort-arrow{display:inline-block;width:10px;margin-left:3px;font-size:8px}.players-table td{padding:8px 12px;border-bottom:1px solid var(--border-soft);color:var(--text-dim);white-space:nowrap}.players-table tbody tr:last-child td{border-bottom:none}.players-row{cursor:pointer;transition:background-color .12s ease}.players-row:hover{background-color:var(--bg-panel-2)}.players-name-link{color:inherit;text-decoration:none}.players-name-link:hover{text-decoration:underline}.players-icon-cell{width:38px;padding-right:0!important}.players-icon{width:26px;height:26px;border-radius:var(--radius-md);border:1px solid var(--border-soft);display:block}.players-icon-placeholder{font-size:15px;opacity:.6}.players-name-cell{color:var(--text);font-weight:700}.players-tag{color:var(--text-faint);font-weight:500;margin-left:1px}.players-sub{display:none;margin-top:2px;font-size:11px;font-weight:500;color:var(--text-faint)}.players-load-more{display:flex;justify-content:center;margin:16px 0}.players-load-more button{font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--text);background:var(--bg-panel-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 20px;cursor:pointer;transition:all .15s ease}.players-load-more button:hover:not(:disabled){border-color:var(--gold-dim);color:var(--gold)}.players-load-more button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.players-title{font-size:19px}.players-subtitle{font-size:11.5px}.players-toolbar{flex-wrap:nowrap}.players-toolbar-name{flex:1;min-width:0}.players-search-input{min-width:0;width:100%}.col-region,.col-level{display:none}.players-sub{display:block}.players-table th,.players-table td{padding-left:8px;padding-right:8px}.players-name-cell{white-space:normal!important;word-break:break-word}.players-rank-cell{white-space:normal!important;font-size:12px}}.checks-page{max-width:900px;margin:0 auto;animation:fadeSlideUp .45s ease-out both}.checks-header{text-align:center;margin:6px auto 16px}.checks-title{font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--text);margin-bottom:5px}.checks-subtitle{font-family:var(--font-body);color:var(--text-dim);font-size:13px;max-width:560px;margin:0 auto;line-height:1.5}.checks-day{font-family:var(--font-body);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--gold);margin-top:6px}.checks-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}.checks-stat-card{display:flex;flex-direction:column;gap:2px;min-width:0;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:9px 12px}.checks-stat-card-accent{border-color:color-mix(in oklch,var(--gold) 55%,transparent);background:var(--gold-soft)}.checks-stat-value{font-family:var(--font-head);font-size:21px;font-weight:700;color:var(--text);line-height:1.15;font-variant-numeric:tabular-nums}.checks-stat-card-accent .checks-stat-value{color:var(--gold)}.checks-stat-label{font-family:var(--font-body);font-size:10px;font-weight:700;color:var(--text-faint);text-transform:uppercase;letter-spacing:.5px}.checks-chart{background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:12px 16px 10px;margin-bottom:12px}.checks-chart-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.checks-chart-title{font-family:var(--font-body);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint)}.checks-chart-sub{font-family:var(--font-body);font-size:11px;color:var(--text-faint)}.checks-chart-bars{display:flex;align-items:flex-end;gap:6px;height:96px}.checks-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;min-width:0}.checks-chart-bar-wrap{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px}.checks-chart-count{font-family:var(--font-body);font-size:10px;font-weight:600;color:var(--text-dim)}.checks-chart-bar{width:100%;max-width:30px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,var(--gold) 0%,var(--gold-dim) 100%);transition:filter .15s ease;animation:growBar .5s ease-out both;transform-origin:bottom}.checks-chart-col:hover .checks-chart-bar{filter:brightness(1.15)}.checks-chart-day{font-family:var(--font-body);font-size:9px;color:var(--text-faint);white-space:nowrap}@keyframes growBar{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.checks-error{margin-bottom:10px}.checks-empty{text-align:center;color:var(--text-faint);font-size:13px;padding:28px 0}.checks-table-wrapper{background-color:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-x:auto}.checks-table{width:100%;border-collapse:collapse;font-family:var(--font-body);font-size:13px}.checks-table th{text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-faint);padding:10px 12px;border-bottom:1px solid var(--border-soft);white-space:nowrap}.checks-table td{padding:8px 12px;border-bottom:1px solid var(--border-soft);color:var(--text-dim);white-space:nowrap}.checks-table tbody tr:last-child td{border-bottom:none}.checks-row{cursor:pointer;transition:background-color .12s ease}.checks-row:hover{background-color:var(--bg-panel-2)}.checks-icon-cell{width:38px;padding-right:0!important}.checks-icon{width:26px;height:26px;border-radius:var(--radius-md);border:1px solid var(--border-soft);display:block}.checks-icon-placeholder{font-size:15px;opacity:.6}.checks-name-cell{color:var(--text);font-weight:700}.checks-name-link{color:inherit;text-decoration:none}.checks-name-link:hover{text-decoration:underline}.checks-tag{color:var(--text-faint);font-weight:500;margin-left:1px}.checks-sub{display:none;margin-top:2px;font-size:11px;font-weight:500;color:var(--text-faint)}.checks-verdict{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:3px;white-space:nowrap}.checks-verdict-loser{color:var(--red);background:var(--red-soft)}.checks-verdict-clear{color:var(--green);background:var(--green-soft)}.checks-verdict-unknown{color:var(--text-faint);font-weight:400;background:none;padding-left:0}.checks-verdict-wr{font-weight:500;opacity:.75}.checks-count{font-family:var(--font-body);font-weight:700;color:var(--text-dim)}.checks-count-multi{color:var(--gold)}.checks-load-more{display:flex;justify-content:center;margin:16px 0}.checks-load-more button{font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--text);background:var(--bg-panel-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 20px;cursor:pointer;transition:all .15s ease}.checks-load-more button:hover:not(:disabled){border-color:var(--gold-dim);color:var(--gold)}.checks-load-more button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.checks-title{font-size:19px}.checks-subtitle{font-size:11.5px}.checks-stats{grid-template-columns:repeat(2,1fr)}.checks-stat-value{font-size:18px}.checks-chart-bars{height:72px}.checks-chart-count{display:none}.checks-chart-day{font-size:8px}.col-region,.col-rank,.col-checks,.checks-verdict-wr{display:none}.checks-sub{display:block}.checks-table-wrapper{overflow-x:visible}.checks-table th,.checks-table td{padding-left:8px;padding-right:8px}.checks-name-cell{white-space:normal!important;word-break:break-word}}.mh-list{list-style:none;display:flex;flex-direction:column;gap:6px}.mh-match{position:relative;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:var(--bg-panel);overflow:hidden;transition:border-color .2s ease}.mh-match:before{content:"";position:absolute;inset:0 auto 0 0;width:3px}.mh-match.mh-win{background:linear-gradient(90deg,var(--teal-soft),transparent 40%),var(--bg-panel)}.mh-match.mh-win:before{background:var(--teal)}.mh-match.mh-loss{background:linear-gradient(90deg,var(--red-soft),transparent 40%),var(--bg-panel)}.mh-match.mh-loss:before{background:var(--red)}.mh-match.mh-remake:before{background:var(--text-faint)}.mh-match:hover{border-color:var(--border)}.mh-summary{display:grid;grid-template-columns:100px auto 96px minmax(104px,1fr) auto 30px;align-items:center;gap:14px;padding:9px 12px 9px 16px}.mh-meta{display:flex;flex-direction:column;gap:1px;font-size:11px;line-height:1.4;min-width:0}.mh-queue{font-family:var(--font-head);font-weight:700;color:var(--gold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh-when,.mh-duration{color:var(--text-faint)}.mh-result{font-weight:800;color:var(--text-dim)}.mh-win .mh-result{color:var(--teal)}.mh-loss .mh-result{color:var(--red)}.mh-champ-block{display:flex;align-items:center;gap:5px}.mh-champ{position:relative;width:44px;height:44px;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-panel-3);flex-shrink:0}.mh-champ img{width:100%;height:100%;display:block;object-fit:cover}.mh-champ-level{position:absolute;right:0;bottom:0;min-width:16px;padding:0 3px;background:#020309d9;color:var(--text);font-size:9px;font-weight:700;text-align:center;line-height:14px;border-top-left-radius:4px}.mh-loadout{display:flex;flex-direction:column;gap:3px}.mh-loadout-icon{width:20px;height:20px;border-radius:4px;overflow:hidden;background:var(--bg-panel-3)}.mh-loadout-icon img{width:100%;height:100%;display:block}.mh-rune img{padding:1px}.mh-stats{display:flex;flex-direction:column;gap:1px;line-height:1.4;text-align:center}.mh-kda-line{font-family:var(--font-head);font-size:14px;color:var(--text);white-space:nowrap}.mh-deaths{color:var(--red)}.mh-kda-ratio{font-size:11px;font-weight:700;color:var(--text-dim)}.mh-kda-great{color:var(--gold)}.mh-kda-good{color:var(--teal)}.mh-kda-poor{color:var(--text-faint)}.mh-kp{font-size:10px;color:var(--text-faint)}.mh-secondary{display:flex;flex-direction:column;gap:1px;font-size:11px;line-height:1.45;color:var(--text-dim);min-width:0}.mh-faint{color:var(--text-faint)}.mh-multikill{align-self:flex-start;margin-top:2px;padding:1px 6px;border-radius:3px;background:var(--red-soft);color:var(--red);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.mh-items{display:flex;gap:3px;align-items:center}.mh-item{width:24px;height:24px;border-radius:4px;overflow:hidden;background:var(--bg-panel-3);flex-shrink:0}.mh-item img{width:100%;height:100%;display:block}.mh-item-empty{background:#10162499}.mh-item-trinket{margin-left:4px;border-radius:50%}.mh-expand{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--border-soft);border-radius:var(--radius-md);background:transparent;color:var(--text-faint);cursor:pointer;transition:color .2s ease,border-color .2s ease}.mh-expand svg{transition:transform .2s ease}.mh-expand:hover{color:var(--gold);border-color:var(--gold)}.mh-match-expanded .mh-expand svg{transform:rotate(180deg)}.mh-scoreboard{display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:1px;background:var(--border-soft);border-top:1px solid var(--border-soft);animation:fadeSlideUp .2s ease-out both}.mh-sb-team{padding:8px 10px;background:var(--bg-panel-2)}.mh-sb-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid var(--border-soft);font-size:10px;color:var(--text-faint)}.mh-sb-head-result{font-family:var(--font-head);font-size:11px;font-weight:700}.mh-sb-team-win .mh-sb-head-result{color:var(--teal)}.mh-sb-team-loss .mh-sb-head-result{color:var(--red)}.mh-sb-head-side{color:var(--text-dim);font-weight:600}.mh-sb-row{display:grid;grid-template-columns:28px 15px 15px minmax(0,1fr) 60px 42px 70px auto;align-items:center;gap:6px;padding:3px 4px;border-radius:3px;font-size:11px;color:var(--text-dim)}.mh-sb-row-me{background:var(--gold-soft);color:var(--text)}.mh-sb-champ{position:relative;width:28px;height:28px;border-radius:4px;overflow:hidden;background:var(--bg-panel-3)}.mh-sb-champ img{width:100%;height:100%;display:block}.mh-sb-level{position:absolute;right:0;bottom:0;min-width:13px;background:#020309d9;font-size:8px;font-weight:700;line-height:11px;text-align:center;border-top-left-radius:3px}.mh-sb-spells,.mh-sb-runes{display:flex;flex-direction:column;gap:2px}.mh-sb-mini{width:14px;height:14px;border-radius:3px;overflow:hidden;background:var(--bg-panel-3)}.mh-sb-mini img{width:100%;height:100%;display:block}.mh-sb-name{color:inherit;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mh-sb-name:hover{color:var(--gold);text-decoration:underline}.mh-sb-kda{text-align:center;white-space:nowrap}.mh-sb-cs{text-align:right;color:var(--text-faint)}.mh-sb-damage{position:relative;padding:2px 5px;border-radius:3px;background:var(--bg-panel-3);text-align:right;overflow:hidden}.mh-sb-damage-bar{position:absolute;inset:0 auto 0 0;background:var(--gold-deep);opacity:.55}.mh-sb-damage span{position:relative}.mh-sb-row .mh-item{width:16px;height:16px;border-radius:3px}.mh-sb-row .mh-items{gap:2px}.mh-empty{padding:26px 0;text-align:center;font-size:13px;color:var(--text-faint)}.mh-load-more{display:flex;justify-content:center;margin-top:12px}.mh-load-more button{padding:9px 20px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-panel-2);color:var(--text-dim);font-family:var(--font-body);font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s ease,color .2s ease}.mh-load-more button:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.mh-load-more button:disabled{opacity:.55;cursor:default}@media (max-width: 900px){.mh-scoreboard{grid-template-columns:1fr}}@media (max-width: 780px){.mh-summary{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"meta meta expand" "champ stats secondary" "items items items";gap:6px 12px;padding:8px 10px 8px 12px}.mh-summary>.mh-meta{grid-area:meta;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:1px 10px}.mh-summary>.mh-champ-block{grid-area:champ}.mh-summary>.mh-stats{grid-area:stats}.mh-summary>.mh-secondary{grid-area:secondary;text-align:right}.mh-summary>.mh-items{grid-area:items}.mh-summary>.mh-expand{grid-area:expand;width:26px;height:24px}.mh-summary>.mh-secondary .mh-multikill{align-self:flex-end}.mh-scoreboard{overflow-x:auto}.mh-sb-team{min-width:440px}}.profile-page{animation:fadeSlideUp .45s ease-out both}.profile-signin{max-width:480px;margin:32px auto;padding:28px 24px;text-align:center;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-lg)}.profile-signin h1{font-family:var(--font-head);font-size:22px;font-weight:700;margin-bottom:8px}.profile-signin p{color:var(--text-dim);font-size:13px;line-height:1.55;margin-bottom:18px}.profile-signin-button{display:inline-flex;align-items:center;gap:9px;padding:11px 22px;border:none;border-radius:var(--radius-md);background:var(--riot-brand-red);color:#fff;font-family:var(--font-body);font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.profile-signin-button:hover{background:var(--riot-brand-red-hover);box-shadow:0 8px 20px #c5363766}.profile-signin-button:focus-visible{outline:2px solid var(--text);outline-offset:3px}.profile-signin-disabled{font-size:12px;color:var(--text-faint);margin-bottom:0}.profile-signin-disabled a{color:var(--gold)}.profile-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 20px;padding:16px 20px;margin-bottom:18px;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-lg)}.profile-identity{display:flex;align-items:center;gap:14px;min-width:0}.profile-avatar{position:relative;width:62px;height:62px;border-radius:50%;border:2px solid var(--gold-deep);background:var(--bg-panel-3);flex-shrink:0}.profile-avatar img{width:100%;height:100%;display:block;border-radius:50%}.profile-avatar-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:26px}.profile-level{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);min-width:30px;padding:1px 6px;background:var(--bg-panel-3);border:1px solid var(--gold-deep);border-radius:3px;color:var(--gold);font-size:10px;font-weight:700;line-height:15px;text-align:center}.profile-name{font-family:var(--font-head);font-size:22px;font-weight:700;line-height:1.25;word-break:break-word}.profile-tag{display:inline-block;white-space:nowrap;color:var(--text-faint);font-size:15px;font-weight:500;margin-left:4px}.profile-region{margin-top:2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-faint)}.profile-ranks{display:flex;flex-wrap:wrap;gap:8px}.profile-rank-card{min-width:160px;padding:8px 12px;background:var(--bg-panel-2);border:1px solid var(--border-soft);border-radius:var(--radius-md)}.profile-rank-queue{display:block;margin-bottom:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:var(--text-faint)}.profile-rank-body{display:flex;align-items:center;gap:10px}.profile-rank-crest{width:34px;height:34px;flex-shrink:0}.profile-rank-tier{font-family:var(--font-head);font-size:15px;font-weight:700;line-height:1.25;color:var(--text)}.profile-rank-lp{font-size:11px;font-weight:700;color:var(--gold)}.profile-rank-record{margin-top:4px;font-size:11px;font-weight:600;color:var(--text-dim)}.profile-rank-wr,.profile-rank-card-empty .profile-rank-tier{color:var(--text-faint)}.profile-rank-series{display:flex;gap:4px;margin-top:6px}.profile-series-dot{width:8px;height:8px;border-radius:50%;background:var(--bg-panel-3)}.profile-series-win{background:var(--teal)}.profile-series-loss{background:var(--red)}.profile-region-fix{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:10px 16px;margin-bottom:18px;background:var(--gold-soft);border:1px solid var(--gold-deep);border-radius:var(--radius-md);font-size:12px;color:var(--text-dim)}.profile-region-fix select{height:32px;padding:0 10px;background:var(--bg-panel-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:12px}.profile-section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 14px;margin-bottom:10px}.profile-section-head h2{font-family:var(--font-head);font-size:16px;font-weight:700}.profile-lq,.profile-matches{margin-bottom:22px}.profile-lq .results{margin-top:0}.profile-lq-intro{color:var(--text-dim);font-size:13px;line-height:1.55;max-width:640px}.profile-lq-run{padding:7px 16px;border:1px solid var(--gold-deep);border-radius:var(--radius-md);background:var(--gold-soft);color:var(--gold);font-family:var(--font-body);font-size:12px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}.profile-lq-run:hover:not(:disabled){background:var(--gold);color:#091123}.profile-lq-run:disabled{opacity:.6;cursor:default}.profile-queue-tabs{display:flex;gap:3px;padding:3px;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-md)}.profile-queue-tab{padding:5px 14px;border:none;border-radius:3px;background:transparent;color:var(--text-faint);font-family:var(--font-body);font-size:12px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}.profile-queue-tab:hover{color:var(--text)}.profile-queue-tab-active{background:var(--gold-soft);color:var(--gold)}.profile-form{display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;padding:10px 16px;margin-bottom:10px;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:var(--radius-md)}.profile-form-main{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:0 14px}.profile-form-record{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--text-dim)}.profile-form-record strong{color:var(--teal)}.profile-form-wr{color:var(--gold)}.profile-form-kda{font-size:12px;color:var(--text-dim)}.profile-form-deaths{color:var(--red)}.profile-form-kda-ratio{margin-left:8px;font-weight:700;color:var(--text)}.profile-form-label{grid-column:1 / -1;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--text-faint)}.profile-champs{display:flex;flex-wrap:wrap;gap:8px 16px;list-style:none}.profile-champ{display:flex;align-items:center;gap:7px}.profile-champ img{width:26px;height:26px;border-radius:var(--radius-md);background:var(--bg-panel-3)}.profile-champ-name{font-size:12px;font-weight:700;line-height:1.2;color:var(--text)}.profile-champ-stats{font-size:10px;color:var(--text-faint)}.profile-footnote{margin-top:6px;font-size:11px;color:var(--text-faint);text-align:center}@media (max-width: 820px){.profile-ranks{width:100%}.profile-rank-card{flex:1 1 150px}}@media (max-width: 560px){.profile-name{font-size:18px}.profile-avatar{width:50px;height:50px}.profile-queue-tabs{width:100%}.profile-queue-tab{flex:1;padding:5px 6px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:22px 16px 36px;position:relative;overflow:hidden}.main-content-unclipped{overflow:visible}.container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.hero-section{position:relative;text-align:center;max-width:640px;margin:10px auto 22px;animation:fadeSlideUp .5s ease-out both}.hero-section:before{content:"";position:absolute;top:-130px;left:50%;transform:translate(-50%);width:500px;max-width:120vw;height:280px;background:radial-gradient(circle,var(--gold-soft),transparent 70%);filter:blur(14px);animation:softGlow 7s ease-in-out infinite;pointer-events:none;z-index:-1}.hero-kicker{display:inline-block;margin-bottom:10px;padding:4px 16px;background:var(--gold);color:var(--bg-deep);font-family:var(--font-body);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%)}.hero-title{font-family:var(--font-head);font-size:32px;font-weight:700;line-height:1.1;text-transform:uppercase;color:var(--text);letter-spacing:.3px;margin-bottom:10px}.hero-accent{color:var(--gold)}.hero-subtitle{font-family:var(--font-body);font-size:14px;color:var(--text-dim);max-width:560px;margin:0 auto;line-height:1.55}.search-form,.queue-status,.loading-container{max-width:760px;margin-left:auto;margin-right:auto}.error-message{max-width:760px;margin:14px auto 0;background-color:var(--red-soft);border:1px solid var(--red);color:var(--red);padding:10px 16px;border-radius:var(--radius-md);font-size:13px;display:flex;align-items:center;gap:10px;animation:fadeSlideUp .4s ease-out both}.error-icon{width:20px;height:20px;border-radius:50%;background-color:var(--red);color:var(--bg-deep);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.loading-container{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:28px}.loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:var(--text-dim);font-size:13px}@media (max-width: 640px){.main-content{padding:14px 12px 28px}.hero-section{margin:4px auto 16px}.hero-title{font-size:24px}.hero-subtitle{font-size:12.5px}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-deep: oklch(13% .045 266);--bg-panel: oklch(18% .05 266);--bg-panel-2: oklch(22% .055 268);--bg-panel-3: oklch(26% .055 268);--border: oklch(40% .06 266 / .55);--border-soft: oklch(40% .06 266 / .22);--gold: oklch(82% .15 76);--gold-soft: oklch(82% .15 76 / .15);--gold-dim: oklch(62% .13 74);--gold-deep: oklch(44% .09 70);--text: oklch(97% .012 80);--text-dim: oklch(72% .02 90);--text-faint: oklch(56% .015 90);--riot-brand-red: #d13639;--riot-brand-red-hover: #e8474a;--kofi-brand: #ff5e5b;--kofi-brand-hover: #ff8280;--teal: oklch(80% .14 198);--teal-soft: oklch(80% .14 198 / .14);--red: oklch(64% .21 20);--red-soft: oklch(64% .21 20 / .14);--green: oklch(76% .17 148);--green-soft: oklch(76% .17 148 / .14);--font-head: "Sora", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif;--radius-lg: 8px;--radius-md: 5px;--riot-dark: var(--bg-deep);--riot-dark-secondary: var(--bg-panel);--riot-gold: var(--gold);--riot-gold-light: var(--text);--riot-gold-dark: var(--border);--riot-blue: var(--teal);--riot-blue-dark: var(--gold-deep);--riot-red: var(--red);--riot-gray: var(--border-soft);--riot-gray-light: var(--text-dim);--riot-text: var(--text);--riot-text-secondary: var(--text-dim)}body{font-family:var(--font-body);background-color:var(--bg-deep);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh;display:flex;flex-direction:column}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes growScaleX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.65}}@keyframes softGlow{0%,to{opacity:.45}50%{opacity:.8}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
