#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}:root{--background: #10161d;--foreground: #f9fafb;--card: #121822;--card-foreground: #f9fafb;--popover: #121822;--muted: #222a38;--muted-foreground: #99a1af;--text-disabled: #9fb0c3;--secondary: #1e2939;--accent: #1e2939;--accent-foreground: #f9fafb;--primary: #e5e7eb;--primary-foreground: #101828;--border: #18202a;--input: #9bbbf526;--ring: #6a7282;--layout-sections-color: #121822;--layout-item-outline: #18202a;--radius: 10px;--ht1: #6d5d2c;--ht1-foreground: #e8ba3a;--lt1: #584c25;--lt1-foreground: #d5b355;--ht2: #5e6979;--ht2-foreground: #c4d3e7;--lt2: #4a505a;--lt2-foreground: #a0a7b2;--ht3: #6b4b36;--ht3-foreground: #f89f5a;--lt3: #593722;--lt3-foreground: #c67b42;--ht4: #303144;--ht4-foreground: #81749a;--lt4: #2c2e40;--lt4-foreground: #655b79;--ht5: #2b2c3d;--ht5-foreground: #8f82a8;--lt5: #262a3a;--lt5-foreground: #655b79;--tier-1-foreground: #f0b857;--tier-1: #41361b;--tier-2-foreground: #a9b1b9;--tier-2: #343843;--tier-3-foreground: #d59161;--tier-3: #352620;--tier-4-foreground: #b1c0cc;--tier-4: #161e2a;--tier-5-foreground: #b1c0cc;--tier-5: #161e2a;--hightier: #263244;--hightier-hover: #3e4f68;--hightier-icon-foreground: #3d526f;--hightier-icon-foreground-hover: #637998;--lowtier: #161e2a;--lowtier-hover: #263242;--lowtier-icon-foreground: #253449;--lowtier-icon-foreground-hover: #374d6c;--placement-1: #e5ba43;--placement-2: #808c9c;--placement-3: #b56326;--placement-other: #1e2634;--eu: #1c3e20;--eu-foreground: #89f19c;--na: #442228;--na-foreground: #d95c6a;--sa: #193845;--sa-foreground: #5dccdc;--au: #392e27;--au-foreground: #d5ad80;--me: #4d4525;--me-foreground: #e5d386;--as: #422c3f;--as-foreground: #af7f91}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:dark}body{background-color:var(--background);color:var(--foreground);font-family:Geist,system-ui,-apple-system,sans-serif;overflow-x:hidden!important;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{background-color:#10161d;width:3.5px;height:4px}::-webkit-scrollbar-thumb{background-color:#869aaf;border-radius:100rem}.page{min-height:100vh;padding-bottom:48px}.header{max-width:1352px;height:64px;margin:32px auto 0;background:var(--layout-sections-color);border:2px solid var(--layout-item-outline);border-radius:14px;z-index:50}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 16px}.nav-left{max-width:160px;width:100%}.brand{display:flex;align-items:center;text-decoration:none;color:var(--foreground)}.brand-logo{height:auto;width:160px;max-width:100%;object-fit:contain}.nav-links{display:flex;list-style:none;max-width:fit-content;position:relative}.nav-links li{position:relative}.nav-item{position:relative;z-index:20;display:flex;align-items:center;gap:8px;padding:8px;color:var(--muted-foreground);font-size:18px;font-weight:500;text-decoration:none;cursor:pointer;transition:color .15s ease;border-radius:8px;white-space:nowrap}.nav-item:hover{color:var(--foreground)}.nav-item.muted{color:var(--muted);cursor:default}.nav-indicator{position:absolute;top:0;bottom:0;left:0;width:0;border-radius:10px;background:color-mix(in oklab,var(--secondary) 70%,transparent);z-index:10;pointer-events:none}.discord-dropdown{position:absolute;top:100%;left:0;width:450px;z-index:50;background:color-mix(in oklab,var(--popover) 78%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:2px solid rgba(203,213,225,.1);border-radius:10px;padding:8px;display:grid;grid-template-columns:repeat(2,1fr);transform-origin:top left}.discord-item{display:flex;align-items:center;gap:12px;width:100%;padding:4px 12px;border-radius:10px;color:var(--muted-foreground);font-size:18px;font-weight:600;text-decoration:none;transition:background 75ms ease,color 75ms ease;white-space:nowrap}.discord-item:hover{color:var(--foreground);background:var(--secondary)}.discord-item-icon{width:40px;height:40px;background:#0000000d;border:2px solid var(--muted);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:clip;flex-shrink:0;transition:border-color .1s ease}.discord-item:hover .discord-item-icon{border-color:var(--muted-foreground)}.discord-item-icon img{width:24px;height:24px;transition:transform .1s ease}.discord-item:hover .discord-item-icon img{transform:scale(1.25)}.nav-item a{text-decoration:none}.nav-icon{height:24px;width:auto;object-fit:contain}.discord-icon{width:26px}.chevron{fill:currentColor;transition:rotate .1s ease;rotate:0deg}.chevron.rotated{rotate:180deg}.nav-right{max-width:208px;width:100%;display:flex;justify-content:flex-end}.search{position:relative;display:flex;align-items:center;gap:8px;background:color-mix(in oklab,var(--input) 40%,transparent);color:var(--muted-foreground);border-radius:999px;height:40px;padding:0 8px;margin-left:auto}svg{display:block;vertical-align:middle}.search svg{fill:currentColor;flex-shrink:0;width:20px;height:20px}.search input{outline:none;border:none;background:transparent;color:var(--muted-foreground);caret-color:var(--muted-foreground);font-family:inherit;font-size:16px;width:100%;max-width:208px;min-width:0}.search input::placeholder{color:color-mix(in oklab,var(--muted-foreground) 50%,transparent)}.search-kbd{background:var(--muted);color:var(--muted-foreground);padding:4px 8px;border-radius:8px;font-size:12px;line-height:1.4;flex-shrink:0}.hamburger{display:none;background:none;border:none;color:var(--foreground);padding:8px;cursor:pointer}.hamburger-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#000c}.hamburger-sheet{position:fixed;inset:0 0 0 auto;z-index:95;display:flex;flex-direction:column;width:75%;max-width:384px;background:var(--popover, #121822);border-left:2px solid var(--border);box-shadow:0 8px 40px #00000080;padding:20px;overflow-y:auto}.hamburger-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.hamburger-close{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:6px;cursor:pointer;border-radius:8px;transition:background .15s ease}.hamburger-close:hover{background:var(--accent)}.hamburger-navs{list-style:none;display:flex;flex-direction:column;gap:4px;margin:0;padding:0}.hamburger-nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;font-size:17px;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .15s ease,background .15s ease,transform .15s ease}.hamburger-nav-item:hover{background:color-mix(in oklab,var(--secondary) 70%,transparent);color:var(--foreground);transform:translate(-2px)}.hamburger-nav-item .nav-icon{width:22px;height:22px;object-fit:contain;opacity:.75}.hamburger-discord{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:flex-start}.hamburger-discord .chevron{margin-left:auto;color:var(--muted-foreground);transition:transform .2s ease;flex-shrink:0}.hamburger-discord .chevron.rotated{transform:rotate(180deg)}.hamburger-discord-list{list-style:none;margin:0 0 0 12px;padding:0 0 0 18px;border-left:2px solid var(--border);overflow:hidden;display:flex;flex-direction:column}.hamburger-discord-item{padding:9px 12px;font-size:15px;color:var(--muted-foreground)}.hamburger-discord-item:hover{color:var(--foreground)}.hamburger-discord-item img{width:20px;height:20px;object-fit:contain}.main{max-width:1352px;margin:0 auto;min-height:100vh;padding:0 16px}.card{position:relative;width:100%;margin-top:112px;background:var(--card);border:2px solid var(--border);border-radius:0 12px 12px;padding:8px 32px}.tabs{position:absolute;top:auto;bottom:100%;left:0;display:flex;gap:4px;overflow-x:auto;overflow-y:hidden;max-width:100%}.tabs a{text-decoration:none}.tab{position:relative;width:120px;min-width:120px;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:4px 32px 8px;color:color-mix(in srgb,var(--muted-foreground) 40%,transparent);border-radius:24px 24px 0 0;border:2px solid var(--border);border-bottom:none;transition:background .1s ease,color .1s ease;cursor:pointer;white-space:nowrap}.tab img{width:30px;height:30px;object-fit:contain}.tab-label{text-transform:capitalize;font-weight:700;font-size:17px}.tab:hover{background:color-mix(in srgb,var(--accent) 50%,transparent);color:var(--accent-foreground)}.tab:active{background:color-mix(in srgb,var(--accent) 20%,transparent)}.tab.active{background:color-mix(in srgb,var(--accent) 50%,transparent);color:var(--foreground)}.tab-underline{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fff}.tab-flash{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px 16px 0 0;border:3px solid rgba(255,255,255,.8);pointer-events:none;animation:flash-in .18s ease both}@keyframes flash-in{0%{opacity:0}12%{opacity:1}to{opacity:0}}.card-head{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:16px}.info-wrap{position:relative}.info-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border-radius:6px;font-size:14px;font-weight:500;transition:all;background:var(--secondary);color:var(--secondary-foreground);box-shadow:0 1px 2px #0000000d;height:36px;padding:8px 16px;border:none;cursor:pointer;font-family:inherit;line-height:1}.info-btn:hover{background:color-mix(in oklab,var(--secondary) 80%,transparent)}.info-btn:active{scale:.95}.info-btn svg{width:16px;height:16px;flex-shrink:0;pointer-events:none}.info-btn.open{background:color-mix(in oklab,var(--secondary) 80%,transparent)}.info-pop{position:absolute;top:calc(100% + 2px);right:0;min-width:320px;background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:6px;padding:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:60;animation:info-pop-in .15s ease}@keyframes info-pop-in{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.info-tabs{display:inline-flex;height:36px;align-items:center;justify-content:center;width:100%;border-radius:8px;background:var(--muted);padding:4px;color:var(--muted-foreground);margin-bottom:8px}.info-tab{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:6px;padding:4px 12px;font-size:14px;font-weight:500;transition:all;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;font-family:inherit}.info-tab:hover{color:var(--foreground)}.info-tab.active{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px #0000000d}.info-tab-content{margin-top:8px}.info-h{font-size:16px;font-weight:700;color:var(--foreground);margin-bottom:16px}.info-h u{text-decoration:underline}.info-ul{list-style:none;padding:0;margin:0}.info-ul>*+*{margin-top:8px}.info-li{color:var(--muted-foreground)}.info-li>*+*{margin-top:2px}.info-li-row{display:flex;align-items:center;gap:4px}.info-li-row img{width:20px;height:20px}.info-title-name{font-size:14px;font-weight:700;margin:0}.info-li-req{font-size:12px;color:var(--muted-foreground);margin:0}.info-tier-name{display:flex;align-items:center;gap:8px;color:var(--item-color);font-size:16px;font-weight:700;margin:0 0 4px}.info-tier-name img{width:20px;height:20px}.info-tier-points{padding-left:4px;display:flex;align-items:center;gap:4px;border-left:2px solid var(--item-color);margin-left:2px}.info-point{font-size:12px;border-radius:9999px;padding:4px 6px;display:flex;align-items:center;gap:2px;width:88px;cursor:default}.info-point.high{background:color-mix(in oklab,var(--item-color) 20%,transparent);color:var(--item-color)}.info-point.low{background:color-mix(in oklab,var(--item-color) 10%,transparent);color:var(--item-color)}.info-test-p{color:var(--muted-foreground);font-size:14px;line-height:1.55;margin:0}.info-test-link{color:#60a5fa;text-decoration:underline}.info-test-code{background:var(--muted);padding:2px;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace)}.info-kit-img{display:block;max-width:100%;height:auto;border-radius:8px}.info-kit-p{height:300px;color:var(--muted-foreground);font-size:14px;display:flex;align-items:center;justify-content:center}.server-wrap{display:flex;align-items:center;gap:8px}.server-logo{width:50px;height:50px;object-fit:contain;border-radius:8px}.server-label{color:var(--muted-foreground);font-size:11px;text-transform:uppercase;font-weight:700;letter-spacing:.3px;margin-bottom:3px}.server-row{display:flex;align-items:center;gap:6px}.server-badge{display:flex;align-items:center;gap:6px;background:var(--secondary);color:var(--foreground);font-size:12px;font-weight:600;border-radius:6px;padding:4px 6px;cursor:default;white-space:nowrap}.copy-btn{background:none;border:none;color:inherit;padding:0;display:flex;cursor:pointer;opacity:.2;transition:opacity .2s ease}.server-badge:hover .copy-btn{opacity:1}.copy-btn svg{fill:currentColor}.discord-btn{display:flex;align-items:center;justify-content:center;background:#2563eb;color:#bfdbfe;border-radius:6px;padding:4px;font-size:14px;transition:background .15s ease}.discord-btn:hover{background:#2563ebe6}.discord-btn svg{fill:currentColor}.board{margin-top:16px;margin-bottom:24px;overflow-x:auto;overflow-y:hidden;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.board:active{cursor:grabbing}.board-inner{min-width:1280px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding-bottom:32px}.board-inner.overall{display:flex;flex-direction:column;min-width:0}.tc-col{width:100%}.tc-head{width:100%;height:56px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:26px;border-radius:12px 12px 0 0}.tc-head img{object-fit:contain}.tc-row{position:relative;width:100%;height:36px;display:flex;gap:8px;align-items:center;overflow:clip;margin-top:2px;cursor:pointer;transition:all .1s cubic-bezier(0,.8,.2,.4);-webkit-user-select:none;user-select:none}.tc-row.ht{background:var(--hightier)}.tc-row.ht:hover{background:var(--hightier-hover)}.tc-row.lt{background:var(--lowtier)}.tc-row.lt:hover{background:var(--lowtier-hover)}.tc-region{width:2px;height:100%;display:flex;align-items:center;justify-content:center;overflow:clip;flex-shrink:0;transition:width .2s ease}.tc-row:hover .tc-region{width:40px}.tc-region strong{opacity:0;font-size:18px;transition:opacity .1s ease;white-space:nowrap}.tc-row:hover .tc-region strong{opacity:1}.tc-skin{background:#0003;border-radius:8px;flex-shrink:0;object-fit:cover}.tc-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tc-arrow{margin-left:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:2px;flex-shrink:0;transition:color .1s ease}.tc-row.ht .tc-arrow{color:var(--hightier-icon-foreground)}.tc-row.ht:hover .tc-arrow{color:var(--hightier-icon-foreground-hover)}.tc-row.lt .tc-arrow{color:var(--lowtier-icon-foreground)}.tc-row.lt:hover .tc-arrow{color:var(--lowtier-icon-foreground-hover)}.board.overall{overflow:visible;overflow-x:visible;overflow-y:visible;cursor:default}.board.overall:active{cursor:default}.board.ltm{cursor:default;overflow:visible;user-select:text;-webkit-user-select:text;margin-top:0}.board.ltm:active{cursor:default}.coming-soon{width:100%;text-align:center;padding-bottom:48px}.coming-soon>*+*{margin-top:8px}.coming-soon-icon{display:block;margin:0 auto;color:#cbd5e1;width:32px;height:32px}.coming-soon h1{font-size:24px;font-weight:600;color:var(--foreground)}.coming-soon p{font-size:18px;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.ov-header{width:100%;display:flex;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 40%,transparent);margin-bottom:8px}.ov-header .h-rank{width:160px;padding-left:8px;text-align:left;flex-shrink:0}.ov-header .h-player{width:288px;text-align:left;flex-shrink:0}.ov-header .h-region{margin-left:auto;margin-right:40px;text-align:right;flex-shrink:0}.ov-header .h-tiers{width:348px;text-align:center;flex-shrink:0;position:relative;left:-20px}.ov-header.mobile{display:none}.ov-header.mobile .h-rank{width:160px}.ov-header.mobile .h-region{width:84px}@media (max-width: 768px){.ov-header{display:none}.ov-header.mobile{display:flex}}.ov-row{width:100%;height:80px;position:relative;display:flex;flex-direction:column;background:color-mix(in oklab,var(--accent) 20%,transparent);border:2px solid var(--border);border-radius:12px;margin:5px 0;cursor:pointer;transition:transform .15s ease,background .15s ease}.ov-row:hover{background:var(--accent);transform:translate(-16px)}.ov-row:active{scale:.99}.ov-flash{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;border:3px solid rgba(255,255,255,.8);pointer-events:none;z-index:2;animation:flash-in .18s ease both}.ov-row-inner{width:100%;display:flex;align-items:center;gap:8px;height:100%}.ov-left{width:100%;height:100%;display:flex;align-items:center;gap:8px;min-width:0}.ov-right{margin-left:auto;height:100%;display:flex;align-items:center;gap:8px;padding-right:8px;flex-shrink:0}.ov-rank{max-width:160px;width:100%;height:56px;display:flex;align-items:center;padding:8px;position:relative;overflow:clip;border-radius:2px;flex-shrink:0}.ov-rank-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ov-rank-num{font-size:36px;font-weight:700;font-style:italic;align-self:flex-end;position:absolute;left:8px;bottom:2px;filter:drop-shadow(0px 3px 1px #232323);color:#fff;margin:0}.ov-rank-skin{position:absolute;right:28px;filter:drop-shadow(-4px -2px 1px rgba(0,0,0,.47));image-rendering:pixelated;border-radius:6px}.ov-info{width:288px;min-width:0;overflow:hidden;text-overflow:ellipsis}.ov-name{font-size:24px;color:#cbd5e1;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px}.ov-ach{display:flex;align-items:center;gap:4px;color:var(--text-disabled, #9fb0c3);margin:0;font-weight:400;font-size:16px}.ov-ach-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.ov-ach-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#94a3b8}.ov-ach-points{color:#475569}.ov-region-wrap{height:78px;background:color-mix(in oklab,var(--color-slate-700, #334155) 10%,transparent);display:flex;align-items:center;justify-content:center;padding:0 16px;margin-right:8px;flex-shrink:0}.ov-region-wrap.mobile{display:none}.ov-region-badge{width:40px;height:40px;padding:8px;font-size:20px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:800}.ov-tiers{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 8px;gap:4px}.ov-tiers-label{display:none}.ov-tiers-slots{display:flex;align-items:center;gap:4px;width:100%}.region{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px;letter-spacing:.4px;white-space:nowrap}.tier-slot{width:40px;height:56px;position:relative;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.tier-slot-icon{width:32px;height:32px;background:#00000080;border-radius:9999px;display:flex;align-items:center;justify-content:center;overflow:clip;border:2px solid var(--border);padding:4px}.tier-slot-img{width:20px;height:20px;object-fit:contain}.tier-slot-label{position:absolute;bottom:4px;left:50%;transform:translate(-50%);font-size:14px;padding:0 4px;border-radius:8px;width:36px;text-align:center;font-weight:700;white-space:nowrap}.tier-slot-empty .tier-slot-icon{background:#0003;border:2px dashed rgba(98,116,142,.5);padding:4px}.tier-slot-dash{position:absolute;bottom:2px;left:50%;transform:translate(-50%);border-radius:8px;width:36px;height:24px;display:flex;background:#62748e1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--muted-foreground);font-size:14px;align-items:center;justify-content:center}.tier-slot-tip{position:relative;display:inline-flex;cursor:pointer}.tier-slot-tip .tier-slot-icon{transition:filter .12s ease,transform .12s ease}.tier-slot-tip:hover .tier-slot-icon{filter:brightness(1.35)}.tier-slot-tip-box{position:fixed;transform:translate(-50%) scale(.95);background:var(--card);border:2px solid var(--border);color:var(--foreground);width:fit-content;border-radius:6px;padding:6px 12px;font-size:12px;text-align:center;text-wrap:balance;z-index:9999;pointer-events:none;box-shadow:0 8px 24px #00000080;animation:slot-tip-in .12s ease forwards}@keyframes slot-tip-in{0%{opacity:0;transform:translate(-50%) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.tier-slot-tip-box h1{font-size:24px;font-weight:700;color:var(--foreground);line-height:1.2;white-space:nowrap}.tier-slot-tip-box h2{font-size:12px;color:var(--muted-foreground);white-space:nowrap}.tier-slot-tip-arrow{position:absolute;width:10px;height:10px;background:var(--card);transform:rotate(45deg);border-radius:2px;border-bottom:2px solid var(--border);border-right:2px solid var(--border);pointer-events:none}.tier-slot-tip-box.side-top .tier-slot-tip-arrow{bottom:-6px;left:50%;margin-left:-5px}.tier-slot-tip-box.side-bottom .tier-slot-tip-arrow{top:-6px;left:50%;margin-left:-5px;border-bottom:none;border-right:none;border-top:2px solid var(--border);border-left:2px solid var(--border)}.empty{padding:40px 0;text-align:center;color:var(--muted-foreground);font-size:15px;grid-column:1 / -1}.not-found-page .main{width:100%;max-width:1352px;min-height:100vh;margin:0 auto;padding:0}.not-found{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;gap:12px;padding:96px 0;text-align:center}.not-found h1{color:var(--text-disabled);font-size:48px;font-weight:700;line-height:1;letter-spacing:-.05em;text-transform:uppercase}.not-found p{color:var(--muted);font-size:20px;font-weight:500;line-height:1.75}.not-found-home{display:flex;align-items:center;gap:8px;color:inherit;font-size:16px;text-decoration:none;transition:color .15s ease}.not-found-home svg{width:1em;height:1em;flex-shrink:0}.not-found-home:hover{color:#2563eb}.not-found-home:focus-visible{outline:2px solid var(--ring);outline-offset:3px;border-radius:3px}.footer{width:100%;margin-top:96px;padding:48px;background:var(--layout-sections-color)}.footer div{text-align:center;font-size:24px;color:#94a3b8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:8px;background:#000c;z-index:100;animation:modal-fade .15s ease}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{position:relative;background:var(--card);max-width:512px;width:100%;border-radius:24px;padding:32px 40px;cursor:default;animation:modal-in .2s ease;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain}@keyframes modal-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.modal-close{float:right;width:48px;height:48px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--secondary-foreground);border:none;cursor:pointer;transition:all .15s ease}.modal-close:hover{background:color-mix(in oklab,var(--secondary) 90%,transparent)}.modal-close svg{width:40px;height:40px;fill:#b4bdc7}.modal-head{width:100%;text-align:center;padding:8px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.modal-skin-ring{margin:auto;width:112px;height:112px;overflow:clip;border:2px solid var(--frame-color, var(--border));background:#1e293b;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding-top:14px}.modal-skin-ring img{width:95px;height:95px;border-radius:9999px;image-rendering:pixelated}.modal-name{font-size:30px;font-weight:700;color:#cbd5e1;margin:0;text-align:center}.modal-achievement{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-weight:500;font-size:18px;padding:4px 12px;border-radius:9999px;cursor:default}.modal-achievement img{width:30px;height:30px}.modal-region-name{font-size:20px;font-weight:700;color:var(--muted);margin:0}.modal-namemc{display:inline-flex;align-items:center;gap:8px;background:var(--secondary);border-radius:12px;font-size:14px;padding:8px;color:var(--muted-foreground);text-decoration:none;transition:all .1s ease}.modal-namemc:hover{background:color-mix(in oklab,var(--secondary) 90%,transparent);color:var(--secondary-foreground)}.modal-namemc-icon{padding-right:4px;display:flex;align-items:center;justify-content:center;border-right:2px solid var(--muted)}.modal-namemc-icon img{width:20px;height:20px;object-fit:contain;border-radius:2px}.modal-namemc-label{display:flex;align-items:center;gap:4px}.modal-section{width:100%;margin-top:24px}.modal-section-title{font-size:24px;color:var(--muted-foreground);font-weight:500;margin:0 0 8px}.modal-pos-box{height:48px;display:flex;align-items:center;gap:8px;border-radius:10px;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 25%,transparent);background:#161e29;width:100%;overflow-x:auto}.modal-pos-num{height:100%;display:flex;padding:8px;align-items:center;position:relative;overflow:hidden;flex-shrink:0}.modal-pos-num.w24{width:96px}.modal-pos-num.w32{width:128px}.modal-pos-num.w40{width:160px}.modal-pos-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.modal-pos-text{width:100%;font-weight:700;font-size:36px;font-style:italic;position:absolute;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;filter:drop-shadow(0px 3px 1px #232323);color:#fff}.modal-pos-mode{display:flex;align-items:center;gap:8px;padding-right:8px}.modal-pos-label{font-size:24px;color:#fff}.modal-pos-points{font-size:20px;color:#94a3b8;font-weight:500}.modal-tiers-box{display:flex;align-items:center;gap:8px;border-radius:10px;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 25%,transparent);background:#161e29;width:100%;overflow-x:auto;padding:8px}.skeleton-row{width:100%;height:80px;border-radius:12px;margin:5px 0;background:color-mix(in oklab,var(--accent) 50%,transparent);animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-mode{width:100%;height:32px;border-radius:0;margin-top:4px;background:color-mix(in oklab,var(--accent) 50%,transparent);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.error-state{grid-column:1 / -1;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 0;text-align:center;color:var(--muted-foreground)}.error-state svg{color:var(--muted-foreground);opacity:.6}.error-state h1{font-size:24px;font-weight:700;color:var(--foreground)}.error-state h2{font-size:18px;color:var(--muted-foreground)}.load-more-sentinel{height:50px}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 0;color:var(--muted-foreground);font-size:14px}.modal-loading-spinner{width:28px;height:28px;border:3px solid color-mix(in oklab,var(--muted-foreground) 25%,transparent);border-top-color:var(--muted-foreground);border-radius:50%;animation:modal-spin .7s linear infinite}@keyframes modal-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.nav-links .nav-item{font-size:15px}.card{padding:28px 16px 8px;margin-top:96px}.board-inner{min-width:1100px}.board-inner.overall{min-width:0}}@media (max-width: 768px){.hamburger{display:inline-flex;align-items:center;justify-content:center}.search-kbd,.nav-links{display:none}.nav-right{max-width:none}.search input{width:100%}.card{margin-top:84px;padding:28px 16px 8px}.board-inner{min-width:900px}.board-inner.overall{min-width:0}.card-head{flex-wrap:wrap;justify-content:flex-end}.ov-region-wrap{display:none}.ov-region-wrap.mobile{display:flex;margin-left:auto;margin-right:0}.ov-row{height:auto}.ov-row:hover{transform:none}.ov-row-inner{flex-direction:column;height:auto}.ov-left{flex-wrap:wrap}.ov-right{margin-left:0;width:100%;justify-content:space-between;padding:4px}.ov-tiers{align-items:center}}@media (max-width: 480px){.card{margin-top:76px;padding:24px 12px 8px}.card-head{gap:10px}.server-logo{width:40px;height:40px}.info-pop{min-width:min(320px,calc(100vw - 24px))}.footer{padding:32px 16px}.footer div{font-size:18px}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1600;top:0;left:0;width:100%;height:3px}#nprogress .peg{display:none}#nprogress .spinner{display:block;position:fixed;z-index:1600;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-hero{position:relative;margin-top:8px;padding:48px 24px 56px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;background:var(--card);border:2px solid var(--border);border-radius:0 12px 12px;overflow:hidden}.home-hero:before{content:"";position:absolute;top:-180px;left:50%;transform:translate(-50%);width:720px;height:360px;background:radial-gradient(closest-side,rgba(110,132,163,.14),transparent);pointer-events:none}.home-badge{display:inline-flex;align-items:center;gap:8px;background:var(--secondary);color:var(--muted-foreground);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;border:1px solid var(--border);z-index:1}.home-badge-logo{border-radius:4px}.home-title{font-size:56px;font-weight:800;letter-spacing:-.02em;color:var(--foreground);line-height:1.05;z-index:1}.home-title-accent{color:#cbd5e1}.home-tagline{max-width:640px;font-size:18px;color:var(--muted-foreground);line-height:1.55;z-index:1}.home-ip-col{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}.home-ip{display:flex;align-items:center;gap:12px;z-index:1}.home-ip-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--muted-foreground)}.home-ip-badge{font-size:16px;padding:8px 12px;position:relative}.home-copied{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:var(--popover);border:2px solid var(--border);border-radius:6px;padding:2px 8px;font-size:12px;color:var(--foreground);animation:slot-tip-in .12s ease forwards;white-space:nowrap}.home-hero-note{display:inline-flex;align-items:center;gap:8px;margin:6px 0 0;font-size:13px;color:var(--muted-foreground);background:var(--secondary);border:1px solid var(--border);border-radius:999px;padding:8px 16px;z-index:1}.home-hero-note a{color:#5b8def;font-weight:600;text-decoration:none;transition:color .15s ease}.home-hero-note a:hover{color:#93c5fd}.home-hero-dot{width:7px;height:7px;border-radius:999px;background:#5b8def;box-shadow:0 0 0 3px #5b8def2e;animation:hero-dot-pulse 1.8s ease-in-out infinite;flex-shrink:0}@keyframes hero-dot-pulse{0%,to{opacity:1}50%{opacity:.45}}.home-cta{display:flex;gap:12px;z-index:1;flex-wrap:wrap;justify-content:center}.home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;height:40px;padding:0 20px;border-radius:8px;text-decoration:none;transition:all .15s ease;font-family:inherit;line-height:1;cursor:pointer}.home-btn-primary{background:var(--primary);color:var(--primary-foreground)}.home-btn-primary:hover{background:color-mix(in oklab,var(--primary) 85%,transparent)}.home-btn-secondary{background:var(--secondary);color:var(--secondary-foreground);border:2px solid var(--border)}.home-btn-secondary:hover{background:color-mix(in oklab,var(--secondary) 80%,transparent)}.home-section{max-width:1080px;margin:64px auto 0;padding:0 16px}.home-h2{font-size:32px;font-weight:800;letter-spacing:-.01em;text-align:center;margin-bottom:8px}.home-sub{text-align:center;color:var(--muted-foreground);font-size:16px;margin-bottom:28px}.home-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-stat{background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 45%,transparent);border-radius:10px;padding:20px 16px;text-align:center;transition:border-color .15s ease,transform .15s ease}.home-stat:hover{border-color:color-mix(in oklab,var(--color-slate-500, #62748e) 75%,transparent);transform:translateY(-2px)}.home-stat-value{font-size:34px;font-weight:800;color:var(--foreground)}.home-stat-label{font-size:14px;font-weight:700;color:#cbd5e1;margin-top:2px}.home-stat-sub{font-size:12px;color:var(--muted-foreground);margin-top:4px}.home-podium{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto}.home-podium-card{position:relative;overflow:hidden;border-radius:12px;border:2px solid var(--border);background:color-mix(in oklab,var(--accent) 55%,transparent);padding:24px 16px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:background .15s ease,transform .15s ease}.home-podium-card:hover{background:var(--accent);transform:translateY(-3px)}.home-podium-link{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:inherit;position:relative;z-index:2}.home-podium-card.place-1{border-color:#e5ba43}.home-podium-card.place-2{border-color:#9aa3b2}.home-podium-card.place-3{border-color:#b56326}.home-podium-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.5}.home-podium-card.place-1:before{background:#efba3c}.home-podium-card.place-2:before{background:#879ea5}.home-podium-card.place-3:before{background:#b56329}.home-podium-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:repeating-linear-gradient(115deg,transparent 0 16px,rgba(255,255,255,.2) 16px 26px,transparent 26px 42px);transform:translate(-130%);animation:podium-sweep 2s cubic-bezier(.9,0,.1,1) infinite}@keyframes podium-sweep{0%{transform:translate(-130%)}to{transform:translate(130%)}}.home-podium-num{position:relative;font-size:30px;font-weight:800;font-style:italic;color:#fff;filter:drop-shadow(0px 3px 1px #232323)}.home-podium-skin{position:relative;border-radius:10px;background:#0003;image-rendering:pixelated}.home-podium-name{position:relative;font-size:20px;font-weight:700;color:#cbd5e1}.home-podium-ach{position:relative;display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted-foreground)}.home-podium-ach img{border-radius:4px}.home-podium-skeleton{height:200px;animation:skeleton-pulse 1.5s ease-in-out infinite}.home-modes{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-mode{background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 45%,transparent);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s ease,transform .15s ease}.home-mode:hover{border-color:color-mix(in oklab,var(--color-slate-500, #62748e) 75%,transparent);transform:translateY(-2px)}.home-mode-main{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--foreground)}.home-mode-icon{width:44px;height:44px;background:#0003;border:2px solid var(--muted);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-mode-info{display:flex;flex-direction:column;min-width:0}.home-mode-name{font-size:17px;font-weight:700}.home-mode-links{display:flex;align-items:center;justify-content:space-between;border-top:2px solid var(--border);padding-top:10px}.home-mode-discord,.home-mode-go{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--muted-foreground);transition:all .1s ease}.home-mode-discord-icon{width:14px;height:14px;object-fit:contain}.home-mode-discord:hover{background:var(--secondary)}.home-mode-go:hover{color:var(--foreground);background:var(--secondary)}.home-how{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-how-step{background:var(--card);border:2px solid var(--border);border-radius:12px;padding:24px 20px;text-align:center}.home-how-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--secondary);border:2px solid var(--border);font-size:20px;font-weight:800;color:#cbd5e1;margin-bottom:12px}.home-how-title{font-size:18px;font-weight:700;margin-bottom:8px}.home-how-text{font-size:14px;color:var(--muted-foreground);line-height:1.55}.home-titles{max-width:720px;margin:0 auto;background:var(--card);border:2px solid var(--border);border-radius:12px;padding:8px 24px}.home-title-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:2px solid var(--border)}.home-title-row:last-child{border-bottom:none}.home-title-row img{flex-shrink:0}.home-title-name{font-size:16px;font-weight:700}.home-title-req{font-size:13px;color:var(--muted-foreground)}.home-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-feature{background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 45%,transparent);border-radius:10px;padding:20px 16px;text-align:center;transition:border-color .15s ease,transform .15s ease}.home-feature:hover{border-color:color-mix(in oklab,var(--color-slate-500, #62748e) 75%,transparent);transform:translateY(-2px)}.home-feature-icon{width:48px;height:48px;margin:0 auto 12px;background:#0003;border:2px solid var(--muted);border-radius:12px;display:flex;align-items:center;justify-content:center}.home-feature h3{font-size:16px;font-weight:700;margin-bottom:6px}.home-feature p{font-size:13px;color:var(--muted-foreground);line-height:1.5}.home-points{max-width:720px;margin:0 auto;background:var(--card);border:2px solid var(--border);border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.home-points-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.home-points-row .info-tier-name{margin:0}.home-regions{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.home-region{background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 45%,transparent);border-radius:10px;padding:16px 12px;text-align:center;transition:border-color .15s ease,transform .15s ease}.home-region:hover{border-color:color-mix(in oklab,var(--color-slate-500, #62748e) 75%,transparent);transform:translateY(-2px)}.home-region-badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:18px;font-weight:800;border-radius:6px}.home-region-name{font-size:12px;font-weight:700;color:#cbd5e1;margin-top:8px}.home-region-count{font-size:12px;color:var(--muted-foreground);margin-top:2px}.home-discord{max-width:1080px;margin:72px auto 0;padding:48px 24px;text-align:center;background:var(--card);border:2px solid var(--border);border-radius:12px}.home-discord-inner{display:flex;flex-direction:column;align-items:center;gap:14px}.home-discord-icon-wrap{width:76px;height:76px;border-radius:999px;background:#00000040;border:2px solid var(--muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-discord-icon{width:40px;height:40px;object-fit:contain}.home-discord h2{font-size:30px;font-weight:800}.home-discord p{color:var(--muted-foreground);font-size:16px;max-width:520px}.home-btn-discord{background:#2563eb;color:#bfdbfe}.home-btn-discord:hover{background:#2563ebe6}.home-gettested{max-width:1080px;margin:72px auto 0;padding:48px 24px;text-align:center;background:linear-gradient(180deg,color-mix(in oklab,#5b8def 10%,var(--card)),var(--card));border:2px solid color-mix(in oklab,#5b8def 35%,var(--border));border-radius:16px;position:relative;overflow:hidden}.home-gettested:before{content:"";position:absolute;top:-120px;left:50%;transform:translate(-50%);width:560px;height:240px;background:radial-gradient(closest-side,rgba(91,141,239,.18),transparent);pointer-events:none}.home-gettested-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px}.home-gettested-icon{width:64px;height:64px;border-radius:16px;background:color-mix(in oklab,#5b8def 18%,transparent);border:2px solid color-mix(in oklab,#5b8def 45%,transparent);display:flex;align-items:center;justify-content:center}.home-gettested-icon img{border-radius:6px}.home-gettested h2{font-size:32px;font-weight:800;letter-spacing:-.01em}.home-gettested p{color:var(--muted-foreground);font-size:16px;max-width:560px}.home-gettested-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:4px 0 6px}.home-gettested-benefits span{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:#cbd5e1;background:color-mix(in oklab,var(--accent) 40%,transparent);border:1px solid var(--border);border-radius:999px;padding:7px 14px}.home-gettested-benefits img{width:18px;height:18px;object-fit:contain}.home-gettested-actions{display:flex;gap:12px;margin-top:6px}.home-cta-band{max-width:1080px;margin:72px auto 0;padding:48px 16px;text-align:center;background:var(--card);border:2px solid var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:12px}.home-cta-band h2{font-size:30px;font-weight:800}.home-cta-band p{color:var(--muted-foreground);font-size:16px}.wl-card{margin-top:48px;border-top-left-radius:12px;padding-top:24px}.wl-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.wl-title{font-size:28px;font-weight:800;letter-spacing:-.01em}.wl-sub{color:var(--muted-foreground);font-size:14px;margin-top:4px}.wl-head-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.wl-join-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#5865f2,#4752c4);color:#fff;font-size:14px;font-weight:700;border:none;border-radius:10px;padding:10px 18px;cursor:pointer;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.wl-join-btn:hover{filter:brightness(1.12);transform:translateY(-1px);box-shadow:0 6px 16px #5865f259}.wl-join-btn:active{transform:translateY(0) scale(.98)}.wl-join-btn-icon{width:18px;height:18px;object-fit:contain}.wl-join-ring img{width:62px;height:62px;border-radius:0;image-rendering:auto}.wl-discord-invite{color:#fff!important}.wl-join-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;width:100%;padding:11px 16px;background:#5865f2;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:12px;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.wl-join-cta:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 8px 20px #5865f24d}.wl-join-cta:active{transform:translateY(0) scale(.98)}.wl-join-cta img{width:18px;height:18px;object-fit:contain}.wl-summary{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:12px 16px;margin-bottom:16px;background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 40%,transparent);border-radius:10px;font-size:14px;color:var(--muted-foreground)}.wl-summary strong{color:var(--foreground)}.wl-summary-test{display:inline-flex;align-items:center;gap:6px;color:#5b8def}.wl-summary-last{margin-left:auto}.wl-results{margin:0 0 16px;padding:12px 16px;background:#18202c;border:2px solid color-mix(in oklab,var(--color-slate-500, #62748e) 40%,transparent);border-radius:10px}.wl-results-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--muted-foreground);margin-bottom:6px}.wl-result{display:flex;align-items:center;gap:10px;padding:6px 0}.wl-result+.wl-result{border-top:1px solid color-mix(in oklab,var(--border) 70%,transparent)}.wl-result-skin{border-radius:8px;background:#0003;flex-shrink:0;object-fit:cover}.wl-result-info{display:flex;flex-direction:column;min-width:0;gap:2px}.wl-result-name{font-weight:700;color:var(--foreground);font-size:15px;line-height:1.2}.wl-result-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted-foreground);flex-wrap:wrap}.wl-result-chip{font-size:12px;font-weight:800;padding:2px 8px;border-radius:6px;letter-spacing:.2px;white-space:nowrap}.wl-result-chip.t1.ht{background:var(--ht1);color:var(--ht1-foreground)}.wl-result-chip.t2.ht{background:var(--ht2);color:var(--ht2-foreground)}.wl-result-chip.t3.ht{background:var(--ht3);color:var(--ht3-foreground)}.wl-result-chip.t4.ht{background:var(--ht4);color:var(--ht4-foreground)}.wl-result-chip.t5.ht{background:var(--ht5);color:var(--ht5-foreground)}.wl-result-chip.t1.lt{background:var(--lt1);color:var(--lt1-foreground)}.wl-result-chip.t2.lt{background:var(--lt2);color:var(--lt2-foreground)}.wl-result-chip.t3.lt{background:var(--lt3);color:var(--lt3-foreground)}.wl-result-chip.t4.lt{background:var(--lt4);color:var(--lt4-foreground)}.wl-result-chip.t5.lt{background:var(--lt5);color:var(--lt5-foreground)}.wl-result-chip.retest{background:color-mix(in oklab,#e5ba43 15%,transparent);color:#e5ba43}.wl-result-chip.left{background:color-mix(in oklab,var(--muted) 55%,transparent);color:var(--muted-foreground)}.wl-result-pts{color:#5b8def;font-weight:700}.wl-result-by{color:var(--muted-foreground);opacity:.85}.wl-result-time{margin-left:auto;font-size:13px;color:var(--muted-foreground);flex-shrink:0;font-variant-numeric:tabular-nums}.wl-dot{width:8px;height:8px;border-radius:50%;background:#5b8def;display:inline-block;animation:wl-pulse 1.2s ease-in-out infinite;flex-shrink:0}.wl-prep-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;display:inline-block;animation:wl-pulse 1.2s ease-in-out infinite;flex-shrink:0}.wl-duty-preparing{display:inline-flex;align-items:center;gap:6px;width:fit-content;font-size:11.5px;font-weight:700;letter-spacing:.04em;color:#fbbf24;background:color-mix(in oklab,#f59e0b 12%,transparent);border:1px solid color-mix(in oklab,#f59e0b 40%,transparent);border-radius:999px;padding:3px 10px;margin-top:4px;white-space:nowrap;animation:wl-prep-in .25s ease}@keyframes wl-prep-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes wl-pulse{0%,to{opacity:1}50%{opacity:.35}}.wl-header{width:100%;display:flex;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 40%,transparent);font-size:13px;margin-bottom:8px}.wl-header .wl-h-rank{width:140px;padding-left:8px;flex-shrink:0}.wl-header .wl-h-player{width:240px;text-align:left;flex-shrink:0}.wl-header .wl-h-region{width:84px;text-align:center;flex-shrink:0}.wl-header .wl-h-mode{width:140px;text-align:center;flex-shrink:0}.wl-header .wl-h-status{width:130px;text-align:center;flex-shrink:0}.wl-header .wl-h-since{width:90px;text-align:right;margin-left:auto;flex-shrink:0}.wl-row{width:100%;height:72px;display:flex;align-items:center;cursor:pointer;gap:8px;background:color-mix(in oklab,var(--accent) 25%,transparent);border:2px solid var(--border);border-radius:12px;margin:5px 0;padding:0 8px 0 0;transition:background .15s ease,transform .15s ease,border-color .15s ease}.wl-row:hover{background:var(--accent);transform:translate(-16px)}.wl-row.testing{border-color:color-mix(in oklab,#5b8def 55%,transparent)}.wl-rank{width:140px;height:100%;position:relative;overflow:clip;display:flex;align-items:center;padding:6px 8px;flex-shrink:0;border-radius:10px 0 0 10px}.wl-rank-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wl-rank-num{position:absolute;left:8px;bottom:4px;font-size:30px;font-weight:700;font-style:italic;color:#fff;filter:drop-shadow(0px 3px 1px #232323);margin:0}.wl-rank-skin{position:absolute;right:20px;filter:drop-shadow(-4px -2px 1px rgba(0,0,0,.47));image-rendering:pixelated;border-radius:6px}.wl-info{width:240px;min-width:0;flex-shrink:0}.wl-name{font-size:20px;font-weight:700;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 2px}.wl-ach{display:flex;align-items:center;gap:5px;font-size:13px;color:#94a3b8;margin:0}.wl-ach img{border-radius:4px;flex-shrink:0}.wl-region{width:84px;display:flex;justify-content:center;flex-shrink:0}.wl-region-badge{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;border-radius:6px}.wl-mode{width:140px;display:flex;align-items:center;gap:8px;justify-content:center;flex-shrink:0}.wl-mode img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.wl-mode span{font-size:14px;font-weight:600;color:#cbd5e1;white-space:nowrap}.wl-status{width:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex-shrink:0}.wl-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap}.wl-status-badge.waiting{background:color-mix(in oklab,#e5ba43 15%,transparent);color:#e5ba43}.wl-status-badge.test{background:color-mix(in oklab,#5b8def 18%,transparent);color:#5b8def}.wl-status-testby{display:inline-flex;align-items:center;gap:5px;margin-top:4px;font-size:11.5px;font-weight:500;color:var(--muted-foreground);white-space:nowrap}.wl-status-region{padding:1px 6px;border-radius:6px;font-size:10px;font-weight:700;line-height:1.5}.wl-since{margin-left:auto;width:90px;text-align:right;font-size:14px;color:var(--muted-foreground);flex-shrink:0;font-variant-numeric:tabular-nums}.wl-since-live{color:#5b8def;font-weight:700;font-variant-numeric:tabular-nums}.wl-duty{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:4px 0 12px;padding:16px 20px;background:var(--card);border:2px solid var(--border);border-radius:14px}.wl-duty-tester{display:flex;align-items:center;gap:12px;min-width:0}.wl-empty-testers{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:76px;padding:12px 14px;border:1px dashed color-mix(in oklab,#6f91d7 42%,var(--border));border-radius:12px;background:radial-gradient(circle at 8% 50%,color-mix(in oklab,#5b8def 13%,transparent),transparent 32%),linear-gradient(110deg,color-mix(in oklab,#5b8def 7%,var(--card)),var(--card));box-shadow:inset 0 1px color-mix(in oklab,white 5%,transparent)}.wl-empty-testers-icon{width:42px;height:42px;display:grid;place-items:center;color:#8eabed;background:color-mix(in oklab,#5b8def 12%,var(--muted));border:1px solid color-mix(in oklab,#5b8def 28%,var(--border));border-radius:11px;box-shadow:0 0 0 4px color-mix(in oklab,#5b8def 5%,transparent)}.wl-empty-testers-icon svg{width:22px;height:22px}.wl-empty-testers-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.wl-empty-testers-copy strong{color:var(--foreground);font-size:14px;font-weight:800;letter-spacing:-.01em}.wl-empty-testers-copy span{overflow:hidden;color:var(--muted-foreground);font-size:12.5px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.wl-empty-testers-status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid color-mix(in oklab,#f59e0b 26%,var(--border));border-radius:999px;color:#f2bd55;background:color-mix(in oklab,#f59e0b 9%,transparent);font-size:10px;font-weight:800;letter-spacing:.05em;line-height:1;text-transform:uppercase;white-space:nowrap}.wl-empty-status-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 3px color-mix(in oklab,#f59e0b 13%,transparent);flex-shrink:0}.wl-duty-skin{border-radius:10px;flex-shrink:0}.wl-duty-skeleton{width:56px;height:56px;border-radius:10px;background:color-mix(in oklab,var(--accent) 50%,transparent);animation:skeleton-pulse 1.5s ease-in-out infinite}.wl-duty-info{display:flex;flex-direction:column;gap:2px;min-width:0}.wl-duty-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.06em;color:#5b8def;text-transform:uppercase}.wl-duty-name{display:inline-flex;align-items:center;gap:6px;font-size:22px;font-weight:800;color:var(--foreground);letter-spacing:-.01em}.wl-duty-tip-wrap{position:relative;display:inline-flex;align-items:center;color:var(--muted-foreground);cursor:help}.wl-duty-infoicon:hover~.wl-duty-tip,.wl-duty-tip-wrap:hover .wl-duty-tip{opacity:1;visibility:visible;transform:translateY(0)}.wl-duty-tip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);width:max-content;max-width:240px;background:#1a2230;border:1px solid var(--border);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:3px;font-size:12px;color:var(--muted-foreground);opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:30}.wl-duty-tip strong{color:var(--foreground);font-size:12.5px;margin-bottom:2px}.wl-clock{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--muted-foreground);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.wl-clock-utc{color:var(--muted);font-size:12px;border-left:1px solid var(--border);padding-left:8px}.wl-duty-main{display:flex;flex-direction:column;gap:12px;min-width:0;flex:1}.wl-duty-switch,.ip-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;width:fit-content;background:var(--muted);border:1px solid var(--border);border-radius:999px}.wl-duty-switch-btn,.ip-toggle-btn{position:relative;border:none;background:transparent;color:var(--muted-foreground);font-size:12px;font-weight:700;letter-spacing:.02em;padding:5px 14px;border-radius:999px;cursor:pointer;transition:color .15s ease}.wl-duty-switch-btn.active,.ip-toggle-btn.active{color:var(--foreground)}.wl-duty-switch-pill,.ip-toggle-pill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:color-mix(in oklab,#5b8def 16%,transparent);border:1px solid color-mix(in oklab,#5b8def 45%,transparent)}.server-wrap .ip-toggle{margin-bottom:5px}.home-ip .ip-toggle-btn{font-size:13px;padding:6px 16px}.wl-duty-others{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;color:var(--muted-foreground);margin-top:2px}.wl-duty-other{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 3px;border-radius:999px;background:color-mix(in oklab,var(--accent) 35%,transparent);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--muted-foreground)}.wl-duty-other-skin{border-radius:50%;flex-shrink:0}.wl-testers{display:flex;flex-direction:column;gap:10px;min-width:0}.wl-testers-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.06em;color:#5b8def;text-transform:uppercase}.wl-testers-grid{display:flex;flex-direction:column;gap:8px}.wl-tester-group{display:flex;align-items:center;gap:10px;min-width:0}.wl-tester-region{flex-shrink:0;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.04em;border-radius:8px}.wl-tester-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.wl-tester-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 8px 3px 4px;border-radius:999px;background:color-mix(in oklab,var(--accent) 30%,transparent);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--muted-foreground);cursor:help;transition:background .15s ease,border-color .15s ease,color .15s ease}.wl-tester-chip:hover{background:color-mix(in oklab,var(--accent) 55%,transparent);border-color:color-mix(in oklab,#5b8def 40%,transparent);color:var(--foreground)}.wl-tester-chip.duty{border-color:color-mix(in oklab,#5b8def 55%,transparent);background:color-mix(in oklab,#5b8def 14%,transparent);color:#9db9f2}.wl-tester-chip.preparing{border-color:color-mix(in oklab,#f59e0b 55%,transparent);background:color-mix(in oklab,#f59e0b 12%,transparent);color:#fbbf24}.wl-tester-chip.preparing .wl-dot,.wl-tester-chip.preparing .wl-prep-dot{background:#f59e0b}.wl-tester-chip-skin{border-radius:6px;flex-shrink:0}.wl-tester-chip-name{white-space:nowrap;max-width:130px;overflow:hidden;text-overflow:ellipsis}.wl-tester-chip{position:relative}.wl-tester-tip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);width:max-content;max-width:240px;background:#1a2230;border:1px solid var(--border);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:500;color:var(--muted-foreground);text-align:left;line-height:1.35;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:30;pointer-events:none;box-shadow:0 8px 24px #00000059}.wl-tester-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a2230}.wl-tester-chip:hover .wl-tester-tip,.wl-tester-chip:focus-visible .wl-tester-tip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.wl-tester-tip strong{color:var(--foreground);font-size:12.5px;margin-bottom:2px}.wl-tester-tip-prep{font-style:normal;font-size:11.5px;font-weight:700;color:#fbbf24;margin-top:3px}.wl-region-tag{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 7px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.04em;vertical-align:middle}.docs-page .dark-mode,.docs-page [data-theme=dark],.docs-page .scalar-app{--scalar-color-1: rgba(255, 255, 255, .9);--scalar-color-2: rgba(255, 255, 255, .62);--scalar-color-3: rgba(255, 255, 255, .44);--scalar-color-accent: #3070ec;--scalar-background-1: #000000;--scalar-background-2: #1a1a1a;--scalar-background-3: #2a2828;--scalar-background-accent: transparent;--scalar-border-color: rgba(255, 255, 255, .1)}.docs-main{max-width:100%;margin:0 auto;min-height:80vh;padding:0 16px}.docs-api{min-height:80vh;margin-top:48px;border-radius:12px;overflow:hidden;border:2px solid var(--border);background:#000}.docs-api .dark-mode .t-doc__header,.docs-api [data-theme=dark] .t-doc__header{--scalar-header-background-1: rgba(0, 0, 0, .5);--scalar-header-border-color: var(--scalar-border-color);--scalar-header-color-1: var(--scalar-color-1);--scalar-header-color-2: var(--scalar-color-2);--scalar-header-background-toggle: var(--scalar-color-3);--scalar-header-call-to-action-color: var(--scalar-color-accent);-webkit-backdrop-filter:saturate(180%) blur(5px);backdrop-filter:saturate(180%) blur(5px)}.docs-api .dark-mode .t-doc__sidebar,.docs-api [data-theme=dark] .t-doc__sidebar{--scalar-sidebar-background-1: var(--scalar-background-1);--scalar-sidebar-item-hover-color: var(--scalar-sidebar-color-1);--scalar-sidebar-item-hover-background: transparent;--scalar-sidebar-item-active-background: var(--scalar-background-accent);--scalar-sidebar-border-color: transparent;--scalar-sidebar-color-1: var(--scalar-color-1);--scalar-sidebar-color-2: var(--scalar-color-2);--scalar-sidebar-color-3: var(--scalar-color-3);--scalar-sidebar-indent-size: 16px;--scalar-sidebar-item-padding: 5px 10px}@media (max-width: 900px){.docs-api{margin-top:24px}}.wl-modal{max-width:520px;padding:28px 32px 24px}.wl-modal-head{position:relative;padding-top:4px}.wl-modal-position{position:absolute;top:-6px;left:0;font-size:13px;font-weight:800;color:var(--muted);letter-spacing:.04em}.wl-modal-ach{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#94a3b8;margin:6px 0 0}.wl-modal-ach img{width:18px;height:18px;border-radius:4px}.wl-modal-test{margin-top:18px;background:color-mix(in oklab,var(--accent) 30%,transparent);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.wl-modal-test-title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.wl-modal-test-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.wl-modal-tester{grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.wl-modal-tester>div{display:flex;flex-direction:column;gap:1px}.wl-modal-tester-label{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:#5b8def;font-weight:700}.wl-modal-tester-name{font-size:17px;font-weight:800;color:var(--foreground)}.wl-modal-field{display:flex;flex-direction:column;gap:2px}.wl-modal-field-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.wl-modal-field strong{font-size:14px;color:var(--foreground);display:inline-flex;align-items:center;gap:6px}.wl-modal-field-sub{font-size:12px;color:var(--muted-foreground)}.wl-modal-mode img{width:18px;height:18px;object-fit:contain}.wl-modal-status.test{color:#5b8def}.wl-modal-status.waiting{color:#e5ba43}.wl-modal-how{margin-top:16px;border-top:1px solid var(--border);padding-top:14px}.wl-modal-how h4{font-size:14px;font-weight:800;margin:0 0 8px}.wl-modal-how p{font-size:13px;line-height:1.6;color:var(--muted-foreground);margin:0;-webkit-user-select:text;user-select:text}.wl-modal-link{color:#60a5fa;text-decoration:underline}.wl-modal-code{background:var(--muted);padding:1px 5px;border-radius:4px;font-family:var(--font-mono, monospace);font-size:12px;color:var(--foreground)}@media (max-width: 900px){.wl-clock-utc,.wl-h-region,.wl-region{display:none}.wl-duty{flex-direction:column;align-items:flex-start}.wl-clock{align-self:flex-end}.wl-tester-chip-name{max-width:90px}.wl-duty-main{width:100%}}@media (max-width: 600px){.wl-h-mode,.wl-mode{display:none}.wl-summary-last{margin-left:0}.wl-empty-testers{grid-template-columns:auto minmax(0,1fr)}.wl-empty-testers-status{grid-column:2;justify-self:start;margin-top:-4px}.wl-empty-testers-copy span{white-space:normal}}@media (max-width: 900px){.home-stats,.home-modes,.home-features{grid-template-columns:repeat(2,1fr)}.home-regions{grid-template-columns:repeat(3,1fr)}.home-title{font-size:42px}}@media (max-width: 600px){.not-found h1{font-size:36px}.not-found p{font-size:18px}.home-podium{grid-template-columns:1fr;max-width:380px}.home-how,.home-modes,.home-features,.home-regions{grid-template-columns:1fr}.home-title{font-size:34px}.home-hero{margin-top:8px;padding:32px 16px}}
