:root{--gbpm-sell-gold:#b79759;--gbpm-sell-gold-light:#d4c4a8;--gbpm-sell-gold-dark:#96763d;--gbpm-sell-silver:#a8a8a8;--gbpm-sell-silver-light:#d0d0d0;--gbpm-sell-platinum:#6b6b6b;--gbpm-sell-platinum-light:#909090;--gbpm-sell-palladium:#5a6a7a;--gbpm-sell-palladium-light:#8095a8;--gbpm-sell-border:#e5e5e5;--gbpm-sell-bg:#f9f9f9;--gbpm-sell-text:#333;--gbpm-sell-text-muted:#666}.gbpm-sell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:0 auto;padding:20px 0;align-items:start}.gbpm-sell-column{background:#fff;border-radius:0;padding:0;display:grid;grid-template-rows:1fr 1fr;gap:30px;height:100%}.gbpm-sell-column-title{font-size:20px;font-weight:600;color:var(--gbpm-sell-text);margin:0 0 20px 0;padding:0;grid-row:1 / -1;display:none}.gbpm-sell-column{display:flex;flex-direction:column;gap:0}.gbpm-sell-column{display:flex;flex-direction:column;height:100%}.gbpm-sell-column-title{font-size:20px;font-weight:600;color:var(--gbpm-sell-text);margin:0 0 20px 0;padding:0;flex:0 0 auto}.gbpm-sell-section{margin-bottom:30px;display:flex;flex-direction:column;flex:1}.gbpm-sell-section:last-child{margin-bottom:0}.gbpm-sell-table{width:100%;border-collapse:collapse;margin-bottom:10px;background:var(--gbpm-sell-bg);table-layout:fixed;flex:0 0 auto}.gbpm-sell-table thead th{font-size:13px;font-weight:500;color:var(--gbpm-sell-text-muted);padding:10px 10px;border-bottom:1px solid var(--gbpm-sell-border);vertical-align:middle}.gbpm-sell-header-visual,.gbpm-sell-item-visual{width:60px;text-align:center;padding-left:8px!important;padding-right:8px!important}.gbpm-sell-header-name,.gbpm-sell-item-name{text-align:left}.gbpm-sell-header-price,.gbpm-sell-item-price{width:110px;text-align:right;white-space:nowrap}.gbpm-sell-item{transition:background-color 0.2s ease}.gbpm-sell-item:hover{background-color:#fff}.gbpm-sell-item td{padding:2px 5px!important;border-bottom:1px solid var(--gbpm-sell-border);vertical-align:middle}.gbpm-sell-item:last-child td{border-bottom:none}.gbpm-sell-item-visual{text-align:center;height:50px}.gbpm-sell-item-image{width:40px;height:40px;object-fit:contain;border-radius:50%}.gbpm-sell-item-name{font-size:14px;font-weight:500;color:var(--gbpm-sell-text)}.gbpm-sell-item-price{text-align:right;font-size:15px;font-weight:600;color:var(--gbpm-sell-text);white-space:nowrap}.gbpm-sell-item-price .gbpm-price-amount{display:inline-block;padding:2px 4px;border-radius:3px}.gbpm-sell-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:28px;padding:0 8px;border-radius:14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.gbpm-sell-badge--gold{background:linear-gradient(135deg,var(--gbpm-sell-gold-light) 0%,var(--gbpm-sell-gold) 50%,var(--gbpm-sell-gold-dark) 100%);color:#fff;text-shadow:0 1px 1px rgb(0 0 0 / .2)}.gbpm-sell-badge--silver{background:linear-gradient(135deg,var(--gbpm-sell-silver-light) 0%,var(--gbpm-sell-silver) 100%);color:#fff;text-shadow:0 1px 1px rgb(0 0 0 / .15)}.gbpm-sell-badge--platinum{background:linear-gradient(135deg,var(--gbpm-sell-platinum-light) 0%,var(--gbpm-sell-platinum) 100%);color:#fff;text-shadow:0 1px 1px rgb(0 0 0 / .2)}.gbpm-sell-badge--palladium{background:linear-gradient(135deg,var(--gbpm-sell-palladium-light) 0%,var(--gbpm-sell-palladium) 100%);color:#fff;text-shadow:0 1px 1px rgb(0 0 0 / .2)}.gbpm-sell-view-all{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:var(--gbpm-sell-gold);color:#fff!important;font-size:15px;font-weight:600;text-decoration:none!important;border-radius:4px;transition:background-color 0.2s ease,transform 0.1s ease;margin-top:auto}.gbpm-sell-view-all:hover{background:var(--gbpm-sell-gold-dark);color:#fff!important;transform:translateY(-1px)}.gbpm-sell-price-inline{display:inline}.gbpm-sell-price-inline .gbpm-price-amount{display:inline-block;font-weight:600}@keyframes gbpm-sell-flash-green{0%{background-color:rgb(76 175 80 / .4)}100%{background-color:#fff0}}@keyframes gbpm-sell-flash-red{0%{background-color:rgb(244 67 54 / .4)}100%{background-color:#fff0}}.gbpm-sell-item .gbpm-price-amount.price-up,.gbpm-sell-price-inline .gbpm-price-amount.price-up{animation:gbpm-sell-flash-green 4s ease-out}.gbpm-sell-item .gbpm-price-amount.price-down,.gbpm-sell-price-inline .gbpm-price-amount.price-down{animation:gbpm-sell-flash-red 4s ease-out}@media (max-width:992px){.gbpm-sell-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.gbpm-sell-grid{grid-template-columns:1fr;gap:25px;padding:15px 0}.gbpm-sell-column{display:block}.gbpm-sell-section{display:block;margin-bottom:15px}.gbpm-sell-column-title{font-size:18px}.gbpm-sell-item td{padding:10px 12px}.gbpm-sell-item-name{font-size:13px}.gbpm-sell-item-price{font-size:14px}.gbpm-sell-view-all{font-size:14px;padding:12px 15px}}