#gams-live-inventory {
  margin: 2.5rem 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(94, 234, 212, .2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 5%, rgba(45, 212, 191, .14), transparent 34%),
    linear-gradient(145deg, rgba(8, 47, 73, .98), rgba(9, 34, 53, .98));
  box-shadow: 0 24px 60px rgba(3, 19, 30, .22);
  color: #effffc;
}

.gams-new-arrivals { margin:0 0 2.2rem; padding:1.1rem; border-radius:20px; background:linear-gradient(135deg,rgba(45,212,191,.18),rgba(255,255,255,.06)); border:1px solid rgba(94,234,212,.3); }
.gams-arrivals-head h3 { margin:.35rem 0; color:#fff; font-size:clamp(1.65rem,4vw,2.35rem); }
.gams-arrivals-head p { margin:0 0 1.1rem; color:#c4dedc; }
.gams-arrivals-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.85rem; }
.gams-arrival-card { overflow:hidden; border-radius:16px; background:#fff; color:#12343b; box-shadow:0 8px 22px rgba(0,0,0,.16); }
.gams-arrival-card img { display:block; width:100%; aspect-ratio:1/1; object-fit:cover; background:#eef5f3; }
.gams-arrival-card > div { padding:.9rem; }
.gams-arrival-card small { color:#54716f; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }
.gams-arrival-card h4 { margin:.3rem 0; color:#12343b; line-height:1.25; }
.gams-arrival-card p { margin:.25rem 0 .75rem; color:#315653; }
.gams-arrival-info { width:100%; padding:.65rem; border:0; border-radius:10px; background:#167b68; color:#fff; font:inherit; font-weight:700; cursor:pointer; }

.gams-stock-head { display:flex; justify-content:space-between; align-items:end; gap:1.5rem; margin-bottom:1.4rem; }
.gams-stock-head h3 { margin:.35rem 0; color:#fff; font-size:clamp(1.65rem, 4vw, 2.4rem); }
.gams-stock-head p { margin:0; max-width:650px; color:#bcd8d7; }
.gams-live-pill { display:inline-flex; align-items:center; gap:.5rem; padding:.45rem .75rem; border-radius:999px; background:rgba(45,212,191,.13); color:#99f6e4; font-size:.78rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.gams-live-pill::before { content:""; width:8px; height:8px; border-radius:50%; background:#2dd4bf; box-shadow:0 0 0 5px rgba(45,212,191,.12); }
.gams-stock-count { flex:0 0 auto; min-width:120px; text-align:center; padding:1rem; border-radius:18px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); }
.gams-stock-count strong { display:block; font-size:2rem; color:#fff; }
.gams-stock-count span { color:#a7c7c5; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }

.gams-stock-tools { display:flex; gap:.75rem; margin-bottom:1.2rem; }
.gams-stock-search { width:100%; min-height:48px; padding:.8rem 1rem .8rem 2.9rem; color:#eafffb; background:rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2399c7c4' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") no-repeat 1rem center; border:1px solid rgba(255,255,255,.12); border-radius:14px; font:inherit; }
.gams-stock-search::placeholder { color:#a7c7c5; }
.gams-stock-search:focus { outline:2px solid #2dd4bf; outline-offset:2px; }

.gams-stock-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.85rem; }
.gams-stock-item { display:flex; flex-direction:column; min-height:190px; padding:1.1rem; border-radius:18px; background:rgba(255,255,255,.96); color:#12343b; border:1px solid rgba(255,255,255,.75); box-shadow:0 10px 28px rgba(0,0,0,.12); transition:transform .18s ease, box-shadow .18s ease; }
.gams-stock-item:hover { transform:translateY(-3px); box-shadow:0 16px 34px rgba(0,0,0,.18); }
.gams-stock-item h4 { margin:0 0 .65rem; color:#12343b; font-size:1.05rem; line-height:1.3; }
.gams-fish-info { display:block; width:100%; padding:0; border:0; background:transparent; color:inherit; text-align:left; font:inherit; cursor:pointer; }
.gams-fish-info:focus-visible { outline:3px solid #0f766e; outline-offset:6px; border-radius:8px; }
.gams-view-info { display:block; margin:.15rem 0 .9rem; color:#0f766e; font-size:.82rem; font-weight:850; text-decoration:underline; text-underline-offset:3px; }
.gams-stock-meta { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:1rem; }
.gams-quantity,.gams-price { display:inline-flex; padding:.35rem .55rem; border-radius:999px; font-size:.8rem; font-weight:800; }
.gams-quantity { background:#dcfce7; color:#166534; }
.gams-quantity.low { background:#fef3c7; color:#92400e; }
.gams-price { background:#e0f2fe; color:#075985; }
.gams-reserve { margin-top:auto; display:flex; justify-content:center; align-items:center; min-height:42px; padding:.65rem .8rem; border-radius:12px; background:linear-gradient(135deg,#0f766e,#0e7490); color:#fff!important; text-decoration:none; font-size:.86rem; font-weight:800; }
.gams-reserve:hover { filter:brightness(1.08); }
.gams-stock-empty { grid-column:1/-1; padding:2rem; text-align:center; color:#c6dddb; }
.gams-show-more { display:block; margin:1.25rem auto 0; padding:.75rem 1.1rem; border:1px solid rgba(255,255,255,.2); border-radius:12px; background:rgba(255,255,255,.09); color:#fff; font-weight:800; cursor:pointer; }
.gams-show-more:hover { background:rgba(255,255,255,.15); }
.gams-detail-overlay { position:fixed; inset:0; z-index:10020; padding:clamp(.75rem,3vw,2rem); overflow:auto; background:rgba(2,15,23,.78); backdrop-filter:blur(8px); }
.gams-detail-overlay[hidden] { display:none; }
.gams-detail { position:relative; width:min(720px,100%); margin:2rem auto; padding:clamp(1.25rem,4vw,2.2rem); border:1px solid rgba(94,234,212,.35); border-radius:24px; background:linear-gradient(145deg,#f8fffe,#e9f8f5); color:#12343b; box-shadow:0 30px 90px rgba(0,0,0,.35); }
.gams-detail-close { position:absolute; top:.8rem; right:.8rem; width:42px; height:42px; border:0; border-radius:50%; background:#d9f3ef; color:#0f4c4a; font-size:1.7rem; line-height:1; cursor:pointer; }
.gams-detail-content h3 { margin:.65rem 3rem .75rem 0; color:#0c3f46; font-size:clamp(1.65rem,5vw,2.35rem); }
.gams-detail-content h4 { margin:1.35rem 0 .5rem; color:#0f5f5a; font-size:1.05rem; }
.gams-detail-content ul { margin:.4rem 0; padding-left:1.25rem; }
.gams-detail-content li { margin:.48rem 0; line-height:1.55; }
.gams-detail-image { display:block; width:100%; max-height:300px; margin:0 0 1.25rem; border-radius:17px; object-fit:cover; }
.gams-compatibility-note { margin:1.25rem 0; padding:1rem; border-left:4px solid #0f766e; border-radius:8px; background:#dff5f0; color:#244f51; line-height:1.5; }
.gams-detail .gams-reserve { margin-top:1.25rem; }

@media (max-width:850px) { .gams-stock-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .gams-arrivals-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:580px) {
  #gams-live-inventory { margin-inline:-.25rem; border-radius:20px; }
  .gams-stock-head { align-items:flex-start; }
  .gams-stock-count { min-width:88px; padding:.75rem; }
  .gams-stock-grid { grid-template-columns:1fr; }
  .gams-arrivals-grid { grid-template-columns:1fr; }
  .gams-stock-item { min-height:0; }
}
