.collection-detail-header{max-width:800px;display:flex;margin:5px auto;gap:5px;border:1px solid #333;border-radius:8px;background-color:#1e1e1e}.collection-header-name{font-size:1.3em;font-weight:600;color:#ffffff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-header-description{font-size:.8em;line-height:1.6;color:#b0b0b0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4em}.collection-header-image{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid #444;background-color:#282828}.collection-header-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.collection-header-sidebar{flex-shrink:0;width:100px;display:flex;flex-direction:column;gap:5px;padding:10px;border-left:1px solid #444}.sidebar-section{display:flex;flex-direction:column;gap:8px}.verification-status-badge{padding:6px 12px;border-radius:6px;font-size:.8em;font-weight:700;text-align:center;border-width:1px;border-style:solid;cursor:default;line-height:1.3}.social-link-button{display:block;padding:8px 10px;background-color:#2a2a2a;color:#ee0303;text-decoration:none;border-radius:4px;text-align:center;font-size:.85em;border:1px solid #383838;transition:background-color .2s ease,border-color .2s ease}.action-buttons-wrapper{display:flex;gap:8px;align-items:center;justify-content:center}@media (max-width:768px){.collection-header-image{width:40px;height:40px}.collection-header-name{font-size:1em}.collection-header-description{font-size:.8em}}.collection-gallery{width:100%;max-width:650px;margin:0 auto;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.collection-gallery h2{text-align:center;font-weight:300;font-size:1.6rem;margin:2rem 0 1.5rem;color:white}.stacked-gallery-grid{display:grid;gap:10px 10px;padding:.5rem 0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-content:start}.stacked-gallery-grid:has(>:nth-child(2):last-child),.stacked-gallery-grid:has(>:only-child){grid-template-columns:repeat(auto-fit,minmax(140px,153px));justify-content:center}.stacked-listing-card{position:relative;background-color:#1f1f1f;border:1px solid #444;border-radius:10px;overflow:hidden;color:#f0f0f0;display:flex;flex-direction:column;transition:transform .2s ease}.stacked-listing-card:hover{transform:translateY(-4px) scale(1.02)}.stacked-image{width:100%;height:140px;object-fit:contain;display:block;background-color:#1a1a1a;border-bottom:1px solid #333}.stacked-card-header{position:absolute;top:0;left:0;background:rgba(0,0,0,.7);color:#fff;font-size:.75rem;font-weight:500;padding:4px 10px;border-bottom-right-radius:4px;z-index:2;border:1px solid rgba(255,255,255,.1)}.stacked-info{padding:5px;display:flex;gap:3px;flex-direction:column;background-color:rgba(0,0,0,.2)}.stacked-name{background:#2c2c2c;padding:2px;border-radius:6px;font-weight:600;text-align:center;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stacked-footer-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.stacked-price{flex:1;color:#ccc;border-radius:6px;font-size:.85rem;text-align:center}.stacked-buy-button{background-color:#3a3a3a;color:#f0f0f0;border:none;padding:8px 12px;border-radius:6px;font-size:.65rem;cursor:pointer;white-space:nowrap}.stacked-buy-button:hover{background-color:#4a4a4a}.status-message{text-align:center;padding:60px 20px;font-size:1.3em;color:#bbb;min-height:300px;display:flex;align-items:center;justify-content:center}.error-message{color:#ff7b7b;font-weight:700}@keyframes gallery-spin{to{transform:rotate(1turn)}}.gallery-enrich-spinner{will-change:transform;width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-top-color:rgba(255,255,255,.85);border-radius:50%;animation:gallery-spin .75s linear infinite}@keyframes gallery-name-pulse{0%,to{opacity:.4}50%{opacity:.8}}.stacked-name-pending{animation:gallery-name-pulse 1.2s ease-in-out infinite;color:transparent!important;background-color:#3a3a3a;min-height:14px}