.scroll-list-container{position:relative}.scroll-list{height:calc(100vh - 6rem);padding:16px;overflow-y:auto}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;align-items:center;min-height:64px;margin-bottom:1rem;padding:16px;display:flex;box-shadow:0 1px 2px rgba(0,0,0,.05)}.item.selected{background-color:#f9fafb;border-width:2px;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.item-text{color:#374151;margin:0;font-size:14px;font-weight:400}.item-text .pokemon-id{color:#6b7280;font-size:12px;font-weight:500}.item-text .pokemon-name{color:#374151;font-size:14px;font-weight:500}.pokemon-card{justify-content:space-between;align-items:center;width:100%;display:flex}.pokemon-info{flex:1;min-width:0}.pokemon-sprite{flex-shrink:0;margin-left:12px}.pokemon-image{object-fit:contain;background-color:#f9fafb;border-radius:4px;width:48px;height:48px;transition:transform .2s}.item.selected .pokemon-image{transform:scale(1.02)}.top-gradient{pointer-events:none;background:linear-gradient(#060010,transparent);height:50px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;background:linear-gradient(transparent,#060010);height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
