:root{--bg:#eef1f3;--panel:#f8f9fa;--panel-strong:#fff;--line:#cfd5d9;--line-dark:#aeb7bd;--text:#172027;--muted:#6f7b83;--soft:#e8ecef;--green:#2e8b1f;--orange:#d78b17;--purple:#6c2d91;--blue:#2f77a7;--red:#c84d45;--cyan:#1da6b8}
*{box-sizing:border-box}[hidden]{display:none!important}html{background:var(--bg);color:var(--text)}body{margin:0;font-family:Inter,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:linear-gradient(#f3f5f6,#e8ecef);font-variant-numeric:tabular-nums}.exp-shell{width:min(2240px,calc(100vw - 64px));margin:24px auto 80px}.exp-topbar{height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-dark);background:#e2e6e9;padding:0 18px}.exp-brand{display:flex;align-items:center;gap:12px}.exp-brand strong{font-size:18px}.exp-brand span{font-size:12px;font-weight:800;letter-spacing:.12em;background:#273039;color:#fff;padding:5px 8px}.exp-top-actions{display:flex;gap:8px}.exp-top-actions a,.exp-top-actions button,.exp-lookup-bar button{border:1px solid #9ca7ae;background:#f8f9fa;color:#222;padding:8px 13px;text-decoration:none;font:inherit;cursor:pointer}.exp-top-actions a:hover,.exp-top-actions button:hover,.exp-lookup-bar button:hover{background:#fff}.exp-lookup-bar{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:13px 18px;background:#f6f7f8;border-bottom:1px solid var(--line)}.exp-favorite-control,.exp-search{display:flex;gap:8px;align-items:center}.exp-favorite-control label{font-size:13px;color:var(--muted);font-weight:700}.exp-lookup-bar select,.exp-lookup-bar input,.exp-filter-row select,.exp-filter-row input{height:36px;border:1px solid var(--line-dark);background:white;padding:0 10px;font:inherit;color:var(--text);border-radius:0}.exp-search{position:relative}.exp-search input{width:320px}.exp-suggestions{position:absolute;right:0;top:42px;width:360px;z-index:20;background:white;border:1px solid var(--line-dark);box-shadow:0 12px 30px #0002}.exp-suggestions .suggestion{display:flex;width:100%;justify-content:space-between;border:0;border-bottom:1px solid var(--line);padding:10px 12px;background:#fff}.exp-status{display:flex;align-items:center;gap:14px;margin-top:18px;padding:18px;background:#fff;border:1px solid var(--line)}.exp-status p{margin:4px 0 0;color:var(--muted)}.exp-spinner{width:20px;height:20px;border:3px solid #cfd5d9;border-top-color:#34434c;border-radius:50%;animation:exp-spin .8s linear infinite}@keyframes exp-spin{to{transform:rotate(360deg)}}.exp-error{border-color:#d8aaa7;background:#fff6f5}.exp-error-icon{font-weight:900;color:var(--red);font-size:22px}.exp-empty-state{margin-top:18px;padding:42px;background:#fff;border:1px solid var(--line);text-align:center}.exp-profile-head{margin-top:18px;display:flex;justify-content:space-between;align-items:stretch;background:#f6f7f8;border:1px solid var(--line-dark);min-height:138px}.exp-profile-main{padding:24px 28px;border-left:7px solid #aab2b7}.exp-name-row{display:flex;align-items:center;gap:12px}.exp-name-row h1{margin:0;font-size:38px;line-height:1}.exp-profile-main p{margin:8px 0 0;color:#657079;font-weight:600}.exp-profile-main #expPlayerAside{font-size:13px;color:#7d878e}.exp-private-badge{font-size:12px;background:#fde4e2;color:#9c312b;padding:4px 7px}.exp-header-pr{min-width:220px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding:20px 28px;background:#e2e6e9;border-left:1px solid var(--line)}.exp-header-pr span{font-size:13px;color:var(--muted);font-weight:700}.exp-header-pr strong{font-size:42px;line-height:1.05}.exp-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;background:#dfe4e7;border:1px solid var(--line-dark)}.exp-tabs button{padding:13px 16px;border:0;border-right:1px solid var(--line);background:transparent;font-size:15px;font-weight:800;cursor:pointer;color:#4f5a61}.exp-tabs button:last-child{border-right:0}.exp-tabs small{display:block;font-size:10px;font-weight:700;letter-spacing:.12em;color:#89939a}.exp-tabs button.active{background:white;color:#111;box-shadow:inset 0 -4px #343d43}.exp-private-message{padding:20px;margin-top:16px;background:#fff4f3;border:1px solid #dfb1ae;color:#843a35}.exp-pr-banner{margin-top:16px;display:flex;justify-content:space-between;align-items:center;min-height:72px;padding:12px 20px;border:1px solid var(--line-dark);border-left:10px solid #6f7a80;background:#edf0f2}.exp-pr-banner>div:first-child{display:flex;align-items:baseline;gap:12px}.exp-pr-label{font-size:29px;font-weight:725}.exp-pr-banner small{font-size:13px;font-weight:700}.exp-pr-value{display:flex;align-items:baseline;gap:8px}.exp-pr-value span{font-size:13px;font-weight:800}.exp-pr-value strong{font-size:37px}.pr-bad{border-left-color:#ef3340!important;color:#d3222f}.pr-below-average{border-left-color:#ff7a00!important;color:#e86500}.pr-average{border-left-color:#e5b800!important;color:#b98b00}.pr-good{border-left-color:#20b15a!important;color:#168b43}.pr-very-good{border-left-color:#00a8a8!important;color:#008383}.pr-great{border-left-color:#1683ff!important;color:#006bd6}.pr-unicum{border-left-color:#8a45ff!important;color:#7130df}.pr-super-unicum{border-left-color:#e12bd1!important;color:#bd14b1}.exp-kpi-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--line-dark);border-top:0;background:#f7f8f9}.exp-kpi{min-height:94px;padding:15px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.exp-kpi:last-child{border-right:0}.exp-kpi span{font-size:13px;color:#5f6970;font-weight:700}.exp-kpi strong{margin-top:5px;font-size:30px;line-height:1}.exp-kpi small{margin-top:6px;color:#737f87;font-size:12px}.exp-primary-kpis .exp-kpi strong{font-size:30px}.exp-dashboard-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-top:20px}.exp-panel{margin-top:20px;border:1px solid var(--line-dark);background:var(--panel-strong)}.exp-dashboard-grid .exp-panel{margin-top:0}.exp-section-head{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:11px 18px;background:#e5e9eb;border-bottom:1px solid var(--line-dark)}.exp-section-head h2,.exp-section-head h3{margin:0;font-size:20px;line-height:1.2}.exp-section-head span{font-size:13px;color:#657078;font-weight:700}.exp-table-wrap{overflow:auto;scrollbar-gutter:stable}.exp-table-wrap table{width:100%;min-width:760px;border-collapse:collapse;white-space:nowrap;table-layout:auto}.exp-table-wrap th{position:sticky;top:0;z-index:1;background:#edf0f2;color:#364149;font-size:14px;line-height:1.25;font-weight:850;text-align:right;padding:10px 14px;border-bottom:1px solid var(--line-dark);min-width:104px}.exp-table-wrap th:first-child,.exp-table-wrap th:nth-child(2){text-align:left}.exp-table-wrap td{padding:10px 14px;border-bottom:1px solid #dfe4e7;text-align:right;font-size:16px;line-height:1.34;vertical-align:middle}.exp-table-wrap td:first-child,.exp-table-wrap td:nth-child(2){text-align:left}.exp-table-wrap tbody tr:nth-child(even){background:#f8f9fa}.exp-table-wrap tbody tr:hover{background:#eef5f8}.exp-table-wrap td small{display:block;margin-top:3px;color:#69757d;font-size:13px;line-height:1.25}.exp-click-row{cursor:pointer}.exp-ship-cell{display:flex!important;align-items:center;gap:13px;min-width:340px}.exp-ship-cell .ship-thumb{width:88px;height:36px;object-fit:contain;flex:0 0 auto}.exp-ship-cell .class-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:25px;background:#dfe5e8;font-size:11px;font-weight:900}.exp-ship-cell strong{display:block;font-size:18px;line-height:1.2}.exp-ship-cell small{display:flex!important;align-items:center;gap:7px;font-size:12.5px!important}.nation-flag{width:20px;height:15px;object-fit:cover}.nation-code-badge,.nation-latam-icon{display:inline-flex;align-items:center;justify-content:center;font-size:10px;background:#e2e7e9;padding:2px 4px}.exp-tier-bars{height:230px;padding:16px 22px 12px;display:grid;grid-template-columns:repeat(11,1fr);gap:12px;align-items:end}.exp-tier-col{height:100%;display:grid;grid-template-rows:24px 1fr 24px;align-items:end;text-align:center}.exp-tier-value{font-size:12px;color:#657078}.exp-tier-track{height:100%;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #9ea8ae;background:linear-gradient(90deg,transparent 48%,#d8dde0 49%,#d8dde0 51%,transparent 52%)}.exp-tier-track i{display:block;width:min(28px,70%);background:#657178;min-height:2px}.exp-tier-col b{font-size:13px;padding-top:5px}.exp-record-grid{display:grid;grid-template-columns:repeat(6,1fr)}.exp-record-grid .exp-kpi{border-bottom:0}.exp-subtabs{display:flex;margin-top:16px;border:1px solid var(--line-dark);background:#e1e5e7}.exp-subtabs button{min-width:110px;padding:11px 18px;border:0;border-right:1px solid var(--line-dark);background:transparent;font-weight:800;cursor:pointer}.exp-subtabs button.active{background:white;box-shadow:inset 0 -4px #353e44}.exp-period{padding:10px 14px;background:#f7f8f9;border:1px solid var(--line-dark);border-top:0;color:#737d83;font-size:13px}.exp-single-toolbar{display:flex;justify-content:space-between;padding:10px 14px;margin-top:10px;background:#f6f7f8;border:1px solid var(--line);font-size:13px}.exp-ships-head{align-items:flex-start}.exp-ships-head>div:first-child{display:flex;gap:10px;align-items:baseline}.exp-filter-row{display:flex;gap:8px}.exp-filter-row input{width:260px}.exp-filter-row select{min-width:130px}.exp-ships-wrap{max-height:calc(100vh - 300px)}.exp-award{font-weight:800}.award-gold{color:#9a7200}.award-silver{color:#6f7880}.award-bronze{color:#9b5e26}.wr-high{color:#8a45ff!important;font-weight:650;font-size:1.04em}.wr-very-good{color:#1683ff!important;font-weight:650;font-size:1.04em}.wr-good{color:#20b15a!important;font-weight:650;font-size:1.04em}.wr-low{color:#ef3340!important;font-weight:650;font-size:1.04em}.exp-empty,.exp-empty-cell{padding:28px!important;text-align:center!important;color:#7d878d}.exp-dialog{border:0;padding:0;background:transparent;width:min(1700px,94vw);max-width:none}.exp-dialog::backdrop{background:#1119}.exp-dialog-shell{background:#f7f8f9;border:1px solid #8f999f;max-height:88vh;overflow:auto;box-shadow:0 30px 80px #0005}.exp-dialog-head{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:flex-start;padding:18px 22px;background:#e3e7e9;border-bottom:1px solid #aab3b8}.exp-dialog-head h3{margin:3px 0 0;font-size:28px}.exp-dialog-head p{margin:6px 0 0;color:#69747b}.exp-dialog-head button{border:0;background:transparent;font-size:28px;cursor:pointer}.exp-dialog-actions{display:flex;align-items:center;gap:14px}.battle-detail-hero,.battle-detail-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-bottom:1px solid var(--line-dark)}.battle-detail-hero article,.battle-detail-grid article{padding:14px 16px;border-right:1px solid var(--line);min-height:78px;background:#fff}.battle-detail-hero article span,.battle-detail-grid article span{display:block;font-size:12px;color:#737d84}.battle-detail-hero article strong,.battle-detail-grid article strong{display:block;margin-top:5px;font-size:20px}.battle-detail-hero article small,.battle-detail-grid article small{display:block;margin-top:4px;color:#899197}.detail-section{margin:16px;border:1px solid var(--line-dark);background:#fff}.detail-section-title{display:flex;justify-content:space-between;padding:10px 12px;background:#e7eaec;border-bottom:1px solid var(--line)}.detail-notes{padding:0 18px 18px;color:#657078}.detail-paragraph{padding:14px}.info-badge,.result-badge{display:inline-block;padding:4px 7px;background:#e6eaec;border:1px solid #c0c8cd;font-size:12px}.result-win{color:#1f7a2c}.result-loss{color:#b54f43}.result-draw{color:#756922}
.exp-data-table th:first-child,.exp-data-table td:first-child{min-width:112px}
.exp-summary-table th:first-child,.exp-summary-table td:first-child{min-width:170px}
.exp-summary-table th:not(:first-child),.exp-summary-table td:not(:first-child){min-width:120px}
.exp-class-table th:first-child,.exp-class-table td:first-child{min-width:165px}
.exp-class-table th:not(:first-child),.exp-class-table td:not(:first-child){min-width:108px}
.exp-recent-table th:first-child,.exp-recent-table td:first-child{min-width:155px}
.exp-recent-table th:not(:first-child),.exp-recent-table td:not(:first-child){min-width:122px}
.exp-ship-table{min-width:1240px!important}
.exp-ship-table th:first-child,.exp-ship-table td:first-child{width:86px;min-width:86px;text-align:center}
.exp-ship-table th:nth-child(2),.exp-ship-table td:nth-child(2){width:360px;min-width:340px}
.exp-ship-table th:nth-child(n+3),.exp-ship-table td:nth-child(n+3){min-width:118px}
.exp-battle-table{min-width:1180px!important}
.exp-battle-table th:first-child,.exp-battle-table td:first-child{min-width:180px}
.exp-battle-table th:nth-child(2),.exp-battle-table td:nth-child(2){min-width:260px}
.exp-battle-table th:nth-child(n+3),.exp-battle-table td:nth-child(n+3){min-width:112px}
.exp-table-wrap th,.exp-dialog table th{cursor:pointer;user-select:none}
.exp-table-wrap th::after,.exp-dialog table th::after{content:' ↕';color:#9aa4aa;font-size:11px;margin-left:4px}
.exp-table-wrap th.sort-asc::after,.exp-dialog table th.sort-asc::after{content:' ↑';color:#1e272d}
.exp-table-wrap th.sort-desc::after,.exp-dialog table th.sort-desc::after{content:' ↓';color:#1e272d}
.exp-table-wrap tbody tr{height:54px}
.exp-table-wrap tbody tr:hover{background:#eaf2f6}
.exp-dialog table{width:100%;border-collapse:collapse;white-space:nowrap}
.exp-dialog table th{background:#edf0f2;color:#414b52;font-size:13px;font-weight:800;padding:12px 16px;border-bottom:1px solid var(--line-dark);text-align:right}
.exp-dialog table td{font-size:15px;padding:12px 16px;border-bottom:1px solid #dfe4e7;text-align:right}
.exp-dialog table th:first-child,.exp-dialog table td:first-child{text-align:left;min-width:220px}
@media(min-width:1800px){
  .exp-shell{width:min(2280px,calc(100vw - 80px))}
  .exp-table-wrap th,.exp-dialog table th{font-size:14.5px;padding:11px 16px}
  .exp-table-wrap td,.exp-dialog table td{font-size:17px;padding:11px 16px}
  .exp-ship-cell strong{font-size:19px}
  .exp-ship-cell small{font-size:13px!important}
  .exp-section-head h2,.exp-section-head h3{font-size:21px}
}

.exp-badge-cell{text-align:center!important;min-width:70px!important}
.exp-efficiency-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #b9c3c9;background:#f4f6f7;font-weight:900;font-size:16px;line-height:1}
.exp-efficiency-expert{background:#fff3c9;border-color:#d9b452;color:#775700}
.exp-efficiency-first{background:#edf5f8;border-color:#9ab9c6;color:#315d70}
.exp-efficiency-second{background:#f0f3f5;color:#53656f}
.exp-efficiency-third{background:#f4f2ee;color:#75685d}
.exp-efficiency-none,.exp-efficiency-unknown{background:transparent;border-color:#d8dde0;color:#9aa2a7}
.exp-icon-empty{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;color:#9aa2a7}
.exp-badge-cell .dsa-official-icon{transform:scale(.72);transform-origin:center;margin:-7px}
.exp-topship-table{table-layout:fixed!important;min-width:1280px!important}
.exp-topship-table th:nth-child(1),.exp-topship-table td:nth-child(1){width:6%;text-align:center}
.exp-topship-table th:nth-child(2),.exp-topship-table td:nth-child(2){width:31%;min-width:330px}
.exp-topship-table th:nth-child(3),.exp-topship-table td:nth-child(3){width:9%}
.exp-topship-table th:nth-child(4),.exp-topship-table td:nth-child(4){width:10%}
.exp-topship-table th:nth-child(5),.exp-topship-table td:nth-child(5){width:10%}
.exp-topship-table th:nth-child(6),.exp-topship-table td:nth-child(6){width:13%}
.exp-topship-table th:nth-child(7),.exp-topship-table td:nth-child(7){width:10%}
.exp-topship-table th:nth-child(8),.exp-topship-table td:nth-child(8){width:11%}
.exp-mode-ship-table{table-layout:fixed!important;min-width:1280px!important}
.exp-mode-ship-table th:nth-child(1),.exp-mode-ship-table td:nth-child(1){width:6%;text-align:center}
.exp-mode-ship-table th:nth-child(2),.exp-mode-ship-table td:nth-child(2){width:31%;min-width:320px}
.exp-mode-ship-table th:nth-child(3),.exp-mode-ship-table td:nth-child(3){width:9%}
.exp-mode-ship-table th:nth-child(4),.exp-mode-ship-table td:nth-child(4){width:10%}
.exp-mode-ship-table th:nth-child(5),.exp-mode-ship-table td:nth-child(5){width:10%}
.exp-mode-ship-table th:nth-child(6),.exp-mode-ship-table td:nth-child(6){width:13%}
.exp-mode-ship-table th:nth-child(7),.exp-mode-ship-table td:nth-child(7){width:10%}
.exp-mode-ship-table th:nth-child(8),.exp-mode-ship-table td:nth-child(8){width:11%}
.exp-window-ship-table{table-layout:fixed!important;min-width:1420px!important}
.exp-window-ship-table th:nth-child(1),.exp-window-ship-table td:nth-child(1){width:5%;text-align:center}
.exp-window-ship-table th:nth-child(2),.exp-window-ship-table td:nth-child(2){width:30%;min-width:330px}
.exp-window-ship-table th:nth-child(3),.exp-window-ship-table td:nth-child(3){width:7%}
.exp-window-ship-table th:nth-child(4),.exp-window-ship-table td:nth-child(4){width:9%}
.exp-window-ship-table th:nth-child(5),.exp-window-ship-table td:nth-child(5){width:9%}
.exp-window-ship-table th:nth-child(6),.exp-window-ship-table td:nth-child(6){width:12%}
.exp-window-ship-table th:nth-child(7),.exp-window-ship-table td:nth-child(7){width:9%}
.exp-window-ship-table th:nth-child(8),.exp-window-ship-table td:nth-child(8){width:10%}
.exp-window-ship-table th:nth-child(9),.exp-window-ship-table td:nth-child(9){width:9%;text-align:center}
.exp-window-ship-row{cursor:pointer}
.exp-window-ship-row.expanded{background:#e8f0f4!important}
.exp-window-ship-row:hover{background:#eaf2f6!important}
.exp-expand-cell{text-align:center!important;min-width:92px!important}
.exp-expand-cell .exp-expand-arrow{display:inline-block;width:18px;font-size:16px;font-weight:900;color:#3e596a}
.exp-expand-cell b{font-size:15px}
.exp-expand-cell small{margin-left:3px!important;display:inline!important}
.exp-window-detail-row td{padding:0!important;background:#f3f6f8!important;border-bottom:1px solid #b9c4ca!important}
.exp-window-detail-row>td{white-space:normal}
.exp-window-battles-head{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#e4eaee;border-top:1px solid #c7d0d5;border-bottom:1px solid #c7d0d5}
.exp-window-battles-head strong{font-size:14px}
.exp-window-battles-head span{font-size:12px;color:#69757c}
.exp-window-no-battles{padding:16px 18px;color:#737e85;font-size:13px}
.exp-mini-wrap{padding:0 14px 14px;background:#f3f6f8}
.exp-mini-battle-table{min-width:920px!important;background:white}
.exp-mini-battle-table th{font-size:13px!important;padding:8px 12px!important;background:#e9eef1!important}
.exp-mini-battle-table td{font-size:14px!important;padding:8px 12px!important;height:auto}
.exp-mini-battle-table tbody tr{height:40px!important}
.exp-uncertain-battle-row{background:#f7f5f0}
.exp-uncertain-battle-row:hover{background:#f2eee5!important}
.exp-battle-source-gap{font-weight:800;color:#8a633a!important}

/* The Ships tab has 11 columns; do not reuse the 8-column random/ranked layout. */
.exp-single-ship-table{table-layout:fixed!important;width:100%!important;min-width:1320px!important}
.exp-single-ship-table th,.exp-single-ship-table td{box-sizing:border-box}
.exp-single-ship-table th:nth-child(1),.exp-single-ship-table td:nth-child(1){width:4.5%;text-align:center}
.exp-single-ship-table th:nth-child(2),.exp-single-ship-table td:nth-child(2){width:25%;min-width:300px;text-align:left}
.exp-single-ship-table th:nth-child(3),.exp-single-ship-table td:nth-child(3){width:6.5%}
.exp-single-ship-table th:nth-child(4),.exp-single-ship-table td:nth-child(4){width:7.5%}
.exp-single-ship-table th:nth-child(5),.exp-single-ship-table td:nth-child(5){width:5.5%;text-align:center}
.exp-single-ship-table th:nth-child(6),.exp-single-ship-table td:nth-child(6){width:8.5%}
.exp-single-ship-table th:nth-child(7),.exp-single-ship-table td:nth-child(7){width:11%}
.exp-single-ship-table th:nth-child(8),.exp-single-ship-table td:nth-child(8){width:9%}
.exp-single-ship-table th:nth-child(9),.exp-single-ship-table td:nth-child(9){width:10.5%}
.exp-single-ship-table th:nth-child(10),.exp-single-ship-table td:nth-child(10){width:6%;text-align:center}
.exp-single-ship-table th:nth-child(11),.exp-single-ship-table td:nth-child(11){width:6%;text-align:center}
.exp-single-ship-table .exp-badge-cell{min-width:0!important;padding-left:6px!important;padding-right:6px!important}
.exp-single-ship-table .dsa-official-icon{transform:scale(.76);transform-origin:center;margin:-6px}
.exp-single-ship-table .exp-ship-cell{min-width:0!important;gap:10px}
.exp-single-ship-table .exp-ship-cell .ship-thumb{width:76px;height:34px}
.exp-single-ship-table th:nth-child(3),.exp-single-ship-table td:nth-child(3),
.exp-single-ship-table th:nth-child(4),.exp-single-ship-table td:nth-child(4),
.exp-single-ship-table th:nth-child(6),.exp-single-ship-table td:nth-child(6),
.exp-single-ship-table th:nth-child(7),.exp-single-ship-table td:nth-child(7),
.exp-single-ship-table th:nth-child(8),.exp-single-ship-table td:nth-child(8),
.exp-single-ship-table th:nth-child(9),.exp-single-ship-table td:nth-child(9){text-align:right}
@media(max-width:1500px){.exp-shell{width:calc(100vw - 32px)}.exp-dashboard-grid{grid-template-columns:1fr}.exp-kpi-strip{grid-template-columns:repeat(3,1fr)}.exp-kpi:nth-child(3n){border-right:0}.exp-record-grid{grid-template-columns:repeat(3,1fr)}.battle-detail-hero,.battle-detail-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.exp-shell{width:100%;margin:0}.exp-lookup-bar,.exp-profile-head{flex-direction:column;align-items:stretch}.exp-tabs{grid-template-columns:repeat(2,1fr)}.exp-kpi-strip{grid-template-columns:repeat(2,1fr)}.exp-record-grid{grid-template-columns:repeat(2,1fr)}.exp-search input{width:220px}.exp-filter-row{flex-wrap:wrap}.exp-header-pr{align-items:flex-start;border-left:0;border-top:1px solid var(--line)}.battle-detail-hero,.battle-detail-grid{grid-template-columns:repeat(2,1fr)}}
/* Official DSA sprite used by the existing UI. */
.dsa-official-icon{
  display:inline-block;
  width:48px;
  height:48px;
  vertical-align:middle;
  background-image:url("data:image/webp;base64,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");
  background-repeat:no-repeat;
  background-size:288px 48px;
}
.dsa-personal-bronze{background-position:0 0}
.dsa-personal-silver{background-position:-48px 0}
.dsa-personal-gold{background-position:-96px 0}
.dsa-division-bronze{background-position:-144px 0}
.dsa-division-silver{background-position:-192px 0}
.dsa-division-gold{background-position:-240px 0}


/* v17.6: local Replay batch import + richer Replay-backed battle detail */
.exp-replay-import{margin-top:12px;min-height:62px;border:1px solid var(--line-dark);background:#f3f6f8;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 16px}
.exp-replay-import>div{display:flex;align-items:baseline;gap:12px;min-width:0}.exp-replay-import strong{font-size:15px}.exp-replay-import span{font-size:13px;font-weight:850;color:#075f8f}.exp-replay-import small{color:#6c7880;font-size:12px;white-space:normal}
.exp-replay-import button{border:1px solid #59717f;background:#fff;color:#263942;padding:9px 14px;font-weight:850;cursor:pointer;white-space:nowrap}.exp-replay-import button:hover{background:#eaf3f8}.exp-replay-import button:disabled{opacity:.55;cursor:wait}
.exp-replay-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 6px;border:1px solid #1777a7;background:#e5f4fb;color:#075f8f;font-size:10px;line-height:1.2;font-weight:950;letter-spacing:.06em;vertical-align:1px}
.exp-replay-row{background:#f1f8fb!important}.exp-replay-row:hover{background:#e5f3f9!important}
.exp-replay-dialog .exp-dialog-shell{width:min(1540px,96vw);max-width:none;max-height:92vh;overflow:auto}
.exp-replay-own-card{display:flex;align-items:center;gap:20px;margin:18px 0 0;padding:18px 22px;border:1px solid #c8d4da;background:#f7f9fa}
.exp-replay-own-card .ship-thumb{width:150px;height:68px;object-fit:contain}.exp-replay-own-card .class-icon{width:96px;height:44px}
.exp-replay-own-card small{color:#0875a9;font-size:11px;font-weight:900;letter-spacing:.1em}.exp-replay-own-card h3{margin:4px 0 3px;font-size:24px}.exp-replay-own-card p{margin:0;color:#68757d;font-size:13px}
.exp-replay-kpis{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));border:1px solid #c8d4da;border-top:0;background:#fff}
.exp-replay-kpis>div{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #dce3e7}.exp-replay-kpis>div:last-child{border-right:0}.exp-replay-kpis span{font-size:11px;color:#65737b;font-weight:750}.exp-replay-kpis strong{margin-top:4px;font-size:22px;color:#075f8f}
.exp-replay-section{margin-top:18px;border:1px solid #c8d4da;background:#fff}.exp-replay-section-head{min-height:44px;padding:9px 14px;background:#e8edf0;border-bottom:1px solid #c8d4da;display:flex;align-items:center;justify-content:space-between}.exp-replay-section-head h4{margin:0;font-size:16px}.exp-replay-section-head span{font-size:12px;color:#65737b;font-weight:750}
.exp-replay-teams{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px;background:#eef2f4}.exp-replay-team{border:1px solid #d0d9de;background:#fff}.exp-replay-team.winner{border-top:4px solid #d5791f}
.exp-replay-team-head{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #dbe2e6}.exp-replay-team-head h4{margin:0;font-size:15px}.exp-replay-team-head h4 small{font-size:11px;color:#78858c}.exp-replay-team-head>span{font-size:11px;font-weight:900;color:#a75713}
.exp-replay-team-table{min-width:650px!important}.exp-replay-team-table th,.exp-replay-team-table td{font-size:13px!important;padding:7px 9px!important;min-width:70px!important}.exp-replay-team-table th:first-child,.exp-replay-team-table td:first-child{min-width:170px!important}.exp-replay-team-table th:nth-child(2),.exp-replay-team-table td:nth-child(2){min-width:150px!important}.exp-replay-team-table tr.own{background:#fff4e9!important}.exp-replay-team-table tr.own td:first-child strong{color:#a85310}
.exp-replay-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.exp-replay-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#dbe2e6}.exp-replay-stat{min-height:76px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px}.exp-replay-stat span{font-size:11px;color:#6c7981}.exp-replay-stat strong{margin-top:4px;font-size:17px;color:#17556f}.exp-replay-stat small{margin-top:3px;font-size:10px;color:#7b878e}
.exp-replay-bars{padding:12px 14px}.exp-replay-bar{display:grid;grid-template-columns:92px 1fr 90px;align-items:center;gap:10px;min-height:31px;font-size:12px}.exp-replay-bar>span{font-weight:750;color:#445159}.exp-replay-bar>div{height:8px;background:#e7ecef}.exp-replay-bar i{display:block;height:100%;background:#2f7ea5}.exp-replay-bar strong{text-align:right;color:#253d49}
.exp-replay-footnote{margin:18px 0 4px;padding:12px 14px;border-left:4px solid #8297a2;background:#f2f5f6;color:#66747b;font-size:12px;line-height:1.6}.exp-replay-muted{color:#7a858c;font-size:12px}.exp-replay-loading,.exp-replay-error{padding:40px;text-align:center;font-size:14px}.exp-replay-error{color:#9b322d}
@media(max-width:1200px){.exp-replay-kpis{grid-template-columns:repeat(4,1fr)}.exp-replay-teams,.exp-replay-detail-grid{grid-template-columns:1fr}.exp-replay-import>div small{display:none}}


/* v17.7: Replay ribbons, interaction tables, fixed friendly/enemy layout */
.exp-replay-team.friendly{order:1;grid-column:1}.exp-replay-team.enemy{order:2;grid-column:2}
.exp-replay-team-head>div{min-width:0}.exp-replay-team-head p{margin:3px 0 0;color:#748088;font-size:10px;white-space:normal}
.exp-replay-ribbons{display:flex;flex-wrap:wrap;gap:8px;padding:14px;background:#f7f9fa}
.exp-replay-ribbon{display:flex;align-items:center;gap:8px;min-height:34px;padding:6px 10px;border:1px solid #cbd6dc;background:#fff}
.exp-replay-ribbon span{font-size:11px;color:#51616a;font-weight:800}.exp-replay-ribbon strong{font-size:14px;color:#075f8f}
.exp-replay-interaction-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.exp-replay-interaction-table{min-width:820px!important}.exp-replay-interaction-table th,.exp-replay-interaction-table td{font-size:12px!important;padding:7px 8px!important;min-width:58px!important}
.exp-replay-interaction-table th:first-child,.exp-replay-interaction-table td:first-child{min-width:240px!important}
.exp-replay-interaction-table td:first-child small{display:block;margin-top:3px;color:#78858c;font-size:10px;line-height:1.35;white-space:normal}
.exp-replay-interaction-table td:nth-child(2) strong{color:#075f8f}
@media(max-width:1500px){.exp-replay-interaction-grid{grid-template-columns:1fr}}


/* v17.8: packet-derived battle progress timeline */
.exp-replay-timeline .exp-replay-section-head>div{display:flex;align-items:center;gap:6px;font-size:11px;color:#6d7980}
.exp-replay-timeline-ok{color:#26713f;font-weight:850}.exp-replay-timeline-warn{color:#9a631e;font-weight:850}
.exp-replay-chart-legend{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap;padding:12px 12px 2px;background:#fff;font-size:12px}
.exp-replay-chart-legend span{display:inline-flex;align-items:center;gap:7px;color:#52616a}.exp-replay-chart-legend i{width:22px;height:3px;display:inline-block}.exp-replay-chart-legend strong{font-size:13px;color:#263b46}
.exp-replay-chart-legend .damage i{background:#176a97}.exp-replay-chart-legend .spotting i{background:#d57a1f}.exp-replay-chart-legend .potential i{background:#23834e}
.exp-replay-chart-wrap{padding:0 10px 8px;overflow-x:auto;background:#fff}.exp-replay-chart-wrap svg{display:block;width:100%;min-width:820px;height:auto;max-height:360px}
.exp-replay-chart-grid{stroke:#d8e0e4;stroke-width:1}.exp-replay-chart-grid-v{stroke:#edf1f3}.exp-replay-chart-axis{fill:#78858c;font-size:11px;font-family:inherit}
.exp-replay-chart-line{fill:none;stroke-width:3;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}
.exp-replay-chart-line.damage{stroke:#176a97}.exp-replay-chart-line.spotting{stroke:#d57a1f}.exp-replay-chart-line.potential{stroke:#23834e}
.exp-replay-chart-dot{stroke:#fff;stroke-width:1.3;vector-effect:non-scaling-stroke}.exp-replay-chart-dot.damage{fill:#176a97}.exp-replay-chart-dot.spotting{fill:#d57a1f}.exp-replay-chart-dot.potential{fill:#23834e}
.exp-replay-damage-events{padding:10px 14px 14px;border-top:1px solid #e0e6e9;background:#f7f9fa}.exp-replay-damage-events-title{margin-bottom:8px;font-size:12px;font-weight:900;color:#46545c}.exp-replay-damage-events-title small{font-weight:500;color:#7b878d}
.exp-replay-damage-events>div{display:flex;flex-wrap:wrap;gap:7px}.exp-replay-damage-events span{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:7px;padding:6px 9px;border:1px solid #d2dce1;background:#fff;font-size:11px}
.exp-replay-damage-events time{color:#68777f;font-variant-numeric:tabular-nums}.exp-replay-damage-events strong{color:#176a97;font-size:13px}.exp-replay-damage-events em{font-style:normal;color:#5f6c74}


/* v17.9: result colors, timeline focus controls, official ribbon artwork */
.result-badge.win{background:#e4f4e8;border-color:#7db58a;color:#176a2e;font-weight:900}
.result-badge.loss{background:#f9e7e5;border-color:#d69a94;color:#a23128;font-weight:900}
.result-badge.draw{background:#fff2cf;border-color:#d8bc72;color:#7d651d;font-weight:900}
.result-badge.unknown{background:#edf0f2;border-color:#bdc7cc;color:#68747b;font-weight:850}
.exp-replay-ribbon{min-width:76px;min-height:52px;justify-content:center;padding:5px 8px}
.exp-ribbon-icon{display:block;width:58px;height:34px;background-repeat:no-repeat;background-position:center;background-size:contain;flex:0 0 58px}
.exp-ribbon-icon-fallback{max-width:90px;font-size:10px;line-height:1.2;color:#52616a;text-align:center;font-weight:800}
.exp-replay-ribbon strong{font-size:15px;white-space:nowrap}
.exp-replay-bar{grid-template-columns:92px 1fr 150px}
.exp-replay-bar-value{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}
.exp-replay-bar-value strong{color:#253d49}.exp-replay-bar-value small{margin-top:2px;color:#76848b;font-size:10px;font-variant-numeric:tabular-nums}
.exp-replay-timeline-controls{display:grid;grid-template-columns:auto auto minmax(360px,1fr);gap:14px;align-items:center;padding:10px 14px;border-bottom:1px solid #e0e6e9;background:#f7f9fa}
.exp-replay-timeline-presets,.exp-replay-timeline-series{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.exp-replay-timeline-presets button{border:1px solid #bcc9cf;background:#fff;color:#4b5b64;padding:6px 9px;font-size:11px;font-weight:850;cursor:pointer}
.exp-replay-timeline-presets button:hover{background:#edf4f7}.exp-replay-timeline-presets button.active{background:#dceef6;border-color:#7da9bd;color:#075f8f}
.exp-replay-timeline-series label{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid #d1dade;background:#fff;font-size:11px;color:#53616a;font-weight:750;cursor:pointer}
.exp-replay-timeline-series input{margin:0}
.exp-replay-timeline-ranges{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.exp-replay-timeline-ranges label{display:grid;grid-template-columns:82px 1fr;align-items:center;gap:8px;font-size:10px;color:#637078}
.exp-replay-timeline-ranges label>span{display:flex;justify-content:space-between;gap:6px;white-space:nowrap}.exp-replay-timeline-ranges output{color:#075f8f;font-weight:900;font-variant-numeric:tabular-nums}
.exp-replay-timeline-ranges input[type=range]{width:100%;accent-color:#176a97}
@media(max-width:1250px){.exp-replay-timeline-controls{grid-template-columns:1fr}.exp-replay-timeline-ranges{grid-template-columns:1fr 1fr}}


/* v17.10: Replay consumable event timeline */
.exp-replay-chart-legend .consumable i{width:10px;height:10px;border-radius:50%;background:#7b4bb7}
.exp-replay-consumable-marker line{stroke:#7b4bb7;stroke-width:1.4;stroke-dasharray:5 5;opacity:.62;vector-effect:non-scaling-stroke}
.exp-replay-consumable-marker circle{fill:#7b4bb7;stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}
.exp-replay-consumables .exp-replay-section-head span{max-width:70%;text-align:right;white-space:normal}
.exp-replay-consumable-events{display:flex;flex-wrap:wrap;gap:8px;padding:14px;background:#f7f9fa}
.exp-replay-consumable-event{display:grid;grid-template-columns:auto 30px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:8px;min-width:190px;padding:8px 10px;border:1px solid #cbd6dc;background:#fff}
.exp-replay-consumable-event time{grid-row:1/3;color:#075f8f;font-size:13px;font-weight:900;font-variant-numeric:tabular-nums}
.exp-replay-consumable-event>i{display:none}
.exp-replay-consumable-event strong{font-size:13px;color:#334751}.exp-replay-consumable-event small{grid-column:3;color:#7a878e;font-size:10px}
.exp-replay-consumable-note{margin:0;padding:0 14px 12px;background:#f7f9fa;color:#77848b;font-size:10px;line-height:1.45}


/* v17.11: Replay chart hover readout and alignment pass */
.exp-replay-timeline .exp-replay-section-head{min-height:48px}
.exp-replay-timeline .exp-replay-section-head>div{min-height:26px;justify-content:flex-end}
.exp-replay-timeline-controls{grid-template-columns:max-content max-content minmax(520px,1fr);column-gap:18px;row-gap:10px;align-items:center;padding:11px 14px}
.exp-replay-timeline-presets,.exp-replay-timeline-series{min-height:34px;align-items:center}
.exp-replay-timeline-presets button{height:34px;display:inline-flex;align-items:center;box-sizing:border-box}
.exp-replay-timeline-series label{height:34px;display:inline-flex;align-items:center;box-sizing:border-box}
.exp-replay-timeline-ranges{grid-template-columns:minmax(245px,1fr) minmax(245px,1fr);gap:18px;align-items:center}
.exp-replay-timeline-ranges label{grid-template-columns:78px minmax(130px,1fr);min-height:34px;gap:9px;align-items:center}
.exp-replay-timeline-ranges label>span{min-height:34px;align-items:center}
.exp-replay-timeline-ranges input[type=range]{height:34px;margin:0;display:block}
.exp-replay-chart-legend{min-height:42px;padding:9px 14px 5px;gap:28px}
.exp-replay-chart-legend span{min-height:24px;align-items:center}
.exp-replay-chart-wrap{position:relative}
.exp-replay-chart-hitbox{fill:transparent;pointer-events:all}
.exp-replay-chart-hover{pointer-events:none}
.exp-replay-chart-hover-line{stroke:#49616e;stroke-width:1.2;stroke-dasharray:4 4;opacity:.85;vector-effect:non-scaling-stroke}
.exp-replay-chart-hover-dot{stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}
.exp-replay-chart-hover-dot.damage{fill:#176a97}.exp-replay-chart-hover-dot.spotting{fill:#d57a1f}.exp-replay-chart-hover-dot.potential{fill:#23834e}
.exp-replay-chart-tooltip{position:absolute;z-index:8;min-width:205px;max-width:280px;padding:10px 12px;background:rgba(31,48,58,.96);border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 24px rgba(28,44,53,.24);color:#fff;pointer-events:none;font-size:12px;line-height:1.35}
.exp-replay-tooltip-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:7px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.15)}
.exp-replay-tooltip-head strong{font-size:14px;font-variant-numeric:tabular-nums}.exp-replay-tooltip-head small{color:#c6d2d8;font-size:10px;white-space:nowrap}
.exp-replay-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:23px}
.exp-replay-tooltip-row>span{display:inline-flex;align-items:center;gap:7px;color:#dce5e9}.exp-replay-tooltip-row i{display:inline-block;width:18px;height:3px}.exp-replay-tooltip-row strong{font-size:13px;font-variant-numeric:tabular-nums}
.exp-replay-tooltip-row.damage i{background:#53b8e8}.exp-replay-tooltip-row.spotting i{background:#f0a64f}.exp-replay-tooltip-row.potential i{background:#5ebc82}
.exp-replay-tooltip-events{display:grid;gap:3px;margin-top:7px;padding-top:7px;border-top:1px solid rgba(255,255,255,.15);color:#e7d8f7}.exp-replay-tooltip-events b{font-size:10px;color:#cdb2ec}.exp-replay-tooltip-events span{font-size:11px;font-variant-numeric:tabular-nums}
.exp-replay-breakdown-grid{align-items:stretch}
.exp-replay-breakdown-grid>.exp-replay-breakdown{display:flex;flex-direction:column;min-width:0}
.exp-replay-breakdown .exp-replay-section-head{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center}
.exp-replay-breakdown-total{text-align:right;font-size:13px!important;font-variant-numeric:tabular-nums}
.exp-replay-breakdown .exp-replay-bars{flex:1;padding:12px 14px}
.exp-replay-breakdown .exp-replay-bar{grid-template-columns:110px minmax(0,1fr) 150px;gap:12px;min-height:42px}
.exp-replay-breakdown .exp-replay-bar>span{line-height:1.2}
.exp-replay-bar-track{height:8px!important;background:#e7ecef!important;overflow:hidden}
.exp-replay-bar-track i{display:block;height:100%}
.exp-replay-breakdown .exp-replay-bar-value{height:auto!important;min-height:30px;background:transparent!important;align-items:flex-end;justify-content:center}
.exp-replay-breakdown .exp-replay-bar-value strong{line-height:16px;font-variant-numeric:tabular-nums}
.exp-replay-breakdown .exp-replay-bar-value small{min-height:12px;line-height:12px;margin-top:2px}
.exp-replay-bar-empty{visibility:hidden}
.exp-replay-bar.kind-main .exp-replay-bar-track i{background:#2f8fbd}
.exp-replay-bar.kind-secondary .exp-replay-bar-track i{background:#69859a}
.exp-replay-bar.kind-torpedo .exp-replay-bar-track i{background:#318c86}
.exp-replay-bar.kind-aviation .exp-replay-bar-track i{background:#9a7f31}
.exp-replay-bar.kind-fire .exp-replay-bar-track i{background:#d47a2c}
.exp-replay-bar.kind-flood .exp-replay-bar-track i{background:#765da8}
.exp-replay-bar.kind-ram .exp-replay-bar-track i{background:#ad554f}
.exp-replay-bar.kind-utility .exp-replay-bar-track i{background:#687b84}
.exp-replay-bar.kind-other .exp-replay-bar-track i{background:#7b8990}
@media(max-width:1450px){.exp-replay-timeline-controls{grid-template-columns:1fr 1fr}.exp-replay-timeline-ranges{grid-column:1/-1}}
@media(max-width:900px){.exp-replay-timeline-controls{grid-template-columns:1fr}.exp-replay-timeline-ranges{grid-column:auto;grid-template-columns:1fr}.exp-replay-breakdown .exp-replay-bar{grid-template-columns:90px minmax(0,1fr) 120px}}


/* v17.13: explicit Replay team columns and result fallback marker */
.exp-replay-result-source{display:inline-block;margin-left:6px;font-size:10px;color:#6c7981;font-weight:700;vertical-align:middle}
@media(max-width:1200px){.exp-replay-team.friendly,.exp-replay-team.enemy{grid-column:1}}


/* v17.18: brighter PR palette, slightly stronger readable weight */
.exp-pr-banner[class*="pr-"] .exp-pr-label,
.exp-pr-banner[class*="pr-"] .exp-pr-value strong{font-weight:725}
.exp-table-wrap strong[class*="pr-"]{font-weight:650;font-size:1.04em}


/* v17.17: brighter win-rate bands */
.wr-high,.wr-very-good,.wr-good,.wr-low{font-variant-numeric:tabular-nums}


/* v17.18: small-text readability bump
   All existing 9-12px microcopy was increased by 1px above, with weights unchanged. */


/* v17.19: per-tab search and richer ship detail */
.exp-tab-searchbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:14px;padding:10px 12px;border:1px solid var(--line-dark);background:#eef2f4}
.exp-tab-searchbar input{width:min(520px,100%);height:38px;border:1px solid #9ba7ae;background:#fff;padding:0 12px;font:inherit;font-size:14px;color:#1f2a30}
.exp-tab-searchbar input:focus{outline:2px solid #8fbdd4;outline-offset:1px}
.exp-tab-search-count{min-width:108px;text-align:right;color:#68767e;font-size:13px}
.exp-search-hidden{display:none!important}
.exp-ship-profile-dialog .exp-dialog-shell{width:min(1500px,94vw)}
.exp-ship-profile-dialog .battle-detail-hero{grid-template-columns:repeat(5,minmax(0,1fr))}
.exp-ship-profile-dialog .battle-detail-hero article strong{font-size:24px}
.exp-ship-pr-band{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:68px;padding:10px 18px;border-left:9px solid currentColor;background:#f2f5f6}
.exp-ship-pr-band>div:first-child{display:flex;align-items:baseline;gap:12px}.exp-ship-pr-band>div:first-child strong{font-size:27px;font-weight:750}.exp-ship-pr-band>div:first-child span{font-size:13px;color:#64727a;font-weight:500}
.exp-ship-pr-band>div:last-child{display:flex;align-items:baseline;gap:8px}.exp-ship-pr-band>div:last-child small{font-size:13px;color:#52616a;font-weight:600}.exp-ship-pr-band>div:last-child b{font-size:34px;font-weight:700;color:inherit}
.exp-ship-mode-detail-table{min-width:900px!important}.exp-ship-mode-detail-table th,.exp-ship-mode-detail-table td{text-align:right!important}.exp-ship-mode-detail-table th:first-child,.exp-ship-mode-detail-table td:first-child{text-align:left!important}
.exp-muted-inline{color:#88939a}
.exp-ship-detail-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#d5dde1}
.exp-ship-detail-group{background:#fff}.exp-ship-detail-group h5{margin:0;padding:10px 14px;background:#eef1f3;border-bottom:1px solid #d4dde1;font-size:14px}
.exp-ship-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:38px;padding:8px 14px;border-bottom:1px solid #e3e8ea}
.exp-ship-detail-row:last-child{border-bottom:0}.exp-ship-detail-row span{color:#53616a;font-size:13px}.exp-ship-detail-row strong{font-size:15px;font-weight:650;font-variant-numeric:tabular-nums}
.exp-pr-calc-table{min-width:780px!important}.exp-pr-calc-table th,.exp-pr-calc-table td{text-align:right!important}.exp-pr-calc-table th:first-child,.exp-pr-calc-table td:first-child{text-align:left!important}
.exp-positive{color:#168b43!important}.exp-negative{color:#d3222f!important}.exp-pr-total-row td{border-top:2px solid #bac5ca!important;background:#f5f7f8}.exp-pr-total-row td:first-child small{display:inline;margin-left:10px;color:#76838a;font-weight:400}
.exp-ship-detail-note{margin:0;padding:18px;color:#68767e}.exp-ship-raw-details>summary{cursor:pointer;padding:13px 16px;font-weight:650;background:#f6f8f9}.exp-ship-raw-details[open]>summary{border-bottom:1px solid #d7dfe3}
@media(max-width:980px){.exp-tab-searchbar{align-items:stretch;flex-direction:column}.exp-tab-searchbar input{width:100%}.exp-tab-search-count{text-align:left}.exp-ship-detail-columns{grid-template-columns:1fr}.exp-ship-profile-dialog .battle-detail-hero{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v17.21: compact PR contribution table */
.exp-pr-breakdown-section{margin-top:14px}


/* v18.1: self-contained icon rendering */
.exp-ui-icon{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.exp-ui-icon path,.exp-ui-icon circle{vector-effect:non-scaling-stroke}
.exp-consumable-icon{grid-row:1/3;display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;color:#7548b4;background:#f2edf8;border:1px solid #d8c9e8;border-radius:4px}
.exp-consumable-icon .exp-ui-icon{width:20px;height:20px}
.nation-flag-emoji{display:inline-flex;width:22px;height:17px;align-items:center;justify-content:center;font-size:18px;line-height:1;vertical-align:middle}

/* v18.4: recent random windows split into independent SOLO / DIV 2 / DIV 3 rows. */
.exp-window-queue-kpis{border:1px solid var(--line-dark);border-top:0;background:#fff}
.exp-window-queue-row{display:grid;grid-template-columns:140px repeat(6,minmax(90px,1fr));min-height:66px;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}
.exp-window-queue-row:last-child{border-bottom:0}
.exp-window-queue-label,.exp-window-queue-cell{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:9px 13px}
.exp-window-queue-label{background:#eef1f3}.exp-window-queue-label strong{font-size:16px;font-weight:700}.exp-window-queue-label small{margin-top:2px;color:#758189;font-size:10px;font-weight:650;letter-spacing:.08em}
.exp-window-queue-cell{align-items:flex-end;border-left:1px solid var(--line);text-align:right}
.exp-window-queue-cell small{color:#69757d;font-size:11px;font-weight:600}.exp-window-queue-cell strong{margin-top:3px;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:19px;font-weight:650;white-space:nowrap}
.exp-window-queue-row.is-waiting{color:#8b959b}.exp-window-queue-row.is-waiting .exp-window-queue-label{background:#f4f6f7}
.exp-window-queue-note{margin:0;padding:7px 12px;border:1px solid var(--line-dark);border-top:0;background:#f6f8f9;color:#6f7b82;font-size:11px}
