/* The equipment entry shares the bag category row; material cards use the bag grid. */
.bag-tabs { grid-template-columns:repeat(4,minmax(0,1fr)); grid-template-rows:repeat(2,36px); }
#bag-ships { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.bag-ship-card { min-width: 0; padding: 10px 8px 8px; border: 1px solid #dfe2e6; background: white; }
.bag-ship-card.is-selected { border-color: #ff719a; }
.bag-ship-card > img { display: block; width: 100%; height: 90px; object-fit: contain; }
.bag-ship-card > strong { display: block; min-height: 30px; margin: 8px 0; font-size: 12px; line-height: 15px; text-align: center; overflow-wrap: anywhere; }
.bag-ship-actions { display: flex; gap: 6px; }
.bag-ship-actions button { flex: 1; min-width: 0; padding: 8px 0; border: 1px solid #ff719a; background: white; color: #ff5e8e; font: inherit; font-size: 12px; cursor: pointer; }
.bag-ship-actions button:disabled { opacity: .5; cursor: default; }
.bag-ships-status { min-height: 18px; margin: 5px 0; font-size: 12px; color: #7d8189; }
.ship-upgrade-dialog { width: min(360px, calc(100vw - 28px)); max-height: calc(100dvh - 32px); margin: auto; padding: 18px; overflow-y: auto; border: 1px solid #ffd0df; color: #303742; background: white; }
.ship-upgrade-dialog::backdrop { background: rgba(30,35,44,.45); }
.ship-upgrade-dialog > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ship-upgrade-dialog h2 { margin: 0; font-size: 20px; }
#ship-upgrade-close { width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: #7d8189; font-size: 26px; cursor: pointer; }
.ship-upgrade-content { min-height: 295px; font-size: 13px; line-height: 1.6; }
.ship-upgrade-content h3 { margin: 12px 0 8px; }
.ship-upgrade-preview { color: #ff5e8e; }
.ship-upgrade-materials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin: 16px 0; }
.ship-upgrade-materials > div { display: grid; justify-items: center; padding: 8px 3px; border: 1px solid #e3e5e7; }
.ship-upgrade-materials img { width: 36px; height: 36px; object-fit: contain; }
.ship-upgrade-materials small { color: #8e96a1; }
.ship-upgrade-materials .is-insufficient { border-color: #ff719a; color: #d9446d; }
.ship-upgrade-submit { width: 100%; min-height: 38px; border: 1px solid #ff719a; background: #ff5e8e; color: white; font: inherit; cursor: pointer; }
.ship-upgrade-submit:disabled { opacity: .5; cursor: not-allowed; }
#ship-upgrade-status { min-height: 20px; margin: 10px 0 0; font-size: 12px; color: #7d8189; }
.bag-medal-card { display:grid; justify-items:center; gap:6px; min-width:0; padding:12px 8px; border:1px solid #ffd0df; border-radius:0; color:#303742; background:white; font:inherit; cursor:pointer; }
.bag-medal-card img { width:64px; height:76px; object-fit:contain; }
.bag-medal-card strong { font-size:13px; overflow-wrap:anywhere; }
.bag-medal-card small { font-size:11px; color:#ff6694; }
.bag-equipment-card { display:grid; justify-items:center; gap:5px; min-width:0; padding:12px 8px; border:1px solid #ffd0df; border-radius:0; color:#303742; background:white; font:inherit; cursor:pointer; }
.bag-equipment-card img { width:64px; height:64px; object-fit:contain; }
.bag-equipment-card strong { font-size:13px; overflow-wrap:anywhere; }
.bag-equipment-card small { font-size:11px; color:#ff6694; }
.bag-equipment-card:hover, .bag-equipment-card:focus-visible { border-color:#ff6694; background:#fff2f6; }
#bag-equipment-shop { padding:8px 12px; border:1px solid #ff719a; border-radius:0; background:white; color:#ff6694; cursor:pointer; }
