/* Arena Teney — Shop S1.3 stable mobile filter picker
 * Presentation for proxy controls only. No HUD, dock, X-lock or catalogue ownership.
 */
@media (max-width: 960px) {
  html.shop-s1-rework body[data-screen="shop"] #ui007-shop,
  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .ui007-shop-nav,
  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .ui007-toolbar {
    overflow-anchor: none;
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .ui007-toolbar label {
    position: relative;
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .ui007-toolbar select.s13-native-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    clip-path: inset(50%) !important;
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .s13-select-proxy {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 11px;
    border: 1px solid rgba(139, 119, 83, .42);
    border-radius: 8px;
    color: #eadfc9;
    background: linear-gradient(180deg, rgba(9, 9, 8, .98), rgba(5, 5, 5, .995));
    box-shadow: inset 0 1px 0 rgba(255, 241, 211, .025);
    font: inherit;
    font-size: 12px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .s13-select-proxy:active {
    border-color: rgba(213, 166, 80, .68);
    background: linear-gradient(180deg, rgba(28, 21, 13, .99), rgba(8, 7, 6, .995));
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .s13-select-proxy-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.shop-s1-rework body[data-screen="shop"] #ui007-shop .s13-select-proxy-chevron {
    flex: 0 0 auto;
    color: #bfa36f;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-1px);
  }
}

.s13-picker-layer {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  background: rgba(0, 0, 0, .18);
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: contain;
}

.s13-picker-panel {
  position: fixed;
  max-height: min(54vh, 430px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 7px;
  border: 1px solid rgba(205, 158, 78, .56);
  border-radius: 11px;
  color: #eadfc9;
  background:
    radial-gradient(circle at 50% 0, rgba(197, 143, 57, .08), transparent 40%),
    linear-gradient(180deg, rgba(24, 18, 12, .995), rgba(6, 6, 5, .998));
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 204, .05),
    0 18px 42px rgba(0, 0, 0, .58);
}

.s13-picker-title {
  padding: 7px 9px 8px;
  border-bottom: 1px solid rgba(166, 132, 76, .22);
  color: #a99a82;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.s13-picker-option {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-top: 4px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #d9cdb6;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.s13-picker-option.active {
  border-color: rgba(218, 170, 88, .58);
  color: #f3ddaa;
  background:
    radial-gradient(circle at 0 50%, rgba(201, 145, 55, .10), transparent 48%),
    linear-gradient(180deg, rgba(73, 48, 22, .90), rgba(24, 17, 10, .95));
}

.s13-picker-option:active {
  background: rgba(124, 84, 35, .24);
}
