:root{--bg:#f8f9fa;--fg:#000}[data-theme="dark"]{--bg:#121212;--fg:#eee}#theme-toggle{width:var(--toggle-size);height:var(--toggle-size);background-color:var(--marine);border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease;margin-left:10px;padding:0}#theme-toggle:hover{transform:scale(1.1)}#theme-toggle svg{width:60%;height:60%;fill:var(--icon-color)}body{background-color:var(--bg);color:var(--fg)}body{font-family:'Segoe UI',sans-serif;font-size:20px;margin-top:0;padding:0}.beta-badge{display:inline-block;background:linear-gradient(135deg,#ff8a00,#e52e71);color:#fff;font-family:'Segoe UI',sans-serif;font-weight:bold;font-size:.75rem;line-height:1;padding:.15em .35em;border-radius:.25em;text-transform:uppercase;box-shadow:0 1px 3px rgba(0,0,0,.3);vertical-align:middle}.beta-badge:hover{background:linear-gradient(135deg,#e52e71,#ff8a00)}.link-badge{display:inline-block;background:linear-gradient(135deg,#1a73e8,#155ab6);color:#fff;font-family:'Segoe UI',sans-serif;font-weight:bold;font-size:1.75rem;line-height:1;padding:.15em .35em;border-radius:.25em;box-shadow:0 1px 3px rgba(0,0,0,.3);vertical-align:middle;text-decoration:none;transition:background .3s ease}.link-badge:hover{background:linear-gradient(135deg,#155ab6,#1a73e8)}.player-meta{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:#555}.player-meta p{margin:0;padding:.25em 0}@media (max-width:800px){.player-meta{font-size:.6rem}}.suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-top:none;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.2);max-height:250px;overflow-y:auto;font-size:.95rem;border-radius:6px}.suggestion-item{padding:10px;cursor:pointer;color:#333;white-space:nowrap}.suggestion-item:hover{background-color:#f0f0f0}.player-info{text-align:center;margin-bottom:30px}.stats-overview{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;max-width:1600px;margin:0 auto 20px auto;padding:0 10px}.stat-card{flex:1 1 calc(23% - 10px);background-color:#fff;border-radius:12px;padding:10px;min-width:300px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;position:relative}.stat-card::before{content:"";position:absolute;left:0;top:10%;height:80%;width:5px;border-radius:5px;background:linear-gradient(to bottom,#3498db,#2980b9)}.stat-card.avg-damage::before{background:linear-gradient(to bottom,#f39c12,#e67e22)}.stat-card.winrate::before{background:linear-gradient(to bottom,#2ecc71,#27ae60)}.stat-card.wn8::before{background:linear-gradient(to bottom,#9b59b6,#8e44ad)}.stat-card .label{color:#7f8c8d;font-size:16px;margin-bottom:8px}.stat-card .value{color:#000;font-size:24px;font-weight:bold}.color-schema-table,.custom-sort-table,#shipTable{width:100%;border-collapse:separate;border-spacing:0;background:#fff;color:#1e293b;border-radius:10px;overflow:hidden;font-size:1rem;box-shadow:0 2px 12px rgba(0,0,0,.05)}.color-schema-table th,.custom-sort-table th,#shipTable th{background:#f3f4f6;color:#1e293b;padding:10px 6px;border-bottom:2px solid #e5e7eb;font-weight:600;letter-spacing:.04em;text-align:center}.color-schema-table td,.custom-sort-table td,#shipTable td{padding:6px 6px;border-bottom:1px solid #e5e7eb;text-align:center;background:transparent;color:#2d3748}.color-schema-table tr:last-child td,.custom-sort-table tr:last-child td,#shipTable tr:last-child td{border-bottom:none}.color-schema-table tr:nth-child(even),
.custom-sort-table tr:nth-child(even),
#shipTable tr:nth-child(even) {background:#f9fafb}.color-schema-table tr:nth-child(odd),
.custom-sort-table tr:nth-child(odd),
#shipTable tr:nth-child(odd) {background:#fff}.color-schema-table tr:hover,.custom-sort-table tr:hover,#shipTable tr:hover{background:#e5e7eb;color:#1e293b}html[data-theme="dark"] .color-schema-table,html[data-theme="dark"] .custom-sort-table,html[data-theme="dark"] #shipTable{background:#17324c;color:#fff;box-shadow:0 2px 12px rgba(16,42,67,.10)}html[data-theme="dark"] .color-schema-table th,html[data-theme="dark"] .custom-sort-table th,html[data-theme="dark"] #shipTable th{background:#204060;color:#fff;border-bottom:2px solid #102a43}html[data-theme="dark"] .color-schema-table td,html[data-theme="dark"] .custom-sort-table td,html[data-theme="dark"] #shipTable td{border-bottom:1px solid #1c2e4a;color:#fff}html[data-theme="dark"] .color-schema-table tr:nth-child(even),
html[data-theme="dark"] .custom-sort-table tr:nth-child(even),
html[data-theme="dark"] #shipTable tr:nth-child(even) {background:#1c2e4a}html[data-theme="dark"] .color-schema-table tr:nth-child(odd),
html[data-theme="dark"] .custom-sort-table tr:nth-child(odd),
html[data-theme="dark"] #shipTable tr:nth-child(odd) {background:#17324c}html[data-theme="dark"] .color-schema-table tr:hover,html[data-theme="dark"] .custom-sort-table tr:hover,html[data-theme="dark"] #shipTable tr:hover{background:#243f5e;color:#000!important}html[data-theme="dark"] .color-schema-table tr:last-child td,html[data-theme="dark"] .custom-sort-table tr:last-child td,html[data-theme="dark"] #shipTable tr:last-child td{border-bottom:none}.ship-type img,.ship-nation img{display:block;margin:0 auto 2px;height:26px;border-radius:2px;box-shadow: 0 0 4px #0e1b2c55}.ship-name{text-align:left;font-weight:500;padding-left:12px}.color-schema-table{width:100%;border-collapse:collapse;text-align:center;font-weight:bold}.color-schema-table th,.color-schema-table td{padding:12px;border:1px solid #ddd}.color-schema-table thead{background-color:#fff;color:#000}footer,.site-footer{background-color:#f5f5f5;color:#333;font-size:.85em;padding:20px;text-align:center;border-top:1px solid #ccc;margin-top:40px}.site-footer a{color:#369;text-decoration:none}.site-footer a:hover{text-decoration:underline}html[data-theme="dark"] .site-footer{background-color:#102a43;color:#ccc;border-top:1px solid #2a4a6b}html[data-theme="dark"] .site-footer a{color:#80bfff}.site-footer .footer-social img{width:24px;height:24px;vertical-align:middle;filter:invert(100%);transition:transform .3s ease}.site-footer .footer-social a:hover img{transform:scale(1.1)}.cards-grid,.grid-3,.grid-2{display:grid;gap:1.5rem;padding:1rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.card{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.05)}.card.wide{grid-column:span 2}@media (max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.cards-grid,.grid-3,.grid-2{grid-template-columns:1fr}.card.wide{grid-column:span 1}}.ship-stats-section{width:90%;margin:0 auto 40px auto;padding:0 10px;text-align:center}.ship-stats-section-heading{font-size:1.8em;font-weight:bold;margin-top:2rem;margin-bottom:1rem;color:#222;cursor:pointer}html[data-theme="dark"] .ship-stats-section-heading{color:#e0e0e0}.ship-stats-section-heading:hover{opacity:.85;text-decoration:underline}#ship-stats-wrapper{display:flex;justify-content:center;padding:10px}#shipTable{width:fit-content;width:100%;margin:0 auto;border-collapse:collapse;font-size:.95rem;background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05)}#shipTable thead{background-color:#f8f9fa;color:#222;text-transform:uppercase;letter-spacing:.5px}#shipTable th,#shipTable td{padding:12px;border:1px solid #ddd;text-align:center}#shipTable tbody tr:hover{background-color:rgba(0,0,0,.05)}#shipTable td.ship-name{font-size:1.15em;font-weight:600}#shipTable td.ship-type,#shipTable td.ship-nation{font-size:.85em;font-weight:400;color:#bbb}#shipTable td.winrate,#shipTable td.wn8{font-size:1.1em;font-weight:600}body.dark-mode #shipTable{background:#102a43;color:#e0e0e0}body.dark-mode #shipTable thead{background-color:#1a3b5c;color:#f0f0f0}body.dark-mode #shipTable td,body.dark-mode #shipTable th{border-color:#2a4a6b}body.dark-mode #shipTable tbody tr:hover{background-color:rgba(255,255,255,.05)}body.dark-mode #player-name{color:#e0e0e0}.stats-overview,.stats-section .table-wrapper{width:90%;margin:0 auto 30px auto}.stats-overview{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.stat-card{flex:1 1 140px;background:#f0f0f0;border-radius:10px;padding:10px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.1)}.stat-card .label{font-size:.9em;color:#555}.stat-card .value{font-size:1.5em;font-weight:bold;margin-top:5px}html[data-theme="dark"] .stat-card{background:#1e1e1e}html[data-theme="dark"] .stat-card .label{color:#bbb}html[data-theme="dark"] .stat-card .value{color:#fff}html[data-theme="dark"] .stats-table{background-color:#102a43;color:#e0e0e0}html[data-theme="dark"] .stats-table th,html[data-theme="dark"] .stats-table td{background-color:#102a43;color:#fff;border-color:#2a4a6b}html[data-theme="dark"] .stats-table thead{background-color:#1a3b5c;color:#f0f0f0}html[data-theme="dark"] .stats-table tr:hover{background-color:rgba(255,255,255,.05)}#player-name{text-align:center;font-size:2em;color:#222;margin-top:1rem}html[data-theme="dark"] #player-name{color:#e0e0e0}.stats-section h2,.ship-stats-section h2{text-align:center;font-size:1.8em;margin-bottom:.8rem;color:#222}html[data-theme="dark"] .stats-section h2,html[data-theme="dark"] .ship-stats-section h2{color:#e0e0e0}html[data-theme="dark"] .stats-table thead th{background-color:#0b1e33;color:#fff}html[data-theme="dark"] .stat-card{background:#0b1e33;color:#fff}html[data-theme="dark"] .color-schema-table{background-color:#14324f;color:#e0e0e0}html[data-theme="dark"] .color-schema-table th,html[data-theme="dark"] .color-schema-table td{background-color:#102a43;color:#fff;border-color:#2a4a6b;border-bottom:1px solid #386ea1;border-right: ;padding:.6rem .8rem}html[data-theme="dark"] .color-schema-table thead th{background-color:#0b1e33;color:#fff}html[data-theme="dark"] .color-schema-table tr:hover{background-color: background-color: #ffffff}.stats-table .winrate,.stats-table .wn8{font-weight:bold;font-size:1.35em;border-radius:.5em;padding:2px 8px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.12);transition:background .25s , color .25s}.stats-table .winrate:hover,.stats-table .wn8:hover{box-shadow:0 0 8px 2px rgba(80,180,255,.22);filter:brightness(1.08)}.stats-table .pr{font-weight:bold;font-size:1.2em;border-radius:.5em;padding:2px 8px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.12)}.pr{font-weight:bold;font-size:1.2em;text-align:center}.pr.neutral{color:#555}.stats-section .table-wrapper{border-radius:16px;overflow:hidden}.stats-table{border-radius:0;width:100%;border-collapse:separate;border-spacing:1}.stats-table th,.stats-table td{border-radius:0!important;border:none}.pr,.wn8,.winrate{border-radius:0!important}.stats-table td:first-child,.stats-table th:first-child,.stats-table td:last-child,.stats-table th:last-child{border-radius:0!important}.stats-table th,.stats-table td{padding:.45em .8em;text-align:center;border:none}.player-link .nickname{font-size:1.23em;font-weight:800;color:#fff;text-shadow: 0 2px 12px #1da2ff66, 0 1px 0 #111d;letter-spacing:.01em;transition:color .2s , text-shadow .2s;line-height:1.2}.player-link{background:none!important;border:none!important;box-shadow:none!important;padding:0;color:#fff!important;font-size:1.23em;font-weight:800;text-shadow: 0 2px 12px #1da2ff66, 0 1px 0 #111d;letter-spacing:.01em;transition:color .2s , text-shadow .2s;line-height:1.2;display:inline}.player-link:hover .nickname{color:#ffe678;text-shadow: 0 2px 12px #ffe67899, 0 1px 0 #111d}.player-link,.player-link:hover{text-decoration:none!important}.player-link .external-link-icon{color:#fff4b8;font-size:1em;opacity:.75;transition:color .18s}.player-link:hover .external-link-icon{color:#ffe678;opacity:1}.stats-table td,.stats-table th{font-weight:400;color:#c6d8f2;font-size:1.03em}.stats-table th{font-weight:800;color:#fff}.wn8-cell{font-size:1.38em!important;font-weight:900!important;color:#fff!important;letter-spacing:.02em;box-shadow: 0 0 18px #12e2ff14 inset}.pr-cell,.winrate-cell,.tier-cell,.battles-cell{font-size:1em!important;font-weight:400!important;color:#0b263b!important;background:none!important;box-shadow:none!important}html[data-theme="dark"] .pr-cell,html[data-theme="dark"] .winrate-cell,html[data-theme="dark"] .tier-cell,html[data-theme="dark"] .battles-cell{font-size:1em!important;font-weight:400!important;color:#c6d8f2!important;background:none!important;box-shadow:none!important}.custom-sort-table td.nickname-cell{background:linear-gradient(90deg,#194686 70%,#209af5 100%);border-radius:0;padding-left:.8em;padding-right:.8em;box-shadow: 0 2px 12px 0 #209af544;transition:background .22s}.stats-table tr:hover{background:#213960!important}html[data-theme="dark"] .stats-table tbody tr{border-bottom:1px solid #283b52}body[data-theme="light"] .stats-table tbody tr{border-bottom:1px solid #e3e3e3}.stats-section .stats-table tbody tr{border-bottom:1px solid #fff}.stats-table tbody tr:last-child{border-bottom:none!important}.player-header{text-align:center;margin-top:20px}.player-nick{display:inline;font-size:2.2em;font-weight:bold;color:#fff}.player-clan{display:inline;margin-left:.7em;font-weight:normal;font-size:1.1em;color:#c9d7ea;letter-spacing:.5px}.clan-link{color:#c9d7ea;text-decoration:none;font-weight:normal;padding:0 1px;transition:color .18s}.clan-link:hover,.clan-link:focus{color:#e7e9ff}.player-header{background:none;padding:1rem 0}.player-header .player-info,.player-header .player-info a.site-titlel,.player-header .player-info .player-clan,.player-header .player-info .player-clan a.clan-link{color:#0b263b;text-decoration:none}.player-header .player-info a.site-titlel:hover,.player-header .player-info .player-clan a.clan-link:hover{color:#09203a;text-decoration:underline}html[data-theme="dark"] .player-header .player-info,html[data-theme="dark"] .player-header .player-info a.site-titlel,html[data-theme="dark"] .player-header .player-info .player-clan,html[data-theme="dark"] .player-header .player-info .player-clan a.clan-link{color:#e2e8f0}html[data-theme="dark"] .player-header .player-info a.site-titlel:hover,html[data-theme="dark"] .player-header .player-info .player-clan a.clan-link:hover{color:#fff}.stats-cards-container{display:flex;flex-wrap:nowrap;gap:1.0rem;align-items:flex-start}.stats-cards-container .stats-card{flex:1 1 calc(50% - .75rem)}@media (max-width:1400px){.stats-cards-container{flex-direction:column}.stats-cards-container .stats-card{flex:1 1 100%}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-sort-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:1rem}.custom-sort-table th,.custom-sort-table td{padding:.55rem .85rem;text-align:center;white-space:nowrap}.custom-sort-table .nickname-cell,.custom-sort-table .player-link{white-space:normal}@media (max-width:1600px){.custom-sort-table{font-size:.925rem}.custom-sort-table th,.custom-sort-table td{padding:.4rem .55rem}}@media (max-width:1200px){.custom-sort-table{font-size:.925rem}.custom-sort-table th,.custom-sort-table td{padding:.3rem .55rem}}@media (max-width:1000px){.stats-table,.color-schema-table,.custom-sort-table,#shipTable{font-size:.92rem}.ship-type img,.ship-nation img{height:18px}}@media (max-width:800px){.custom-sort-table{font-size:.875rem}.custom-sort-table th,.custom-sort-table td{padding:.2rem .45rem}}@media (max-width:600px){.custom-sort-table{font-size:.55rem}.custom-sort-table th,.custom-sort-table td{padding:.02rem .04rem}}.top-list-note{margin-bottom:.5em;color:#1765ad;font-size:1rem}html[data-theme="dark"] .top-list-note{color:#a3d4f7}@media (max-width:800px){.top-list-note{font-size:.875rem}.stats-card h2,.stats-section h2,.ship-stats-section h2{font-size:1.2rem;margin-bottom:.25rem}}.stats-section .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem}.stats-section .stats-table{width:100%;border-collapse:separate;border-spacing:0;background:#17324c;color:#fff;border-radius:10px;overflow:hidden;font-size:1rem;box-shadow:0 2px 12px rgba(16,42,67,.10)}.stats-section .stats-table th{background:#204060;color:#fff;padding:10px 6px;border-bottom:2px solid #102a43;font-weight:600;letter-spacing:.04em;text-align:center}.stats-section .stats-table td{padding:6px 6px;border-bottom:1px solid #1c2e4a;text-align:center;background:transparent}.stats-section .stats-table tr:nth-child(even) {background:#1c2e4a}.stats-section .stats-table tr:nth-child(odd) {background:#17324c}.stats-section .stats-table tr:hover{color:#000!important;background:#243f5e}.stats-table tr>td:first-child,.stats-table thead tr>th:first-child{font-weight:bold}@media (max-width:1200px){.stats-section .stats-table{font-size:.925rem}.stats-section .stats-table th,.stats-section .stats-table td{padding:.3rem .55rem}}@media (max-width:800px){.stats-section .stats-table{font-size:.875rem}.stats-section .stats-table th,.stats-section .stats-table td{padding:.2rem .45rem}}@media (max-width:600px){.stats-section .stats-table{font-size:.75rem}.stats-section .stats-table th,.stats-section .stats-table td{padding:.1rem .2rem}}.wn8.neutral{background-color:transparent!important}.pr.neutral{background-color:transparent!important}.winrate.neutral{background-color:transparent!important}.tooltip{position:relative;display:inline-block;cursor:pointer}.tooltip .tooltip-content{visibility:hidden;opacity:0;width:200px;background-color:#204060;color:#fff;text-align:left;padding:.5rem;border-radius:4px;position:absolute;bottom:125%;left:50%;transform:translateX(-50%);transition:opacity .2s ease-in-out;z-index:10}.tooltip .tooltip-content::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#204060 transparent transparent transparent}.tooltip:hover .tooltip-content{visibility:visible;opacity:1}.table-wrapper .stats-table thead th{padding:.4rem .6rem;font-size:1.3rem}@media (max-width:1200px){.table-wrapper .stats-table thead th{font-size:1rem}.table-wrapper .stats-table td{padding:.2rem .3rem;font-size:1rem}#player-name{font-size:24px;font-weight:bold;color:#fff}}@media (max-width:800px){.table-wrapper .stats-table{font-size:.55rem}.table-wrapper .stats-table th,.table-wrapper .stats-table td{padding:.05rem .05rem;font-size:.5rem}.nickname-cell td{padding:.05rem .05rem;font-size:.5rem}}@media (max-width:650px){.table-wrapper .stats-table thead th{font-size:.4rem;padding:.03rem .03rem}.table-wrapper .stats-table td{padding:.03rem .03rem;font-size:.4rem}.nickname-cell td{padding:.02rem .02rem;font-size:.4rem}.player-link .nickname{font-size:.6em}.wn8-cell{font-size:.6!important}#player-name{font-size:20px;font-weight:bold;color:#fff}}@media (max-width:480px){.table-wrapper .stats-table thead th{font-size:.4rem;padding:.01rem .01rem}.table-wrapper .stats-table td{padding:.01rem .01rem;font-size:.4rem}.pr-cell,.winrate-cell,.tier-cell,.server-cell,.battles-cell{font-size:.5rem!important}.nickname-cell{font-size:.5rem!important}.wn8-cell{font-size:.5rem!important}.break-20ch{max-width:20ch;overflow-wrap:break-word;word-break:break-all}}.stats-table tr.row-winrate td:not(:first-child) {border:1px solid #fff!important}.stats-table tr.row-wn8 td:not(:first-child) {border:1px solid #fff!important}#openCardsBtn{padding:.6em 1.2em;font-size:1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}#openCardsBtn:hover{background:#2980b9}html[data-theme="light"] .stats-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff!important;color:#0b263b!important;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)!important}html[data-theme="light"] .stats-table thead th{background:#f3f4f6!important;color:#0b263b!important;padding:10px 6px!important;border-bottom:2px solid #e5e7eb!important}html[data-theme="light"] .stats-table tbody td{padding:6px 6px!important;border-bottom:1px solid #e5e7eb!important;text-align:center!important;color:#0b263b!important}html[data-theme="light"] .stats-table tbody tr:nth-child(even) {background:#f9fafb!important}html[data-theme="light"] .stats-table tbody tr:nth-child(odd) {background:#fff!important}html[data-theme="light"] .stats-table tbody tr:hover{background:#e5e7eb!important;color:#0b263b!important}html[data-theme="light"] .stats-table .pr-cell,html[data-theme="light"] .stats-table .winrate-cell,html[data-theme="light"] .stats-table .tier-cell,html[data-theme="light"] .stats-table .battles-cell{color:#0b263b!important;box-shadow:none!important}html[data-theme="light"] .stats-table .tooltip-content a{color:#0b263b!important}html[data-theme="dark"] .stats-table{background:#17324c;color:#fff;box-shadow:0 2px 12px rgba(16,42,67,.10)}html[data-theme="dark"] .stats-table thead th{background:#204060;color:#fff;border-bottom:2px solid #102a43}html[data-theme="dark"] .stats-table tbody td{border-bottom:1px solid #1c2e4a;color:#fff}html[data-theme="dark"] .stats-table tbody tr:nth-child(even) {background:#1c2e4a}html[data-theme="dark"] .stats-table tbody tr:nth-child(odd) {background:#17324c}html[data-theme="dark"] .stats-table tbody tr:hover{background:#243f5e;color:#000!important}html[data-theme="dark"] .stats-table .pr-cell,html[data-theme="dark"] .stats-table .winrate-cell,html[data-theme="dark"] .stats-table .tier-cell,html[data-theme="dark"] .stats-table .battles-cell{color:#c6d8f2!important}html[data-theme="dark"] .stats-table .tooltip-content a{color:#80bfff}html[data-theme="light"] .stats-table tbody td:not(.winrate):not(.wn8) {background:transparent!important}html[data-theme="light"] .stats-table tbody td.winrate,html[data-theme="light"] .stats-table tbody td.wn8{color:#fff!important}html[data-theme="light"] .stats-table .player-link{color:#0b263b!important;text-shadow:none!important}html[data-theme="light"] .custom-sort-table.color-schema-table td[style*="background-color"]{color:#fff!important}html[data-theme="light"] .stats-table tbody td:not(.winrate):not(.wn8) {background-color:transparent!important}html[data-theme="light"] .clan-header h1{color:#0b263b!important}html[data-theme="light"] .clan-header span{color:#6b7a8f!important}html[data-theme="light"] .clan-header+div{color:#4a5a6b!important}.stats-table.color-schema-table .player-link{position:relative;color:inherit;text-decoration:none;transition:color .3s ease}.stats-table.color-schema-table .player-link::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;background:currentColor;transition:width .3s ease}.stats-table.color-schema-table .player-link:hover::after{width:100%}.stats-table.color-schema-table .player-link:hover{color:#4db8ff!important}.stats-table.color-schema-table .player-link:hover::after{background:currentColor}.serverstats-table{width:90%;margin:.5em auto 2em auto;border-collapse:collapse;table-layout:fixed;text-align:center}.serverstats-table th{padding:.6em .8em;background-color:#f3f4f6;color:#0b263b;font-weight:600;border-bottom:2px solid #e5e7eb}.serverstats-table td{padding:.5em .8em;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.serverstats-table th:nth-child(1),
.serverstats-table td:nth-child(1) {width:5%}.serverstats-table th:nth-child(2),
.serverstats-table td:nth-child(2) {width:45%}.serverstats-table th:nth-child(3),
.serverstats-table td:nth-child(3),
.serverstats-table th:nth-child(4),
.serverstats-table td:nth-child(4) {width:15%}.serverstats-table th:nth-child(5),
.serverstats-table td:nth-child(5) {width:20%}.serverstats-table tbody tr:hover{background-color:rgba(11,38,59,.1)}@media (max-width:800px){.serverstats-table{width:100%;font-size:.9rem}.serverstats-table th,.serverstats-table td{padding:.4em .5em}}@media (max-width:500px){.serverstats-table{font-size:.8rem}.serverstats-table th,.serverstats-table td{padding:.3em .4em}}html[data-theme="light"] .serverstats-table,html[data-theme="light"] .serverstats-table th,html[data-theme="light"] .serverstats-table td{color:#0b263b!important}.ship-page{background:var(--bg-page);color:var(--fg-text);padding:2rem 1rem;max-width:900px;margin:auto}.ship-card{background:var(--accent);color:var(--bg-card);padding:1.5rem;text-align:center;border-radius:0 0 1rem 1rem;box-shadow:0 4px 8px var(--shadow)}.ship-card h1{margin:0 0 .5rem;font-size:2rem}.ship-card p{margin:0;font-size:1rem}.ship-details dl{display:grid;grid-template-columns:1fr 2fr;row-gap:.75rem;column-gap:1rem;background:var(--bg-card);padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 6px var(--shadow);margin-top:-1rem}.ship-details dt{font-weight:600;color:var(--fg-text);text-transform:capitalize}.ship-details dd{margin:0;color:var(--fg-muted)}.ship-extra{margin-top:1.5rem}.toggle-btn{display:block;width:100%;background:var(--accent);color:var(--bg-card);border:none;padding:.75rem;margin-bottom:.25rem;text-align:left;border-radius:.5rem;cursor:pointer;transition:background .2s}.toggle-btn:hover{background:var(--accent-hover)}.toggle-content{display:none;background:var(--bg-card);color:var(--fg-text);padding:1rem;border-radius:.5rem;margin-bottom:1rem;box-shadow:0 2px 4px var(--shadow);overflow-x:auto}.toggle-content img{max-width:100px;margin-right:.5rem;vertical-align:middle}.btn-download{display:inline-flex;display:inline-block;margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#1a73e8,#155ab6);color:#fff;text-decoration:none;font-size:16px;font-weight:bold;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .1s ease-in-out , box-shadow .1s}.btn-download:hover{background:linear-gradient(135deg,#155ab6,#1a73e8);box-shadow:0 6px 16px rgba(0,0,0,.2)}.wn8-schema td.col-winrate,.wn8-schema td.col-wn8{font-weight:800;font-size:1.6rem}@media (max-width:600px){font-size: 0.8rem;
	.wn8-schema td.col-winrate,
.wn8-schema td.col-wn8 {font-weight:800;font-size:.7rem}}.top-stats-heading{text-align:center;color:#102a43;font-weight:bold;font-size:1.6rem;margin-bottom:10px;margin-top:30px}html[data-theme="dark"] .top-stats-heading{color:#cfe8ff}