.pm-loadout-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.pm-loadout-card{display:grid;gap:8px;border:1px solid var(--pm-border);border-radius:8px;background:#fff;padding:8px}.pm-loadout-card.is-owned{border-color:var(--pm-green)}.pm-loadout-card.is-used{background:#f5f7fa}.pm-loadout-character{appearance:none;border:1px solid var(--pm-border);border-radius:6px;background:#fff;min-height:64px;padding:5px;display:inline-grid;place-items:center;cursor:pointer}.pm-loadout-character:hover,.pm-loadout-character:focus-visible{border-color:var(--pm-blue);box-shadow:0 0 0 2px #4169a81f}.pm-loadout-character img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #b8c0cc}.pm-loadout-equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pm-loadout-card .pm-equipment-slot{min-height:46px;padding:2px}.pm-loadout-card .pm-equipment-icon-frame,.pm-loadout-card .pm-equipment-icon-frame img,.pm-loadout-card .pm-rune-slot img{width:38px;height:38px}.pm-loadout-runes{gap:6px}.pm-loadout-card .pm-rune-slot{min-height:44px}.pm-loadout-card .pm-equipment-badge-level,.pm-loadout-card .pm-equipment-badge-enhance,.pm-loadout-card .pm-equipment-badge-holy-enhance,.pm-loadout-card .pm-equipment-badge-dark-enhance,.pm-loadout-card .pm-rune-level-badge{font-size:.66rem!important}.pm-loadout-card .pm-slot-rune-line span{font-size:.72rem}.pm-loadout-empty{color:var(--pm-muted);font-size:.86rem;margin:0}
