.mdwg-card-gallery-panel{position:relative;z-index:1;min-height:320px;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;isolation:isolate}.mdwg-card-gallery-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.75rem;background-image:linear-gradient(#05070fb8,#05070fb8),var(--mdwg-card-gallery-panel-background);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(3px);z-index:-1}.mdwg-card-gallery-header-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem}.mdwg-card-gallery-title{grid-column:2;text-align:center;font-weight:800;letter-spacing:.04em;margin:0}.mdwg-card-gallery-header-row .mdwg-card-gallery-search{grid-column:3;justify-self:end;width:100%;max-width:320px}.mdwg-card-gallery-filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1.5rem}.mdwg-card-gallery-filter-icon{color:#fff9;font-size:1.1rem;display:inline-flex;align-items:center;margin-right:.25rem}.mdwg-card-gallery-summary-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.mdwg-card-gallery-controls-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem}.mdwg-card-gallery-controls-spacer{flex:1 1 auto}@media (max-width: 767.98px){.mdwg-card-gallery-header-row{grid-template-columns:1fr;text-align:center}.mdwg-card-gallery-title{grid-column:1}.mdwg-card-gallery-header-row .mdwg-card-gallery-search{grid-column:1;justify-self:stretch;max-width:none}}.mdwg-card-gallery-pill-toggle,.mdwg-card-gallery-search input{background-color:#20396a8c;border:1px solid #1d5a78;color:#fff;font-weight:600;font-size:.85rem;padding:.45rem 1.1rem;border-radius:999px}.mdwg-card-gallery-pill-toggle:hover,.mdwg-card-gallery-pill-toggle:focus{background-color:#20396acc;border-color:#00d7fd;color:#fff}.mdwg-card-gallery-pill-toggle[aria-expanded=true]{border-color:#00d7fd;box-shadow:0 0 0 1px #00d7fd}.mdwg-card-gallery-panel .dropdown-menu{background-color:#20396a;border:1px solid #1d5a78;border-radius:.75rem;padding:.5rem;max-height:320px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#008AFB #1A5F9A}.mdwg-card-gallery-panel .dropdown-menu::-webkit-scrollbar{width:8px}.mdwg-card-gallery-panel .dropdown-menu::-webkit-scrollbar-track{background:#1a5f9a;border-radius:4px}.mdwg-card-gallery-panel .dropdown-menu::-webkit-scrollbar-thumb{background-color:#008afb;border-radius:4px}.mdwg-card-gallery-filter-btn-icon{width:1.2rem;height:1.2rem;object-fit:contain;margin-right:.4rem;vertical-align:-.3rem}.mdwg-card-gallery-item-icon{width:1.1rem;height:1.1rem;object-fit:contain;margin-right:.4rem;vertical-align:-.2rem}.mdwg-card-gallery-chip-icon{width:1rem;height:1rem;object-fit:contain}.mdwg-card-gallery-panel .dropdown-item{color:#fff;border-radius:.4rem;padding:.5rem .75rem;font-size:.85rem}.mdwg-card-gallery-panel .dropdown-item:hover,.mdwg-card-gallery-panel .dropdown-item:focus{background-color:#00d7fd26;color:#fff}.mdwg-card-gallery-panel .dropdown-item.mdwg-selected{color:#00d7fd;font-weight:700}.mdwg-card-gallery-control{display:flex;align-items:center;gap:.6rem}.mdwg-card-gallery-control-label{color:#ffffffb3;font-size:.85rem;white-space:nowrap}.mdwg-card-gallery-control .mdwg-card-gallery-pill-toggle{padding:.4rem 1.5rem .4rem 1rem}.mdwg-card-gallery-search{flex:0 1 240px}.mdwg-card-gallery-search input::placeholder{color:#fff6}.mdwg-card-gallery-search input:focus{background-color:#20396acc;border-color:#00d7fd;color:#fff;box-shadow:0 0 0 1px #00d7fd;outline:none}.mdwg-card-gallery-view-toggle{display:flex;gap:.5rem}.mdwg-card-gallery-view-btn{width:40px;height:40px;border-radius:50%;border:1px solid #1d5a78;background-color:#20396a8c;color:#fff;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.mdwg-card-gallery-view-btn:hover{border-color:#00d7fd}.mdwg-card-gallery-view-btn.active{background-color:#00d7fd;border-color:#00d7fd;color:#0b1020}.mdwg-card-gallery-chips{display:flex;flex-wrap:wrap;gap:.5rem}.mdwg-card-gallery-chip{display:inline-flex;align-items:center;gap:.5rem;background-color:#314d71;border:1px solid #00D2F7;border-radius:999px;padding:.3rem .5rem .3rem .9rem;font-size:.8rem}.mdwg-card-gallery-chip button{background:none;border:none;color:#fff9;font-size:1rem;line-height:1;padding:.1rem .35rem}.mdwg-card-gallery-chip button:hover{color:#fff}.mdwg-card-gallery-count{color:#fff9;font-size:.85rem;white-space:nowrap}.mdwg-card-gallery-group-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer}.mdwg-card-gallery-group-toggle.disabled{opacity:.5;cursor:not-allowed}.mdwg-card-gallery-empty{text-align:center;color:#ffffff80;padding:3rem 1rem}.mdwg-card-gallery-group-heading{text-align:center;font-weight:700;letter-spacing:.03em;border-bottom:1px solid rgba(77,163,255,.3);padding-bottom:.75rem;margin:2.5rem 0 1.5rem}.mdwg-card-gallery-group-heading:first-child{margin-top:1.5rem}.mdwg-card-gallery-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media (min-width: 576px){.mdwg-card-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.mdwg-card-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 992px){.mdwg-card-gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.mdwg-card-gallery-thumb{position:relative;display:flex;align-items:center;justify-content:center;width:12rem;max-width:100%;aspect-ratio:1 / 1;margin:0 auto;cursor:pointer;transition:transform .15s ease}@media (max-width: 575.98px){.mdwg-card-gallery-thumb{width:100%;max-width:18rem}}.mdwg-card-gallery-thumb:hover{transform:translateY(-4px)}.mdwg-card-gallery-thumb img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.4rem;outline:3px solid #ffffff;outline-offset:-3px}.mdwg-card-gallery-thumb-qty{position:absolute;bottom:-.4rem;left:85.7%;color:#fff;font-weight:700;font-size:.9rem;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.9),0 0 6px rgba(0,0,0,.6);pointer-events:none}.mdwg-card-gallery-thumb-qty--landscape{bottom:calc(14.3% - 1.1rem);left:auto;right:.5rem}.mdwg-card-gallery-table-wrap{margin-top:1rem;overflow-x:auto;background:transparent;scrollbar-width:thin;scrollbar-color:#008AFB #1A5F9A}.mdwg-card-gallery-table-wrap::-webkit-scrollbar{height:8px}.mdwg-card-gallery-table-wrap::-webkit-scrollbar-track{background:#1a5f9a;border-radius:4px}.mdwg-card-gallery-table-wrap::-webkit-scrollbar-thumb{background-color:#008afb;border-radius:4px}.mdwg-card-gallery-table{width:100%;min-width:720px;table-layout:fixed;background:transparent;color:#f2f2f2;border-collapse:separate;border-spacing:0}.mdwg-card-gallery-table th,.mdwg-card-gallery-table td{padding:.6rem .75rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdwg-card-gallery-table th:nth-child(1),.mdwg-card-gallery-table td:nth-child(1){width:22%}.mdwg-card-gallery-table th:nth-child(2),.mdwg-card-gallery-table td:nth-child(2){width:6%}.mdwg-card-gallery-table th:nth-child(3),.mdwg-card-gallery-table td:nth-child(3){width:16%}.mdwg-card-gallery-table th:nth-child(4),.mdwg-card-gallery-table td:nth-child(4){width:14%}.mdwg-card-gallery-table th:nth-child(5),.mdwg-card-gallery-table td:nth-child(5){width:8%}.mdwg-card-gallery-table th:nth-child(6),.mdwg-card-gallery-table td:nth-child(6){width:8%}.mdwg-card-gallery-table th:nth-child(7),.mdwg-card-gallery-table td:nth-child(7){width:13%}.mdwg-card-gallery-table th:nth-child(8),.mdwg-card-gallery-table td:nth-child(8){width:13%}.mdwg-card-gallery-table thead th{background-color:#12476d;font-weight:700;cursor:pointer;background-image:none}.mdwg-card-gallery-table tbody tr:nth-child(odd)>*{background-color:#002745!important}.mdwg-card-gallery-table tbody tr:nth-child(2n)>*{background-color:#002c4f!important}.mdwg-card-gallery-table tbody tr{cursor:pointer}.mdwg-card-gallery-table tbody tr:hover>*{background-color:#24345e!important}.mdwg-card-gallery-sort-arrow{color:#167bba;font-size:.7rem}.mdwg-card-gallery-sort-arrow.active{color:#00e9fe}.mdwg-faction-icon{width:1.1rem;height:1.1rem;object-fit:contain;margin-right:.35rem;vertical-align:-.2rem}.mdwg-faction-machine-cult{color:#ff6b5e}.mdwg-faction-star-empire{color:#ffd24d}.mdwg-faction-blob{color:#6bdc7c}.mdwg-faction-trade-federation{color:#4da3ff}.mdwg-faction-unaligned{color:#fff9}.mdwg-card-gallery-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:2rem}.mdwg-card-gallery-page-btn{width:40px;height:40px;border-radius:50%;border:1px solid #1d5a78;background-color:#20396a8c;color:#fff;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center}.mdwg-card-gallery-page-btn:hover:not(:disabled){border-color:#00d7fd}.mdwg-card-gallery-page-btn.active{background-color:#00d7fd;border-color:#00d7fd;color:#0b1020}.mdwg-card-gallery-page-btn:disabled{opacity:.35;cursor:default}.mdwg-card-gallery-page-ellipsis{color:#ffffff80;padding:0 .25rem}.modal-backdrop{background-color:#000!important}.modal-backdrop.show{opacity:.92!important}.mdwg-card-zoom-dialog{max-width:100vw;width:100vw;min-height:100vh;margin:0;display:flex;align-items:center;justify-content:center}.mdwg-card-zoom-content{background-color:transparent;color:#f2f2f2;border:none;max-width:1100px;width:100%;padding:2rem}.mdwg-card-zoom-close{position:fixed;top:1.5rem;right:1.5rem;z-index:1}.mdwg-card-zoom-image{display:block;margin:0 auto;max-width:100%;max-height:80vh;width:auto;height:auto;border-radius:.5rem;outline:3px solid #ffffff;outline-offset:-3px}.mdwg-card-zoom-flip-btn{display:block;margin:1rem auto 0}.mdwg-card-zoom-text{font-size:.95rem}.mdwg-card-text-line{margin-bottom:.5rem}.mdwg-card-text-divider{border:none;border-top:3px solid #ffffff;margin:1rem 0}.mdwg-card-icon{background-color:#4da3ff26;border:1px solid rgba(77,163,255,.3);border-radius:.3rem;padding:.05rem .4rem;font-size:.85em;font-weight:600}.mdwg-card-zoom-stats{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem}.mdwg-card-zoom-stats dt{color:#50b9e0;font-weight:600}.mdwg-card-zoom-stats dd{margin:0}.mdwg-card-zoom-sets-table{width:100%;color:#f2f2f2;background:transparent;margin-top:1rem}.mdwg-card-zoom-sets-table th{color:#50b9e0;font-weight:600;background-color:transparent}.mdwg-card-zoom-sets-table td{background-color:transparent}.mdwg-card-zoom-nav{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid #1d5a78;background-color:#20396a8c;color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.mdwg-card-zoom-nav:hover{background-color:#20396acc;border-color:#00d7fd}.mdwg-card-zoom-prev{left:max(.5rem,calc((100vw - 1100px)/2 - 60px))}.mdwg-card-zoom-next{right:max(.5rem,calc((100vw - 1100px)/2 - 60px))}@media (max-width: 767.98px){.mdwg-card-zoom-nav{width:38px;height:38px}}
