#boardgame-equinox-section .equinox-mode-head { position: relative; padding-top: 58px; text-align: center; margin-bottom: 20px; }
.equinox-custom-control { position: absolute; top: 0; left: 0; display: grid; border: 1px solid #a99058; border-radius: 8px; overflow: hidden; z-index: 2; }
.equinox-custom-control button { border: 0; background: #241f17; color: #f1e4c8; padding: 8px 12px; cursor: pointer; font: inherit; font-size: 11px; }
.equinox-custom-control button + button { border-top: 1px solid #6f5d39; }
.equinox-custom-control .is-on { background: #7a5c27; color: #fff4d7; }
.equinox-custom-dialog { box-sizing: border-box; width: min(860px, calc(100vw - 20px)); max-height: 92dvh; padding: 20px; border: 1px solid #a99058; border-radius: 8px; background: #171510; color: #f1e8d6; overflow: auto; font-family: inherit; }
.equinox-custom-dialog::backdrop { background: #000b; }
.equinox-custom-dialog * { box-sizing: border-box; letter-spacing: 0; }
.equinox-custom-heading, .equinox-custom-group header, .equinox-custom-result-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.equinox-custom-heading { position: relative; min-height: 40px; padding-right: 50px; }
.equinox-custom-heading h2 { margin: 0; color: #f1ddb1; font-size: 22px; }
.equinox-custom-dialog button { color: inherit; font: inherit; cursor: pointer; }
.equinox-custom-heading button, .equinox-custom-dialog footer button { border: 1px solid #78683f; border-radius: 6px; background: #2c271d; padding: 8px 16px; }
.equinox-custom-heading > button[data-close] { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; }
.equinox-custom-search { display: grid; gap: 6px; margin: 18px 0 10px; font-size: 13px; }
.equinox-custom-search input { width: 100%; padding: 12px; border: 1px solid #8a7545; border-radius: 6px; background: #242119; color: #fff; font: inherit; }
.equinox-custom-result-head { min-height: 28px; font-size: 12px; }
.equinox-custom-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); height: 124px; margin-bottom: 12px; overflow: auto; align-content: start; border-block: 1px solid #554a32; }
.equinox-custom-results button { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 5px; border: 1px solid transparent; background: transparent; text-align: left; }
.equinox-custom-results button[aria-pressed="true"] { border-color: #efd48f; background: #493d25; }
.equinox-custom-results img { width: 38px; height: 38px; object-fit: contain; }
.equinox-custom-results span { min-width: 0; overflow-wrap: anywhere; font-size: 12px; }
.equinox-custom-results small { display: block; color: #c8bda4; }
.equinox-custom-dialog button:disabled { opacity: .4; cursor: not-allowed; }
.equinox-custom-empty { padding: 14px; grid-column: 1 / -1; }
.equinox-custom-group { padding: 12px 0; border-bottom: 1px solid #554a32; }
.equinox-custom-group header { margin-bottom: 8px; font-size: 13px; }
.equinox-custom-group header span { color: #d9a77b; }
.equinox-custom-group header .is-valid { color: #b8d992; }
.equinox-custom-group p { margin: 6px 0 0; color: #cec4ae; font-size: 11px; }
.equinox-custom-slots { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.equinox-custom-slot { position: relative; min-width: 0; }
.equinox-custom-card { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 360 / 500; padding: 0; overflow: hidden; border: 1px dashed #817047; border-radius: 6px; background: #232018; }
.equinox-custom-card.is-selected { outline: 2px solid #f2d890; outline-offset: 1px; }
.equinox-custom-frame { position: absolute; inset: 0; width: 100%; height: 100%; }
.equinox-custom-name { position: absolute; top: 10%; left: 12%; width: 76%; overflow: hidden; color: #1d1b19; font-size: 10px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.equinox-custom-art { position: absolute; top: 25%; left: 20%; width: 60%; height: 42%; object-fit: contain; }
.equinox-custom-value { position: absolute; bottom: 10%; width: 100%; font-size: 10px; font-weight: 800; text-align: center; }
.equinox-custom-remove { display: block; width: 30px; height: 28px; margin: 4px 0 0 auto; padding: 0; border: 1px solid #a37e52; border-radius: 5px; background: #3a261b; }
.equinox-custom-dialog footer { padding-top: 12px; text-align: right; }
.equinox-custom-dialog footer p { min-height: 38px; color: #ded3bd; font-size: 12px; line-height: 1.6; text-align: left; }
.equinox-custom-dialog [data-save]:enabled { border-color: #e7c777; background: #665022; }
@media (max-width: 540px) {
    #boardgame-equinox-section .equinox-mode-head { padding-top: 68px; }
    .equinox-custom-dialog { padding: 12px; }
    .equinox-custom-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .equinox-custom-slots { gap: 4px; }
    .equinox-custom-name { top: 8%; font-size: 6px; }
    .equinox-custom-value { bottom: 10%; font-size: 5px; }
    .equinox-custom-remove { width: 28px; height: 28px; }
}
